@charset "utf-8";

/* ----------------
common
------------------- */

html{
    font-size: 62.5%;
}

html[lang="ja"] body {
    font-family: "Noto Sans JP", sans-serif;
}

html[lang="zh-TW"] body {
    font-family: "Noto Sans TC", sans-serif;
}


body{
    font-family: "Zen Kaku Gothic New"; 
    font-weight: 500;
    color: #333333;
    background-color: #FFF;
    line-height: 1.5;
    margin: 0; 

    padding-top: 100px;
}

img{
    max-width: 100%;
    height: auto;
}
.container {
    margin: 0 auto; 
}

/* header */

.header{
  top: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;

    position: fixed;      
    top: 0;               
    left: 0;              
    width: 100%;          
    z-index: 500;         
    background-color: rgba(255, 255, 255, 0.8);
}

.header_inner {
  width: 83%;
  max-width: 1200px;
  margin: 0 auto; 
  
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo{
    padding: 0;
    margin: 0;
    text-align: left;
    max-width: 80px;
    height: auto;
    width: 25%;
}
.nav-menu {
  display: flex;
  align-items: center; 
  gap: 40px;

}
.nav_list {
  display: flex;
  gap: 40px; 
}
.nav_list a {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400;
  font-style: normal;

  text-decoration: none;
  color: #333;
  font-size: 20px;
}
.c-btn {
    display: inline-block;
    width: 100px;
    padding: 8px 10px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;

    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
   
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 400;
    font-style: normal;

    background-color: #ff7337;
    transition: all .3s;
}
 

.c-btn:hover {
    color: #ff7337;
    background-color: #FFF;
    border: 1px solid #ff7337;
    border-radius: 50px;
}

/* ---------lang---------*/
.lang_switcher {
    display: flex;
    align-items: center;
}
.lang_item {
    text-decoration: none; 
    color: #888;
    font-size: 14px;
    transition: color 0.3s;
}
.lang_item.is-active {
    color: #5d83fd;
    font-weight: bold;
    pointer-events: none; 
}
.lang_separator {
    margin: 0 10px;
    color: #ddd;
}
/* ---------lang---------*/


.hamburger_menu, .menu-close {
  display: none;
}


/* hero */

.hero {
  width: 100%;
  background-color: #fff;
}
.hero_container{
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;

  padding: 0 20px;
  display: flex;         
  align-items: center;   
  justify-content: space-between;
  gap: 1%;             
}
.hero_image {
  flex: 0 0 45%;
  max-width: 500px;
}
.hero_image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero_text{
  flex: 0 0 55%;
}
.hero_text h2 {
font-size: clamp(20px, 3.5vw, 40px); 
line-height: 1.5;
color: #333;
margin-bottom: 30px;

}
.hero_text h2 span {
  color: #5d83fd; 
}
.hero_text h3 {
  display: inline-block;
  font-size: 24px;
  padding: 10px 30px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  position: relative;
  box-shadow: 4px 4px 0px #5d83fd; 
  margin-bottom: 30px;
}
.hero_text p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.hero_text p span{
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

/* About */

.About {
    position: relative;
    padding: 40px 0 100px; 
    overflow: hidden;  
    background-color: #fff;
}
.About::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 70%; 
    background-color: #a5c1ff; 
    transform: translateY(-50%) skewY(-4deg); 
    z-index: 0;
}
.About_inner {
    position: relative;
    z-index: 1; 
    display: flex;
    align-items: center; 

    max-width: 1200px;
    margin: 0 auto;
    width: 83%;

    padding: 0 20px;
}
.About_text {
    width: 55%; 
    background: #fff;
    padding: 60px;
    border: 1px solid #333;
    box-shadow: 10px 10px 0px #3b69ff; 
    z-index: 1; 
    position: relative;
}
.About_image {
    width: 40%; 
    margin-left: -5%; 
    z-index: 2; 
}
.About_image img {
    width: 100%;
    height: auto;
    display: block;
}
.header_top {
    display: flex;
    align-items: center; 
    gap: 20px;
}
.header_top h2 {
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 500;
    font-style: normal;

    color: #ff7337;
    font-size: 48px;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.05em;
}
.About_header p {
    color: #002b80; 
    font-weight: bold;
    font-size:18px;
    margin: 5px 0 30px;
}
.About_subtitle {
    display: inline-block;
    font-size: clamp(18px, 2vw, 20px);
} 
.header_line {
  flex: 1; 
  height: 1px;
  background-color: #333;
}
.About_description , .About_description_2  {
  line-height: 2;
  color: #333;
  font-size: 14px;
}



/* Service */

.Service {
    background-color: #fff;
}
.Service_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 83%;
}
.header_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}
.section_header_line {
    flex: 1; 
    height: 1px;
    background-color: #333; 
}
.section_header{
  text-align: center;
}
.section_header h2 {
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 400;
    font-style: normal;

    color: #ff7337; 
    font-size: 64px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;

    letter-spacing: -0.01em;
}
.section_header p {
    color: #002b80; 
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 30px;    
}
.Service_intro {
    display: flex;
    align-items: center;
    gap: 10%;
    margin-bottom: 80px;
    max-width: 1200px;
    padding: 0 76px;
}

.Service_image {
    flex: 0 0 45%;
    max-width: 500px;
}

.Service_image img {
    width: 100%;
    height: auto;
    display: block;
}

.Service_intro_text {
    flex: 0 0 50%; 
    max-width: 100%;  
}

.Service_intro_text h3 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;

    font-size: clamp(18px, 3.5vw, 32px); 
}

.Service_intro_text p {
    line-height: 2;
    color: #333;
    font-size: 16px;
    text-align: justify;
}

/* Service 4 cards */

.Service_lineup {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 40px; 
    padding: 0;
}
.Service_item {
    position: relative; 
    background: #fff;
    border: 1px solid #333;
    padding: 50px 40px;
    box-shadow: 10px 10px 0px #5d83fd;
    border-radius: 5px;
}
.service_number {
    display: block;
    color: #ff7337;
   
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
}
.Service_content_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}
.Service_text {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
}
.Service_icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
}
.Service_icon img {
    width: 100%;
    height: auto;
}



/* Works */

.Works {
    margin: 100px 0 0;
    padding: 100px 0;
    background-color: #f0f5ff;
}

.Works_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 83%;

    padding: 0 20px;
}

.Works_item {
    display: flex; 
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0, 43, 128, 0.1); 

    padding: 40px;
    align-items: flex-start;
    gap: 40px;
}

.Works_image {
    width: 45%; 
    flex-shrink: 0;
    height: 300px;
}

.Works_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center center;
    display: block;
}

.Works_contents {
    flex: 1;
    display: flex;
    flex-direction: column; 
    position: relative;     
}

.works_header {
    border-left: 6px solid #ff7337; 
    padding-left: 15px;
    margin-bottom: 25px;
}

.Works_header_date {
    display: block;
    font-family: 'Alegreya Sans SC', sans-serif; 
    color: #ff7337;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.Works_header_companyname {
    font-size: 20px;
    color: #333;
    margin: 0;
}

.Works_info {
    margin-bottom: 15px;
}

.Works_label {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.Works_text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.btn_read_more_wrap {
    margin-top: auto;
    text-align: right;
}

.btn_read_more {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}


.btn_read_more:hover {
    background: #333;
    color: #FFF;
    border: 1px solid #CCC;
}


.Works_footer {
    text-align: center;
    margin-top: 60px;
}

.more_btn {
    display: inline-block;
    width: 150px;
    padding: 8px 10px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;

    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    
    background-color: #5d83fd;
    transition: all .3s;
}

.more_btn:hover {
    color: #5d83fd;
    background-color: #FFF;
    border: 1px solid #5d83fd;
}


/* target */

.target_inner {
    max-width: 1200px; 
    margin: 60px auto 0px;
    width: 83%;

    position: relative; 
}

.target_content {
    position: relative; 
    padding: 30px 60px; 
    border-radius: 4px;
}

.target_header {
    position: absolute;
    top: 0px;
    left: 50%;
    
    transform: translate(-50%, -50%);
    background: #fff;
    border: 2px solid #002b80;
    border-radius: 2px;
    padding: 15px 60px;
    z-index: 10;
}

.target_header h2 {
    color: #002b80;
    font-size: 36px;
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
}

.case_list {
    padding: 0;
    margin: 0;
}

.case_item {
    background-color: #FFF;
    border-radius: 2px;
    padding: 15px 20px;
    box-shadow: 0 0 3px grey;

    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.case_item p {
    padding-left: 15px;

    color: #333;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
}

.target_content span {
    color: #FD772F;
    font-size: 16px;
    
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #5479F7; 
    margin: 10px auto;
}

.solution-cta {
    background: #5479F7;
    border-radius: 4px;
    padding: 20px;
    color: #FFF;
    font-size: 18px;
    line-height: 2.0;
    text-align: center;
}



/* Profile */

.Profile {
    background-color: #fff;
    padding: 100px 0 0;
}
.Profile_inner {
    max-width: 1200px; 
    margin: 0 auto;
    width: 83%;
}
.Profile_header {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 64px;      
    font-weight: 400;
    color: #333;
    line-height: 1;
    margin-bottom: 80px;
    letter-spacing: 0.05em;
}
.Profile_content {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    align-items: center;  
    gap: 80px;            
}
.Profile_image {
    width: 25%;

}
.Profile_text {
    flex:1;
}
.Profile_text .label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}
.Profile_text .name {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.Profile_text .en_name {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.Profile_text .description {
    font-size: 14px;
    line-height: 2; 
    color: #333;
}


/* Company */

.Company {
    background-color: #fff;
    padding: 100px 0;
}

.Company_inner {
    max-width: 1200px; 
    margin: 0 auto;
    width: 83%;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Company_header {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 64px; 
    font-weight: 400;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
    
}

.Company-profile {
    flex: 0 0 60%;
}

.Company-profile dl {
    border-top: 1px solid #ddd; 
}

.profile-item {
    display: flex;      
    border-bottom: 1px solid #ddd;
    padding: 40px 0;    
}

.profile-item dt {
    width: 70px;      
    flex-shrink: 0;  
    font-weight: bold;
    font-size: 1.4rem;
}

.profile-item dd {
    margin-left: 24px; 
    font-size: 1.4rem;
    line-height: 1.8;
}



/* Contact */

.Contact-form_wrapper{
    background-color:rgba(152, 185, 254, 0.23);

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 24px;

    max-width: 1020px;
    width: 83%;
    margin: 0 auto;
}
.Contact_header{
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 64px; 
    font-weight: 400;
    color: #333;
    line-height: 1;
}

.info {
    text-align: center;
}
.Contact_subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.notice {
    text-align: left;
    margin-bottom: 30px;
}

.Contact-form_title{
    font-size: 16px; 
    color: #333;
    margin-bottom: 60px;
}

.required {
    color: #D22F27;
}

.Contact-form_list {
    max-width: 800px;
    width: 100%;
}

.Contact-form_input-wrapper input, 
.Contact-form_input-wrapper textarea {
    background-color: #FFFFFF;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1.6rem;
    box-sizing: border-box; 
}

.submit-button {
    margin-top:80px;

    display: inline-block;
    background-color: #ff7337;
    width: 150px;
    padding: 8px 10px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;

    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;

    transition: all .3s;
}

.submit-button:hover {
    color: #ff7337;
    background-color: #FFF;
    border: 1px solid #ff7337;
}


/* footer */

.footer {
    background-color: #5d83fd;
    color: #fff;
    padding: 20px 0 20px;
    margin-top: 80px;
}

.footer_inner {
    width: 83%;
    max-width: 1200px; 
    margin: 0 auto;
}

.footer_above {
    display: flex;
    justify-content: space-between; 
    align-items: flex-end;          
}

.footer_logo img {
    height: 80px; 
    width: auto;
    filter: brightness(0) invert(1); 
}

.footer_line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5); 
    margin-bottom: 20px;
}

.footer_below {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.footer_info {
    display: flex;
    gap: 30px;
    align-items: center;
}

.footer_info a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.copy {
    font-size: 16px;
    margin: 0;
}

.button_top {
    color: #fff;
    text-decoration: none;
    font-family: 'Alegreya Sans SC', sans-serif; 
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.05em;
}

.button_top::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
    margin-top: 5px;
}


/* ========== 1100px ========== */

@media screen and (max-width: 1100px) {
  
    /* Common */
    

    /* Header */

  .header {
        position: relative; 
        width: 100%;
        z-index: auto;     
    }
    
  body {
        padding-top: 0;
    }
    
  .hamburger_menu {
    display: block; 
    width: 50px;
    height: 50px;
    background-color: #5d83fd; 
    border-radius: 50%;
    /* position: relative; */
    position: fixed;
    top: 30px;
    right: 30px;

    z-index: 100;
    border: none;
    cursor: pointer;

  }

  .hamburger_menu span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .bar01 { top: 18px; }
  .bar02 { top: 25px; }
  .bar03 { top: 32px; }

/* menu expand */
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 45%; 
    min-width: 300px;
    height: 100vh;
    background-color: #5d83fd; 
    z-index: 200;
    
    transform: translateX(100%);
    transition: transform 0.4s ease;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: flex; 
  }

  .nav-menu.is-active {
    transform: translateX(0);
  }

  body.menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 150;
  }

  .nav_list {
    flex-direction: column; 
    text-align: center;
    gap: 40px;
  }

  .nav_list a {
    color: #fff;
    font-size: 24px;
  }

  .lang_item {
    color: #fff;
  }
  
  .lang_item.is-active {
    color: #fff;
    border-bottom: 2px solid #fff; 
  }

/* menu close btn */
  .menu-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }

  .menu-close::before,
  .menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #5d83fd; 
  }
  .menu-close::before { transform: translate(-50%, -50%) rotate(45deg); }
  .menu-close::after { transform: translate(-50%, -50%) rotate(-45deg); }  

    /* hero */
.hero_text h3 {
    display: inline-block;
    font-size: clamp(16px, 2vw, 24px); 
    padding: 0.8em 2em;
    border: 1px solid #333;
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: 4px 4px 0px #5d83fd; 
    margin-bottom: 25px;
    white-space: nowrap;
}

.hero_text p {
    font-size: clamp(14px, 1.5vw, 18px); 
    line-height: 1.7;
    color: #333;
}


    /* About */


    /* Service */
    .Service_intro_text h3{
    display: inline-block;
    font-size: clamp(24px, 2vw, 32px); 
    position: relative;
    margin-bottom: 25px;
    white-space: nowrap; 
    }
    .Service_intro_text p {
    font-size: clamp(10px, 1.5vw, 14px); 
    line-height: 1.7;
    color: #333;
    }

    /* Works */


    /* target */


    /* Profile */


    /* Company */


    /* Contact */


}


/* ========== 800px ========== */
@media screen and (max-width: 800px) {
    body {
        font-size: 1.4rem; 
    }
    
    .container, .header_inner, .hero_container, .About_inner, .Service_inner, .Works_inner, .target_inner, .Profile_inner, .Company_inner, .footer_inner {
        width: 90% !important; 
    }

    /* --- Header --- */
    .header {
        height: 80px;
        margin-top: 20px;
    }
    .hamburger_menu {
        top: 30px;
        right: 5%; 
    }
    .nav-menu {
        width: 100%; 
    }

    /* --- Hero --- */

    .hero_container {
        display: flex;
        flex-direction: column; 
        text-align: center;
        margin:20px auto ;
    }
   .hero_text {
        display: contents;
    }
    .hero_text h2 {
        order: 1;
        font-size: clamp(20px, 2.82vw + 9.41px, 32px);
        text-align: left;
        margin: 0;
    }
     .hero_image {
        order: 2;
        width: 100%;
        margin: 0 auto;
    }
    .hero_text h3 {
        order: 3;
        font-size: 18px;
        padding: 8px 20px;
    }
    .hero_text p {
        order: 4;
        text-align: left;
    }
    .hero_text p br {
        display: none;
    }


    /* --- About --- */
    .About_inner {
        flex-direction: column; 
    }
    .About_text {
        width: 100%;
        padding: 30px 30px 40px;
        box-shadow: 5px 5px 0px #3b69ff;
    }
    .About_image {
        width: 70%;
        margin: -20px auto 0; 
    }
    .header_top h2 {
        font-size: 40px;
    }

    .About_description , .About_description_2 {
        display: inline-block;
        font-size: clamp(12px, 2vw, 16px);
    }
    .About_description br , .About_description_2 br {
        display: none;
    }


    /* --- Service --- */
    .section_header {
        font-size: 40px;
    }
    .Service_intro {
        flex-direction: column;
        padding: 0;
        margin: 40px auto;
        text-align: center;
    }
    .Service_image {
        width: 70%;
        margin-bottom: 20px;
    }
    .Service_intro_text {
        width: 90%;
    }
    .Service_intro_text h3 {
        font-size: 22px;
        margin:40px 0 20px;
    }
    .Service_intro_text p {
        font-size: 12px;
    }

    .Service_lineup {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .Service_item {
        padding: 40px 20px;
    }

    /* --- Works --- */
    .Works_item {
        flex-direction: column; 
        padding: 20px;
        gap: 20px;
    }
    .Works_image {
        width: 100%;
        height: 200px; 
    }
    .Works_contents {
        width: 100%;
    }
    .Works_header_companyname {
        font-size: 16px;
    }
    .Works_text {
        font-size: 12px;
    }

    /* --- Target --- */
    .target_header {
        width: 90%;
        padding: 10px 20px;
    }
    .target_header h2 {
        font-size: 20px; 
    }
    .target_content {
        padding: 50px 20px 30px;
    }
    .case_item p {
        font-size: 14px;
        line-height: 1.6;
    }
    .solution-cta {
        flex-direction: column; 
        padding: 30px 20px;
        text-align: center;
        gap: 20px;
    }
    .cta-text {
        font-size: 16px;
    }
    .btn-contact {
        width: 100%; 
    }
    .cta-text br {
        display: none;
    }

    /* --- Profile --- */
    .Profile {
        padding: 60px 0 0;
    }
    .Profile_header {
        text-align: center;
        font-size: 48px;
    }
    .Profile_content {
        flex-direction: column;
        width: 100%;
        gap: 30px;
        text-align: center;
        margin-top: 40px;
    }
    .Profile_image {
        width: 50%; 
    }
    .Profile_text {
        width: 80%;
    }
    .Profile_text .description {
        text-align: left;
    }
    .Profile_text .name {
        gap: 20px;
        font-size: 24px;
    }
    .Profile_text .label {
        text-align: left;
    }


    /* --- Company --- */
    .Company_inner {
        flex-direction: column;
        align-items: center; 
        gap: 30px;
    }
    .Company_header {
        width: 100%;        
        text-align: center;  
        font-size: 48px;
    }
    .Company-profile {
        width: 100%;
    }
    .profile-item {
        padding: 20px 0;
        gap: 10px;
    }
    .profile-item dt {
        width: 20%;
        font-weight: bold;
    }

    /* --- Contact --- */
    .info {
        text-align: center;
    }
    .notice {
        font-size: 10px;
        width: 80%;

        margin-left: auto;   
        margin-right: auto;  
        margin-bottom: 30px;
    }
    .Contact-form_wrapper {
        width: 100%;
        padding: 40px 15px;
    }
    .Contact_header {
        font-size: 48px;
    }
    .Contact-form_title {
        margin-bottom: 10px;
    }
    .Contact-form_item {
        margin-bottom: 10px;
    }
    .submit-button {
        width: 100%;
        margin-top: 40px;
    }
    .Contact-form_input-wrapper {
        padding: 0.8rem 0.6rem;
    }
    .text {
        padding: 8px;
    }
    .Contact-form_list {
        max-width: 800px;
        width: 90%;
    }

    /* --- Footer --- */
    .footer_above {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer_below {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .footer_info {
        flex-direction: column;
        gap: 0;
    }
    .footer_info p {
        font-size: 10px;
    }
    .footer_info a {
        font-size: 8px;
    }
    .copy {
        order: 2; 
    }
    .footer_top {
        order: 1;
    }

    .button_top {
        margin: 20px 0;
    }
}