@charset "utf-8";

/* RESET CSS */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
    display: none !important
}

:where(html) {
    -webkit-text-size-adjust: none;
    color-scheme: dark light;
    tab-size: 2;
    scrollbar-gutter: stable
}

:where(html:has(dialog:modal[open])) {
    overflow: clip
}

@media (prefers-reduced-motion:no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth
    }
}

:where(body) {
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased
}

:where(button) {
    all: unset
}

:where(input, button, textarea, select) {
    font: inherit;
    color: inherit
}

:where(textarea) {
    resize: vertical;
    resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer
}

:where(:disabled) {
    cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
    cursor: not-allowed
}

:where(a) {
    color: inherit;
    text-underline-offset: .2ex
}

:where(ul, ol) {
    list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block
}

:where(img, picture, svg, video) {
    max-inline-size: 100%;
    block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word
}

:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
    text-wrap: balance
}

:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible
}

:where(dialog) {
    border: none;
    background: none;
    inset: unset;
    max-width: unset;
    max-height: unset
}

:where(dialog:not([open])) {
    display: none !important
}

:where(:focus-visible) {
    outline: 3px solid CanvasText;
    box-shadow: 0 0 0 5px Canvas;
    outline-offset: 1px
}

:where(:focus-visible, :target) {
    scroll-margin-block: 8vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important
}

html {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    width: 100vw;
}

img,
p,
a,
li,
h1,
h2,
h3,
h4,
h5,
time {
    padding: 0;
    margin: 0;
}

a,
p,
time {
    text-decoration: none;
    line-height: 1rem;
    font-size: 1rem;
    font-family: "Zen Old Mincho", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #535353;
}

li {
    text-decoration: none;
    list-style: none;
}

/* Google Font */
.forum-regular {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
}

.klee-one-regular {
    font-family: "Klee One", serif;
    font-weight: 400;
    font-style: normal;
}

.marcellus-regular {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 40px;
    font-family: "Forum";
    font-weight: normal;
}

h2 {
    font-size: 50px;
    font-family: "Forum";
    font-weight: normal;
}

p {
    font-size: 16px;
}

/*
  <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 100 to 900 */

.noto-sans-jp {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

/* header */

header .container {
    width: 95%;
    height: auto;
    margin-inline: auto;
    position: relative;
}


.globalnav {
    left: 2.5%;
    right: 2.5%;
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    box-sizing: border-box;
    padding-top: 40px;
    position: fixed;
    z-index: 100;
}

.midnightInner {
    left: 2.5% !important;
    right: 2.5% !important;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    box-sizing: border-box;
    padding-top: 40px;
    position: fixed;
    z-index: 100;
}


.globalnav ul {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.globalnav ul a {
    margin-left: 45px;
}


header a {
    font-size: 2.2rem;
    font-family: "Forum";
    color: #fff;
    letter-spacing: 1px;
}

.nav li {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-bottom: 1.5px;
    margin-bottom: 15px;
}

.nav li:nth-child(3) {
    margin-bottom: 8px;
}

.nav li:hover {
    color: #fff;
}

.nav a {
    position: relative;
}

.nav .nav_sns {
    margin: 0;
}

.nav .nav_sns a {
    font-size: 1.5rem;
}

.nav a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #fff;
    bottom: 0px;
    transform: scale(0, 1);
    transition: transform 0.5s;
    transform-origin: center top;
}

.nav a:hover::after {
    transform: scale(1, 1)
}

.globalnav .white a,
.globalnav .white h1,
.globalnav .white .nav_sns a {
    color: #535353;
}

.white .nav a::after {
    background: #535353;
}

.white .nav li:hover {
    color: #535353;
}

/* HEADER_HOME */

.header_1 {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
}

.header_1 img {
    right: 0;
    left: 0;
    height: auto;
    min-height: 105vh;
    display: inline;
    bottom: -5vh;
    object-fit: cover;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1;
}


/* HEADER_CHILD */

.header_2 {
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    position: relative;
}

.header_2 img {
    right: 0;
    left: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 98;
}

.header_cover {
    position: fixed;
    z-index: 97;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0));
    top: 0;
    right: 0;
    display: block;
}

@media screen and (min-width:671px) {
    .hamburger {
        display: none;
    }
}

@media screen and (max-width:670px) {
    .globalnav {
        display: none;
    }

    .header_2 {
        width: 100%;
        height: 150px;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .header_2 img {
        right: 0;
        left: 0;
        width: 100%;
        height: 150px;
        object-fit: cover;
        position: absolute;
        margin: 0;
        padding: 0;
        z-index: 98;
    }


    .header_cover {
        position: fixed;
        z-index: 97;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, rgba(98, 139, 188, 1), rgba(98, 139, 188, 0));
        top: 0;
        right: 0;
        display: block;
    }


    /* Nav items */
    .hamburger {
        height: 100px;
        width: 90%;
        right: 0;
        left: 0;
        margin-inline: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        z-index: 99;
    }

    .menu {
        list-style: none;
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        margin-top: 150px;
        clear: both;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
        transform: scale(1, 0);
        transform-origin: top;
        border-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) fill 0/0/100vh 100vw;
        z-index: 99;
    }


    /* Hamburger menu button */
    .menu-btn:checked~.menu {
        transform: scale(1, 1);
        transform-origin: top;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    /* Hamburger menbu text */
    .menu a {
        text-decoration: none;
        letter-spacing: 2px;
        font-size: 1.2rem;
        text-transform: capitalize;
        color: #ddd;
        opacity: 0;
        transition: 0.5s;
    }

    .menu li {
        border-top: 1px solid #535353;
        padding: 17px 0;
        margin: 0 54px;
        opacity: 0;
        transition: 0.5s;
    }

    .menu-btn:checked~.menu a,
    .menu-btn:checked~.menu li {
        opacity: 1;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
    }

    .menu-btn {
        display: none;
    }

    .menu-icon {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding: 5px 5px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .navicon {
        background: #fff;
        display: block;
        height: 3px;
        width: 26px;
        position: relative;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
        z-index: 100;
    }

    .navicon:before,
    .navicon:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #fff;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .navicon:before {
        top: 9px;
    }

    .navicon:after {
        bottom: 9px;
    }

    /* Hamburger Menu Animation Start */
    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
        top: 0;
    }

    .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
        bottom: 0;
    }

    .menu-btn:checked~.menu-icon .navicon {
        background: rgba(0, 0, 0, 0);
        transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
}


/* HEADER_BUTTON */

/* footer */
footer {
    width: 100%;
    height: 90px;
    background-color: #FFDEDE;
    position: relative;
    z-index: 2;
}

footer .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .container>div {
    width: auto;
    height: fit-content;
    display: flex;
}

footer h3 {
    color: #535353;
    font-family: "Forum";
    font-weight: normal;
    font-size: 1.3em;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 3;
}

footer a,
footer p {
    font-family: "Forum";
    font-weight: normal;
    font-size: 0.8em;
    letter-spacing: 0.3px;
}


/* top */


.btn_top a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 50vh;
    transition: 0.3s;
    border: none;
}

.btn_top a::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}

.btn_top span {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.btn_top a:hover {
    background-color: #FF4D6F;
}


/* insta */

.flowbtn {
    font-family: 'Noto Sans Japaneses', sans-serif;
    /* フォント指定 */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    /* 背景横幅 */
    height: 50px;
    /* 背景高さ */
    font-size: 30px;
    /* アイコンサイズ */
    border-radius: 25px;
    color: #fff !important;
    /* ボタン内カラー */
    transition: .5s;
    text-decoration: none;
}

.flowbtn:hover {
    text-decoration: none;
    cursor: pointer;
}

.my_instagram1 {
    background: black;
}

.my_instagram1:hover {
    background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
    transition: 0.5s;
}

/* EN */
.btn_en a {
    width: 50px;
    height: 50px;
    border-radius: 50vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_en a:hover {
    background-color: #FF4D6F;
}

.btn_en p {
    color: #fff;
    size: 1rem;
}

.btn_area {
    bottom: 30px;
    right: 5%;
    position: fixed;
    z-index: 100;
}

.btn_area ul {
    display: flex;
}

.btn_area li {
    margin-left: 5px;
}


/* 共通エリア */

/* title_h2 */
.title_h2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.title_h2 h2 {
    font-size: 50px;
    font-family: "Forum";
    font-weight: normal;
    color: #535353;
    line-height: 1.2em;
}

/* title_h3 */
.title_h3 {
    font-size: 1rem;
    font-family: "Zen Old Mincho";
    font-weight: normal;
    color: #535353;
    line-height: 1.2em;
}

/* title_child */
.title_child {
    width: 100%;
    height: auto;
    margin-block: 50px;
}

.title_child h2 {
    color: #535353;
}

/* btn_1 */
.btn_1 {
    position: relative;
    display: block;
    border: none;
    border-bottom: 1px solid #fff;
    width: 130px;
    max-width: 90%;
    transition: 0.5s;
    padding-left: 5px;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #fff;
    font-family: "Forum";
}

.btn_1::before {
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background: #fff;
    rotate: 43deg;
    position: absolute;
    right: -3px;
    bottom: 9px;
}


.btn_1:hover {
    scale: 1.05;
    transition: 0.5s;
}

/* breadcrumb */

.breadcrumb {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    padding-bottom: 100px;
}

.breadcrumb .container {
    width: 100%;
    margin-inline: auto;
    padding-top: 20px;
}

.breadcrumb-001 {
    display: flex;
    gap: 0 10px;
    list-style: none;
    padding: 0;
    font-size: .9em;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23535353'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 4px;
    border-top: 1px solid #535353;
    border-right: 1px solid #535353;
    content: '';
}

.breadcrumb-001 a {
    color: #535353;
    text-decoration: none;
    font-family: "Lexend";
    font-size: 0.8rem;
}


/* top_page */

/* top_1 */

.top_1 {
    width: 100%;
    height: 800px;
    z-index: 98;
    position: relative;
    background-color: #628BBC;
    background: linear-gradient(to bottom, rgba(98, 139, 188, 0) 0%, rgba(98, 139, 188, 20) 80%, rgba(98, 139, 188, 100));
}

.top_1 .container {
    width: 70%;
    height: auto;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_1 p {
    color: #fff;
    text-align: center;
    line-height: 3rem;
    margin-top: 200px;
    margin-bottom: 80px;
}

/* top_2 */
.top_2 {
    width: 100%;
    height: 500px;
}

.top_2 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}


/* top_3 */


/* top_4 */
.top_4 {
    width: 100%;
    height: auto;
    padding-block: 120px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.top_4 .container {
    width: 80%;
    height: auto;
    margin-inline: auto;
}

.works {
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
}

.works>div {
    width: 49%;
    height: auto;
}

.works div:nth-child(3) {
    width: 49%;
    height: auto;
    display: flex;
    display: flex;
    justify-content: space-between;
}

.works div:nth-child(3) div {
    width: 49%;
    height: auto;
}

.works .title_h3 {
    margin-block-start: 18px;
    margin-block-end: 8px;
}

.works .btn_1 {
    color: #535353;
    border-color: #535353;
}

.works .btn_1::before {
    background: #535353;
}

/* top_5 */
.top_5 {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    position: relative;
    z-index: 5;
    padding-block: 120px;
}

.top_5 .container {
    width: 70%;
    height: auto;
    margin-inline: auto;
}

.news {
    width: 100%;
    height: auto;
}

.news>div {
    width: 100%;
    height: auto;
    padding-block: 20px;
    border-bottom: solid 1px #535353;
}

.news a {
    display: flex;
    width: 100%;
    padding: 10px;
    padding-inline: 50px;
    justify-content: space-between;
}



/* top_7 */
.top_6,
.top_7 {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding-block: 120px;
}

.top_6 .container {
    width: 80%;
    height: auto;
    margin-inline: auto;
}

.top_7 .container {
    width: 80%;
    height: auto;
    margin-inline: auto;
}

.top_others {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-block: 50px;
}

.top_others>div {
    width: 48.5%;
    height: auto;
}

.top_others .title_h3 {
    width: auto;
    height: auto;
    margin-block: 20px;
    font-family: "Forum";
    font-size: 1.6em;
}

.top_others p {
    width: 120px;
    height: auto;
    display: block;
    position: relative;
}

.top_7 .btn_1 {
    color: #535353;
    border-color: #535353;
    padding: 10px;
}

.top_7 .btn_1::before {
    background: #535353;
}


/* about */
.about_1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 150px;
}

.about_1 .container {
    width: 70%;
    height: auto;
    margin-inline: auto;
}

.about_1 .container>div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about_1 img {
    width: 55%;
    height: fit-content;
    aspect-ratio: 1/1;
    align-items: center;
}

.about_1 .container>div div {
    width: 39%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 40px;
}

.about_1 h4 {
    color: #535353;
    font-family: "Zen Old Mincho";
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
}

.about_1 p {
    font-family: "Zen Old Mincho";
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 2rem;
    margin-bottom: 15px;
}

/* works */

.child {
    width: 100%;
    height: auto;
    padding-top: 120px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.child .container {
    width: 70%;
    height: auto;
    margin-inline: auto;
}

#works .works {
    padding-bottom: 150px;
}


/* works_2 */
.works_2 {
    width: 100%;
    height: auto;
    background-color: white;
    position: relative;
    padding-bottom: 150px;
}

.works_2 .container {
    width: 70%;
    height: auto;
    margin-inline: auto;
    position: relative;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 85px;
}

.works_2 .container div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .65vw;
}

.works_2 .container p {
    line-height: 3em;
}

.works_2 .container>img {
    width: 100%;
    height: auto;
}

.works_2 .container div>img {
    width: 49.5%;
    height: auto;
}


/* news */
.news_1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding-bottom: 300px;
}

.news_1 .container {
    width: 70%;
    height: auto;
    margin-inline: auto;
}

/* contact */
.contact {
    margin: 0;
    padding: 0;
    background-color: white;
}

.contact .container {
    width: 70%;
    margin-inline: auto;
    padding-bottom: 150px;
}

form {
    width: 90%;
    margin: 0 auto;
}

.form-row {
    display: flex;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid #f2f4f5;
    justify-content: space-between;
}

.form-row:last-child {
    border-bottom: none;
}

.form-label {
    display: flex;
    align-items: center;
}

.form-label label {
    font-weight: bold;
}

.form-label span {
    margin-left: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #535353;
}

/* フォームパーツのデザイン */
input,
textarea {
    background-color: #f2f4f5;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    flex-grow: 1;
    width: 100%;
}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-size: 14px;
}

form button {
    cursor: pointer;
    margin-top: 80px;
    padding: 15px 45px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background-color: #535353;
    margin-inline: auto;
}

form .input {
    width: 60%;
}


/* レスポンシブ */

@media screen and (max-width:1280px) {
    .contact .container {
        width: 80%;
    }
}

@media screen and (max-width:1080px) {

    /* top_4 */
    .top_4 .container,
    .top_6 .container,
    .top_7 .container {
        width: 90%;
    }

    .works_2 .container,
    .about_1 .container,
    .news_1 .container,
    .child .container,
    .top_5 .container{
        width: 80%;
    }


    /* contact */
    .contact .container {
        width: 90%;
    }

    .contact form {
        width: 100%;
    }

    .about_1 .container>div {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .about_1 img {
        width: 46%;
        height: fit-content;
        aspect-ratio: 1/1;
    }
    
    .about_1 .container>div div {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-block: 40px;
    }
}

@media screen and (max-width:800px) {
    .title_child {
        width: 100%;
        height: auto;
        margin-block: 40px;
    }
    
    .title_child h2 {
        color: #535353;
        font-size: 40px;
    }

    .contact form {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .contact form .form-row {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 30px;
    }

    .contact .input {
        width: 100%;
    }


    .works_2 .container,
    .about_1 .container,
    .news_1 .container,
    .child .container,
    .contact .container {
        width: 90%;
    }

    .about_1 .container>div {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .about_1 img {
        width: 100%;
        height: fit-content;
        aspect-ratio: 1/1;
    }
    
    .about_1 .container>div div {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-block: 40px;
    }
}


@media screen and (max-width:670px) {

    .top_1 .container {
        width: 90%;
        height: auto;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top_1 p {
        color: #fff;
        text-align: center;
        font-size: .8rem;
        line-height: 3em;
        margin-top: 200px;
        margin-bottom: 80px;
    }

    .works {
        flex-direction: column;
    }

    .works>div {
        width: 100%;
    }

    .works>div:nth-child(3) {
        width: 100%;
    }

    .top_7 .top_others {
        flex-direction: column;
        gap: 70px;
    }

    .top_7 .top_others>div {
        width: 100%;
    }

}

@media screen and (max-width:428px) {

    .title_child {
        width: 100%;
        height: auto;
        margin-block: 30px;
    }
    
    .title_child h2 {
        color: #535353;
        font-size: 30px;
    }


    .works div:nth-child(3) {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .works div:nth-child(3) div {
        width: 100%;
        height: auto;
    }


    .contact form {
        width: 95%;
    }

    .form-row {
        padding-inline: 0;
    }


}