.home main section .inner hgroup p,
.home main section .inner hgroup h2 {
  text-align: center; /* 追加 */
}

 /* 新規追加 */
main section.top-about .inner .about-header .text .link .list-lang .btn::before,
main section.top-about .inner .about-header .text .link .list-lang .btn::after {
  display: none;
}

 /* 新規追加 */
main section.top-about .inner .about-header .text .list-lang {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 40px;
}

/* 新規追加 */
main section.top-about .inner .about-header .about-img hgroup img {
  width: 65px;
  height: auto;
}

/* 新規追加 */
main section.top-about .inner .about-header .text .about-step {
  display: flex;
  position: relative;
  margin: 20px auto 40px;
  text-align: center;
  justify-content: space-around;
}
/* 新規追加 */
main section.top-about .inner .about-header .text .about-step li {
  list-style: none;
  position: relative;
}
/* 新規追加 */
main section.top-about .inner .about-header .text .about-step li span {
  background: #d50f19;
  color: #FFF;
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* 新規追加 */
main section.top-about .inner .about-header .text .about-step li .about-step-pict {
  border: 1px solid #d50f19;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
/* 新規追加 */
main section.top-about .inner .about-header .text .about-step li .about-step-pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 新規追加 */
main section.top-about .inner .about-youtube {
  width: 92%;
  height: auto;
  aspect-ratio: 9 / 16;
  margin: auto;
}
/* 新規追加 */
main section.top-about .inner .about-youtube iframe {
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}






@media screen and (max-width: 767px) {
  header .header-sns-search {
    right: -35vw; /* 変更 */
  }

 /* 新規追加 */
  header nav .item ul.other li .search-list {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -10px;
  }

 /* 新規追加 */
  header nav .item ul.other li .search-list li {
    width: 33.333%
  }


  main section.top-content.link-list-wrap .inner .banner-passport-guide {
    display: grid; /* 変更 */
    gap: 10px; /* 追加 */
  }
 /* 新規追加 */
  main section.top-content.link-list-wrap .inner .banner-passport-guide div:first-of-type img {width: 7vw;}
  main section.top-content.link-list-wrap .inner .banner-passport-guide div:nth-of-type(2) img {width: 5vw;}
  main section.top-content.link-list-wrap .inner .banner-passport-guide div:last-of-type img {width: 7vw;}

 /* 新規追加 */
  main section.top-content.link-list-wrap .inner .banner-passport-guide div.lang {
    width: 100%;
    display: flex;
    gap: 10px 10px;
    grid-column: 1/3;
  }
 /* 新規追加 */
  main section.top-content.link-list-wrap .inner .banner-passport-guide div.lang ul.list-lang {
    width: 47vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
 /* 新規追加 */
  main section.top-content.link-list-wrap .inner .banner-passport-guide div.lang ul.list-lang li {
    margin-top: 10px;
  }

 /* 新規追加 */
  main section.top-content.link-list-wrap .inner .banner-passport-guide div.lang ul.list-lang li a {
    border: none;
    width: auto;
    height: auto;
    justify-content: left;
  }
 /* 新規追加 */
  main section.top-about .inner .about-header .text .list-lang {
    margin-top: 10px;
  }
  /* 新規追加 */
  main section.top-about .inner .about-header .text .about-step li {
    width: 30%;
  }
  /* 新規追加 */
  main section.top-about .inner .about-header .text .about-step li .about-step-pict {
    width: 20vw;
    height: 20vw;
    padding: 15px;
  }


}

@media screen and (min-width: 768px) {

 /* 新規追加 */
  @media (any-hover: hover) {
    header nav .item ul li.has-sub .sub-menu-area .sub-menu-inner ul.search-list.about li {
      width: calc(25% - 20px);
    }
    header nav .item ul li.has-sub .sub-menu-area .sub-menu-inner ul.search-list.about li h3 br {
      display: none;
    }
  }

  main section.top-content.link-list-wrap .inner .banner-passport-guide {
    width:auto; /* 変更 */
  }
 /* 新規追加 */
  main section.top-content.link-list-wrap .inner .banner-passport-guide > div {
    width: calc(33.33333% - 20px);
  }
  main section.top-content.link-list-wrap .inner .banner-passport-guide a {
    font-size: 21px; /* 変更 */
    width: 100%; /* 変更 */
  }
 /* 新規追加 */
  main section.top-content.link-list-wrap .inner .banner-passport-guide div:first-of-type img {width: 5rem;}
  main section.top-content.link-list-wrap .inner .banner-passport-guide div:nth-of-type(2) img {width: 3rem;}
  main section.top-content.link-list-wrap .inner .banner-passport-guide div:last-of-type img {width: 4rem;}
 /* 新規追加 */
   main section.top-content.link-list-wrap .inner .banner-passport-guide > div .list-lang {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
  }
 /* 新規追加 */
  main section.top-content.link-list-wrap .inner .banner-passport-guide > div .list-lang li a {
    font-size: 1.5rem;
    border: none;
    height: auto;
  }
 /* 新規追加 */
   main section.top-content.link-list-wrap .inner .banner-passport-guide > div .list-lang li a span {
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:100%;
    justify-content:center;
    position:relative;
    width:100%
  }
  /* 新規追加 */
   main section.top-content.link-list-wrap .inner .banner-passport-guide > div .list-lang li a span:after,
   main section.top-about .inner .about-header .text .list-lang li a span:after {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%229%22%20viewBox%3D%220%200%208%209%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_2%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%202%22%20d%3D%22M4.5%2C0%2C9%2C8H0Z%22%20transform%3D%22translate(8)%20rotate(90)%22%20fill%3D%22%23d50f19%22%2F%3E%3C%2Fsvg%3E");
    background-position:50%;
    background-repeat:no-repeat;
    background-size:100% auto;
    content:"";
    display:inline-block;
    height:10px;
    margin-left:10px;
    -webkit-transition:all .2s;
    transition:all .2s;
    width:10px
  }

 /* 新規追加 */
  main section.top-about .inner .about-header .about-img {
    flex-basis: 50%;
  }
 /* 新規追加 */
  main section.top-about .inner .about-header .text {
    flex-basis: 40%;
  }
 /* 新規追加 */
  main section.top-about .inner .about-header .text .about-link {
    display: flex;
  }
 /* 新規追加 */
  main section.top-about .inner .about-header .text .list-lang {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  /* 新規追加 */
  main section.top-about .inner .about-header .text .about-step li .about-step-pict {
    width: 6vw;
    height: 6vw;
    padding: 1.5vw;
  }
  main section.top-about .inner .about-header .about-img hgroup {
    text-align: center;  /* 変更 */
  }
  main section.top-about .inner .about-header .about-img {
    display: inline; /* 変更 */
  }
  main section.top-about .inner .about-header .text {
    width: auto; /* 変更 */
  }
  /* 新規追加 */
  main section.top-about .inner .about-youtube {
    width: 70%;
  }
}




/* 言語 */
@media screen and (max-width: 767px) {
  header .header-sns-search {
    right: -35vw; /* 変更 */
    right: 0; /* さらに変更 */
    width:61vw;
  }
  header .sp-search-btn {
    margin-left:-20px;
  }
}

.gtranslate_wrapper {
  margin-top:-15px;
  text-align: right;
  margin-right:10px;
}
.gtranslate_wrapper a {
  display: inline-block;
  background-color: #f4f4f4;
  margin:0 3px 3px 3px;
  padding:3px 0;
  font-size:1.0rem;
  width:45%;
  height:24px;
  line-height:21px;
  border-radius: 13px;
  text-align: center;
  transition: all 0.3s ease 0s; 
}
.gtranslate_wrapper a:hover {
  background-color: #d50f19;
  color:#fff;
}

@media screen and (min-width: 768px) {
  .gtranslate_wrapper {
    margin:0 30px 0 0;
    padding-top:7px;
  }
  .gtranslate_wrapper a {
    margin:0 3px;
    padding:3px 0;
    font-size:1.2rem;
    width:65px;
    height:26px;
    line-height:23px;
    border-radius: 13px;
  }
}