@charset "UTF-8";

.text,
.section__description {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

a[href*="travel.state.gov"],
a[href*="http"]:not([class]),
.section__description a {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: inline-block;
}

/* ============================================
  # ヘッダー
  =============================================== */

.header {
    height: 72px;
}

.header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

body.is-fixed {
    padding-top: 72px;
}

.header__inner {
    height: inherit;
    display: flex;
    justify-content: normal;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
}

.header__main {
    height: 72px;
}
.header__main-title-name {
    font-size: clamp(0.875rem, 0.428rem + 2.236vw, 1.5rem);
}

.header__main::before,
.header__main::after {
    display: none;
}
.header__search {
    margin-left: auto;
    display: flex;
}
.header__search-img {
    display: flex;
    height: 72px;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.header__search-img img {
    width: 30px;
    aspect-ratio: 51/44;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}
.header__search-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    z-index: 100;
    height: 72px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    display: none;
}
.header__search-form {
    width: 100%;
    height: 100%;
}
.header__search-box {
    display: flex;
    height: 100%;
}
.header__search-box-input {
    border: 1px solid #4c444d;
    padding-left: 13px;
    padding-bottom: 5px;
    width: 100%;
}
.header__search-box-input::-moz-placeholder {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
}
.header__search-box-input::placeholder {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
}
.header__search-box-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100px;
    height: inherit;
    transition: opacity 0.3s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__search-box-button img {
    aspect-ratio: 34/29;
    object-fit: contain;
    height: 34px;
    width: 34px;
}
.header__hamburger {
    margin-left: 20px;
}
/* ============================================
  # mv
  =============================================== */
.mv {
    height: 272px;
}
/* .mv__title-container {
    margin-left: 6vw;
} */

.page-mv__title {
    z-index: 10;
    position: absolute;
    top: 47%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2em;
}
/* ============================================
  # Swiper
  =============================================== */
/* .swiper-slide__title {
    left: 7%;
    font-size: clamp(1.125rem, 0.678rem + 2.237vw, 1.75rem);
    line-height: 1.2142857143;
    letter-spacing: 0.2em;
}
.swiper-slide__banner {
    right: 7%;
    bottom: 7%;
    width: 85%;
    max-width: 455px;
} */
/* ============================================
  # コンテンツ
  =============================================== */
.contents-wrapper {
    display: flex;
}
.contents-wrapper__inner {
    display: contents;
}
/* ============================================
  # message
  =============================================== */
.top-message {
    margin-top: 0;
}
.message {
    margin-left: 0;
}
.message__inner {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.message__contents {
    display: flex;
    flex-direction: column;
}
.message__text {
    margin-top: 0;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
.message__text p {
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.778rem);
}
.message__img-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 5px;
}

.message-img {
    flex-direction: column;
    align-items: center;
}

.message-img__body {
    width: 35vw;
}
/* ============================================
  # service
  =============================================== */
.service.w-right {
    padding-left: 10px;
    margin-right: initial;
}

.featured.w-right {
    padding-left: initial;
    margin-right: initial;
}
.service {
    padding-left: 15px;
    padding-right: 15px;
}
.service__inner {
    max-width: 600px;
}

.service__inner2 {
    padding-left: 15px;
    padding-right: 15px;
}

.service.w-right .service__inner {
    max-width: 600px;
    margin: 0 auto;
}

.featured.w-right .featured__inner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.service__inner.service__inner--marriage {
    padding-left: 10px;
    padding-right: 10px;
}
.service__between-img {
    margin-left: 10px;
}
.service__between-button {
    text-align: center;
    margin-left: 5px;
    margin-right: 0;
}
.service-step__title {
    width: 62px;
}
.service-step__title::after {
    border-right: 31px solid transparent;
    border-left: 31px solid transparent;
}
.service-step__title-text {
    font-size: clamp(0.938rem, 0.043rem + 4.474vw, 2.188rem);
    width: 1em;
    letter-spacing: 12px;
    letter-spacing: normal;
    margin-top: 25px;
}
.service-step__body {
    position: static;
    display: flex;
    flex-direction: column;
}

.service-step__price-annotation {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
.service-step__body-wrap {
    display: contents;
}
.service-step__lists-items {
    padding-bottom: initial;
    margin-left: 0;
}
.service-step__button {
    position: static;
    padding-top: 30px;
    padding-left: 4%;
    padding-bottom: 15px;
    width: 100%;
    order: 1;
    background-color: #e5e5e5;
}
.service-step__button-price {
    margin-top: 5px;
    margin-left: 20px;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
.service__between-text {
    width: 40%;
}
.service__between-text p,
.service__fin-text p {
    width: 100%;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.service__between-text--green {
    padding-inline-end: initial;
}

.service__contents {
    margin-top: 0;
}

.service__text.service__text2 {
    padding-top: 30px;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
.service-step__lists-items li,
.service-step2__lists-items li {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
    padding-right: 5px;
    padding-left: 5px;
    line-height: 2;
}

.service-step__lists-items li:not(:first-child),
.service-step2__lists-items li:not(:first-child) {
    margin-top: 5px;
}

.visa__option-content {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 50px;
}

.visa__option-content-wrap {
    width: 50%;
    display: contents;
}

.visa__option-wrap {
    flex-direction: column;
}

.visa__option {
    width: 50%;
    order: -1;
    padding: 10px;
    margin-top: 0;
}

.visa__option-description {
    margin-left: 0;
}

.visa__option-text {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.section__checklist.section__checklist--immigrante li {
    padding: 10px 10px 10px 30px;
}

.visa__option-description .text-bold {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
    margin-left: 0;
}

.visa__option-description .text-small {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.service-step__between.section--gray {
    margin-top: -30px;
    flex: 1;
    padding-bottom: 0;
    order: 0;
    margin-bottom: 48px;
}

.service-step__between.section--white {
    margin-top: -30px;
    flex: 1;
    padding-bottom: 0;
    order: 0;
    margin-bottom: 48px;
}

.visa__option-content-item {
    order: 2;
    width: 100%;
}

.top-button {
    margin-top: 5px;
}

.arrow-down {
    width: 40px;
    height: 64px;
    background-color: black;
    clip-path: polygon(
        30% 0%,
        70% 0%,
        70% 70%,
        100% 70%,
        50% 100%,
        0% 70%,
        30% 70%
    );
}
/* ============================================
  # アナウンスセクション
  =============================================== */
.top-announce {
    margin-top: 30px;
}

.announce__inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
}
.cards {
    grid-template-columns: 1fr;
    gap: 25px;
}

.card__body-img {
    width: 82px;
    height: auto;
}

.card__title {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
.card__contents-link {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
    border-radius: 15px;
}
.card__contents-link::after {
    position: absolute;
    content: "";
    right: 7px;
    top: 50%;
    display: inline-block;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 0.2em solid #e16b15;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    transform: translate(-50%, -50%) rotate(45deg);
}
a.card__contents-link:hover,
a.card__contents-link.contact-button:hover,
a.card__contents-link.contact-button:hover .contact-button__name,
a.card__contents-link.contact-button:hover .contact-button__text-paragraph,
a.card__contents-link.contact-button:hover .contact-button__text-sub {
    background-color: #fff;
    color: #2f302f;
    opacity: 1;
}

.contact-button:hover::before {
    background-color: #ed6c0d;
}

a.card__contents-link.contact-button:hover
    .contact-button__name.contact-button__name--tel
    span::before {
    background-image: url("../images/tel-orange.png");
    aspect-ratio: 1/1;
}

a.card__contents-link.contact-button:hover .icon-mail::before {
    background-image: url("../images/mail-icon-orange.png");
    position: absolute;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.card__contents-link:hover::after {
    position: absolute;
    content: "";
    right: 7px;
    top: 50%;
    display: inline-block;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 0.2em solid #e16b15;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    transform: translate(-50%, -50%) rotate(45deg);
}
.contact-button {
    align-items: center;
}
.contact-button__text.contact-button__text--indent {
    text-indent: initial;
}
.contact-button::before {
    width: 77%;
    left: 50%;
}
.contact-button__name {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
.contact-button__text {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-button__text-paragraph {
    display: inline;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
.contact-button__text-sub {
    display: inline;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
/* ============================================
  # 注目のコンテンツ
  =============================================== */

.featured {
    padding-top: 30px;
    padding-bottom: 50px;
}

.featured__title-text {
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.778rem);
}

.featured__title-subtext {
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.778rem);
}

.featured__cards {
    margin-top: 37px;
}

.featured-cards {
    grid-template-columns: 1fr;
    gap: 35px;
}

.featured-card__body-title {
    font-size: clamp(0.938rem, 0.043rem + 4.474vw, 2.188rem);
}

.featured-card__body-description {
    margin-top: 11px;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.featured-card__button {
    margin-top: 22px;
}

/* ============================================
  # faq
  =============================================== */
.top-faq {
    margin-top: 30px;
}

.faq__list {
    padding-left: 0;
    padding-right: 0;
}
.faq__items {
    margin-top: 12px;
}
.faq__item-questions {
    padding-right: 38px;
}

.faq__item-questions p,
.faq__item-answer p {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.faq__item-questions span {
    top: 40%;
}

.faq__button {
    margin-top: 25px;
}
/* ============================================
  # お知らせ
  =============================================== */
.top-news {
    margin-top: 50px;
}
.news {
    padding-top: 30px;
    padding-bottom: 50px;
}
.news__contents {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.news-item a {
    display: flex;
    flex-direction: column;
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.778rem);
    color: #3c3c3c;
    font-weight: 300;
    padding: 10px 0;
}
.news-item__date {
    font-size: 19.72px;
}
.news-item__title {
    margin-top: 8px;
    margin-left: 0;
    line-height: 1.5;
}
/* ============================================
  # batters
  =============================================== */
.banners__list {
    display: grid;
    gap: 27px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 44px;
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
}

.banners__list--1col {
    width: 250px;
}

.top-banners {
    margin-top: 30px;
}
/* ============================================
  # 参考ウェブサイト
  =============================================== */
.top-resources {
    margin-top: 50px;
}
.resources {
    padding-top: 30px;
    padding-bottom: 50px;
}
.resources__list {
    flex-direction: column;
    padding-right: 0;
    align-items: center;
    gap: 17px;
    margin-top: 30px;
}
.resources-list__item:not(:first-child) {
    margin-top: 17px;
}

.resources-list__item a {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}
/* ============================================
  # フッターメッセージ
  =============================================== */
.top-footer-message {
    margin-top: 30px;
}
.footer-message__text {
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.778rem);
    padding-right: 40px;
    white-space: nowrap;
}

.footer-sp__info-list-item a {
    font-size: clamp(0.625rem, 0.357rem + 1.339vw, 1rem);
}

.footer-sp__info-copyright {
    font-size: clamp(0.563rem, 0.384rem + 0.893vw, 0.813rem);
}
/* ============================================
  # フッター
  =============================================== */
.top-footer {
    margin-top: 25px;
}
.footer {
    padding-top: 0;
}
.footer-list__left,
.footer-list__right {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.footer__copyright {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.5;
}

/* ============================================"
# 下層ページ（結婚による永住権申請について）
=============================================== */
.section-layout {
    padding: 0;
}

.section-layout2 {
    margin-top: 25px;
    padding-top: 25px;
}

.section-layout_content {
    margin-top: 40px;
}

.section-layout2.section-layout_content {
    margin-top: 40px;
    padding-top: 0;
}

.section-layout__inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.top-contents-wrapper {
    padding-bottom: 0;
    margin-top: 15px;
}

.tabs {
    gap: 3px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.tabs.tabs--max {
    row-gap: 15px;
    min-height: 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.tabs.tabs--max-3cal {
    row-gap: 15px;
    min-height: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: initial;
    min-height: 83px;
}

.tab a {
    font-size: clamp(0.938rem, 0.043rem + 4.474vw, 2.188rem);
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
    padding-top: 11px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.tab.tab--small a {
    font-size: 15px;
}

.tab--active {
    padding: 0;
}

.tab.tab--active {
    font-size: 23px;
}

.marriage__title {
    margin-bottom: 0;
}

.marriage__text {
    margin-top: 30px;
}

.marriage__description {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.marriage__description2 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.marriage__image {
    width: 40%;
    margin-left: 10px;
}

.marriage__details {
    margin-top: 50px;
}

.marriage__description-text {
    padding: 0;
}

.marriage__description-text.text-large {
    line-height: 2;
}

.details {
    padding: 30px 10px 10px 10px;
}

.details::before {
    margin: 0 -14px;
    padding: 0 5px;
    font-size: clamp(1.375rem, 0.346rem + 5.145vw, 2.813rem);
}

.details__list {
    flex-direction: column;
}

.details__list--2col li {
    width: 100%;
}

.details__item {
    width: 100%;
    min-height: 70px;
}

.details__item-text.text,
.details__item-text.text.details__item-text--2col {
    text-indent: -4rem;
    padding-left: 6rem;
}

.details__item-text svg {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 1em;
    height: 1em;
}

.details__item-number {
    margin-left: 13px;
    margin-right: 13px;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.section__note:not(:first-child) {
    margin-top: 25px;
}

.section__description {
    margin-top: 25px;
}

.section__description-text {
    margin-top: 30px;
}

.section__description.bg-white {
    padding: 15px;
}

.section__visa {
    margin-top: 25px;
}

.section__visa-item {
    flex-direction: column;
}

.section__visa-type {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.section__visa-description {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
    padding-left: 25px;
    margin-left: initial;
}

.section__checklist {
    padding-right: 14px;
    margin-left: 0;
    padding-left: 10px;
    width: 100%;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner:has(.section__checklist) {
    max-width: initial;
}

.top-section {
    margin-top: 25px;
}

.faq__inner {
    padding-left: 20px;
    padding-right: 20px;
}

.visa-faq__heading.heading {
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.778rem);
}

.visa-faq__category-list {
    grid-template-columns: 1fr;
}

.section__table th,
.section__table td {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
    padding: 6px;
}

.section__checklist li {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.section__table-title {
    margin-top: 25px;
}

.section__visa-items {
    margin-top: 23px;
    margin-left: 14px;
}

.section__visa-items.section__visa-items--sp-margin {
    margin-left: initial;
}

.section__visa-items.section__visa-items--sp-margin li {
    padding-left: initial;
}

.section__item-description {
    margin-top: 23px;
}

.section__item-items {
    gap: 10px;
}
/* ============================================"
# 共通パーツ
=============================================== */

.section.section--gray {
    padding-top: 25px;
}

.section.section--gray2 {
    padding-top: 30px;
}

.service.section--gray.section--box {
    padding-top: 0;
}

.section__inner {
    padding-left: 10px;
    padding-right: 10px;
}

.section--gray .section__inner,
.section--white .section__inner {
    padding-left: 15px;
    padding-right: 15px;
}

.section__item {
    margin-top: 25px;
}

.text {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.text-small {
    font-size: 1.2rem;
}

.text-bold {
    font-weight: 700;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.text-bold.text-bold--center {
    text-align: left;
}

.text-bold.text-bold--left {
    text-align: left;
}

.text-large {
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.813rem);
}

/* ============================================
  # ボタン
  =============================================== */
.button {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
    width: 100%;
    line-height: 1.5;
}
.button::after {
    right: 4px;
}

.button--1::after {
    right: 35%;
    @media screen and (max-width: 550px) {
        right: 32%;
    }
    @media screen and (max-width: 450px) {
        right: 30%;
    }
}
.button--2::after {
    right: 32%;
    @media screen and (max-width: 550px) {
        right: 27%;
    }
    @media screen and (max-width: 450px) {
        right: 25%;
    }
}

.button--small {
    padding: 5px 32px;
}

.button--small::after {
    width: 12px;
    height: 12px;
}

.button--large {
    width: 297px;
    padding-left: 20px;
}

.page-top.page-top--sp {
    right: 43px;
}

.button.button--green {
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.778rem);
}

/* ============================================
  # inner
  =============================================== */
.inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
}

/* ============================================"
# パンくずリスト
=============================================== */

.breadcrumb__inner {
    margin-left: initial;
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumb__text {
}

.breadcrumb span {
    padding: 0 5px;
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.breadcrumb__text--active {
    color: #004ca0;
}

.heading,
.heading.heading--need-help {
    font-size: clamp(0.938rem, 0.043rem + 4.474vw, 2.188rem);
    line-height: 1.5;
}

.sub-heading {
    font-size: clamp(0.889rem, 0.207rem + 3.58vw, 1.778rem);
}

.heading-small {
    font-size: clamp(0.938rem, 0.043rem + 4.474vw, 2.188rem);
}

.faq__link {
    margin-top: 25px;
}

.message-img__text-name,
.message-img__text-name-post {
    font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
}

.layout-bottom-pc {
    padding-bottom: 0;
}

.layout-padding {
    padding-top: 25px;
}
.layout-margin {
    margin-top: 25px;
}

.layout-margin-100 {
    margin-top: 50px;
}

@media screen and (max-width: 375px) {
    .card__body-img {
        width: 53px;
        height: auto;
    }

    .heading-small {
        font-size: clamp(0.938rem, 0.043rem + 4.474vw, 2.188rem);
    }

    .details__item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .details__item-text.text {
        font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
    }

    .service {
        padding-right: 10px;
        padding-left: 10px;
    }

    .service__between-text p {
        font-size: clamp(0.875rem, 0.204rem + 3.356vw, 1.813rem);
        padding-top: initial;
        padding-bottom: initial;
        @media screen and (max-width: 540px) {
            padding: 17px 5px;
        }
    }
    .contact-button__text {
        display: flex;
    }

    .contact-button__text-sub {
        font-size: 14px;
    }
    .button {
        padding: 8px 23px 9px 7px;
    }

    .button.button--green {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 23px;
    }

    .button--large {
        width: 100%;
    }
    .button--small {
        padding: 5px 32px;
    }
    .sp-menu__copyright {
        font-size: 9px;
    }

    .tab a {
        white-space: wrap;
    }
}

/* ============================================"
# 結婚申請フロー
=============================================== */
.marriage-flow__phase {
    padding: 5px;
}

.marriage-flow__phase--m01 {
    width: max(75vw, 80%);
}
@media screen and (max-width: 450px) {
    .marriage-flow__phase--m01 {
        width: max(80vw, 80%);
    }
}

.marriage-flow__flowchart-box {
    padding: 10px 10px 10px 54px;
    margin: 10px;
}

.marriage-flow__flowchart-box--center {
    padding: 10px;
}

.marriage-flow__flowchart-box--center
    .marriage-flow__flowchart-box-text.heading-small {
    text-align: center;
}

.marriage-flow__flowchart-box-text.heading-small {
    padding: 0px;
    text-align: left;
}

.marriage-flow__arrow {
    margin: 10px auto;
}

.marriage-flow__note.marriage-flow__note--period {
    margin-top: initial;
    margin-left: 10px;
    margin-right: 10px;
}

.marriage-flow__content-box {
    margin: 10px;
    padding: 10px;
}

.marriage-flow__note.marriage-flow__note--process {
    margin: 10px;
    padding: 10px;
}

.marriage-flow__note.marriage-flow__note--info {
    /* margin: 10px; */
    padding: 10px;
}

.marriage-flow__note {
    padding: 10px;
}

.marriage-flow__step {
    gap: 10px;
}

.marriage-flow__step img {
    width: 60px;
    height: auto;
    top: -16px;
}

.marriage-flow__step.marriage-flow__step--wide img {
    top: -19px;
}

.marriage-flow__wrapper--pin {
    flex-direction: column;
}
/* ============================================"
# 追加
=============================================== */

.layout-bottom {
    padding-bottom: 50px;
}

.faq__link.layout-bottom {
    padding-bottom: 25px;
}

.section-wrapper2 .section.section--gray.top-section {
    padding-top: 50px;
    margin-top: 50px;
}

.banners__inner {
    max-width: 400px;
}

.box-flex {
    flex-direction: column;
    flex-direction: column-reverse;
}

.EB5__image {
    width: 100%;
    height: 100%;
}

.EB5__image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center 30%;
}

.survey-section table tr {
    flex-direction: column;
}

.form-container {
    padding: initial;
}

.flow-line__text-wrapper {
    width: 60%;
    position: absolute;
}

.flow-right {
    margin-left: 10px;
    flex-basis: auto;
    width: 42%;
}

.flow-right--arrow {
    flex-basis: 0;
}

.flow-right--arrow--criminal-record {
    margin-top: 758px;
    @media screen and (max-width: 590px) {
        margin-top: 800px;
    }
    @media screen and (max-width: 529px) {
        margin-top: 832px;
    }
    @media screen and (max-width: 516px) {
        margin-top: 864px;
    }

    @media screen and (max-width: 400px) {
        margin-top: 818px;
    }
    @media screen and (max-width: 375px) {
        margin-top: 790px;
    }
    @media screen and (max-width: 345px) {
        margin-top: 762px;
    }
}

.flow-line__text {
    width: 70%;
    min-height: initial;
}

.flow-line__text--arrow {
    min-height: 400px;
    width: 100%;
}

.bracket-line {
    width: 3px;
}

.section-button {
    margin-top: 30px;
    width: 100%;
}
.section-button a {
    width: 100%;
}
.download-button.button::after,
.section-button__link.button::after {
    right: 20px;
}

.section-button__link.button.button--eb5 {
    font-size: 1.7rem;

    @media screen and (max-width: 425px) {
        font-size: 1.4rem;
    }
}

.E-visa-table th {
    width: 45%;
}

.E-visa-table th,
.E-visa-table td {
    padding: 5px;
}

.visa-link.visa-link--right {
    text-align: left;
}

.text-right {
    text-align: left;
}

.text-right.text-right--sp {
    text-align: right;
}

.text-wrap-sp {
    white-space: normal;
}

.section__description.application-list {
    margin-top: 25px;
}

@media screen and (max-width: 450px) {
    .bracket-line {
        width: 9px;
        margin-left: -9px;
    }

    .flow-line__text-wrapper {
        gap: 5px;
    }
}

.section__visa-item--indent {
    padding-left: initial;
}

@media screen and (max-width: 420px) {
    .flow-line__text-wrapper {
        flex-direction: column;
    }
    .flow-line__text {
        padding: 10px;
        width: 179%;
    }
    .flow-line__text--arrow {
        width: 100%;
        padding-top: 50px;
    }
}

@media screen and (max-width: 375px) {
    .download-button.button::after,
    .section-button__link.button::after {
        right: 4px;
    }
}

/* ============================================"
# メリット
=============================================== */
.merit-list__header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
}

.merit-list__header.merit-list__header--sp {
    flex-direction: row;
    @media screen and (max-width: 385px) {
        flex-direction: column;
    }
}
.merit-list__header.merit-list__header--sp:not(:first-child) {
    margin-top: 20px;
}

.merit-list__header.merit-list__header--criminal-record {
    flex-direction: row;
}

.marriage-flow__note--criminal-record {
    margin-bottom: 10px;
}

.merit-list__content {
    margin-top: 10px;
}

.phone-number.text-bold {
    font-size: 2.5rem;
}

.heading-small-2cal {
    align-items: flex-start;
    flex-direction: column;
}

.merit-list__label {
    padding: 5px 10px;
}

.merit-list__label--orange {
    margin-block: initial;
    padding: 5px;
}

.total-box__title {
    padding-left: 10px;
}

.section__description-img--flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5vw;
}
.section__description-img--flex-3cal {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5vw;
    @media screen and (max-width: 500px) {
        justify-content: space-between;
    }
}

.section__description-img-wrap {
    flex-direction: column;
}

.section__description-img-wrap--sp35 {
    width: 35%;
}

.section__description-img-wrap--sp20 {
    width: 20%;
    @media screen and (max-width: 500px) {
        width: initial;
    }
}

/* ============================================
# メール情報配信フォーム
=============================================== */

.mailnews {
    border-radius: 4px;
}

.mailnews__table {
    font-size: 14px;
}

.mailnews__table-cell {
    padding: 8px;
    border: none;
}

.mailnews__table,
.mailnews__table tbody,
.mailnews__table tr,
.mailnews__table td {
    display: block;
    width: 100%;
}

.mailnews__table tr {
    border: 1px solid #ccc;
    overflow: hidden;
}

.mailnews__label {
    width: 100%;
    min-width: auto;
    font-size: 14px;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.mailnews__input-cell {
    padding: 12px;
    border: none;
    background-color: white;
}

.mailnews__input--name {
    width: 100%;
}

.mailnews__input--email {
    width: 100%;
    max-width: 100%;
}

.mailnews__textarea--address {
    width: 100%;
    max-width: 100%;
    height: 60px;
}

.mailnews__button-container {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mailnews__button {
    padding: 12px 30px;
    margin: 5px;
    font-size: 14px;
    display: block;
    width: 200px;
    max-width: 100%;
}

.mailnews__example {
    font-size: 12px;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    color: #666;
}

.mailnews__note {
    font-size: 11px;
    margin-top: 5px;
}

.mailnews__input-group {
    gap: 5px;
    justify-content: flex-start;
}

.mailnews__hyphen {
    margin: 0 5px;
}

.mailnews__input--postal {
    width: 80px;
}

.mailnews__input--phone {
    width: 90px;
}

.mailnews__required {
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .table-container__table.visa-table--pc {
        display: none;
    }
    .table-container__table.visa-table--sp {
        display: grid;
    }

    .table-container__table--visa {
        display: grid;
        grid-template-columns: 30% 70%;
        width: 100%;
    }
    .mailnews__input,
    .mailnews__textarea {
        padding: 3px;
    }
}

@media screen and (max-width: 450px) {
    .marriage-flow__note--layout {
        padding: 0;
    }

    .triangle::after {
        content: "";
        height: 25px;
        width: 30px;
        clip-path: polygon(93% 9%, 81% 100%, 0 100%);
        background-color: #dee8f6;
        position: absolute;
        bottom: 100%;
        left: 25vw;
    }
}

.text-indent {
    text-indent: -1.4rem;
    padding-left: 0;
}

.box-blue {
    padding-inline: 10px;
    padding-block: 10px;
}

.number-list {
    padding-left: 15px;
}

.dv-table {
}

.dv-table th,
.dv-table td {
    padding: 6px 4px;
}

.dv-table td[data-label="当選者数"] {
    padding-right: 10px;
}

.margin-top-sp {
    margin-top: 25px;
}

.news-time.text-right {
    text-align: right;
}

.section-layout.section--dv .section-layout__inner--form,
.section-layout__inner.section-layout__inner--dv.section-layout__inner--form {
    padding-left: 15px;
}
