.main {
  width: 100%; }
  .main__contents__topImage__element img {
    width: 100%;
    object-fit: cover;  
  }
  .main__contents__topImage__element.home img{
    height: 216px;
  }
  .main__contents__info {
    margin: 0 auto; }
  .main__contents .content-block:not(.main__contents__topImage__wrapper,.main__contents__corpInfo__wrapper,.main__contents__service__wrapper),.main__contents__service__content__explanation:not(.visa) ,.main__contents__corpInfo__section{
    padding:70px 0; 
  }
  .main__contents__topImage__wrapper.content-block{
    padding: 70px 0 0;
  }
  .main__contents .content-inside.home {
    /* margin: 0 auto;
    max-width: 100%;
    width: 96%; */
   }
  .main__contents h2 {
    text-align: center;
    font-weight: bold;
    font-size: 12vw; 
    margin-bottom:50px;
  }
  .main__contents__news__wrapper {
    width: 100%; }
  .main__contents__news__element .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .main__contents__news__element .news-list li {
      box-sizing: border-box;
      /* width: calc(100% - 2%);
      padding: 5px; */
      margin-bottom: 2em; 
    }
      .main__contents__news__element .news-list li a {
        display: block;
       }
    .main__contents__news__element .news-list li a img {
      margin-bottom: 5px;
    }
        .main__contents__news__element .news-list li a p {
          /* font-weight: bold; */
          color: #181818;
          line-height: 1.3; }
  .main__contents__contact__wrapper {
    width: 100%;
    /* border: 1px solid #d8d8d8; */
    /* box-shadow: 0px 0px 1px; */
    background: var(--light-gray);
    box-sizing: border-box; }
  .main__contents__contact__form {
    /* max-width: 94%;
    margin: 0 auto;  */
  }
    .main__contents__contact__form p {
      margin-bottom: 40px;
      /* font-weight: bold; */
      text-align: center; }
    .main__contents__contact__form .box {
      margin-bottom: 15px; }
      .main__contents__contact__form .box label {
        display: block;
        float: left;
        width: 100%; 
        margin-bottom:10px;
      }
      .main__contents__contact__form .box input {
        width: 98%;
        height:46px;
        border: 1px solid #a9a9a9;
        border-radius: 5px;
     }
      .main__contents__contact__form .box textarea {
        width: 98%;
        max-width: 98%;
        min-width: 98%;
        height: 120px;
        border: 1px solid #a9a9a9; 
        border-radius: 5px;
      }
    .main__contents__contact__form .btn {
    text-align: center;}
  .main__contents__sns__wrapper {
    width: 100%; }


.content-inside.home,.main__contents__service__content > div ,.main__contents__corpInfo__section > div,.header__contents__hamburger-menu__menu-content__acd-menu,.footer__nav__wrapper{
  width:90%;
  margin:0 auto;
}

.main__contents__corpInfo__element__representativeMessage--img img {
  border-radius: 20px;
}

.btn button{
  width:100%;
}

.thanks-page {
  width:90%;
}
