@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1.2px;
    color: #333;
    background: #fff;
    line-break: strict;
    word-break: normal;
    overflow-wrap: normal;
}

a{
    text-decoration: none;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
  }

/* -----------font-----------*/

/* -----------icomoon-----------*/
img {
    width: 100%;
    height: auto;
}
.sp {
    display: block;
}
.pc {
    display: none;
}

/* -----------共通-----------*/
.content_wrap{
    max-width: 960px;
    margin-inline: auto;
    padding: 0 16px;
}


/* -----------SP header-----------*/
header {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 1000;
    top: 0;
    padding: 10px 16px;
    box-sizing: border-box;
    background: #FFF;
}
header .header_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
header .header_logo {
    max-height: 86%;
    height: auto;
    width: auto;  
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .hamburger {
    width: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    right: 16px;
}
header .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    transition: 0.3s;
}
header .hamburger.active {
    gap: 0;
}
header .hamburger.active span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
}
header .hamburger.active span:nth-of-type(2) {
    display: none;
}
header .hamburger.active span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
}

header .header_menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #FFF;
    transform: translateX(100%);
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header_menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

header .header_menu ul li.current {
    list-style: none;
    position: relative;
}

header .header_menu ul li a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    text-align: center;
}
header .header_menu.active {
    transform: translateX(0%);
}

/* -----------footer-----------*/
footer {
    width: 100%;
    background: linear-gradient(to right, #2BB9B0, #52CABC);
    padding: 30px 16px 30px;
    box-sizing: border-box;
    color: #fff;
}
footer .footer_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
footer .footer_logo {
    width: 60%;
    max-width: 180px;
}

.footer_name{
    font-weight: 700;
    font-size: 20px;
}

footer .footer_menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
footer .footer_menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

footer .footer_address {
    text-align: center;
    font-size: 14px;
}

footer .footer_tel {
    font-size: 14px;
}

footer small {
    font-size: 10px;
    line-height: 2;
    display: block;
    text-align: center;
}

/* -----------to top-----------*/
.to_top {
    position: fixed;
    right: 15px;
    bottom: 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
.to_top.show {
    opacity: 1;
    pointer-events: auto;
}
.to_top img {
    width: 32px;
    aspect-ratio: 1;
}
/* -----------top mv-----------*/
.top_mv {
    padding-top: 90px;
}
.slider {
    position: relative;
    width: 97%;
    height: 66vh;
    margin: 0 0 0 auto;
    overflow: hidden;
    border-top-left-radius: 40px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide.active {
    opacity: 1;
}

.slider .caption {
    position: absolute;
    width: 90%; 
    right: 50%;
    bottom: 5%;
    transform: translateX(50%);
    text-align: left;
}
.slider .caption p {
    font-size: clamp(20px, 2.5vw, 50px); 
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}



/* -----------sub mv-----------*/
.sub_mv_area{
    position: relative;
    height: 240px;
    width: 97%;
    margin: 90px 0 40px auto;
    border-top-left-radius: 60px;
    overflow: hidden;
}
.sub_mv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


/* -----------top about-----------*/

.top_about_bg{
    width: auto;
    background: linear-gradient(to right, #2BB9B0, #52CABC);
    padding: 50px 0 200px;
}
.top_about_mind{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 1080px;
}
.mind_main{
    font-size: 20px;
    font-weight: 700;
    padding-right: 8px;
    width: fit-content;
    text-align: center;
}

.mind_text{
    border-left: 1px solid #fff;
    padding-left: 10px;
    width: calc(100% - 5em - 4px);
}

.top_about_summary{
    border-top-left-radius: 60px;
    background-color: #ffF;
    position: relative;
    top: -150px;
    margin-bottom: -80px;
}
.top_about_summary.content_wrap {
    padding: 0;
}
.summary_wrap{
    padding: 50px 30px 40px;
    box-sizing: border-box;
}
.about_btn {
    background-color: #28556A;
    padding: 12px 8px;
    width: 100%;
    max-width: 260px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    text-align: center;     
    margin: 0 auto;
    border-radius: 0.6em;
    margin-top: 44px;
}



/* -----------top works-----------*/
.top_works {
    padding: 75px 0;
    background-color: #F4F4F4;
}
.top_works h2 {
    font-size: 25px;
    font-weight: 500;
    color: #28556A;
    margin-bottom: 30px;
    padding: 0 16px;
}

.top_works p {
    padding: 0 16px;
}

.top_works .top_works_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    padding: 100px 16px 0;
    width: 100%;
    box-sizing: border-box;
}
/* .top_works .top_works_content .content_item img {
    display: block;
} */
.top_works .top_works_content .content_item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}
.top_works .top_works_content .content_item p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.top_works .works_btn {
    width: fit-content;
    display: block;
    padding: 12px 60px;
    font-size: 15px;
    line-height: 33px;
    text-decoration: none;
    background: #000;
    color: #fff;
    margin: 60px auto 70px;
    font-weight: normal;
}

/* -----------top contact-----------*/
.top_contact {
    padding: 70px 20px;
    background: url(../img/top_contact_bg.jpg)no-repeat center/cover;
}
.top_contact h2{
    font-weight: 500;
    text-align: center;
}
.top_contact .top_contact_wrap {
    max-width: 940px;
    background: #fff;
    padding: 30px 20px;
    margin: 0 auto;
    border-radius: 30px;
}
.top_contact .top_contact_text {
    text-align: center;
    padding-top: 30px;
}

/* -----------about-----------*/
.about_main .about_main_wrap{
    max-width: 892px;
    margin: 50px auto;
    background-color: #F4F4F4;
    padding: 10px 16px 32px;
    box-sizing: border-box;
}

.about_intro{
    text-align: center;
    font-weight: 500;
}

.sub_h2{
    color: #28556A;
    font-size: clamp(32px, 5vw, 50px);
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    padding-top: 50px;
}
.sub_h2 span{
    display: block;
    font-size: clamp(24px, 4vw, 34px);
}

.about_main .about_main_item {
    color: #5E5E5E;
    border-bottom: 1px solid #5E5E5E;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 0;
}
.about_main_item3{
    color: #5E5E5E;
    border-bottom: 1px solid #5E5E5E;
    padding: 16px 0;
}
.about_main_item2{
    display: flex;
    flex-direction: column;
}

.about_main .about_main_item .item_text{
    font-size: 16px;
}
.about_main .about_main_item3 .item_text{
    font-size: 16px;
}


/* -----------works-----------*/
.works_wrap {
    padding-bottom: 60px;
}
.works_intro {
    padding: 50px 0;
}
.works_item {
    margin-bottom: 50px;
}
.works_item h3 {
    font-size: clamp(20px, 7.6vw, 18px);
    line-height: 56px;
    background: #28556A;
    color: #fff;
    padding: 10px 20px;
    margin: 0 auto 10px;
    border-top-left-radius: 1em;
}

.works_item_text {
    background-color: #EEEEEE;
    padding: 30px 20px;
    box-sizing: border-box;
    line-height: 1.5;
}
.works_item_text_inner{
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px #333333 solid;
}

/* -----------contact-----------*/
.contact_bg{
    background-color: #F4F4F4;
    margin-top: 50px;
    padding: 70px 16px;
    box-sizing: border-box;
}
.contact_ttl {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #4B4B4B;
    display: block;
    padding-bottom: 30px;
}
.contact_text {
    text-align: center;
}
.contact-form{
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
}
.form-group{
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* align-items: center; */
    border-bottom: 1px solid #505050;
    padding: 18px 0;
}
.form-group_name{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #505050;
    padding: 18px 0;
}
.form-group_name_inner {
    display: flex;
    flex-direction: column;
}
.form-group_name_inner:nth-child(1){
    width: 100%;
    gap: 8px;
    padding: 18px 0;
    border-bottom: 1px solid #505050;
    margin-bottom: 18px;
}
/* .contact form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px auto 0;
} */
.contact form .required{
    color: #fff;
    font-size: 12px;
    background-color: #28556A;
    padding: 0.3em;
    block-size: auto;
    line-height: 1;
    position: relative;
    top: -0.2em;
    margin-left: 0.4em;
}
.contact form label{
    width: auto;
    display: inline-block;
    padding-right: 1em;
}
.contact .form-group_name input{
    flex: none;
    width: 100%;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    resize: none;
    font-size: 15px;
    line-height: 30px;
    background-color: #F4F4F4;
}
.contact .form-group input{
    flex: none;
    width: 100%;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    resize: none;
    font-size: 15px;
    line-height: 30px;
    background-color: #F4F4F4;
}
.form-group_name_inner input{
    flex: none;
    width: 98%;
}
.contact form textarea{
    flex: none;
    width: 100%;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    resize: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    background-color: #F4F4F4;
}
.form_below_text{
    font-size: 14px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;    
}
.form_below_text_link {
    text-decoration: underline;
    color: #28556A;
}
.contact form .submit_area {
    font-size: 15px;
    line-height: 60px;
    color: #fff;
    background: #28556A;
    border: none;
    border-radius: 100px;
    margin: 0 30px;
    padding: 0 50px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
.contact form button {
    all: unset;
    display: inline-block;
}
.contact form .submit_area input[type="submit"] {
    all: unset;
    display: inline-block;
    cursor: pointer;
}
.wpcf7-form-control-wrap {
    display: contents;
}

.screen-reader-response{
    display: none;
}

/* -----------privacy policy-----------*/
.privacy_policy_text {
    margin-top: 50px;
    margin-bottom: 150px;
}

/* -----------ipad-----------*/
@media screen and (min-width:640px) {

    .sp {
        display: block;
    }
    .pc {
        display: none;
    }

    /* -----------共通-----------*/

    /* -----------ipad header-----------*/

    /* -----------footer-----------*/

    /* -----------top-----------*/
    .to_top {
        right: 37px;
        bottom: 32px;
    }
    .to_top img {
        width: 50px;
    }

    .top_mv h2 {
        font-size: 50px;
    }
    .top_mv .top_mv_catchphrase {
        font-size: 40px;
    }

    .top_works .top_works_content .content_item p {
        font-size: 32px;
    }
    .slider {
        position: relative;
        width: 93%;
        height: 50vh;
        margin: 0 0 0 auto;
        overflow: hidden;
        border-top-left-radius: 60px;
      }
    .slider .caption {
        transform: none;
        position: absolute;
        bottom: 8%;
        right: 3%;
        max-width: 837px;
        text-align: left;
      }

    .top_about_summary{
        border-top-left-radius: 60px;
        background-color: #ffF;
        position: relative;
        top: -150px;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
        display: flex;
        justify-content: space-between;
    }
    .summary_wrap{
        padding: 10px 50px;
        box-sizing: border-box;
        width: 50%;

        display: flex; 
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }
    .about_btn {
        padding: 12px 16px;   
        width: fit-content;
        border-radius: 0.6em;
        margin-top: 44px;
      }
      .summary_image{
        display: block;
        width: 50%;
      }


      /* -----------top works-----------*/
    .top_works {
        padding: 75px 20px 130px;
    }
    .top_works h2 {
        font-size: 25px;
    }

    .top_works .top_works_content {
        flex-direction: row;
        padding: 45px 0 20px;
    }
    .top_works .top_works_content .content_item {
        width: 32%;
    }
    .top_works .top_works_content .content_item p {
        font-size: 15px;
    }

    /* -----------top contact-----------*/
    .top_contact {
        padding: 70px 50px;
    }
    .top_contact .top_contact_wrap {
        padding: 50px 60px;
    }

    /* -----------sub mv-----------*/
    .sub_mv_area{
        height: 310px;
        width: 95%;
        margin: 90px 0 40px auto;
    }

    /* -----------contact-----------*/
    .contact form .submit_area {
        line-height: 60px;
        border: none;
        border-radius: 100px;
        margin: 0 200px;
        padding: 0 50px;
    }

}

/* -----------PC-----------*/
@media screen and (min-width:960px) {

    body {
        font-size: 16px;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    /* -----------共通-----------*/
 
    /* -----------PC header-----------*/
    header {
        background: #fff;
        height: 90px;
        padding: 20px 30px;
        box-sizing: border-box;
    }
    header .header_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .header_menu {
        height: 30px;
        position: relative;
        transform: translateX(0);
        background: transparent;
        justify-content: flex-end;
    }
    header .header_menu ul {
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }
    header .header_menu ul li {
        list-style: none;
    }
    header .header_menu ul li.current::after,
    header .header_menu ul li.current::before {
        display: none;
    }
    header .header_menu ul li a {
        display: block;
        width: fit-content;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }

    header .header_menu .contact_btn {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        background: #28556A;
        border-radius: 10px;
        width: 160px;
        height: 48px;
        color: #fff;
        text-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .hamburger {
        display: none;
    }

    /* -----------footer-----------*/
   
    footer .footer_menu {
        flex-direction: row;
        gap: 0;
    }
    footer .footer_menu li a {
        padding: 0 15px;
        border-left: 1px solid #fff;
        font-size: 14px;
    }
    footer .footer_menu li:first-of-type a {
        border-left: none;
    }

    /* -----------top mv-----------*/
    .slider {
        position: relative;
        width: 95%;
        height: 84vh;
        margin: 0 0 0 auto;
        overflow: hidden;
        border-top-left-radius: 80px;
      }
    .slider .caption {
        position: absolute;
        bottom: 8%;
        right: 3%;
        width: fit-content;
        text-align: left;
    }
  
    /* -----------top about-----------*/
    .mind_main{
        padding-right: 0;
        width: 160px;
    }
    
    

    /* -----------top contact-----------*/
    .top_contact {
        padding: 70px 20px;
    }
    .top_contact .top_contact_wrap {
        padding: 50px 30px;
    }
    .top_contact h2 {
        font-size: 25px;
        text-align: center;
    }
    /* -----------top works-----------*/

    /* -----------sub mv-----------*/
    .sub_mv_area{
        height: 310px;
        width: 95%;
        margin: 90px 0 80px auto;
    }

    /* -----------about-----------*/
    .about_main .about_main_item {
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        padding: 17px 10px;
    }
    .about_main_item3{
        font-size: 16px;
        padding: 17px 10px;
    }
    .about_main_item2{
        flex-direction: row;
        align-items: center;
        font-size: 16px;
    }
    .about_main .about_main_item .item_label {
        width: 160px;
    }
    .about_main .about_main_item2 .item_label {
        width: 160px;
    }


    /* -----------works-----------*/
    .works_item_text {
        padding: 30px 50px;
    }

    /* -----------contact-----------*/
    .contact .white_inner {
        padding: 30px 140px 0px;
    }
    .contact form {
        margin: 50px auto 0 auto;
    }
    .contact form .label_wrap {
        flex-direction: row;
    }
    .contact form .label_wrap .label {
        flex-grow: 1;
    }


    .form-group{
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid #505050;
        padding: 18px 0;
    }

    .form-group_name{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #505050;
        padding: 18px 0;
    }
    .form-group_name_inner {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
    .form-group_name_inner:nth-child(1){
        padding: 0px 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .contact form {
        display: flex;
        flex-direction: column;
        margin: 20px auto 0;
    }
    .contact form .required{
        color: #fff;
        font-size: 12px;
        background-color: #28556A;
        padding: 0.3em;
        block-size: auto;
        line-height: 1;
        position: relative;
        top: -0.2em;
        margin-left: 0.4em;
    }
    .contact form label{
        width: fit-content;
        display: inline-block;
        padding-right: 1em;
    }
    .contact .form-group_name input {
        flex: 1;
        border: none;
        box-sizing: border-box;
        display: inline-block;
        resize: none;
        font-size: 15px;
        line-height: 30px;
        background-color: #F4F4F4;
    }
    .contact .form-group input {
        flex: 1;
        border: none;
        box-sizing: border-box;
        display: inline-block;
        resize: none;
        font-size: 15px;
        line-height: 30px;
        background-color: #F4F4F4;
    }
    .contact form textarea{
        flex: 1;
        border: none;
        box-sizing: border-box;
        display: inline-block;
        resize: none;
        font-size: 15px;
        line-height: 30px;
        font-weight: bold;
        background-color: #F4F4F4;
    }

    /* -----------privacy policy-----------*/
    .privacy_policy_title {
        font-size: 30px;
        margin: 0 auto 50px;
    }


}


@media screen and (min-width:1025px) {

    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    /* -----------共通-----------*/

    /* -----------PC header-----------*/

    /* -----------footer-----------*/

    /* -----------top-----------*/
}