@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #616161;
    margin: 0;
    letter-spacing: 0.1em;
}
a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-decoration: none;
}
img {
    object-fit: fill;
    object-position: center center;
    width: 100%;
}

.logo{
    object-fit: contain;
}

p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.text{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

a {
    text-decoration-color: none;  /*リンクの色を消す*/
  }

  html,body {
    overflow-x: hidden;
  }

/*追従*/

.form{
    position: fixed;
    z-index: 99999;
    bottom: 50px;
    right: 50px;
    width: 350px;
}

.inner {
    width: 1100px;
}

.inner_ {
    width: 1100px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*画像の下の隙間を消すコード*/


div{
	text-align:center;
}
img{
	vertical-align:top;
}



/* HEADER
------------------------------- */

.pc_header {
    display: block;
    background-color: #ffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 30px;
    position: fixed;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.pc_header .logo {
    font-size: 20px;
    color: #616161;
    font-weight: 700;
}

.top_sp {
    display: none;
}
.top_icon {
    width: 70px;
    height: auto;
    margin: 0 0 0 20px;
}

.pc_menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pc_menu .no1 {
    border-radius: 10px;
    border: solid 2px #026CB2;
    height: 50px;
    width: 155px;
    color: #026CB2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: start;
}

.pc_menu .no2 {
    border-radius: 10px;
    background-color: #FF7300;
    height: 50px;
    width: 155px;
    color: #ffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.pc_menu a {
    font-size: 16px;
    height: max-content;
    font-weight: 500;
}

.moushikomi {
    background-color: rgb(239, 73, 43);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.moushikomi img {
    width: 35px;
    height: auto;
}


/* top_ga------------------------------- */

.top_ga {
    height: 640px;
    background-image: url(../images/20250206_1306.svg);
    background-position: center;
    background-size: cover;
    padding: 80px 100px;
    position: relative;
    margin-top: 80px;
}

.top_ga .no1 p{
    font-weight: 600;
    font-size: 45px;
    color: #4B4B4B;
    display: inline;
    line-height: 1.5;
    margin-bottom: 50px;
}

.top_ga .no2 p{
    font-weight: 500;
    font-size: 25px;
    color: #4B4B4B;
    display: inline;
    padding: 0.2em;
    line-height: 1.5;
}

.top_ga .text_box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    z-index: 1;
}



.top_ga .img_box {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 120px;
    width: 50%;
    z-index: -0;
}

.top_ga .btn_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top_ga .btn_box a {
    background-color: #FF7300;
    padding: 15px;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 20px;
    border-radius: 100px;
}

.top_ga .btn_box a p {
    font-size: 25px;
}

.top_ga .btn_box img {
    width: 30px;

}


/* area2------------------------------- */


.area2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    background-color: #02AFB2;
}

.area2 .inner_ {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.area2 .inner_ .text_box p {
    color: #ffff;
}

.sub_title_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.roma {
    font-size: 40px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 800;
    color: #07668F;
}

.sub_title {
    color: #ffff;
}

.maru {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #8FE2E4;
}

.area2 .inner {
    background-color: #ffff;
    border-radius: 30px;
    padding: 60px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area2 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    width: 100%;
}

.area2 .box .l {
    background-color: #F2EDE6;
    border-radius: 50px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 50%;
}

.area2 .box .l .midasi {
    color: #078D8F;
    font-size: 30px;
    font-weight: 700;
}

.area2 .box .l p {
    text-align: center;
}

.area2 .plus {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: #02AFB2;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
}

.area2 .plus p {
    color: #ffff;
    font-weight: 800;
    font-size: 60px;
}

.area2 .sannkaku {
    width: 70px;
    height: auto;
    margin-top: 30px;
}

.area2 .box2 {
    display: flex;
    align-items: center;
    gap: 50px;
}

.area2 .box2 .l {
    width: 300px;
    height: auto;
}



/* area3------------------------------- */


.area3 {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area3 .maru {
    background-color: #02AFB2;
}

.area3 .inner {
    display: flex;
    gap: 50px;
}

.area3 .inner .l {
    width: 35%;
}

.area3 .inner .r {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.area3 .title_box {
    margin-bottom: 50px;
}

.area3 .sub_title {
    color: #616161;
}

.area3 .box {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.area3 a .no2 {
    font-size: 25px;
    font-weight: 700;
}

.area3 .box_l {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.area3 .box_r {
    width: 40%;;
    height: auto;
}

.area3 .no {
    font-family: "Funnel Sans", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #02AFB2;
}

.area3 .span {
    background-color: #02AFB2;
    height: 4px;
    width: 62px;
}

.area3 .midasi {
    font-size: 20px;
    font-weight: 700;
}


/* area4------------------------------- */

.area4 {
    padding: 60px 0;
    background-color: #02AFB2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area4 .title_box {
    margin-bottom: 50px;
}

.area4 .text_box p {
    color: #ffff;
}

.area4 .box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}


.area4 .box .l {
    width: 30%;
    display: flex;
    flex-direction: column;
    background-color: #ffff;
    border-radius: 30px;
    padding: 30px;
    gap: 15px;
}

.area4 .midasi {
    font-size: 20px;
    font-weight: 700;
}

.area4 .span {
    background-color: #02AFB2;
    height: 4px;
    width: 62px;
}

.area4 .l:nth-child(2) img {
    width: 90%;
}

.area4 .l:nth-child(3) img {
    width: 85%;
}

.area4 .img_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}


/* area5------------------------------- */

.area5 {
    padding: 60px 0;
    background-image: url(../images/Group2.svg);
    background-position: center;
    background-size: cover;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.area5 .maru {
    background-color: #02AFB2;
}

.area5 .inner_ {
    width: 55%;
}

.area5 .sub_title {
    color: #616161;
}

.area5 .title_box {
    margin-bottom: 50px;
}

.area5 .box1 {
    border-radius: 30px;
    background-color: #ffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
    margin-top: 120px;
    margin-bottom: 50px;
}

.area5 .box1 .midasi_box {
    background-color: #02AFB2;
    border-radius: 50px;
    padding: 5px 30px;
    width: fit-content;
    position: absolute;
    top: -15px;
    left: 30px;
}

.area5 .box1 .midasi_box p {
    color: #ffff;
}

.g_b {
    font-size: 30px;
    font-weight: 700;
    color: #02AFB2;
}

.g_s {
    color: #02AFB2;
}

.area5 .box2 {
    display: flex;
    gap: 20px;
}

.area5 .box2 .l{
    background-color: #02AFB2;
    border-radius: 30px;
    padding: 30px;
    color: #ffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 50%;
}

.area5 .box2 .midasi_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.area5 .box2 .midasi {
    font-size: 20px;
    font-weight: 500;
}

.area5 .box2 .span {
    height: 4px;
    width: 100%;
    background-color: #ffff;
    border-radius: 5px;
}

.area5 .box2 .midasi_box img {
    width: 33px;
    height: auto;
}

.img_sp {
    display: none;
}



/* area6------------------------------- */

.area6 {
    background-color: #ffff;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area6 .maru {
    background-color: #FF7300;
}

.area6 .inner {
    display: flex;
}

.area6 .l {
    width: 50%;
}

.area6 .r {
    width: 50%;
}

.area6 .sub_title {
    color: #616161;
}

.area6 .r .box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 15px 0;
    border-bottom: solid #BEBEBE 1px;
}

.area6 .midasi_box {
    background-color: #07668F;
    padding: 5px;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffff;
    border-radius: 50px;
    
}

.area6 .r .text {
    margin-top: 5px;
}

.area6 .r .box:last-child .midasi {
    font-size: 12px;
}

.area6 .r .box:last-child .midasi_box {
    padding: 8px 0;
}




/* footer------------------------------- */

.page-fotter {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #07668F;
    padding: 60px 100px;
}

.page-fotter p ,
.page-fotter a {
    color: #ffff;
    font-size: 12px;
    font-weight: 500;
}

.page-fotter .logo_box {
    margin-bottom: 30px;
}

.page-fotter .logo_box p {
    font-size: 40px;
    font-weight: 700;
}

.page-fotter .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.page-fotter .box .r {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-fotter .box .r .btn_box{
    display: flex;
    gap: 20px;
}

.page-fotter .box .link_box {
    display: flex;
    flex-direction: column;
}

.page-fotter .no1 {
    border-radius: 10px;
    border: solid 2px #ffff;
    height: 50px;
    width: 155px;
    color: #ffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.page-fotter .no2 {
    border-radius: 10px;
    background-color: #ffff;
    height: 50px;
    width: 155px;
    color: #02AFB2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}




/* contact------------------------------- */

iframe {
    height: 950px;
}



.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px 0;
}

.contact .inner {
    display: flex;
    justify-content: space-between;
}

.contact .maru {
    background-color: #02AFB2;
}

.contact .sub_title {
    color: #616161;
    font-weight: 500;
}


.contact .required {
    background-color: #ed66ae;
    border-radius: 5px;
    color: #ffff;
    margin-left: 15px;
    padding: 3px;
    font-size: 10px;
}


.contact p {
    font-weight: 700;
}

.underbutton a {
    color: #85AC3C;
    font-weight: 700;
}

form {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


form div{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

label{
    font-size: 16px;
    display: block;
    color: #616161;
    font-weight: 500;
    margin-top: 5px;
}

input[type="submit"]{
    background-image: url(../images/20241101_1709.png);
    background-size: cover;
    width: 350px;
    height: 72px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select{
    background: #F2EDE6;
    padding: 10px;
    font-size: 1rem;
    height: 40px;
    border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
    width: 65%;
}

textarea{
    width: 65%;
    height: 12rem;
}

input[type="submit"]{
    border: none;
    cursor: pointer;
    line-height: 1;
}

form .required {
    margin-bottom: 30px;
    font-size: 20px;
}

form .button {
    width: 100%;
    background-color: #ffff;
    padding: 10px 30px;
    border-radius: 50px;
    border: solid 4px #85AC3C;
    font-weight: 700;
    font-size: 20px;
}

.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 58px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.underbutton {
    width: 350px;
    margin: 50px 0 30px 0;
    color: #ffff;
}

.checkbox {
    display: flex;
    align-items: baseline;
}

.checkbox label {
    margin-left: 10px;
}

.contact button {
    width: 100%;
    padding: 10px;
    background-color: #02AFB2;
    color: #ffff;
    border-radius: 10px;
    font-weight: 500;
}


/* privacy------------------------------- */

.privacy {
    margin-top: 80px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}

.privacy .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.privacy .b {
    font-size: 20px;
    font-weight: 700;
}






/*モバイル版
--------------------------------------------------------------------------モバイル版*/
@media (max-width: 600px) {

    body {
        font-size: 14px;
    }

    .inner {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .inner_ {
        width: 90%;
    }

    p {
        font-size: 14px;
        line-height: 1.5em;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    


    /* ヘッダー------------------------------- */

    .pc_header {
        height: 60px;
        padding: 0 10px;
    }


    .pc_menu {
        gap: 5px;
    }


    .top_ga {
        background-position: -420px;
        background-size: cover;
        height: fit-content;
        margin-top: 60px;
        padding: 40px 20px;
    }

    .top_ga .text_box {
        gap: 10px;
        margin-bottom: 20px;
    }

    .top_ga .no1 p {
        font-size: 30px;
    }

    .top_ga .no2 p  {
        font-size: 15px;
    }

    .top_ga .img_box {
        position: static;
        width: 360px;
        transform: none;
    }

    .top_ga .btn_box a {
        width: 85%;
        padding: 10px;
        gap: 8px;
    }

    .top_ga .btn_box a p {
        font-size: 16px;
    }

    .top_ga .btn_box img {
        width: 20px;
    }

    .top_ga .btn_box {
        gap: 10px;
        margin-bottom: 20px;
    }





    .header {
        height: 90px;
    }


    .top_sp{
        display: none;
        background-size: cover;
        padding-top: 10px;
        height: 70px;
        position: relative;

    }

    .top_sp h1 {
        margin-top: 520px;
        margin-left: 5%;
        font-size: 32px;
        line-height: 1.5em;
    }

    .top_sp .contactbutton_sp {
        background-color: #85AC3C;
        border-radius: 50px;
        padding: 5px 10px;
        color: #ffff;
        margin-top: 8px;
        margin-right: -50px;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 10px 0 10px;
    }

    .header .menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
    }

    .header .menu a {
        border-bottom: 1px solid #1F7344;
        display: inline-block;
    }


    .pc_menu .no2 {
        font-size: 14px;
        height: 40px;
        width: 125px;
    }

    .pc_menu .no1 {
        font-size: 14px;
        height: 40px;
        width: 100px;
    }




    /* ハンバーガーボタンのデザイン */
    .drawer__button {
        position: relative;
        width: 50px;
        height: 50px;
        border: none;
        cursor: pointer;
        z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
    }
    /* ハンバーガーボタン内の線 */
    .drawer__button > span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2rem;
        height: 3px;
        background-color: #393636;
        transform: translateX(-50%);
    }
    .drawer__button > span:first-child {
        transform: translate(-50%, calc(-50% - 0.5rem));
        transition: transform 0.3s ease;
    }
    .drawer__button > span:nth-child(2) {
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease;
    }
    .drawer__button > span:last-child {
        transform: translate(-50%, calc(-50% + 0.5rem));
        transition: transform 0.3s ease;
    }
    /* 展開時のデザイン */
    .drawer__button.active > span:first-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .drawer__button.active > span:nth-child(2) {
        opacity: 0;
    }
    .drawer__button.active > span:last-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    /* メニューのデザイン */
    .drawer__nav {
        position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }

    .drawer__nav.active {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .drawer__nav__inner {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: white;
        padding: 3rem 0rem;
        margin: 0 0 0 auto;
        overflow: scroll;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .drawer__nav.active .drawer__nav__inner {
        transform: translateX(0);
    }

    .drawer__nav__inner img {
        margin-bottom: 20px;
    }

    .drawer__nav__menu {
        list-style: none;
        padding-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .drawer__nav__link {
        display: block;
        color: black;
        text-decoration: none;
        padding: 1rem 1rem;
        border-bottom: solid 1px lightgray;
        text-align: center;
    }

    /* ハンバーガーメニュー展開時、背景を固定 */
    body.active {
        height: 100%;
        overflow: hidden;
    }




    .drawer__nav__inner .tel_a {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        background-color: rgb(239, 73, 43);
        padding: 15px 0;
        border-radius: 100px;
        color: #ffff;
    }

    .drawer__nav__inner .tel_a .no2 {
        font-size: 20px;
    }

    .drawer__nav__inner .tel_box {
        display: flex;
        align-items: center;
        padding-top: 5px;
        flex-direction: column;
        position: relative;
    }

    .drawer__nav__inner .tel_box .tel {
        font-size: 35px;
        padding: 0 10px 0 10px;
        line-height: 1em;
        margin-left: 25px;
    }

    .drawer__nav__inner .tel_box .tel_icon {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 25px;
    }

    .drawer__nav__inner .yajirusi {
        position: absolute;
        top: 10px;
        left: 295px;
        width: 20px;
        height: auto;
    }

    .drawer__nav__inner .page-fotter {
        width: 100%;
        position: fixed;
        bottom: 0;
    }



    /* area2------------------------------- */

    .area2 {
        padding: 30px 0;
    }

    .area2 .inner_ {
        flex-direction: column;
        align-items: start;
        margin-bottom: 50px;
    }

    .area2 .inner {
        padding: 30px;
    }

    .area2 .inner_ .text_box p{
        font-size: 14px;
    }

    .area2 .box {
        flex-direction: column;
    }

    .area2 .box .l {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
        gap: 10px;
    }

    .area2 .box .l .midasi {
        font-size: 25px;
    }

    .area2 .plus {
        width: 70px;
        height: 70px;
        top: 140px;
    }

    .area2 .plus p {
        font-size: 50px;
    }

    .area2 .sannkaku {
        width: 40px;
        margin-bottom: 30px;
    }

    .area2 .box2 {
        flex-direction: column;
    }

    .area2 .box2 .l {
        width: 230px;
    }

    /* area3------------------------------- */

    .area3 {
        padding: 30px 0;
    }

    .area3 .inner{
        flex-direction: column;
    }

    .area3 .inner .l {
        width: 100%;
    }

    .area3 .inner .r {
        width: 100%;
    }

    .area3 .box {
        flex-direction: column;
        gap: 20px;
        padding: 25px;
    }

    .area3 .box_l {
        width: 100%;
    }

    .area3 .box_r {
        width: 100%;
    }


    /* area4------------------------------- */

    .area4 {
        padding: 30px 0;
    }

    .area4 .inner {
        align-items: flex-start;
    }

    .area4 .box {
        flex-direction: column;
        gap: 20px;
    }

    .area4 .box .l {
        width: 100%;
    }


    /* area5------------------------------- */


    .area5 {
        padding: 30px 0;
        background-image: none;
    }

    .area5 .inner_ {
        width: 100%;

    }

    .area5 .box1 {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .area5 .box2 {
        flex-direction: column;
    }

    .area5 .box2 .l {
        width: 100%;
    }

    .area5 .img_sp {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .area5 .img_sp img {
        width: 80%;
    }

    .area5 .box1 .midasi_box {
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    /* area6------------------------------- */

    .area6 {
        padding: 30px 0;
    }

    .area6 .l {
        width: 100%;
        margin-bottom: 30px;
    }

    .area6 .r {
        width: 100%;
    }

    .area6 .r .box {
        flex-direction: column;
        gap: 10px;
    }

    .area6 .r .text {
        margin-left: 20px;
    }

    .area6 .midasi_box {
        width: fit-content;
        padding: 3px 20px;
    }

    .area6 .r .box:last-child .midasi_box {
        padding: 3px 20px;
    }

    .area6 .r .box:last-child .midasi {
        font-size: 14px;
    }


    /* footer------------------------------- */


    .page-fotter {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        flex-direction: column;
    }

    .page-fotter .box {
        width: 90%;
        flex-direction: column;
        gap: 80px;
    }

    .page-fotter .r a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12px;
    }


    /* contact------------------------------- */

    .contact {
        padding: 30px 0;
    }

    .contact .inner {
        width: 90%;
        flex-direction: column;
        margin-top: 60px;
        align-items: flex-start;
    }

    iframe {
        width: 100%;
    }

    .contact .inner .l {
        margin-bottom: 30px;
    }

    form {
        width: 100%;
    }

    form div {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .contact label {
        margin-bottom: 10px;
    }

    input[type="text"], input[type="email"], input[type="tel"], select {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    input[type="image"]{
        width: 100%;
        margin-top: 20px;
    }

    .contact button {
        margin-top: 20px;
    }

    /* privacy------------------------------- */

    .privacy {
        padding: 0px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .privacy .inner {
        align-items: flex-start;
        width: 90%;
    }

    .privacy .title {
        font-size: 20px;
    }

    .privacy .b {
        font-size: 16px;
    }


}
