@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FFFAED;
    overflow-x: hidden;
    }

main.main{
    overflow: hidden;
}

.header{
    background-color: #FFFAED;
    position: sticky;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 90px;
}
.header-box{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-logo{
    width: 166px;
    height: 100%;
}

.header .nav ul.links{
    display: flex;
    align-items: center;
    height: 100%;
}

.header .nav ul.links a{
    color: #572F07;
    display: block;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

.header .nav ul.links li.link{
    position: relative;
}

.header .nav ul.links li.link::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 3px;
	background: #572F07;
	transition: 0.3s;
}
.header .nav ul.links li.link:hover::before{
    width: 100%;
}

.header .nav ul.links a .mail-icon{
    width: 22px;
    margin-right: 6px;
}

.header .nav ul.links li.contact a{
    border-radius: 100px;
    background: #FF7733;
    color: #FFFAED;
    padding: 15px 25px;
}

.header .nav ul.links li.contact a:hover {
    opacity: 0.6;
}

.header .js-offcanvas-btn{
    display: none;
}

/* ハンバーガーメニューの余白や色を調整 */
.header .js-offcanvas-btn{
    display: none;
    border-radius: 17px;
    background: #FF7733;
    padding: 15px 10px;
    margin-right: 15px;
}
/* 三本線の真ん中の線の色・長さを調整 */
.header .js-offcanvas-btn .hiraku-open-btn-line{
    background-color: #fff;
    width: 25px;
}
/* ハンバーガーメニュータップ時の三本線の真ん中を透明に */
.header .js-offcanvas-btn[aria-expanded="true"] .hiraku-open-btn-line{
    background-color: transparent;
}
/* 三本線の色を調整 */
.header .js-offcanvas-btn .hiraku-open-btn-line:before,
.header .js-offcanvas-btn .hiraku-open-btn-line:after{
    background-color:#fff;
}
/* 三本線の上部位置を調整 */
.header .js-offcanvas-btn .hiraku-open-btn-line:before{
    top:-8px;
}
/* 三本線の下部位置を調整 */
.header .js-offcanvas-btn .hiraku-open-btn-line:after{
    bottom:-8px;
}
/* ハンバーガーメニュータップ時の×印の幅を調整 */
.header .js-offcanvas-btn[aria-expanded="true"] .hiraku-open-btn-line:before,
.header .js-offcanvas-btn[aria-expanded="true"] .hiraku-open-btn-line:after{
    width:25px;
}
/* ハンバーガーメニュータップ時の×印の位置を調整 */
.header .js-offcanvas-btn[aria-expanded="true"] .hiraku-open-btn-line:before{
    transform: translate(0px, 8px) rotate(45deg);
}
.header .js-offcanvas-btn[aria-expanded="true"] .hiraku-open-btn-line:after{
    transform: translate(0px, -8px) rotate(-45deg);
}

@media (max-width: 1230px) {
    .header .header-logo{
        padding-left:15px;
    }
    .header .nav ul.links li.contact{
        padding-right: 15px;
    }
}

@media (max-width: 1050px) {
    .header .nav ul.links a{
        padding:10px 10px;
    }
}

@media (max-width: 770px) {
    .header{
        height: 60px;
    }
    .header-box{
        height: 60px;
    }
    .header .nav ul.links{
        display: none;
    }
    .header .js-offcanvas-btn{
        display: block;
    }
    .header .header-logo{
        width: 130px;
    }
}

aside.js-offcanvas ul.sp-navigation{
    background-color: #FFFAED;
}

aside.js-offcanvas ul.sp-navigation li{
    border-bottom:1px solid #f1f1f1;
}
aside.js-offcanvas ul.sp-navigation li a{
    display: block;
    padding:15px 30px 15px 15px;
    color:#572F07;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}
aside.js-offcanvas ul.sp-navigation li a:after{
    content:"";
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    right:15px;
    width: 10px;
    height:10px;
    border-right: 2px solid #FF7733;
    border-bottom: 2px solid #FF7733;
    transform: rotate(-45deg);
}

.js-hiraku-offcanvas-body-active .js-hiraku-offcanvas-sidebar-right {
    background-color: #FFFAED;
}

.js-offcanvas {
    display: none;
}

.fv{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 35px auto;
    margin-bottom: 200px;
}

.fv .kv{
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.fv .vector1{
    position: absolute;
    top: 0;
    right: -200px;
}

.fv .explanation{
    font-size: 45px;
    font-weight: bold;
    color: #572F07;
    text-shadow:1px 1px 0 #FFFAED,-1px 1px 0 #FFFAED,1px -1px 0 #FFFAED,-1px -1px 0 #FFFAED;
    position: absolute;
    bottom: 250px;
    left: 0;
}

.fv .fv-logo{
    position: absolute;
    bottom: 50px;
    left: 0;
    max-width: 580px;
    width: 100%;
    height: auto;
}

.fv .vector2{
    position: absolute;
    bottom: -30px;
    left: -200px;
}

@media (max-width: 1230px) {
    .fv{
        margin-top: 20px;
        margin-bottom: 150px;
    }
    .fv .kv{
        padding: 0 15px;
    }
    .fv .explanation{
        padding-left: 15px;
    }
    .fv .fv-logo{
        padding-left: 15px;
    }
    .fv .vector2{
        bottom: -10px;
        left: -170px;
    }
}

@media (max-width: 1050px) {
    .fv .explanation{
        font-size: 35px;
        bottom: 205px;
    }
    .fv .fv-logo{
        max-width: 450px;
        width: 100%;
    }
    .fv .vector2{
        bottom: -10px;
        left: -190px;
    }
}

@media (max-width: 770px) {
    .fv .explanation{
        font-size: 25px;
        bottom: 150px;
    }
    .fv .fv-logo{
        max-width: 350px;
        width: 100%;
        bottom: 30px;
    }
    .fv .vector2{
        bottom: -10px;
        left: -240px;
    }
}

@media (max-width: 500px) {
    .fv{
        margin-bottom: 50px;
    }
    .fv .kv{
        padding: 0 7px;
    }
    .fv .explanation{
        font-size: 18px;
        bottom: 75px;
    }
    .fv .fv-logo{
        max-width: 180px;
        width: 100%;
        bottom: 13px;
    }
    .fv .vector2{
        max-width: 150px;
        width: 100%;
        height: auto;
        bottom: -10px;
        left: -120px;
    }
    .fv .vector1{
        max-width: 150px;
        width: 100%;
        height: auto;
        top: 30;
        right: -130px;
    }
}
.work{
    background-color: rgba(255, 255, 255, 0.6) ;
    position: relative;
    margin: 0 auto;
}

.work::before{
    content: "";
    background-image: url(../img/nami_up.png);
    max-width: 1920px;
    width: 100%;
    height: 160px;
    background-size:cover;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.work::after{
    content: "";
    background-image:  url(../img/nami_under.png);
    max-width: 1920px;
    width: 100%;
    height: 231px;
    left: 50%;
    background-size:cover;
    transform: translateX(-50%);
    position: absolute;
    bottom: -231px;
    z-index: -1;
}

.headline{
    font-size: 45px;
    font-weight: bold;
    color: #572F07;
    text-align: center;
    padding-bottom: 75px;
}

.headline span {
    font-size: 61px;
    color: #FF7733;
}

.work .work-box,.works .work-box{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}

.work .vector3{
    position: absolute;
    top: -180px;
    left: -90px;
    z-index: -1;
}

.work .vector4{
    position: absolute;
    bottom: -250px;
    right: -130px;
}

.work .work-box ul.works,.works .work-box ul.works{
    display: grid; /* グリッドレイアウト */
    grid-template-columns: repeat(3, 1fr); /* 3列で表示させる */
    gap: 24px 24px; /* liの上下余白 */
    width: calc(100% - 30px);
    margin: 0 auto;
}

.work .work-box ul.works li a,.works .work-box ul.works li a {
    display: block;
}

.work .work-box ul.works li a:hover,.works .work-box ul.works li a:hover {
    opacity: 0.6;
}

.works .work-box ul.works li a.urlnone,.work .work-box ul.works li a.urlnone {
    pointer-events: none;
}

.work .work-box ul.works .work-img,.works .work-box ul.works .work-img{
    padding-bottom: 25px;
    width: 100%;
    height: auto;
}

.work .work-box ul.works p.work-title,.works .work-box ul.works p.work-title{
    width: 100%;
    font-size: 20px;
    color: #572F07;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

a[target="_blank"] .work-title {
    display: inline-block;
    position: relative;
}
a[target="_blank"] .work-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5em;
    background-image: url(../img/external_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 0.6em;
}

.work .work-box ul.works p.work-explanation,.works .work-box ul.works p.work-explanation{
    width: 100%;
    height: 100px;
    line-height: 24px;
    font-size: 16px;
    color: #572F07;
    padding-left: 12px;
    padding-right: 12px;
}

.btn-wrap{
    text-align: center;
    margin-top: 55px;
    margin-bottom: 330px;
}

.btn-wrap:hover {
    opacity: 0.6;
}

.btn-wrap .work-btn{
    border-radius: 100px;
    background: #FF7733;
    color: #FFFAED;
    font-size: 16px;
    padding: 20px 72px;
    position: relative;
}

.btn-wrap .work-btn::before{
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	border-left: 13px solid #FFFAED;
}

@media (min-width: 1920px) {
    .work::before,
    .work::after {
    max-width: 100%;
    width: 100%;
    }
}

@media (max-width: 1230px) {
    .work .work-box ul.works .work-img,.works .work-box ul.works .work-img{
        width: 100%;
    }
    .work .work-box ul.works p.work-explanation,.works .work-box ul.works p.work-explanation{
        width: 100%;
    }
}

@media (max-width: 1050px) {
    .work .work-box ul.works,.works .work-box ul.works {
        grid-template-columns: repeat(2, 1fr); /* 2列で表示させる */
    }
    .work .vector3{
        top: -100px;
    }
}

@media (max-width: 770px) {
    .work .work-box ul.works,.works .work-box ul.works {
        grid-template-columns: repeat(1, 1fr); /* 1列で表示させる */
        gap: 0px 0px; /* liの上下余白 */
    }
    .works-none {
        display: none
    }
}

@media (max-width: 500px) {
    .headline{
        font-size: 23px;
        padding-bottom: 40px;
    }
    .headline span {
        font-size: 33px;
    }
    .work .work-box ul.works .work-img,.works .work-box ul.works .work-img{
        padding-bottom: 15px;
    }
    .work .work-box ul.works p.work-title,.works .work-box ul.works p.work-title{
        font-size: 16px;
    }
    .work .work-box ul.works p.work-explanation,.works .work-box ul.works p.work-explanation{
        height: 90px;
        line-height: 20px;
        font-size: 14px;
    }
    .btn-wrap{
        margin-bottom: 190px;
    }
    .btn-wrap .work-btn{
        padding: 15px 55px;
    }
    .work .vector3{
        max-width: 90px;
        width: 100%;
        height: auto;
        top: -90px;
        left: -30px;
        z-index: 1;
    }
    .work .vector4{
        max-width: 100px;
        width: 100%;
        height: auto;
        bottom: -150px;
        right: 0px;
    }
    .work::before {
        height: 100px;
        top: -100px;
        left: 50%;
        z-index: -1;
    }
}
.company-profile{
    max-width: 876px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.company-profile .vector5{
    position: absolute;
    top: 168px;
    left: -300px;
    z-index: -2;
}

.company-profile::before{
    content: "";
    background-image: url(../img/Union_top2.png);
    position: absolute;
    width: 1903px;
    height: 993px;
    top: 10px;
    left: -160px;
    z-index: -1;
    background-repeat: no-repeat;
}

.company-profile .profile-box .category{
    border-radius: 50px;
    background: #FFFFFF;
    color: #FF7733;
    font-size: 14px;
    padding: 3px 25px;
    border: 2px solid;
    border-color: #FF7733;
    max-width: 120px;
    width: 100%;
    text-align: center;
    margin-right: 17px;
}

.company-profile h3.headline{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.company-profile .profile-box .profile-list{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

/* 所在地だけ上揃え */
.profile-list.location dt.category {
    align-self: flex-start;
}

.company-profile .profile-box .detail{
    font-size: 16px;
    color: #572F07;
    line-height: 1.5;
}

.company-profile .map{
    height: 375px;
    margin-top: 40px;
    margin-bottom: 250px;
    align-items: center;
    position: relative;
}

.company-profile .map .vector6{
    position: absolute;
    top: 320px;
    right: -300px;
}

@media (max-width: 1050px) {
    .company-profile{
padding: 0 15px;
    }
    .company-profile .vector5{
        top: 80px;
        left: -200px;
        z-index: -2;
    }
}

@media (max-width: 770px) {
    .company-profile .profile-box .profile-list{
        display: block;
    }
    .company-profile .profile-box .category{
        margin-bottom: 10px;
    }
    .company-profile h3.headline{
        padding-top: 70px;
        margin-top: -70px;
    }
    .company-profile::before{
        top: -20px;
    }
    .company-profile .map{
        margin-bottom: 200px;
    }
}

@media (max-width: 500px) {
    .company-profile .map{
        height: 200px;
        margin-bottom: 100px;
    }
    .company-profile .vector5{
        max-width: 80px;
        width: 100%;
        height: auto;
        top: 30px;
        left: 0px;
        z-index: -1;
    }
    .company-profile .map .vector6{
        max-width: 100px;
        width: 100%;
        height: auto;
        top: 200px;
        right: -10px;
    }
    .company-profile::before{
        background-image: url(../img/Union_top2.png);
        background-size: contain;
        height: 800px;
    }
}

.cta .cta-text{
    text-align: center;
    font-size: 25px;
    color: #572F07;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.5;
}

.cta .contact-btn-wrap {
    border-radius: 100px;
    background: #FF7733;
    color: #FFFAED;
    font-size: 24px;
    width: 100%;
    max-width: 350px;
    margin:0 auto;
    margin-bottom: 105px;
}

.cta .contact-btn-wrap img.mail-icon{
    vertical-align: initial;
}

.cta .contact-btn-wrap:hover {
    opacity: 0.6;
}

.cta .contact-btn-wrap a {
    display: block;
    padding: 20px;
    text-align: center;
}

.cta .contact-btn-wrap .mail-icon{
    width: 24px;
}

@media (max-width: 500px) {
    .cta .cta-text{
        font-size: 16px;
    }

    .cta .contact-btn-wrap {
        font-size: 16px;
        width: 100%;
        max-width: 220px;
        margin-bottom: 50px;
    }

    .cta .contact-btn-wrap a {
        display: block;
        padding: 15px;
        text-align: center;
    }

    .cta .contact-btn-wrap .mail-icon{
        width: 20px;
    }
}

.footer{
    height: 110px;
}

.footer .nav ul.links{
    max-width: 680px;
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px 0;
}

.footer .nav ul.links a{
    color: #572F07;
    font-size: 14px;
    display: block;
    padding: 5px 15px;
    position: relative;
}

.footer .nav ul.links a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 1px;
	background: #572F07;
	transition: 0.3s;
}
.footer .nav ul.links a:hover::before{
    width: 100%;
}

@media (max-width: 770px) {
    .footer{
        height: 40px;
    }
    .footer .nav ul.links{
        display: none;
}
}

.footer p.copyright{
    color: #572F07;
    font-size: 16px;
    text-align: center;
}
@media (max-width: 500px) {
    .footer p.copyright{
        font-size: 12px;
    }
}

.lower-page-headline{
    font-size: 45px;
    font-weight: bold;
    color: #572F07;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 75px;
}

.lower-page-headline span{
    font-size: 61px;
    color: #FF7733;
}

.recruit .recruit-message{
    font-size: 25px;
    font-weight: bold;
    color: #572F07;
    text-align: center;
    padding-bottom: 75px;
    line-height: 1.5;
}

.recruit .recruit-box{
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6) ;;
    box-shadow: 0 10px 10px #fff4d6;
    border-radius: 40px;
    padding: 60px 20px;
    margin-bottom: 50px;
}

.recruit .vector-lowerpage1{
    position: absolute;
    max-width: 160px;
    width: 100%;
    height: auto;
    top: -300px;
    left: -150px;
    z-index: -1;
}

.recruit .vector-lowerpage2{
    position: absolute;
    max-width: 200px;
    width: 100%;
    height: auto;
    right: -220px;
    bottom: -40px;
    z-index: -1;
}

.recruit .recruit-box .category{
    border-radius: 50px;
    background: #FFFFFF;
    color: #FF7733;
    font-size: 14px;
    padding: 3px 30px;
    border: 2px solid;
    border-color: #FF7733;
    max-width: 120px;
    width: 100%;
    text-align: center;
    margin-right: 17px;
}

.recruit .recruit-box .detail{
    font-size: 16px;
    color: #572F07;
    line-height: 1.5em;
}

.recruit .recruit-box .recruit-list{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.recruit .table {
    width: 100%;
    border-collapse: collapse;
}
.recruit table th, table td {
    border: none;
    padding: 4px;
    color: #572F07;
    font-size: 16px;
}

.recruit .cta .contact-btn-wrap {
    border-radius: 100px;
    background: #FF7733;
    color: #FFFAED;
    font-size: 16px;
    width: 100%;
    max-width: 220px;
    margin:0 auto;
    margin-bottom: 105px;
}

.recruit .cta .contact-btn-wrap .mail-icon{
    width: 20px;
    vertical-align: initial;
}

.recruit .cta .contact-btn-wrap {
    margin-bottom: 0px;
    margin-top: 50px;
}

@media (max-width: 770px) {
    .recruit .recruit-message{
        padding-left: 25px;
        padding-right: 25px;
    }
    .recruit .recruit-box{
        max-width: 450px;
    }
    .recruit .recruit-box .recruit-list{
        display: block;
        margin-bottom: 20px;
    }
    .recruit .recruit-box .category{
        margin-bottom: 10px;
    }
    .recruit table th{
        width: 80px;
    }
    .recruit .vector-lowerpage1{
        top: -360px;
        left: -80px;
    }
}

@media (max-width: 500px) {
    .lower-page-headline{
        font-size: 23px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lower-page-headline span{
        font-size: 33px;
    }
    .recruit .recruit-message{
    font-size: 16px;
    padding-bottom: 20px;
    }
    .recruit .recruit-box{
        max-width: 340px;
        padding: 40px 20px;
        margin-bottom: 50px;
    }

    .recruit .vector-lowerpage1{
        max-width: 80px;
        top: -220px;
        left: -10px;
        z-index: -1;
    }
    .recruit .vector-lowerpage2{
        position: absolute;
        max-width: 100px;
        right: -20px;
        bottom: -40px;
        z-index: -1;
    }

}

.sort-box{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #572F07;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    margin-bottom: 10px;
}

.sort-box ul.sorts{
    display: flex;
}

.sort-box ul.sorts a{
    padding: 10px 20px;
    margin-right: 30px;
    position: relative;
}

.sort-box ul.sorts li.sort a:hover{
    color: #FF7733;
}

.sort-box ul.sorts li.sort-now{
    color: #FF7733;
}

.sort-box ul.sorts a::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0px;
    border: 6px solid transparent;
    border-top: 10px solid #572F07;
}

.works .work-box{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    justify-content: space-between;
    position: relative;
    border-top: 3px solid #f1f1f1;
}

.works .vector-lowerpage1{
    position: absolute;
    max-width: 160px;
    width: 100%;
    height: auto;
    top: -250px;
    left: -100px;
    z-index: -1;
}

.works .vector-lowerpage2{
    position: absolute;
    max-width: 200px;
    width: 100%;
    height: auto;
    right: -130px;
    bottom: -100px;
    z-index: -1;
}

.work-link-number{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 70px;
}

.work-link-number a.now{
    background-color: #FF7733;
    color: #fff;
    pointer-events: none;
}

.work-link-number a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #572F07;
    font-weight: bold;
    background: #FFFAED;
    width: 44px;
    height: 44px;
    border: 2px solid #b8b8b8;
    margin: 0 20px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.work-link-number a::after {
    background: gray;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.work-link-number a:hover {
    color: #fff;
}
.work-link-number a:hover::after {
    transform: scale(1, 1);
}

@media (max-width: 500px) {
    .sort-box{
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        color: #572F07;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        margin-bottom: 10px;
    }

    .sort-box ul.sorts a{
        padding: 10px 15px;
        margin-right: 10px;
        position: relative;
    }

    .sort-box ul.sorts a::after{
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 0px;
        border: 5px solid transparent;
        border-top: 7px solid #572F07;
    }
    .work-link-number a{
        font-size: 16px;
        width: 40px;
        height: 40px;
    }
    .works .vector-lowerpage1{
        position: absolute;
        max-width: 80px;
        width: 100%;
        height: auto;
        top: -150px;
        left: 10px;
    }
    .works .vector-lowerpage2{
        position: absolute;
        max-width: 100px;
        width: 100%;
        height: auto;
        right: 0px;
        bottom: -140px;
    }
}

.privacy .privacy-box{
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    color: #572F07;
    position: relative;
    margin-bottom: 45px;
    background-color: rgba(255, 255, 255, 0.6) ;;
    box-shadow: 0 10px 10px #fff4d6;
    border-radius: 40px;
    padding: 50px 60px;
}

.privacy .privacy-box::before{
    content: "";
    background: #f1f1f1;
}

.privacy .vector-lowerpage1{
    position: absolute;
    max-width: 160px;
    width: 100%;
    height: auto;
    top: -200px;
    left: -150px;
    z-index: -1;
}

.privacy .vector-lowerpage2{
    position: absolute;
    max-width: 200px;
    width: 100%;
    height: auto;
    right: -250px;
    bottom: -40px;
    z-index: -1;
}

.privacy .privacy-lead{
    font-size: 16px;
    margin-bottom: 30px;

}

.privacy .privacy-list{
    font-size: 16px;
    margin-bottom: 30px;
}

.privacy .privacy-list .privacy-category{
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 770px) {
    .privacy .privacy-box{
        max-width: 450px;
        padding: 50px 30px;
    }
}

@media (max-width: 500px) {
    .privacy .privacy-box{
        max-width: 340px;
        padding: 40px 20px;
    }
    .privacy .vector-lowerpage1{
        max-width: 80px;
        top: -120px;
        left: -10px;
        z-index: -1;
    }
    .privacy .vector-lowerpage2{
        position: absolute;
        max-width: 100px;
        right: -20px;
        bottom: -40px;
        z-index: -2;
    }
    .privacy .privacy-box::before{
        height: 2500px;
    }
}

.contact-message{
    text-align: center;
    color: #572F07;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.contact-box{
    display: block;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6) ;;
    box-shadow: 0 10px 10px #fff4d6;
    border-radius: 40px;
    padding: 50px 115px;
}

.contact-box .vector-lowerpage1{
    position: absolute;
    max-width: 160px;
    width: 100%;
    height: auto;
    top: -200px;
    left: -200px;
    z-index: -1;
}

.contact-box .vector-lowerpage2{
    position: absolute;
    max-width: 200px;
    width: 100%;
    height: auto;
    right: -220px;
    bottom: -50px;
    z-index: -1;
}

.form_label{
    color: #572F07;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}

.form_required{
    font-size: 13px;
    border-radius: 100px;
    background: #ff3333;
    color: #FFFAED;
    margin-left: 15px;
    padding: 0px 8px;
}

.form_field,.form_field_detail{
    font-weight: normal;
    background-color: #fff1ea;
    display: block;
    margin-top: 7px;
    max-width: 500px;
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
    padding-left: 7px;
    font-size: 16px;
}

.form_field_detail{
    padding-top: 7px;
}

.form_radio-wrapper{
    background-color: #fff1ea;
    margin-top: 7px;
    max-width: 500px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    margin-bottom: 40px;
}

.form_radio{
    display: block;
}

.form_field_detail{
    height: 100px;
}

.form-btn{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    border-radius: 100px;
    background: #FF7733;
    color: #FFFAED;
    width: 100%;
    max-width: 250px;
    padding: 20px 0px;
    margin-bottom: 40px;
    position: relative;
}

.form-btn::before{
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	border-left: 13px solid #FFFAED;
}

.form-btn:hover {
    opacity: 0.6;
}

.privacy_agree{
    text-align: center;
    font-weight: bold;
    color: #572F07;
    font-size: 14px;
}

a.privacy_agree{
    text-decoration:underline;
}

a.privacy_agree:hover {
    opacity: 0.6;
}

@media (max-width: 770px) {
    .contact-box{
        max-width: 460px;
        width: 100%;
        margin-bottom: 50px;
        padding: 50px 15px;
    }
}

@media (max-width: 500px) {
    .contact-message{
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .contact-box{
        max-width: 340px;
        width: 100%;
        padding: 50px 15px;
    }
    .contact-box .vector-lowerpage1{
        max-width: 80px;
        width: 100%;
        height: auto;
        top: -200px;
        left: 0px;
        z-index: -1;
    }
    .contact-box .vector-lowerpage2{
        position: absolute;
        max-width: 100px;
        width: 100%;
        height: auto;
        right: -20px;
        bottom: -40px;
        z-index: -2;
    }
    .form-btn{
        padding: 15px 0px;
        max-width: 215px;
        width: 100%;
    }
    .privacy_agree{
        font-size: 12px;
    }
}
@media (max-width: 450px) {
    .contact-message{
        text-align: left;
    }
}

.thanks_heading{
    color: #572F07;
    font-size: 18px;
}