.only-pc {
    display: block;
}       

.only-sp {
    display: none;
}

@media screen and (max-width: 769px) {
    .only-pc {
        display: none;
    }       

    .only-sp {
        display: block;
    }
}

.form-main::before {
    display: none;
}
.form-main::after {
    display: none;
}

.form-page {
    display: flex;
    gap: min(calc(22 / 1280 * 100vw),22px);
    font-family: 'Noto Sans JP', sans-serif;
}

.form__left {
    width: calc(723 / 1280 * 100vw);
    padding-bottom: min(calc(100 / 1280 * 100vw),100px);
}

.form__left-inner {
    margin-left: auto;
    width: min(calc(666 / 1280 * 100vw),666px);
}

.form-top {

}

.form-top__logo {
    width: min(calc(147 / 1280 * 100vw),147px);
    margin-top: min(calc(14 / 1280 * 100vw),14px);
}

.form-top__title {
    font-weight: 700;
    font-size: min(calc(32 / 1280 * 100vw),32px);
    line-height: min(calc(38 / 1280 * 100vw),38px);
    color: #FFFFFF;
    padding: min(calc(14.5 / 1280 * 100vw),14.5px) min(calc(27.5 / 1280 * 100vw),27.5px);
    background-color: #0080FF;
    border-radius: min(calc(6 / 1280 * 100vw),6px);
    display: inline-block;
}

.form-description {
    margin-top: min(calc(27 / 1280 * 100vw),27px);
    display: flex;
    align-items: center;
    gap: min(calc(15 / 1280 * 100vw),15px);
}

.form-description__seven {
    font-size: min(calc(30 / 1280 * 100vw),30px);
    font-weight: 700;
    line-height: min(calc(63 / 1280 * 100vw),63px);
    color: #FFFFFF;
    padding: min(calc(6 / 1280 * 100vw),6px) min(calc(20 / 1280 * 100vw),20px) 0;
    border-radius: min(calc(6 / 1280 * 100vw),6px);
    background-color: #F12656;
}

.form-description__seven span {
    font-weight: 700;
    font-size: min(calc(46 / 1280 * 100vw),46px);
    line-height: min(calc(63 / 1280 * 100vw),63px);
    font-family: 'Avenir', 'Avenir Next', 'Noto Sans JP', sans-serif;

}

.form-description__text {
    font-weight: 700;
    font-size: min(calc(20 / 1280 * 100vw),20px);
    line-height: 140%;
    color: #222222;
}

.form-trial-mv {
    margin-top: min(calc(18 / 1280 * 100vw),18px);
    background-color: #3579F4;
    border-radius: min(calc(12 / 1280 * 100vw),12px);
    position: relative;
    width: min(calc(666 / 1280 * 100vw),666px);
    height: min(calc(353 / 1280 * 100vw),353px);
}

.form-trial-mv__img {
    width: min(calc(367 / 1280 * 100vw),367px);
    height: min(calc(258 / 1280 * 100vw),258px);
    position: absolute;
    right: 0;
    top: min(calc(69.7 / 1280 * 100vw),69.7px);
}

.form-trial-mv__fukidashi-container {
    width: min(calc(275 / 1280 * 100vw),275px);
    position: absolute;
    top: min(calc(46 / 1280 * 100vw),46px);
    left: min(calc(37 / 1280 * 100vw),37px);
}

.form-trial-mv__fukidashi {
    display: inline-block;
    width: min(calc(273.5 / 1280 * 100vw),273.5px);
    padding: min(calc(16 / 1280 * 100vw),16px) min(calc(32 / 1280 * 100vw),32px) min(calc(15 / 1280 * 100vw),15px) min(calc(19 / 1280 * 100vw),19px);
    font-size: min(calc(16 / 1280 * 100vw),16px);
    font-weight: 700;
    line-height: 150%;
    color: #222222;
    background: url(/assets/img/form/form-fukidashi.png) no-repeat center center / contain;
}

.form-trial-mv__fukidashi span {
    font-weight: 900;
    color: #F12656;
}

.form-trial-mv__fukidashi:not(:first-child) {
    margin-top: min(calc(15 / 1280 * 100vw),15px);
}

.form-trial-mv__circle-container {
    width: min(calc(266 / 1280 * 100vw),266px);
    height: min(calc(82 / 1280 * 100vw),82px);
    position: absolute;
    top: min(calc(25 / 1280 * 100vw),25px);
    right: min(calc(27 / 1280 * 100vw),27px);
    display: flex;
    align-items: center;
    gap: min(calc(10 / 1280 * 100vw),10px);
}

.form-trial-mv__circle {
    width: min(calc(82 / 1280 * 100vw),82px);
    height: min(calc(82 / 1280 * 100vw),82px);
    border-radius: 50%;
    border: min(calc(1 / 1280 * 100vw),1px) solid #3579F4;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    font-size: min(calc(14 / 1280 * 100vw),14px);
    line-height: 130%;
    color: #0080FF;
    padding-top: min(calc(22 / 1280 * 100vw),22px);
}

.form-trial-mv__circle span {
    font-weight: 900;
    font-size: min(calc(18 / 1280 * 100vw),18px);
}

.form-content {
    margin-top: min(calc(27 / 1280 * 100vw),27px);
}

.form-content__title {
    font-weight: 700;
    font-size: min(calc(18 / 1280 * 100vw),18px);
    line-height: min(calc(22 / 1280 * 100vw),22px);
    color: #FFFFFF;
    padding: min(calc(9 / 1280 * 100vw),9px) min(calc(30 / 1280 * 100vw),30px);
    background-color: #0080FF;
    border-radius: min(calc(3 / 1280 * 100vw),3px);
}

.form-content__inner {
    margin: min(calc(16 / 1280 * 100vw),16px) auto 0;
    width: min(calc(621 / 1280 * 100vw),621px);
}

.form-content__company {

}

.form-content__company-text {
    font-weight: 700;
    font-size: min(calc(16 / 1280 * 100vw),16px);
    line-height: min(calc(22 / 1280 * 100vw),22px);
    color: #222222;
}

.form-content__company-text span {
    font-family: 'Avenir', 'Avenir Next', 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.form-content__company-img {
    margin-top: min(calc(16 / 1280 * 100vw),16px);
    width: min(calc(607 / 1280 * 100vw),607px);
}   

.form-content__list {

}

.form-content__list-item {
    padding-left: min(calc(22 / 1280 * 100vw),22px);
    position: relative;
}

.form-content__list-item .form-content__list-item-title::after {
    content: '';
    position: absolute;
    width: min(calc(4 / 1280 * 100vw),4px);
    height: min(calc(4 / 1280 * 100vw),4px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: max(calc(-12 / 1280 * 100vw),-12px);
    background-color: #0080FF;
}

.form-content__list-item:not(:first-child) {
    margin-top: min(calc(6 / 1280 * 100vw),6px);
}

.form-content__list-item-title {
    font-weight: 700;
    font-size: min(calc(16 / 1280 * 100vw),16px);
    line-height: min(calc(35 / 1280 * 100vw),35px);
    position: relative;
}

.form-content__list-item-title span {
    font-family: 'Avenir', 'Avenir Next', 'Noto Sans JP', sans-serif;
    color: #F12656;
}

.form-content__list-item-title-2 {
    line-height: min(calc(19 / 1280 * 100vw),19px);
}

.form-content__list-item-text {
    margin-top: min(calc(6 / 1280 * 100vw),6px);
    font-weight: 400;
    font-size: min(calc(12 / 1280 * 100vw),12px);
    color: #4E4E4E;
}

.form-content__list-2 {

}

.form-content__list-item-2 {
    display: flex;
    gap: min(calc(6 / 1280 * 100vw),6px);
}

.form-content__list-item-2:not(:first-child) {
    margin-top: min(calc(20 / 1280 * 100vw),20px);
}

.form-content__list-item-2-left {
    font-family: 'Avenir', 'Avenir Next', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: min(calc(18 / 1280 * 100vw),18px);
    line-height: min(calc(18 / 1280 * 100vw),18px);
    color: #0080FF;
}

.form-content__list-item-2-right {

}

.form-flow {
    background-color: #F2F6FF;
    border-radius: min(calc(10 / 1280 * 100vw),10px);
    padding: min(calc(43 / 1280 * 100vw),43px) min(calc(37 / 1280 * 100vw),37px) min(calc(32 / 1280 * 100vw),32px);
}

.form-flow__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-flow__top-item {
    position: relative;
    background-color: #FFFFFF;
    border-radius: min(calc(8 / 1280 * 100vw),8px);
    width: min(calc(143 / 1280 * 100vw),143px);
    text-align: center;
}

.form-flow__top-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max(calc(-11 / 1280 * 100vw),-11px);
    font-family: 'Avenir', 'Avenir Next', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: min(calc(18 / 1280 * 100vw),18px);
    line-height: 150%;
    color: #0080FF;
}

.form-flow__top-img {
    display: inline-block;
}

.form-flow__top-text {
    font-weight: 700;
    font-size: min(calc(13 / 1280 * 100vw),13px);
    line-height: 140%;
    color: #222222;
}

.form-flow__vector {
    width: min(calc(12 / 1280 * 100vw),12px);
    height: min(calc(18 / 1280 * 100vw),18px);
    display: flex;
}

.form-flow__top-item-1 {

}

.form-flow__top-item-1 .form-flow__top-img {
    width: min(calc(68.23 / 1280 * 100vw),68.23px);
    margin-top: min(calc(22 / 1280 * 100vw),22px);
}

.form-flow__top-item-1 .form-flow__top-text {
    margin-top: min(calc(7 / 1280 * 100vw),7px);
    padding-bottom: min(calc(11 / 1280 * 100vw),11px);
}

.form-flow__top-item-2 {

}

.form-flow__top-item-2 .form-flow__top-img {
    width: min(calc(38 / 1280 * 100vw),38px);
    margin-top: min(calc(26 / 1280 * 100vw),26px);
}

.form-flow__top-item-2 .form-flow__top-text {
    margin-top: min(calc(12 / 1280 * 100vw),12px);
    padding-bottom: min(calc(11 / 1280 * 100vw),11px);
}

.form-flow__top-item-3 {
    background-color: #0080FF;
}

.form-flow__top-item-3 .form-flow__top-number {
    width: min(calc(24 / 1280 * 100vw),24px);
    height: min(calc(28 / 1280 * 100vw),28px);
    top: max(calc(-14 / 1280 * 100vw),-14px);
}

.form-flow__top-item-3 .form-flow__top-img {
    width: min(calc(37.7 / 1280 * 100vw),37.7px);
    margin-top: min(calc(24.31 / 1280 * 100vw),24.31px);
}

.form-flow__top-item-3 .form-flow__top-text {
    margin-top: min(calc(13 / 1280 * 100vw),13px);
    color: #FFFFFF;
    padding-bottom: min(calc(20 / 1280 * 100vw),20px);
}

.form-flow__under {
    margin-top: min(calc(23 / 1280 * 100vw),23px);
    background-color: #FFFFFF;
    border-radius: min(calc(8 / 1280 * 100vw),8px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(calc(2 / 1280 * 100vw),2px);
}   

.form-flow__under .form-flow__vector {
    margin-top: 0;
}

.form-flow__under-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(calc(6 / 1280 * 100vw),6px);
    border-radius: min(calc(8 / 1280 * 100vw),8px);
}

.form-flow__under-number {
    font-family: 'Avenir', 'Avenir Next', 'Noto Sans JP', sans-serif;
    font-size: min(calc(18 / 1280 * 100vw),18px);
    line-height: 150%;
    color: #0080FF;
}

.form-flow__under-text {
    font-weight: 700;
    font-size: min(calc(13 / 1280 * 100vw),13px);
    line-height: 150%;
    color: #222222;
}

.form-flow__under-item-1 {
    padding: min(calc(18.86 / 1280 * 100vw),18.86px) min(calc(20 / 1280 * 100vw),20px) min(calc(18 / 1280 * 100vw),18px);
}

.form-flow__under-item-2 {
    padding: min(calc(18.86 / 1280 * 100vw),18.86px) min(calc(8 / 1280 * 100vw),8px) min(calc(18 / 1280 * 100vw),18px);
}


.form__right {
    background-color: #027BFF;
    width: calc(557 / 1280 * 100vw);
    padding: min(calc(78 / 1280 * 100vw),78px) min(calc(45 / 1280 * 100vw),45px) 0;
}

.form__right iframe {
    max-width: 666px;
    width: 100%;
    height: 100%;
    background-color: #027BFF;
}

.form__right iframe body {
    background-color: #027BFF;
}

.form-description__text-2 {
    font-size: min(calc(16 / 1280 * 100vw),16px);
}

.form-content__list-item-document:not(:first-child) {
    margin-top: min(calc(20 / 1280 * 100vw),20px);
}

.form-document-mv {
    background-color: #3579F4;
    margin-top: min(calc(20 / 1280 * 100vw),20px);
    border-radius: min(calc(12 / 1280 * 100vw),12px);
    padding: min(calc(25 / 1280 * 100vw),25px) 0 min(calc(15 / 1280 * 100vw),15px);
}

.form-document-mv__list-item {
    width: min(calc(513 / 1280 * 100vw),513px);
}

.form-document-mv__list-item:not(:first-child) {
    margin-left: min(calc(23 / 1280 * 100vw),23px);
}

.slick-list {
    padding: 0!important;
}

.form-document-mv__list .slick-arrow {
	background: none;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	height: min(calc(50 / 1280 * 100vw),50px);
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s;
	width: min(calc(50 / 1280 * 100vw),50px);
	z-index: 1;
	padding: 0;
}

.form-document-mv__list .slick-arrow::before {
    background: url(/assets/img/form/form-document-vector.png) no-repeat center center / contain;
	content: "";
	display: block;
	height: min(calc(50 / 1280 * 100vw),50px);
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: 0.2s;
	width: min(calc(50 / 1280 * 100vw),50px);
}

.form-document-mv__list .slick-next {
	right: min(calc(40 / 1280 * 100vw),40px);
}

.form-document-mv__list .slick-prev {
	left: min(calc(40 / 1280 * 100vw),40px);
}

.form-document-mv__list .slick-prev::before {
	transform: translateX(-50%) rotate(180deg);
}

.slick-disabled {
    transition: 0.3s;
    display: none !important;
}

.form-document-mv__list-dots .slick-dots {
	margin: 0;
	text-align: center;
	padding: 0;
}

.form-document-mv__list-dots .slick-dots li {
	display: inline-block;
}

.form-document-mv__list-dots .slick-dots button {
	background: rgba(255, 255, 255, 0.3);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: min(0.625vw, 8px);
	margin: 0 min(calc(4 / 1280 * 100vw),4px);
	outline: none;
	padding: 0;
	width: min(0.625vw, 8px);
}

.form-document-mv__list-dots .slick-dots .slick-active button {
	background: #ffffff;
}

.form-page-gray {
    background-color: #F6F6F6;
    padding: min(calc(92 / 1280 * 100vw),92px) 0 min(calc(140 / 1280 * 100vw),140px);
}

/*タブ切り替え全体のスタイル*/
.form-tabs {
    padding: 0;
    background-color: #fff;
    width: min(calc(800 / 1280 * 100vw),800px);
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: min(calc(71 / 1280 * 100vw),71px);
    border: min(calc(1 / 1280 * 100vw),1px) solid #DFDFDF;
    background-color: #FFFFFF;
    line-height: min(calc(71 / 1280 * 100vw),71px);
    font-size: min(calc(26 / 1280 * 100vw),26px);
    text-align: center;
    color: #222222;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: min(calc(6 / 1280 * 100vw),6px) min(calc(6 / 1280 * 100vw),6px) 0 0;
}
.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0;
    width: 433px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#contact:checked ~ #form_contact_content,
#estimate:checked ~ #form_estimate_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.form-tabs input:checked + .tab_item {
    background-color: #0080FF;
    color: #FFFFFF;
    border: none;
    position: relative;
}

.form-tabs input:checked + .tab_item::after {
    content: "";
    position: absolute;
    width: min(calc(20 / 1280 * 100vw),20px);
    height: min(calc(20 / 1280 * 100vw),20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: max(calc(-12 / 1280 * 100vw),-12px);
    background: url(/assets/img/form/form-tab-vector.png) no-repeat center center / contain;
}

.form-tab__content iframe {
    height: 1650px;
}

.form-tab__content-2 iframe {
    height: 1900px;
}

.form-content-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content-service:first-child {
    margin-top: min(calc(36 / 1280 * 100vw),36px);
}

.form-content-service:nth-child(3) {
    padding-bottom: min(calc(46 / 1280 * 100vw),46px);
}

.form-content-service:not(:first-child) {   
    margin-top: min(calc(30.5 / 1280 * 100vw),30.5px);
}

.form-content-service__left {
    width: min(calc(320 / 1280 * 100vw),320px);
}   

.form-content-service__logo-1 {
    width: min(calc(171 / 1280 * 100vw),171px);
}

.form-content-service__logo-2 {
    width: min(calc(192 / 1280 * 100vw),192px);
}

.form-content-service__logo-3 {
    width: min(calc(134 / 1280 * 100vw),134px);
}

.form-content-service__title {
    margin-top: min(calc(16 / 1280 * 100vw),16px);
    font-weight: 700;
    font-size: min(calc(16 / 1280 * 100vw),16px);
    line-height: 150%;
    color: #222222;
}

.form-content-service__title span {
    font-weight: 700;
    font-size: min(calc(12 / 1280 * 100vw),12px);
    line-height: 150%;
}

.form-content-service__text {
    margin-top: min(calc(6 / 1280 * 100vw),6px);
    font-weight: 400;
    font-size: min(calc(12 / 1280 * 100vw),12px);
    line-height: 150%;
    color: #4E4E4E;
}

.form-content-service__right {
    width: min(calc(268 / 1280 * 100vw),268px);
}


@media screen and (max-width: 769px) {
    .form-page {
        flex-direction: column;
        gap: calc(38.94 / 390 * 100vw);
    }

    .form__left {
        width: calc(373 / 390 * 100vw);
        padding-bottom: 0;
        margin: 0 auto;
    }

    .form__left-inner {
        width: 100%;
        margin: 0 auto;
    }

    .form-top {
        text-align: center;
    }

    .form-top__logo {
        width: calc(120 / 390 * 100vw);
        margin-top: calc(12 / 390 * 100vw);
    }

    .form-top__title {
        font-size: calc(20 / 390 * 100vw);
        line-height: calc(24 / 390 * 100vw);
        padding: calc(14 / 390 * 100vw) calc(18 / 390 * 100vw); 
        border-radius: calc(6 / 390 * 100vw);
    }

    .form-description {
        margin-top: calc(18 / 390 * 100vw);
        gap: calc(10 / 390 * 100vw);
    }

    .form-description__seven {
        font-size: calc(20 / 390 * 100vw);
        line-height: calc(27 / 390 * 100vw);
        padding: calc(6 / 390 * 100vw) calc(12 / 390 * 100vw) calc(4 / 390 * 100vw);
        border-radius: calc(6 / 390 * 100vw);
    }

    .form-description__seven span {
        font-size: calc(20 / 390 * 100vw);
        line-height: calc(27 / 390 * 100vw);
    }

    .form-description__text {
        font-size: calc(16 / 390 * 100vw);
    }

    .form-trial-mv {
        margin-top: calc(19 / 390 * 100vw);
        border-radius: calc(12 / 390 * 100vw);
        width: 100%;
        height: calc(557 / 390 * 100vw);
    }

    .form-trial-mv__img {
        width: calc(298 / 390 * 100vw);
        height: calc(177 / 390 * 100vw);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: calc(330 / 390 * 100vw);
    }

    .form-trial-mv__fukidashi-container {
        width: calc(322.14 / 375 * 100vw);
        top: calc(27 / 375 * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }

    .form-trial-mv__fukidashi {
        width: calc(262 / 390 * 100vw);
        padding: calc(16 / 390 * 100vw) calc(19 / 390 * 100vw) calc(27.5 / 390 * 100vw);
        font-size: calc(16 / 390 * 100vw);
        background: url(/assets/img/form/form-fukidashi-sp.png) no-repeat center center / contain;
    }

    .form-trial-mv__fukidashi-2 {
        background: url(/assets/img/form/form-fukidashi-sp-2.png) no-repeat center center / contain;
        margin-left: calc(60 / 390 * 100vw);
    }

    .form-trial-mv__fukidashi:not(:first-child) {
        margin-top: calc(7 / 390 * 100vw);
    }

    .form-trial-mv__circle-container {
        width: calc(266 / 390 * 100vw);
        height: calc(82 / 390 * 100vw);
        top: auto;
        right: auto;
        bottom: calc(21 / 390 * 100vw);
        left: 50%;
        transform: translateX(-50%);
        gap: calc(10 / 390 * 100vw);
    }

    .form-trial-mv__circle {
        width: calc(82 / 390 * 100vw);
        height: calc(82 / 390 * 100vw);
        border: calc(1 / 390 * 100vw) solid #3579F4;
        font-size: calc(14 / 390 * 100vw);
        padding-top: calc(22 / 390 * 100vw);
    }

    .form-trial-mv__circle span {
        font-size: calc(18 / 390 * 100vw);
    }

    .form-content {
        margin-top: calc(28 / 390 * 100vw);
    }

    .form-content__title {
        font-size: calc(18 / 390 * 100vw);
        line-height: calc(22 / 390 * 100vw);
        padding: calc(9 / 390 * 100vw) calc(20 / 390 * 100vw);
        border-radius: calc(3 / 390 * 100vw);
    }

    .form-content__inner {
        margin: calc(23 / 390 * 100vw) auto 0;
        width: calc(333 / 390 * 100vw);
    }

    .form-content__company-text {
        font-size: calc(16 / 390 * 100vw);
        line-height: calc(22 / 390 * 100vw);
    }

    .form-content__company-img {
        margin: calc(23 / 390 * 100vw) auto 0;
        width: calc(302 / 390 * 100vw);
    }   

    .form-content__list-item {
        padding-left: calc(22 / 390 * 100vw);
    }

    .form-content__list-item .form-content__list-item-title::after {
        width: calc(4 / 390 * 100vw);
        height: calc(4 / 390 * 100vw);
        left: calc(-12 / 390 * 100vw);
    }

    .form-content__list-item:not(:first-child) {
        margin-top: calc(6 / 390 * 100vw);
    }

    .form-content__list-item-title {
        font-size: calc(16 / 390 * 100vw);
        line-height: calc(35 / 390 * 100vw);
    }

    .form-content__list-item-title-2 {
        line-height: calc(22 / 390 * 100vw);
    }

    .form-content__list-item-text {
        margin-top: calc(6 / 390 * 100vw);
        font-size: calc(12 / 390 * 100vw);
    }

    .form-content__list-item-2 {
        gap: calc(6 / 390 * 100vw);
    }

    .form-content__list-item-2:not(:first-child) {
        margin-top: calc(20 / 390 * 100vw);
    }

    .form-content__list-item-2-left {
        font-size: calc(18 / 390 * 100vw);
        line-height: calc(22 / 390 * 100vw);
    }

    .form-flow {
        border-radius: calc(10 / 390 * 100vw);
        padding: calc(43 / 390 * 100vw) calc(37 / 390 * 100vw) calc(32 / 390 * 100vw);
    }

    .form-flow__top {
        flex-direction: column;
        gap: calc(12 / 390 * 100vw);
    }

    .form-flow__top-item {
        border-radius: calc(8 / 390 * 100vw);
        width: calc(222 / 390 * 100vw);
    }

    .form-flow__top-number {
        top: calc(-11 / 390 * 100vw);
        font-size: calc(18 / 390 * 100vw);
    }

    .form-flow__top-text {
        font-size: calc(13 / 390 * 100vw);
    }

    .form-flow__vector {
        width: calc(12 / 390 * 100vw);
        height: calc(18 / 390 * 100vw);
        transform: rotate(90deg);
    }

    .form-flow__top-item-1 {

    }

    .form-flow__top-item-1 .form-flow__top-img {
        width: calc(69.23 / 390 * 100vw);
        margin-top: calc(22 / 390 * 100vw);
    }

    .form-flow__top-item-1 .form-flow__top-text {
        margin-top: calc(11 / 390 * 100vw);
        padding-bottom: calc(16 / 390 * 100vw);
    }

    .form-flow__top-item-2 .form-flow__top-img {
        width: calc(38 / 390 * 100vw);
        margin-top: calc(26 / 390 * 100vw);
    }

    .form-flow__top-item-2 .form-flow__top-text {
        margin-top: calc(16 / 390 * 100vw);
        padding-bottom: calc(16 / 390 * 100vw);
    }

    .form-flow__top-item-3 .form-flow__top-number {
        width: calc(24 / 390 * 100vw);
        height: calc(28 / 390 * 100vw);
        top: calc(-16 / 390 * 100vw);
    }

    .form-flow__top-item-3 .form-flow__top-img {
        width: calc(37.69 / 390 * 100vw);
        margin-top: calc(23.3 / 390 * 100vw);
    }

    .form-flow__top-item-3 .form-flow__top-text {
        margin-top: calc(8 / 390 * 100vw);
        color: #FFFFFF;
        padding-bottom: calc(16 / 390 * 100vw);
    }

    .form-flow__under {
        margin-top: calc(12 / 390 * 100vw);
        background-color: transparent;
        flex-direction: column;
        gap: calc(12 / 390 * 100vw);
    }   

    .form-flow__under .form-flow__vector {
        margin-top: 0;
    }

    .form-flow__under-item {
        width: calc(222 / 390 * 100vw);
        background-color: #FFFFFF;
        border-radius: calc(8 / 390 * 100vw);
        position: relative;
    }

    .form-flow__under-number {
        font-size: calc(18 / 390 * 100vw);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(-12 / 390 * 100vw);
    }

    .form-flow__under-text {
        font-weight: 700;
        font-size: calc(13 / 390 * 100vw);
        line-height: 150%;
        color: #222222;
    }

    .form-flow__under-item-1 {
        padding: calc(20 / 390 * 100vw) 0;
    }

    .form-flow__under-item-2 {
        padding: calc(20 / 390 * 100vw) 0;
    }


    .form__right {
        background-color: #027BFF;
        width: 100%;
        padding: calc(53 / 390 * 100vw) calc(10 / 390 * 100vw) calc(57 / 390 * 100vw);
    }

    .form__right iframe {
        height: calc(800 / 390 * 100vw);
    }

    .form-description__text-2 {
        font-size: calc(16 / 390 * 100vw);
    }

    .form-content__list-item-document:not(:first-child) {
        margin-top: calc(20 / 390 * 100vw);
    }

    .form-document-mv {
        margin-top: calc(23 / 390 * 100vw);
        border-radius: calc(6.72 / 390 * 100vw);
        padding: calc(14.1 / 390 * 100vw) 0 calc(8.39 / 390 * 100vw);
    }

    .form-document-mv__list-item {
        width: calc(287.53 / 390 * 100vw);
    }

    .form-document-mv__list-item:not(:first-child) {
        margin-left: calc(12.88 / 390 * 100vw);
    }

    .form-document-mv__list .slick-arrow {
        height: calc(28 / 390 * 100vw);
        width: calc(28 / 390 * 100vw);
    }

    .form-document-mv__list .slick-arrow::before {
        height: calc(28 / 390 * 100vw);
        width: calc(28 / 390 * 100vw);
    }

    .form-document-mv__list .slick-next {
        right: calc(20 / 390 * 100vw);
    }

    .form-document-mv__list .slick-prev {
        left: calc(20 / 390 * 100vw);
    }

    .form-document-mv__list-dots .slick-dots button {
        height: calc(4.48 / 390 * 100vw);
        margin: 0 calc(2.24 / 390 * 100vw);
        width: calc(4.48 / 390 * 100vw);
    }

    .form-page-gray {
        padding: calc(45 / 390 * 100vw) 0;
    }

    /*タブ切り替え全体のスタイル*/
    .form-tabs {
        width: calc(373 / 390 * 100vw);
    }

    /*タブのスタイル*/
    .tab_item {
        height: calc(60 / 390 * 100vw);
        border: calc(1 / 390 * 100vw) solid #DFDFDF;
        line-height: calc(60 / 390 * 100vw);
        font-size: calc(18 / 390 * 100vw);
        border-radius: calc(6 / 390 * 100vw) calc(6 / 390 * 100vw) 0 0;
    }

    /*タブ切り替えの中身のスタイル*/
    .tab_content {
        width: calc(373 / 390 * 100vw);
    }

    .form-tabs input:checked + .tab_item::after {
        width: calc(20 / 390 * 100vw);
        height: calc(20 / 390 * 100vw);
        bottom: calc(-12 / 390 * 100vw);
    }

    .form-tab__content iframe {
        height: 1750px;
    }

    .form-tab__content-2 iframe {
        height: 2050px;
    }

    .form-content-service {
        flex-direction: column;
        gap: calc(20 / 390 * 100vw);
    }

    .form-content-service:first-child {
        margin-top: calc(26 / 390 * 100vw);
    }

    .form-content-service:nth-child(3) {
        padding-bottom:calc(40 / 390 * 100vw);
    }

    .form-content-service:not(:first-child) {   
        margin-top:calc(38 / 390 * 100vw);
    }

    .form-content-service__left {
        width: calc(320 / 390 * 100vw);
    }   

    .form-content-service__logo-1 {
        width: calc(171 / 390 * 100vw);
    }

    .form-content-service__logo-2 {
        width: calc(192 / 390 * 100vw);
    }

    .form-content-service__logo-3 {
        width: calc(134 / 390 * 100vw);
    }

    .form-content-service__title {
        margin-top: calc(16 / 390 * 100vw);
        font-size: calc(16 / 390 * 100vw);
    }

    .form-content-service__title span {
        font-size: calc(12 / 390 * 100vw);
    }

    .form-content-service__text {
        margin-top: calc(6 / 390 * 100vw);
        font-size: calc(12 / 390 * 100vw);
    }

    .form-content-service__right {
        width: calc(320 / 390 * 100vw);
    }
}