* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Serif JP", serif;
}

/* font-size */
.font-size-36 {
    font-size: 36px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-24 {
    font-size: 24px;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

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

.header-top {
    display: flex;
    justify-content: space-between;
    padding: 14px 24px;
}

.header-top__right {
    display: flex;
    column-gap: 12px;
}

.header-top__info {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.header-top__info-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 304px;
    color: #000000;
}

.header-top__info-phone {
    display: flex;
    column-gap: 4px;
    align-items: center;
    line-height: 1.5;
}

.header-top__info-time {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}

.header-top__info-phone-icon {
    width: 32px;
    height: 32px;
}

.header-top__info-phone-number {
    font-size: 40px;
    font-weight: 700;
    color: #EAAA08;
    line-height: 1;
}

.header-top__buttons {
    display: flex;
    column-gap: 12px;
}

.header-top__buttons-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    column-gap: 10px;
}

.header-top__buttons-button--contact {
    background-color: #16B4ED;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 14px;
}

.header-top__buttons-button--line {
    background-color: #50B448;
    border-radius: 12px;
    padding-left: 13px;
    padding-right: 10px;
}

.header-top__buttons-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

.nav-container {
    display: flex;
    justify-content: center;
}

nav {
    display: flex;
    column-gap: 32px;
}

.nav__link {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-decoration: underline dotted;
    text-decoration-thickness: 2px;
    text-underline-offset: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.nav__link.active {
    color: #EAAA08;
    text-decoration-color: #EAAA08;
}

/* Start Banner */

.banner-container {
    min-height: 470px;
    background-image: url('../images/bg-banner-office.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-title {
    position: absolute;
    top: 24%;
    left: 12%;
}

.banner-title__text {
    font-size: 64px;
    font-weight: 800;
    font-family: "Shippori Mincho", serif;
    color: #FFFFFF;
}

/* End Banner */

/* Start Breadcrumb */

.breadcrumb-container {
    padding: 20px 0;
}

.breadcrumb {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    column-gap: 16px;
    width: 100%;
    align-items: center;
}

.breadcrumb__link {
    font-size: 24px;
    font-weight: 500;
    color: #CA8504;
    text-decoration: none;
}

.breadcrumb__link.active {
    color: #000000;
}

/* End Breadcrumb */

/* Start Title section */
.title__logo {
    width: 80px;
    height: auto;
}

.title-text {
    color: #EAB508;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Shippori Mincho', serif;
    text-transform: uppercase;
    text-align: center;
}

/* End Title section */

/* Start Route Guide */
.route-guide {
    padding: 64px 0;
    background-color: #FFFFFF;
}

.route-guide-container {
    max-width: 1440px;
    margin: 0 auto;
}

.route-guide-header {
    text-align: center;
}

.route-guide-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 64px;
    font-weight: 800;
    color: #EAB508;
}

.route-guide-description {
    margin-top: 32px;
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
}

.route-guide-icon {
    width: 28px;
    height: 28px;
    margin-top: 8px;
}

.route-steps {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
}

.route-step:first-child {
    padding-top: 0;
}

.route-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 3px dashed #EAB508;
    column-gap: 24px;
    padding: 40px 0;
}

.route-step:first-child {
    border-top: none;
}

.route-step--reverse {
    direction: rtl;
}

.route-step--reverse>* {
    direction: ltr;
}

.route-step__text {
    margin: 0;
}

.route-step__heading {
    font-size: 32px;
    font-weight: 700;
    color: #3CCB7F;
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
}

.route-step__desc {
    font-size: 24px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
}

.route-step__media {
    border-radius: 32px;
    overflow: hidden;
}

.route-step__media img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* End Route Guide */

/* Start Case Example */
.case-example {
    padding: 64px 0;
    background-color: #FFFFFF;
}

.case-example-container {
    max-width: 1440px;
    margin: 0 auto;
}

.case-example-title {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 64px;
    font-weight: 800;
    color: #EAB508;
}

.case-example-location {
    text-transform: uppercase;
}

.case-example-body {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.case-example-text {
    flex-basis: 70%;
    max-width: 848px;
}

.case-example-heading {
    font-size: 48px;
    font-weight: 600;
    color: #EAD708;
    font-family: 'Noto Sans JP', sans-serif;
}

.case-example-list {
    margin-top: 24px;
    display: grid;
    row-gap: 20px;
    font-size: 32px;
    font-weight: 400;
    color: #262626;
    font-family: "Noto Sans JP", sans-serif;
}

.case-example-list li {
    list-style: disc;
    margin-left: 22px;
}

.case-example-media {
    /* border: 4px dashed #A16207; */
    border-radius: 999px;
    padding: 12px;
    flex-basis: 30%;
}

.case-example-media img {
    width: 100%;
    height: auto;
    border-radius: 999px;
    object-fit: cover;
}

/* End Case Example */

/* Start FAQ */

.faq-container {
    padding: 64px 0;
    background-image: url('../images/Group-99629.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FEFBE8;
}

.faq-header {
    font-size: 64px;
    font-weight: 800;
    font-family: "Shippori Mincho", serif;
    color: #EAD708;
    letter-spacing: -0.05em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1702px;
    margin: 0 auto;
    padding: 0 156px;
    border-radius: 32px;
    border: 4px solid #099250;
    background-color: #FFFFFF;
}

.faq-content {
    margin: 56px auto 0 auto;
    max-width: 1440px;
    
}

.faq-content-items {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.faq-content-item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.faq-content-item-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    background-color: #FFEA06;
    border-radius: 22px;
    cursor: pointer;
}

.faq-content-item-question-content {
    display: flex;
    align-items: center;
    column-gap: 69px;
}

.faq-content-item-question-text {
    font-size: 32px;
    font-weight: 700;
    color: #262626;
}

.faq-content-item-answer {
    padding: 48px 58px;
}

.faq-content-item-answer-text {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

/* End FAQ */

/* Start Reasons */
.reasons {
    padding: 72px 0 72px 0;
    background-color: #FFFFFF;
    position: relative;
}

.reasons-container {
    max-width: 1440px;
    margin: 0 auto;
}

.reasons-title {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 64px;
    font-weight: 800;
    color: #EAB508;
}

.reasons-title-location {
    text-transform: uppercase;
}

.reasons-list {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.reason-card {
    background-color: #FFFFFF;
    border: 4px dashed #EAB508;
    border-radius: 999px;
    padding: 48px 40px;
}

.reason-number {
    font-size: 56px;
    font-weight: 800;
    color: #EAD708;
    text-align: center;
}

.reason-text {
    margin-top: 8px;
    font-size: 22px;
    color: #262626;
    font-family: "Noto Sans JP", sans-serif;
}

/* End Reasons */



/* Start Location Contact */

.location-contact {
    padding: 36px 0 50px 0;
    background-color: #FFFFFF;
}

.location-contact-container {
    max-width: 1382px;
    margin: 0 auto;
    padding: 66px 0;
    border: 4px solid #EAB508;
    border-radius: 32px;
    background-color: #FEFBE8;
}

/* .location-contact-title {
    margin: 66px auto 0 auto;
} */

.location-contact-title-text {
    font-size: 56px;
    font-weight: 800;
    color: #EAB508;
    font-family: "Shippori Mincho", serif;
    letter-spacing: -0.05em;
    text-align: center;
}

.location-contact-content-text {
    font-size: 38px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin: 44px auto 0 auto;
}

.location-contact-button {
    margin: 56px auto 0 auto;
    display: flex;
    column-gap: 32px;
    justify-content: center;
}

.location-contact-button-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 18px 12px;
    border-radius: 12px;
}

.location-contact-button-link-text {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.location-contact-button-link--contact {
    background-color: #1570EF;
}

.location-contact-button-link--line {
    background-color: #50B448;
}

/* End Location Contact */

/* Start Footer */
footer {
    padding: 24px 0;
    background-color: #EAB508;
}

.footer-top {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-top__logo {
    max-width: 258px;
    width: 100%;
}

.footer-top__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-top__links {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.footer-top__link {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-top__phone-button {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 18px 24px;
    background-color: #FEFBE8;
    border-radius: 133px;
    text-decoration: none;
}

.footer-top__phone-button-icon {
    display: flex;
    align-items: center;
}

.footer-top__phone-button-text {
    display: flex;
    flex-direction: column;
}

.footer-top__phone-button-text-number {
    font-size: 38px;
    font-weight: 700;
    color: #087443;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
}

.footer-top__phone-button-text-time {
    font-size: 16px;
    font-weight: 400;
    color: #087443;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone-address {
    display: flex;
    column-gap: 16px;
}

.footer-top__phone-address-text {
    display: flex;
    flex-direction: column;
    column-gap: 2px;
}

.footer-top__phone-address-text-number,
.footer-top__phone-address-text-address {
    font-size: 22px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
}

.footer-top__phone-email {
    display: flex;
    column-gap: 16px;
}

.footer-top__phone-email-text {
    display: flex;
    flex-direction: column;
    column-gap: 2px;
}

.footer-top__phone-email-text-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone-email-text-time {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone-line {
    display: flex;
    column-gap: 16px;
}

.footer-top__phone-line-text {
    display: flex;
    flex-direction: column;
    column-gap: 2px;
}

.footer-top__phone-line-text-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone-line-text-address {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-middle {
    max-width: 1440px;
    margin: 24px auto 0 auto;
}

.footer-middle__title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
}

.footer-middle__links {
    display: flex;
    column-gap: 8px;
    flex-wrap: wrap;
}

.footer-middle__link {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 8px;
    border-right: 1px solid #FFFFFF;
}

.footer-middle__link:last-child {
    border-right: none;
}

.footer-bottom {
    margin: 32px auto 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
}

/* End Footer */

header {
    background-color: #FFFFFF;
    width: 100%;
}

.mobile-menu {
    display: none;
}