.form-bg{
    background: no-repeat center center / cover;
    border: solid 1px #12907f;
    padding: 40px 15px;
}
@media screen and (min-width:768px){
    .form-bg{
        padding: 60px 15px;
    }
}

/*フォーム外側*/
.contact-mail-box{
    padding: 70px 0;
}
.contact-form-otr{
    padding: 30px 15px 40px;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
}
/*フォーム注意書き*/
.formnote {
    color: #e7280d;
    text-align: right;
    max-width: 1000px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
/*フォーム*/
.form.formWrap {
    max-width: 1000px;
    margin: 0 auto 0 auto;
}
/*行*/
.row{
    margin: 0;
}
.row.formRow {
    border-top: 1px solid #999999;
    display:-webkit-box;
	display:-ms-flexbox;
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
}
.formRow-bottom{
    border-bottom: 1px solid #999999;
}
label{
    font-size: 1.4rem;
}
/*左*/
.formTh{
    width: 100%;
    margin-bottom: 5px;
}
.labeltxt{
    display: inline-block;
}
.labelText01{
    font-weight: 500;
}
.d-inline-block .labelText02{
    margin-right: 15px;
}
.d-inline-block:last-of-type .labelText02{
    margin-right: 0;
}
.requiredText  {
    color: #e7280d;
    margin-left: 10px;
    display: inline-block;
}
/*右*/
.formTd {
    width: 100%;
    text-align: left;
}
/*ラジオボタン*/
.radio-div{
    display: inline-block;
    vertical-align: middle;
}
.radio-div:not(:last-of-type) {
    margin-right: 20px;
}
.radio {
    margin-right: 10px;
}
/*インプット*/
.input {
    width: 100%;
}
/*郵便番号*/
.input.zipInput {
    width: 40%;
}
/*内容*/
.textarea {
    width: 100%;
    height: 120px;
}
/*ボタン*/
.form-btn-otr{
    padding-top: 50px;
    text-align: center;
}
.formBtn{
    cursor: pointer;
    background-color: #058978;
    border: none;
    max-width: 300px;
    width: 100%;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
}
.formBtn:focus {
	outline:0;
}
@media screen and (min-width:768px) {
    .contact-form-otr {
        padding:30px 15px 60px 15px;
    }
    .radio-div{
        display: block;
        margin-right: 0;
    }
    label{
        font-size: 1.6rem;
    }
    .formTh {
        width: 30%;
        margin-bottom: 0;
    }
    .formTd {
        width: 70%;
    }
    .input.zipInput {
        width: 30%;
    }
  	.form-btn-otr:first-of-type{
      	margin-bottom:20px;
    }
    .formBtn{
        max-width: 400px;
        line-height: 80px;
    }
    .selectArea-year{
        display: flex;
    }
    .row.formRow{
        padding: 15px 10px;
    }
    .d-block{
        display: inline-block!important;
    }
    .d-block:nth-of-type(4){
        padding-left: 1px;
    }
}

/*プライバシーポリシー*/
.privacy-box{
    padding-top: 40px;
}
.privacy{
    padding: 40px 0 70px;
}
.privacyBox {
    overflow-y: scroll;
    text-align:left;
    max-width:1000px;
    margin: 0 auto;
    height:300px;
    border: 1px solid #ccc;
    padding:30px 15px 0;
    background: #fff;
}
.privacyDt {
    font-weight: 700;
    padding-bottom: 3px;
}
.privacyDd-top {
    margin-bottom: 55px;
}
.privacyDd {
    margin-bottom: 35px;
}
@media screen and (min-width:768px) {
    .privacy-box{
        padding-top: 60px;
    }
    .privacy{
        padding: 60px 0 150px;
    }
    .privacyBox {
        padding:30px 30px 0;
    }
}



/*	ご相談について
---------------------------------*/
/*fv*/
.contact-top{
}
.contact-top__bgImg{
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
    background-image: url("/system_panel/uploads/images/img_office_topBg01.png");
    background-size: cover;
}
.contact-top__relative{
    position: relative;
}
.contact-top__mainImg{
    margin: 0 -15px;
    padding-left: 60px;
    object-fit: cover;
    height: 250px;
}
.contact-top__mainImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-top___titleBox{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50px);
}
.contact-top__title__ja{
    padding: 10px 20px;
    background-color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #1c2c43;
}
.contact-top__title__en{
    max-width: max-content;
    width: 60%;
    position: relative;
    top: -10px;
    left: 70px;
}
@media screen and (min-width:768px){
    .contact-top__mainImg{
        height: 480px;
    }
    .contact-top__bgImg{
        padding: 60px 0;
    }
    .contact-top__title__ja{
        padding: 20px 30px;
        font-size: 4.0rem;
    }
}
@media screen and (min-width:1024px){
    .contact-top__mainImg{
        margin: 0 -15px 0 0;
        padding-left: 120px;
    }
}
@media screen and (min-width:1230px){
    .contact-top__mainImg{
        margin-right: max(calc((1200px - 100vw) / 2), -200px);
    }
    .contact-top___titleBox{
        left: max(calc((1230px - 100vw) / 2), -80px);
    }
}

/*ページリンク*/
.contact-pagelink{
    padding-top: 60px;
}
.contact-pagelink__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.contact-pagelink__item{
    max-width: 250px;
    width: calc((100% - 15px) / 2);
    background-color: #058978;
}
.contact-pagelink__item a{
    display: block;
    text-align: center;
}
.contact-pagelink__item p{
    letter-spacing: 0.05em;
    color: #fff;
    padding: 15px;
}
@media screen and (min-width:768px){
    .contact-pagelink{
        padding-top: 100px;
    }
    .contact-pagelink__list{
        gap: 20px;
    }
    .contact-pagelink__item{
        width: calc((100% - 40px) / 3);
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1230px){
}

/*コンテンツ*/
.contact-flow{
    padding: 60px 0;
}
.contact-flow__list{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.contact-flow__item{
    border: solid 1px #12907f;
    padding: 30px 15px;
    margin-bottom: 40px;
    position: relative;
}
.contact-flow__item:last-of-type{
    margin-bottom: 0;
}
.contact-flow__item:before{
    content: "";
    width: 20px;
    height: 40px;
    background-color: #e6f9f6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 1px));
}
.contact-flow__item:last-of-type:before{
    content: none;
}
.contact-flow__item--inr{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: min(35%, 140px) 1fr;
    grid-template-areas:
    "contact-flow__icon contact-flow__ttl"
    "contact-flow__info contact-flow__info";
    align-items: center;
    gap: 20px;

    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.contact-flow__icon{
    grid-area: contact-flow__icon;
}
.contact-flow__ttl{
    grid-area: contact-flow__ttl;
}
.contact-flow__ttl--num{
    font-size: 5rem;
    font-weight: 900;
    color: #edecec;
    line-height: 1;
    margin-bottom: 10px;
}
.contact-flow__ttl--txt{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(2rem,5.0vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #058978;
}
.contact-flow__info{
    grid-area: contact-flow__info;
}
.contact-fees{
    padding: 60px 0;
    background-color: #e6f9f6;
}
.contact-fees__txt{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
}
.contact-fees__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}
.contact-fees__item{
    max-width: 200px;
    width: calc((100% - 20px) / 2);
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.contact-fees__link{
    display: block;
    width: 100%;
    padding: 20px 15px 40px;
    position: relative;
}
.contact-fees__link:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_contact_fees_arrow01.png);
    width: 19px;
    height: 12px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-fees__item--blue .contact-fees__link:before{
    background-image: url(/system_panel/uploads/images/icon_contact_fees_arrow02.png);
}
.contact-fees__icon{
    margin-bottom: 20px;
}
.contact-fees__ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1c2c43;
}
.contact-cont{
    padding: 60px 0;
}
.contact-cont__txt{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
}
.contact-cont__txt strong{
    font-weight: 400;
}
.contact-cont__box{
    max-width: 600px;
    width: 100%;
    border-top: solid 1px #058978;
    border-bottom: solid 1px #058978;
    text-align: center;
    padding: 25px 0;
    margin: 0 auto;
}
.contact-cont__box--num{
    display: inline;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #058978;
    line-height: 1;
    padding-left: 50px;
    position: relative;
}
.contact-cont__box--num:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_contact_phone01.png);
    width: 30px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.contact-cont__box--annotaion{
    letter-spacing: 0.05em;
    margin-top: 10px;
}
.contact-form{
    padding-top: 50px;
}
.contact-form__ttl{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1c2c43;
    text-align: center;
    margin-bottom: 30px;
}
.contact-privacy{
    padding-top: 50px;
}
@media screen and (min-width:768px){
    .contact-flow{
        padding: 100px 0;
    }
    .contact-flow__item{
        padding: 50px 15px;
    }
    .contact-flow__item--inr{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 140px 1fr;
        grid-template-areas:
        "contact-flow__icon contact-flow__ttl"
        "contact-flow__icon contact-flow__info";
        align-items: flex-start;
        gap: 0 60px;
    }
    .contact-flow__info{
        flex: 1;
    }
    .contact-flow__ttl{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
    }
    .contact-flow__ttl--num{
        font-size: 8rem;
        margin: 0;
    }
    .contact-flow__ttl--txt{
        flex: 1;
        font-size: 2.4rem;
    }
    .contact-flow__ttl--txt--br br{
        display: none;
    }
    .contact-fees{
        padding: 100px 0;
    }
    .contact-fees__txt{
        margin-bottom: 60px;
    }
    .contact-fees__txt--br br{
        display: none;
    }
    .contact-fees__list{
        gap: 25px;
        max-width: 650px;
    }
    .contact-fees__item{
        width: calc((100% - 50px) / 3);
    }
    .contact-fees__link{
        padding: 25px 15px 60px;
    }
    .contact-fees__link:before{
        bottom: 30px;
    }
    .contact-fees__icon{
        margin-bottom: 30px;
    }
    .contact-fees__ttl{
        font-size: 1.8rem;
    }
    .contact-cont{
        padding: 100px 0;
    }
    .contact-cont__txt{
        margin-bottom: 50px;
    }
    .contact-cont__txt strong br{
        display: none;
    }
    .contact-cont__box{
        padding: 30px 0;
    }
    .contact-cont__box--num{
        font-size: 4rem;
    }
    .contact-cont__box--annotaion{
        margin-top: 20px;
    }
    .contact-form{
        padding-top: 80px;
    }
    .contact-form__ttl{
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .contact-privacy{
        padding-top: 80px;
    }
}
@media screen and (min-width:1024px){
    .contact-fees__list{
        max-width: none;
    }
    .contact-fees__item{
        width: calc((100% - 100px) / 5);
    }
}
@media screen and (min-width:1230px){
}


/*	送信完了
---------------------------------*/
.formcomplete__txt{
    margin-bottom: 30px;
}
@media screen and (min-width:768px){
    .formcomplete__txt{
        text-align: center;
    }
    .formcomplete__txt{
        margin-bottom: 50px;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1230px){
}

/*	privacyLabel
---------------------------------*/
.privacyLabel {
    text-align: left;
}
input{
    margin: 0 3px 50px 0;
}
@media screen and (min-width:768px){
    .privacyLabel br{
        display: none;
        text-align: center;
    }
    input{
        margin: auto;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1230px){
}