/* 768px以下 */
@media (max-width: 768px) {
    .btn__pry {
        font-size: 2rem;
        width: 40rem;
        padding-left: 1.6rem;
        vertical-align: middle;
    }

    .btn__pry::after {
        margin-left: 1.6rem;
    }

    .breadcrumb__list {
        padding: .6rem 2rem;
    }

    /* ==================================================
    page用fv
   ================================================== */
	#fv.fv-page {
		height:30rem;
	}
    
	.fv-page .fv__content {
        bottom: -11vw;
    }

    /* ==================================================
    ハンバーガーメニュー
   ================================================== */
    .menu-nav ul {
        text-align: center;
    }

    .menu-nav ul li {
        margin: 1rem 0;
    }

    .menu-nav ul li a {
        font-size: 2rem;
        line-height: 3rem;
        padding: 1.2rem 0;
        display: block;
    }

    .menu__info {
        margin-top: 3rem;
        font-size: 1.8rem;
    }

    .menu-content .cta-btn__container {
        width: auto;
        margin: 0 auto;
    }

    .menu-content .tel__number {
        margin: 0;
        font-size: 3.8rem;
    }

    .menu-content .cta-btn__container {
        margin-top: 2.5rem;

        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .menu-content .cta-btn {
        font-size: 2rem;
    }

    #footer .addres p {
        font-size: 1.8rem;
    }

    /* ==================================================
    index
   ================================================== */

    /* sec1 */
    .sec1 {
        padding-bottom: 6rem;
    }

    .main-page .sec1__column .img-container {
        width: 90%;
    }

    /* sec2 */

    /* sec3 */
    .main-page .sec3 {
        padding: 6rem 0 6rem 0;
    }

    .main-page .sec3__column {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 6rem;
    }

    .main-page .sec3__column .img-container {
        max-width: 80%;
        margin-left: 0;
        box-shadow: none;
        box-shadow: 3.2rem 2.4rem 0 0 #F5EEEE;
    }

    .main-page .sec3__column .description {
        padding: 0 3rem;
        max-width: 100%;
        gap: 2rem;
    }

    .main-page .sec3__column .description p {
        line-height: 1.6;
    }

    /* sec4 */
    .main-page .sec4 {
        padding: 6rem 0 6rem 0;
    }


    /* ==================================================
    strengths
   ================================================== */
    .strengths-page .sec1 {
        padding: 10rem 2rem;
    }

    .strengths-page .sec1__headline .title {
        font-size: 2.4rem;
        line-height: 1.4;
        padding: 0 1rem;
    }

    .strengths-page .sec1__content,
    .strengths-page .sec1__column,
    .strengths-page .sec1__column2 {
        margin-bottom: 5rem;
    }

    .strengths-page .sec1__content .left__img-container,
    .strengths-page .sec1__content .right__img-container,
    .strengths-page .left__img-container,
    .strengths-page .right__img-container {
        width: 80%;
        position: static;
        margin-bottom: 3rem;
    }

    .strengths-page .left__img-container,
    .strengths-page .right__img-container {
        width: 100%;
        margin-bottom: 0rem;
    }

    .strengths-page .sec1__content .center {
        padding: 2rem;
    }

    .strengths-page .sec1__column .left__description,
    .strengths-page .sec1__column2 .right__description {
        padding: 1rem;
    }

    .strengths-page .sec1__content .center {
        text-align: center;
    }

    .strengths-page .sec1__column::after,
    .strengths-page .sec1__column2::after {
        content: "";
        position: absolute;
        left: auto;
        right: -2px;
        top: -2px;
        width: 0;
        height: 0;
        border-top: 10rem solid #fff;
        border-right: none;
        border-left: 10rem solid transparent;
    }

    .strengths-page .sec1__column::before,
    .strengths-page .sec1__column2::before {
        content: '';
        position: absolute;
        left: auto;
        right: 9.7rem;
        top: .2rem;
        width: 1px;
        height: 13.8rem;
        background-color: #B95D5D;
        transform: translateY(-2px) rotate(-45deg);
        transform-origin: top left;
    }

    /* sec2 */
    .strengths-page .sec2 {
        padding: 6rem 0;
    }

    /* ==================================================
    summary
   ================================================== */
    .summary-page .sec1 {
        padding: 10rem 0 6rem 0;
    }

    .summary-page .sec1__table {
        width: 100%;
        border: none;
    }

    .summary-page .sec1__table,
    .summary-page .sec1__table tr {
        width: 100%;
        display: inline-block;
    }

    .summary-page .sec1__table tr {
        margin-top: 2rem;
        border: 1px solid #B95D5D;
    }

    .summary-page .sec1__table tr:first-child {
        margin-top: 0;
    }

    .summary-page .sec1__table th,
    .summary-page .sec1__table td {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.9rem;
    }

    .summary-page .sec1__table th {
        text-align: center;
    }

    .summary-page .sec1__table td {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .summary-page .sec1__table th,
    .sec1__table td {
        padding: 1.5rem;
        max-width: none;
    }

    .summary-page .sec2__map iframe {
        height: 40rem;
    }

    .summary-page.access__btn {
        font-size: 1.4rem;
        width: auto;
        padding: 1rem 2rem;
    }

    .summary-page .sec2 {
        padding: 6rem 0;

    }


    /* ==================================================
    lawyer
   ================================================== */
    .lawyer-page .sec1__card-list {
        gap: 5rem;
    }

    .lawyer-card {
        width: auto;
        max-width: 90%;
        min-height: auto;
        padding: 3rem;
    }

    .lawyer-card__img-container {
        width: 95%;
        margin-bottom: 2rem;
    }

    .lawyer-card__info {
        width: 100%;
    }

    .lawyer-card__title {
        font-size: 2.8rem;
    }

    .triangle,
    .lawyer-card:nth-child(even) .triangle {
        border-top: 10rem solid #fff;
        border-left: 10rem solid transparent;
    }

    .lawyer-card::after {
        right: 9.7rem;
        height: 14rem;
    }

    /* ==================================================
    service
   ================================================== */
   .service-page .sec1{
    padding: 8rem 0;
   }

    .service-page .sec1__description {
        padding: 2rem;
        margin-bottom: 5rem;
    }

    .service-page .sec1__card-list {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .service-page .card{
        display: flex;
        flex-direction: column;
    }

    .service-page .card__btn-container,
    .service-page .card__description,
    .service-page .card__headline {
        padding: 0;
    }

    .card--2 .card__headline{
        gap:1rem;
    }

    .service-page .card__description {
        margin-top: auto;
        margin-bottom: auto;
    }

    .service-page .card__btn-container {
        margin-top: 2rem;
        text-align: center;
    }

    /* ==================================================
    privacy-policy
   ================================================== */
    .privacypolicy-page .sec1 {
        padding-top: 10rem;
    }


}



/* 576px以下 */
@media (max-width: 576px) {
    .ex-sp {
        display: block;
    }

    .inner {
        padding: 0 2rem;
    }

    /* common */
    .sec-title {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }

    .title-container .slash {
        width: 4rem;
    }

    .sec-subtitle {
        margin-top: 2rem;
        font-size: 2.4rem;
    }

    .main-page {
        padding: 6rem 0;
    }

    .title-container {
        margin-bottom: 2.5rem;
    }

    .btn__pry {
        width: 32rem;
        padding: 2rem 0;
    }

    .fv-page .fv__content .slash {
        left: 110%;
    }

    .fv-page .fv__content .title{
        margin-bottom: 0;
    }

    .fv-page .fv__content .subtitle{
        padding-left: 45%;
    }

    .menu-content {
        margin-top: 12rem;
    }

    #backToTop {
        width: 6rem;
        height: 6rem;
        font-size: 2rem;
    }

    .title-container .slash {
        transform: rotate(-35deg);
    }

    .title-container .sec-title {
        margin-bottom: 1.5rem;
    }

    .title-container .sec-subtitle {
        margin-top: 1.5rem;
    }

    /* ==================================================
    fv
   ================================================== */
    .fv-main .fv__content {
        top: 55%;
    }

    .fv-main .title {
        font-size: 2.8rem;
        white-space: nowrap;
        margin-bottom: 3.5rem;
    }

    .fv__content .text {
        white-space: nowrap;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
        font-size: 1.6rem;
    }

    #fv.fv-main {
        background-image: url(../images/test-fv.jpg);
    }

    .fv__content .title {
        line-height: 180%;
    }

    /* ==================================================
    headr
   ================================================== */
    #headr {
        height: 10rem;
    }

    .header__inner {
        height: 10rem;
        padding: 0 4rem;
    }

    /* ==================================================
    footer
   ================================================== */
    #footer .info-column {
        align-items: flex-start;
    }

    .footer__column {
        gap: 1.6rem;
        margin-bottom: 4rem;
        align-items: flex-start;
    }

    .footer__nav .nav {
        height: auto;
    }

    #footer .info-column {
        flex-direction: column;
        gap: 1rem;
    }

    .footer__copy p {
        font-size: 1.2rem;
    }

    /* ==================================================
    page用fv
   ================================================== */
	#fv.fv-page {
		height:20rem;
	}
    
    .fv-page .fv__content .title {
        font-size: 3.2rem;
    }

    .fv-page .fv__content .subtitle {
        font-size: 1.8rem;
    }

    .fv-page--lawyer-page .fv__content{
        left: 8%;
        /* bottom:calc(100vw / ( 375 / -60 )); */
        /* bottom: -6.8rem; */
    }

    /* ==================================================
    cta - お問い合わせセクションのスタイル
    ================================================== */
    .cta {
        padding: 4rem 0 8rem;
    }

    .cta .inner {
        padding: 0 4rem;
    }

    .cta__title-container {
        margin-bottom: 1.6rem;
    }

    .cta__text {
        font-size: 1.7rem;
        margin-bottom: 3rem;
    }

    .cta__column {
        gap: 4rem;
        max-width: 50rem;
        margin: 0 auto;
    }

    .cta .info__title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .cta .info__number {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .cta .info__number-icon {
        width: 3rem;
        margin: 0 auto 1rem;
    }

    .cta .info__number2,
    .cta .info__number2 span {
        font-size: 1.5rem;
        text-align: center;
    }

    .cta .info__number2 span {
        display: inline;
        margin-left: 0.5rem;
    }

    .cta .btn-container {
        width: 100%;
        font-size: 1.6rem;
        padding: 0;
        height: 12rem;
        gap: 0.8rem;
        text-align: center;
        max-width: 100%;
    }

    .cta .btn-container__icon {
        width: 4rem;
        margin-bottom: 0;
    }

    .cta .btn-container p {
        font-size: 2.4rem;
    }

    .cta .info {
        padding: 2.1rem 1.7rem 2.4rem;
        max-width: 100%;
        width: 100%;
    }

    /* ==================================================
    index
   ================================================== */

    .main-page .sec1__column .description__title {
        font-size: 2.4rem;
		padding:0 1rem;
    }

    .main-page .sec1__column .description__text{
        padding: 0 1rem;
    }
	
    .main-page .service .title-container {
        margin-bottom: 2.5rem;
    }

    /* ==================================================
    strengths
   ================================================== */
    /* sec1 */

    .strengths-page .sec1 {
        padding: 8rem 0rem 6rem 0;
    }

    .strengths-page .sec1__headline .title {
        font-size: 2rem;
    }
	
	.strengths-page .sec1__column, .strengths-page .sec1__column2 {
		 padding: 3rem 2.5rem;
	}


    .strengths-page .sec1__column::after,
    .strengths-page .sec1__column2::after {
        content: "";
        position: absolute;
        left: auto;
        right: -2px;
        top: -2px;
        width: 0;
        height: 0;
        border-top: 6rem solid #fff;
        border-right: none;
        border-left: 6rem solid transparent;
    }

    .strengths-page .sec1__column::before,
    .strengths-page .sec1__column2::before {
        content: '';
        position: absolute;
        left: auto;
        right: 5.6rem;
        top: .2rem;
        width: 1px;
        height: 8.1rem;
        background-color: #B95D5D;
        transform: translateY(-2px) rotate(-45deg);
        transform-origin: top left;
    }

    .strengths-page .sec1__column2 {
        padding: 2rem;
    }

    .strengths-page .sec1__content .center p,
    .strengths-page .sec1__column .left__description p,
    .strengths-page .sec1__column2 .right__description p {
        font-size: 1.7rem;
    }

    .strengths-page .sec1__column .left__title,
    .strengths-page .sec1__column2 .right__title {
        font-size: 2.4rem;
    }

    /* sec2 */
    .strengths-page .sec2 {
        padding: 6rem 1rem 12rem 1rem;
    }

    /* ==================================================
    summary
   ================================================== */
    /* sec1 */
    .summary-page .sec1 {
        padding: 8rem 0 4rem 0;
    }

    /* sec2 */
    .summary-page .sec2 {
        padding-top: 4rem;
    }

    /* ==================================================
    lawyer-page
   ================================================== */
    .lawyer-page .sec1 {
        padding: 6rem 1rem;
    }

    .lawyer-page .sec1__card-list {
        gap: 3rem;
    }

    .lawyer-card {
        width: auto;
        max-width: 100%;
        padding: 2rem;
    }

    .lawyer-card__title {
        font-size: 2.6rem;
    }

    .triangle,
    .lawyer-card:nth-child(even) .triangle {
        border-top: 6rem solid #fff;
        border-left: 6rem solid transparent;
    }

    .lawyer-card::after,
    .lawyer-card:nth-child(even)::after {
        right: 5.6rem;
        height: 8.2rem;
    }


    /* ==================================================
    service
   ================================================== */
    .service-page .sec1 {
        padding: 6rem 0rem;
    }

    .service-page .sec1__description {
        padding: 2rem;
        line-height: 160%;
        margin-bottom: 5rem;
    }

    /* カードリスト1列 */
    .service-page .sec1__card-list {
        flex-direction: column;
        gap: 2rem;
    }

    /* カードスタイル */
    .service-page .card {
        padding: 2rem 1rem;
    }

    .service-page .card__headline {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .service-page .card__title {
        font-size: 2.4rem;
    }

    .service-page .card__icon {
        margin-left: -6rem;
        width: 6rem;
        margin-bottom: 1rem;
    }

    .service-page .card__description {
        padding: 0 0.8rem;
    }

    .service-page .card__btn-container {
        padding: 0 1rem;
    }

    .service-page .card__btn {
        font-size: 1.4rem;
        padding: 0;
        line-height: 5.2rem;
        width: 100%;
        line-height: normal;
        padding: 0.8rem 0;
    }

    .service-page .card__btn::after {
        margin-left: .4rem;
    }

    /* ==================================================
    contact
   ================================================== */

    /* sec1お問い合わせフォームの調整 */
    .contact-page .sec1.contact {
        padding: 6rem 0 0 0;
    }

    .contact-page .sec1__container {
        max-width: 100%;
        padding: 0rem;
    }
	
	.flow-item__circle{
		    width: 70%;
	}
	
	.flow-item__text{
		font-size:1.8rem;
	}

    .contact-page .flow-item {
        padding: 0;
    }

    .contact-page .flow-item__text {
        font-size: 1.4rem;
    }

    .contact-page .flow-item__arrow img {
        width: 1.4rem;
        height: auto;
    }

    /* フォームの調整 */
    .contact-page .sec1__form {
        max-width: 100%;
        padding: 0 2rem;
    }

    .contact-page .form-item__input {
        font-size: 1.6rem;
    }

    .contact-page input.form-item__input,
    .contact-page textarea.form-item__input {
        height: auto;
        padding: 1rem;
    }

    .contact-page .form-btn__container {
        margin-top: 4rem;
    }

    .contact-page .btn-submit {
        font-size: 1.8rem;
    }

    /* sec2 */

    .contact-page .form-item p {
        margin: 1rem 0;
    }

    .contact-page .sec2.info {
        padding: 4rem 0;
    }

    .contact-page .sec2__info {
        padding: 2rem;
    }

    .contact-page .info__title,
    .contact-page .info__number,
    .contact-page .info__description,
    .contact-page .info__phone {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .contact-page .info__number-icon {
        width: 2rem;
        height: auto;
    }

    .contact-page .info__number2 {
        flex-direction: column;
    }

    .contact-page .info__description {
        text-align: center;
    }

    .contact-page .info__phone,
    .contact-page .info__number {
        font-size: 2.4rem;
        margin-left: 0;
    }

    .contact-page .btn-submit {
        width: 100%;
    }

    /* ==================================================
    privacy-policy
   ================================================== */
	.privacy-policy .fv-page .title{
		    letter-spacing: normal;
	}
	
	.fv-page--privacypolicy-page .fv__content{
		    left: 5.5%;
	}
	
    .fv-page .fv__content--privacypolicy .title {
        letter-spacing: normal;
    }

    .privacypolicy-page .sec1 {
        padding-top: 6rem;
    }


}


@media (max-width: 355px) {
    html {
        font-size: 45%;
    }


    .footer__nav .nav {
        height: auto;
    }


}