@charset "UTF-8";
html {
    font-size: 62.5%;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 400;
    src: url(../fonts/Oswald-VariableFont_wght.woff) format('woff');
}
@font-face {
    font-family: 'Noto sans JP';
    font-weight: 400;
    src: url(../fonts/NotoSansJP-VariableFont_wght.woff) format('woff');
}
@font-face {
    font-family: 'ShipporiMincho';
    font-weight: 400;
    src: url(../fonts/ShipporiMincho-Medium.woff) format('woff');
}
@font-face {
    font-family: 'ShipporiMincho';
    font-weight: 600;
    src: url(../fonts/ShipporiMincho-SemiBold.woff) format('woff');
}
@font-face {
    font-family: 'ShipporiMincho';
    font-weight: bold;
    src: url(../fonts/ShipporiMincho-Bold.woff) format('woff');
}
@font-face {
    font-family: 'ZenKakuGothic';
    font-weight: 400;
    src: url(../fonts/ZenKakuGothicNew-Regular.woff) format('woff');
}
@font-face {
    font-family: 'ZenKakuGothic';
    font-weight: bold;
    src: url(../fonts/ZenKakuGothicNew-Bold.woff) format('woff');
}
body {
    color: #494949;
    background: #f1f1f1;
    line-height: 2;
    font-family: 'ZenKakuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'Times New Roman', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    body {
        letter-spacing: 0.05rem;
        font-size: 1.6rem;
        line-height: 2;
    }
}
.sm_only {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
    .sm_only {
        display: unset !important;
    }
}
.pc_flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .pc_flex {
        display: block;
    }
    img {
        width: 100%;
    }
}
/* 飾り */
.HL_text {
    background: linear-gradient(transparent 77%, #fff5d7 77%);
}

/* flex定義 */
.flex {
    display: flex;
    justify-content: space-around;
}

.marker_anime {
    background: linear-gradient(transparent 50%, #fff5d7 50%);
    display: inline;
    transition: background-size 4s ease;
    background-size: 0 100%;
    background-repeat: no-repeat;
    font-weight: bold;
}

.marker_anime.highlight {
    background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
.flex-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-flow: column;
}

/* トップに戻るボタン */
#page-top a {
    background: #49bbfd;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    float: right;
    margin-bottom: 20px;
    border-radius: 50px;
    height: 60px;
}

#page-top {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    right: 10px;
}

@media screen and (max-width: 768px) {
    #page-top a {
        background: #49bbfd;
        text-decoration: none;
        color: #fff;
        width: 50px;
        padding: 10px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
        float: right;
        margin-bottom: 20px;
        border-radius: 50px;
        height: 50px;
    }
    #page-top {
        position: fixed;
        bottom: 0px;
        right: 10px;
    }
}
.gri_bg {
    position: relative;
    background: linear-gradient(259deg, #014c96 3.53%, #479cc1 69.13%, #9bc0dd 100%);
    z-index: 4;
    margin-top: -33px;
}

.grid_bg {
    background: url(../images/grid_bg.svg);
    text-align: left;
}

.dot_back {
    background: url(../images/dot_back.webp);
}

.line_back {
    background: #fff;
    background-size: 100% auto;
    background-image: url(../images/);
    background-repeat: repeat;
    background-position: center top;
}

.building_back {
    background: white;
    background-size: 100% auto;
    background-image: url(../images/building_img.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media screen and (max-width: 768px) {
    .building_back {
        background-image: url(../images/blue_bg.svg);
    }
}

.img_back01 {
    background: repeating-linear-gradient(125deg, #faffef, #faffef 8px, #f6f9f0 8px, #f6f9f0 16px);
}

/* コンテンツ共通 */
.contents {
    width: 1000px;
    padding: 100px 0;
    margin: 0 auto;
}

.contents_title {
    font-family: 'ShipporiMincho';
    line-height: 1.5;
    text-align: center;
    font-size: 3.5rem;
    margin: 0px 0 20px;
    color: #043344;
    padding: 15px 0;
    background-color: #dfe4d4;
}

.contents_title_onlytext {
    font-family: 'ShipporiMincho';
    line-height: 1.5;
    text-align: center;
    font-size: 4.5rem;
    margin: 0px 0 20px;
    color: #043344;
    padding: 15px 0;
}
.contents_title_onlytext small {
    display: block;
    font-size: 2.8rem;
}

.contents_title_shortline {
    font-family: 'ShipporiMincho';
    position: relative;
    color: #043344;
    font-size: 5rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 55px;
    padding-bottom: 15px;
}
.contents_title_shortline::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #043344;
}
.contents_title_shortline small {
    color: transparent;
    -webkit-text-stroke: 1px #b1b1b1;
    display: block;
    font-size: 4rem;
    margin-bottom: -10px;
}

.contents_title_nosub {
    font-family: 'ShipporiMincho';
    line-height: 1.5;
    text-align: center;
    font-size: 3.5rem;
    margin: 0px 0 80px;
    color: #043344;
    padding: 15px 0;
    background-color: #dfe4d4;
}

.contents_subtitle {
    font-family: 'ShipporiMincho';
    position: relative;
    display: block;
    text-align: center;
    margin: 55px 0 28px;
}
.contents_subtitle::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f10d';
    font-size: 30px;
    color: #c0c0c0;
    margin: -40px -50px;
}

@media screen and (max-width: 768px) {
    .contents {
        width: 100%;
        margin: 0px auto 0px;
        padding: 30px 20px;
    }
    .contents_title {
        width: 100%;
        font-size: 2.2rem;
        line-height: 1.4;
        padding: 18px 4px;
        font-weight: bold;
        margin-bottom: 0px;
        letter-spacing: 1.2px;
    }
    .contents_title_nosub {
        font-size: 2.2rem;
        margin: 0px 0 40px;
        padding: 15px 0;
    }
    .contents_title_shortline {
        position: relative;
        padding: 1.5rem 0;
        color: #0a2653;
        font-size: 3rem;
        text-align: center;
        line-height: 1.5;
    }
    .contents_title_shortline::before {
        position: absolute;
        bottom: -4px;
        left: calc(50% - 30px);
        width: 50px;
        height: 4px;
        content: '';
        border-radius: 3px;
        background: #596474;
    }
    .contents_title2 {
        position: relative;
        line-height: 1.4;
        width: 100%;
        font-size: 2.2rem;
        padding: 18px 4px;
        margin-bottom: 40px;
    }
    .contents_title2::before {
        top: 95%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #751b15;
    }
    .contents_title_onlytext {
        line-height: 1.5;
        font-size: 2.5rem;
        margin: 0px 0 20px;
        padding: 15px 0;
    }
    .contents_title_onlytext small {
        display: block;
        font-size: 1.9rem;
        margin-bottom: 2px;
        color: #515151;
    }
    .contents_subtitle {
        font-size: 1.6rem;
        position: relative;
        display: block;
        text-align: left;
        margin: 60px 10px 20px 20px;
    }
    .contents_subtitle::before {
        font-size: 22px;
        margin: -42px -9px;
    }
}
/* FV */
header {
    width: 1000px;
    margin: 0 auto;
}

header img {
    width: 300px;
    padding: 17px 0;
}

.header_back {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/back.webp);
}

.header_inner {
    width: 1000px;
    margin: 0px auto 0;
    position: relative;
}
.header_inner img {
    width: 100%;
    position: relative;
    z-index: 22;
    padding: 50px 0;
}

@media screen and (max-width: 768px) {
    header {
        width: 100%;
        margin: 0 auto;
    }
    header img {
        width: 70%;
        padding: 10px;
        display: block;
        margin: 0 auto;
    }
    .header_inner {
        width: 100%;
        padding-top: 0;
        margin: 0;
    }
    .header_inner img {
        margin: 0;
    }
}
.USP {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/blue_back.svg);
    color: white;
    position: relative;
    z-index: 1;
}
.USP .contents {
    position: relative;
}
.USP .main-inner-fade {
    animation: fadeIn 1s ease forwards;
    animation-delay: 1s;
}
.USP::before {
    content: '';
    position: absolute;
    right: 0;
    top: 13%;
    width: 28rem;
    height: 0.4rem;
    background-color: white;
}
@media screen and (max-width: 768px) {
    .USP::before {
        display: none;
    }
}
.USP h1 {
    font-family: 'ShipporiMincho';
    font-size: 6rem;
}
@media screen and (max-width: 768px) {
    .USP h1 {
        font-size: 3rem;
        margin-bottom: 17px;
    }
}
.USP ul {
    font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
    .USP ul {
        font-size: unset;
    }
}
.USP ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
    .USP ul li {
        margin-bottom: 10px;
        font-weight: bold;
    }
}
.USP ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    border-radius: 50%;
}
.USP ul li span {
    color: #e4a80d;
    padding: 0 5px;
}
@media screen and (max-width: 768px) {
    .USP ul li span {
        font-size: 2rem;
    }
}
.USP .USP_img {
    width: 350px;
}

.FV_top {
    text-align: center;
    background: #4e0001;
    color: white;
    font-size: 2.3rem;
    padding: 10px 0;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .FV_top {
        padding: 6px 0;
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

.FV_svg {
    width: 1000px;
    position: absolute;
    top: 50px;
}

.path-animation {
    opacity: 0;
    transform: translateY(-20px);
    animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 各パスに遅延を設定 */
.FV_svg path:nth-child(1) {
    animation-delay: 0.2s;
}

.FV_svg path:nth-child(2) {
    animation-delay: 0.3s;
}

.FV_svg path:nth-child(3) {
    animation-delay: 0.4s;
}

.FV_svg path:nth-child(4) {
    animation-delay: 0.5s;
}

.FV_svg path:nth-child(5) {
    animation-delay: 0.6s;
}

.FV_svg path:nth-child(6) {
    animation-delay: 0.7s;
}

.FV_svg path:nth-child(7) {
    animation-delay: 0.8s;
}

.FV_svg path:nth-child(8) {
    animation-delay: 0.9s;
}

.FV_svg path:nth-child(9) {
    animation-delay: 1s;
}

.FV_svg path:nth-child(10) {
    animation-delay: 1.1s;
}

.FV_svg path:nth-child(11) {
    animation-delay: 1.2s;
}

.FV_svg path:nth-child(12) {
    animation-delay: 1.3s;
}

.FV_svg path:nth-child(13) {
    animation-delay: 1.4s;
}

.FV_svg path:nth-child(14) {
    animation-delay: 1.5s;
}

.FV_svg path:nth-child(15) {
    animation-delay: 1.6s;
}

.main-inner-fade {
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.sokujitu {
    background: #f0e6ca;
    text-align: center;
}
.sokujitu img {
    width: 800px;
}

/* アクションエリア */
.box_action {
    padding: 55px 0 55px 0;
}
@media screen and (max-width: 768px) {
    .box_action {
        padding: 25px 20px 40px;
    }
}

.box_action_inner {
    width: 900px;
    margin: 0 auto;
}
.box_action_inner .lawyer_box {
    position: relative;
    padding: 15px;
    outline: 2px solid #043344;
    outline-offset: 5px;
    background: #043344;
    color: #fff;
    width: 600px;
    margin-bottom: 110px;
    margin-left: 40px;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
    .box_action_inner .lawyer_box {
        width: 95%;
        margin: 0 auto 110px;
        border-radius: 10px;
    }
}
.box_action_inner .lawyer_box::before {
    position: absolute;
    top: calc(100% + 2px);
    right: 50px;
    transform: skew(29deg);
    height: 20px;
    width: 15px;
    background-color: white;
    border-right: 3px solid #043344;
    content: '';
}
@media screen and (max-width: 768px) {
    .box_action_inner .lawyer_box::before {
        right: 130px;
    }
}
.box_action_inner .lawyer_box h1 {
    font-size: 3.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-family: 'ShipporiMincho';
}
.box_action_inner .lawyer_box h1 span {
    color: #fff200;
}
@media screen and (max-width: 768px) {
    .box_action_inner .lawyer_box h1 {
        font-size: 2rem;
        margin-bottom: 0;
    }
}

.action_back {
    background: linear-gradient(45deg, #ffe4d1 0%, #bedce6 100%);
    background-size: 200% 200%;
    height: 100%;
    width: 100%;
    animation: background 6s ease infinite;
    padding: 50px 0;
}
@media screen and (max-width: 768px) {
    .action_back {
        padding: 50px 20px;
    }
}

@keyframes background {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.action_top img {
    display: block;
    margin: 0 auto;
    width: 900px;
    margin-bottom: 90px;
}

.action_area {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border: solid 2px #043344;
}
.action_area .action_title {
    background-color: #043344;
    padding: 26px 0 30px;
    position: relative;
}
.action_area .action_title p {
    font-family: 'ShipporiMincho';
    font-size: 3rem;
    color: white;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    /* font-weight: bold;*/
}
@media screen and (max-width: 768px) {
    .action_area .action_title p {
        font-size: 2rem;
        text-align: left;
    }
}
.action_area .action_content {
    justify-content: center;
}
.action_area .action_content.pc_flex .flex-column {
    padding: 30px;
    padding-top: 20px;
}
.action_area .action_content.flex {
    align-items: center;
}
.action_area .action_content.flex .flex-column {
    align-items: flex-start;
}
.action_area .action_content .action_lawyer {
    margin: 0px 0px 0px 0px;
    width: 200px;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .action_area {
        width: 100%;
    }
    .action_area .action_content {
        padding: 20px 10px;
        margin-top: -76px;
        position: relative;
    }
    .action_area .action_content.pc_flex .flex-column {
        padding: 0px;
    }
    .action_area .action_title {
        background-color: #043344;
        padding: 14px 14px 14px;
    }
    .action_area .action_title small {
        display: block;
        margin-top: 10px;
        text-align: left;
    }
    .action_area .action_title img {
        width: 100%;
    }
}
.action_area .contact_tel .flex,
.action_area .contact_mail .flex {
    align-items: center;
    justify-content: flex-start;
}
.action_area .contact_tel img,
.action_area .contact_mail img {
    width: 430px;
}
@media screen and (max-width: 768px) {
    .action_area .contact_tel img,
    .action_area .contact_mail img {
        width: 100%;
    }
}
.action_area .contact_tel .right_arrow_text {
    margin-right: 60px;
}
@media screen and (max-width: 768px) {
    .action_area .contact_tel img {
        margin-bottom: 20px;
    }
}
.action_area .mail_appeal {
    margin: 30px 0;
}

/* お悩み */
#nayami .contents_title {
    color: rgb(70, 70, 70);
    background-color: unset;
    font-size: 4.5rem;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #nayami .contents_title {
        font-size: 2.4rem;
    }
}
#nayami img {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #nayami img {
        margin-bottom: 0px;
    }
}
#nayami img.to_houki {
    cursor: pointer;
}

.big_title h1 {
    font-family: 'ShipporiMincho';
    font-size: 5rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .big_title h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
}
.big_title h1 span {
    color: #ab7c03;
}

.onayami_01,
.onayami_02,
.onayami_03 {
    align-items: center;
    position: relative;
    z-index: 1;
}
.onayami_01 .onayami_inner,
.onayami_02 .onayami_inner,
.onayami_03 .onayami_inner {
    max-width: 100rem;
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .onayami_01 .onayami_inner,
    .onayami_02 .onayami_inner,
    .onayami_03 .onayami_inner {
        display: block;
    }
}
.onayami_01 .onayami_img,
.onayami_02 .onayami_img,
.onayami_03 .onayami_img {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .onayami_01 .onayami_img,
    .onayami_02 .onayami_img,
    .onayami_03 .onayami_img {
        display: block;
        width: 100%;
    }
}
.onayami_01 img,
.onayami_02 img,
.onayami_03 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .onayami_01 img,
    .onayami_02 img,
    .onayami_03 img {
        filter: grayscale(50%);
        opacity: 0.1;
    }
}
.onayami_01 .onayami_text,
.onayami_02 .onayami_text,
.onayami_03 .onayami_text {
    min-height: 50rem;
    padding-left: 8rem;
    padding-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .onayami_01 .onayami_text,
    .onayami_02 .onayami_text,
    .onayami_03 .onayami_text {
        display: block;
        width: 100%;
        padding: 0;
    }
}
.onayami_01 .onayami_text .onayami_text_inner,
.onayami_02 .onayami_text .onayami_text_inner,
.onayami_03 .onayami_text .onayami_text_inner {
    padding-block: 18%;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .onayami_01 .onayami_text .onayami_text_inner,
    .onayami_02 .onayami_text .onayami_text_inner,
    .onayami_03 .onayami_text .onayami_text_inner {
        padding: 50px 20px;
        width: 100%;
    }
}
.onayami_01 .onayami_text h2,
.onayami_02 .onayami_text h2,
.onayami_03 .onayami_text h2 {
    font-size: 4rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
    line-height: 1.7;
}
@media screen and (max-width: 768px) {
    .onayami_01 .onayami_text h2,
    .onayami_02 .onayami_text h2,
    .onayami_03 .onayami_text h2 {
        font-size: 3rem;
        color: #2c2c2c;
    }
}
.onayami_01 .onayami_text ul,
.onayami_02 .onayami_text ul,
.onayami_03 .onayami_text ul {
    list-style: none;
    padding: 0;
}
.onayami_01 .onayami_text ul li,
.onayami_02 .onayami_text ul li,
.onayami_03 .onayami_text ul li {
    margin-bottom: 22px;
    position: relative;
    padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
    .onayami_01 .onayami_text ul li,
    .onayami_02 .onayami_text ul li,
    .onayami_03 .onayami_text ul li {
        margin-bottom: 10px;
    }
}
.onayami_01 .onayami_text ul li::before,
.onayami_02 .onayami_text ul li::before,
.onayami_03 .onayami_text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: #96abb4;
    border-radius: 50%;
}
.onayami_01 .onayami_text ul li span,
.onayami_02 .onayami_text ul li span,
.onayami_03 .onayami_text ul li span {
    font-weight: bold;
    color: #ab7c03;
}
@media screen and (max-width: 768px) {
    .onayami_01,
    .onayami_02,
    .onayami_03 {
        flex-direction: column;
    }
    .onayami_01 img,
    .onayami_01 > div,
    .onayami_02 img,
    .onayami_02 > div,
    .onayami_03 img,
    .onayami_03 > div {
        width: 100%;
    }
}

.onayami_02 .onayami_inner {
    flex-direction: row-reverse;
}
.onayami_02 .onayami_img {
    right: 0;
    left: unset;
}
.onayami_02 .onayami_text {
    padding-left: 0;
    padding-right: 5rem;
    margin-right: auto;
    margin-left: 0;
}
@media screen and (max-width: 768px) {
    .onayami_02 .onayami_text {
        padding-right: 0;
    }
}

.onayami_back {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/white_back.svg);
}
.onayami_back .contents {
    text-align: center;
}

.onayami_end h1 {
    font-size: 4rem;
}
@media screen and (max-width: 768px) {
    .onayami_end h1 {
        font-size: 3rem;
    }
}

/* アピールコンテンツ〜〜横２ */
.pat_01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pat_01 li {
    background-color: white;
    width: 48%;
    margin-bottom: 100px;
    color: black(0, 13, 102);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
    .pat_01 li.pc-margin {
        margin-bottom: 0;
    }
}
.pat_01 img {
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
}

.pat_01_text {
    padding: 20px 20px 45px;
}
.pat_01_text h1 {
    text-align: center;
    font-size: 6rem;
    line-height: 1.3;
    color: #dfe4d4;
    margin-bottom: 10px;
}

.pat_01_text_title {
    color: #bc264f;
    line-height: 1.5;
    font-size: 2.8rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.pat_01_text span {
    background: linear-gradient(transparent 77%, #ffe5ac 77%);
    font-weight: bold;
}

/* .pat_01 .pc-margin {
    margin-bottom: 0;
} */
@media screen and (max-width: 768px) {
    .pat_01 li {
        margin-bottom: 30px;
        width: 100%;
    }
    .pat_01_text {
        padding: 10px 20px 30px;
    }
    .pat_01_text_title {
        font-size: 2.4rem;
        margin-bottom: 15px;
    }
    .pat_01 img {
        width: 100%;
        height: 155px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
/* アピールコンテンツ〜〜縦図なし */
.pat_02 {
    background: #fff url(../images/bg_dot.webp) repeat;
    padding: 40px 80px;
    margin-bottom: 50px;
    padding-top: 20px;
}

.pat_02 .pat_02_content span {
    font-weight: bold;
}

.shiho {
    background: gainsboro;
    padding: 30px;
}

.bengo {
    background: #f6e1c3;
    padding: 30px;
    margin-top: 30px;
}

.bengo h1 {
    font-size: 3.5rem !important;
    color: #1d4e97;
    font-weight: bold;
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
    font-feature-settings: 'palt';
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-family: 'YuMincho', '游明朝';
}

.pat_02 h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.pat_02 ul li {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #282828;
    letter-spacing: 0.06em;
}

.pat_02 ul {
    margin: 20px 0;
}

.point_num {
    width: 20%;
    margin: 0 auto;
    display: block;
    /* margin-top: -50px; */
    margin-bottom: -30px;
}

.merit_num {
    text-align: center;
    color: #5b5b5b;
    font-size: 3rem;
    font-weight: bold;
}

.pat_02_title {
    color: #bf5637;
    font-weight: bold;
    /* background: linear-gradient(transparent 65%, #ccd7b6 65%); */
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
    font-feature-settings: 'palt';
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.4;
    font-family: 'YuMincho', '游明朝';
}

@media screen and (max-width: 768px) {
    .pat_02 {
        background: #fff url(../images/bg_dot.webp) repeat;
        padding: 10px;
        margin-bottom: 50px;
        padding-top: 20px;
    }
    .pat_02 .pat_02_content span {
        font-weight: bold;
    }
    .pat_02 h1 {
        font-size: 2rem;
    }
    .pat_02 ul {
        margin: 20px 0;
    }
    .point_num {
        width: 35%;
        margin: 0 auto;
        display: block;
        /* margin-top: -50px; */
        margin-bottom: -30px;
    }
    .merit_num {
        text-align: center;
        color: #5b5b5b;
        font-weight: bold;
    }
    .pat_02_title {
        font-size: 2.5rem;
        text-align: left;
        margin-bottom: 20px;
        position: relative;
        line-height: 1.4;
        font-family: 'YuMincho', '游明朝';
    }
    .shiho {
        background: gainsboro;
        padding: 10px;
    }
    .bengo {
        background: #f6e1c3;
        padding: 10px;
        margin-top: 20px;
    }
    .bengo h1 {
        font-size: 2.5rem !important;
        color: #1d4e97;
        font-weight: bold;
        text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
        font-feature-settings: 'palt';
        font-size: 3.2rem;
        letter-spacing: 0.1em;
        font-family: 'YuMincho', '游明朝';
    }
}
/* よくある質問〜〜折りたたみ式 */
.accordion-area {
    list-style: none;
    width: 96%;
    margin: 65px auto;
}
.accordion-area li {
    margin: 10px 0;
}
.accordion-area section {
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(128, 128, 128, 0);
    background: white;
    border-radius: 5px;
    margin-bottom: 25px;
}

.title {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    padding: 3% 3% 3% 85px;
    transition: all 0.5s ease;
}
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 27px;
    height: 2px;
    background-color: #333;
}
.title::before {
    top: 48%;
    left: 30px;
    transform: rotate(0deg);
}
.title::after {
    top: 48%;
    left: 30px;
    transform: rotate(90deg);
}
.title.close::before {
    transform: rotate(45deg);
}
.title.close::after {
    transform: rotate(-45deg);
}

.accordion-area .box {
    opacity: unset;
    display: none;
    background: #fff2ec;
    margin: 0 3% 3% 3%;
    padding: 20px;
    border-radius: 10px;
}
.accordion-area .box p.withimg {
    position: relative;
    margin-top: 30px;
    width: 600px;
}
.accordion-area .box p.withimg::after {
    background: url(../images/soudan_img01.webp) no-repeat center top;
    background-size: contain;
    position: absolute;
    right: -255px;
    content: '';
    bottom: -10px;
    display: block;
    width: 255px;
    height: 160px;
}
@media screen and (max-width: 768px) {
    .accordion-area .box p.withimg {
        width: 100%;
        margin-bottom: 130px;
    }
    .accordion-area .box p.withimg::after {
        background-size: contain;
        position: absolute;
        right: 10%;
        content: '';
        bottom: -140px;
        display: block;
        width: 180px;
        height: 130px;
    }
}
.accordion-area .box p.withimg02 {
    margin-top: 40px;
}
.accordion-area .box p.withimg02::after {
    background: url(../images/soudan_img02.webp) no-repeat center top;
    right: -285px;
    bottom: -10px;
    display: block;
    background-size: contain;
    height: 160px;
}
@media screen and (max-width: 768px) {
    .accordion-area .box p.withimg02::after {
        right: 0%;
        bottom: -130px;
        display: block;
        background-size: contain;
        height: 130px;
    }
}

@media screen and (max-width: 768px) {
    .accordion-area {
        margin: 30px auto;
        width: 100%;
    }
    .title {
        position: relative;
        cursor: pointer;
        font-weight: 700;
        padding: 3% 3% 3% 50px;
        transition: all 0.5s ease;
    }
    .title::before,
    .title::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background-color: #333;
    }
    .title::before {
        top: 48%;
        left: 15px;
        transform: rotate(0deg);
    }
    .title::after {
        top: 48%;
        left: 15px;
        transform: rotate(90deg);
    }
}
/* 費用について */
.cost_box img {
    display: block;
    margin: 0 auto 45px;
}

.cost_table table {
    font-size: 1.7rem;
    border: 1px solid #dadada;
    margin-top: 10px;
    margin-bottom: 0px;
    display: grid;
}
@media screen and (max-width: 768px) {
    .cost_table table {
        font-size: 1.5rem;
    }
}
.cost_table table tr {
    display: grid;
}
.cost_table table th {
    display: grid;
    border-bottom: 1px solid #dadada;
    background: #f3f3f3;
    text-align: left;
    font-weight: bold;
}
.cost_table table tr td {
    border-bottom: 1px solid #dadada;
}

.red {
    font-weight: bold;
    color: #ab7c03;
}

.cost_table table tr td p {
    margin-bottom: 8px;
}
.cost_table table th,
.cost_table table td {
    padding: 12px;
}
.cost_table table tr:last-of-type td {
    border-bottom: none;
}

.cost_asterisk li {
    list-style-type: none;
    text-indent: -1em;
    margin-top: 5px;
    margin-left: 5px;
    text-align: left;
}
.cost_asterisk li:before {
    display: inline;
    content: '※';
}

.cost_list li {
    list-style-type: none;
    text-indent: -1em;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 12px;
}
.cost_list li:before {
    display: inline;
    content: '・';
}

.cost_asterisk {
    margin-left: 20px;
    font-size: 1.5rem;
}

.cost_table h1 {
    font-size: 2.8rem;
    font-weight: bold;
}
.cost_table h1 span {
    color: #ff822d;
    font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
    .cost_asterisk {
        font-size: 1.4rem;
    }
    .cost_asterisk li {
        margin-left: 0;
    }
    .cost_box img {
        width: 98%;
    }
}
/* 事務所のご案内 */
.office_img {
    padding: 8px;
    margin-top: 8px;
    text-align: center;
}

.office_box img {
    vertical-align: bottom;
}

.office_table {
    padding: 8px;
    margin-top: 8px;
}
.office_table table {
    border: 1px solid #dadada;
    margin-top: 12px;
    display: grid;
}
.office_table table tr,
.office_table table th,
.office_table table td {
    display: grid;
}
.office_table table th {
    border-bottom: 1px solid #dadada;
    background: #f5e8d9;
    text-align: left;
    font-weight: bold;
}
.office_table table tr td {
    border-bottom: 1px solid #dadada;
}
.office_table table tr td p {
    margin-bottom: 8px;
}
.office_table table th,
.office_table table td {
    padding: 12px;
}
.office_table table tr:last-of-type td {
    border-bottom: none;
}

.office_subtabletitle {
    border-bottom: 1px solid #dadada;
    background: #f3f3f3;
    text-align: left;
    font-weight: bold;
    padding: 12px;
}

.office_subtable {
    padding: 8px;
    margin-top: 0;
}
.office_subtable p.txt {
    color: #cab795;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-top: 40px;
    border-bottom: 2px solid #cab795;
}
.office_subtable table {
    border: none;
    margin-top: 0px;
    display: flex;
}
.office_subtable table.txt {
    width: 70%;
}
.office_subtable table.pic {
    width: 20%;
}
.office_subtable table td.s-text {
    font-size: 13px;
}
.office_subtable table tr,
.office_subtable table th,
.office_subtable table td {
    display: flex;
}
.office_subtable table th {
    border-bottom: 1px solid #ffffff;
    text-align: left;
    font-weight: normal;
    width: 120px;
}
.office_subtable table tr td {
    border-bottom: 1px solid #ffffff;
    display: grid;
}
.office_subtable table tr td.smalla {
    width: 54px;
}
.office_subtable table th,
.office_subtable table td {
    padding: 4px;
}
.office_subtable p {
    margin-bottom: 12px;
}
/*office*/
.office_subtable .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.chizu_box {
    border: 1px solid #ccc;
    padding: 8px;
    margin: 4px 4px 14px 4px;
    width: 340px;
}

.chizu_title {
    font-weight: bold;
    font-size: 15px;
}

.chizu_text {
    font-size: 13px;
}

.jusyo {
    display: none;
}

.chizu_btn {
    text-align: center;
    font-size: 13px;
    text-decoration: underline;
    color: #1d4e97;
}

@media screen and (max-width: 768px) {
    .office_box img {
        vertical-align: bottom;
        width: 100%;
        margin: 10px 0px 45px;
    }
    .office_subtabletitle {
        border-bottom: 1px solid #dadada;
        text-align: left;
        font-weight: bold;
        padding: 12px;
    }
    .office_subtable {
        padding: 8px;
        margin-top: 14px;
        font-size: 1.4rem;
    }
    .office_subtable table {
        border: none;
        margin-top: 0px;
        display: flex;
    }
    .office_subtable table tr,
    .office_subtable table th,
    .office_subtable table td {
        display: flex;
    }
    .office_subtable table th {
        border-bottom: 1px solid #ffffff;
        text-align: left;
        font-weight: normal;
        width: 80px;
        white-space: nowrap;
    }
    .office_subtable table tr td {
        border-bottom: 1px solid #ffffff;
        display: grid;
        width: 238px;
    }
    .office_subtable table tr td.smalla {
        width: 16px;
    }
    .office_subtable table th,
    .office_subtable table td {
        padding: 4px;
    }
    .office_subtable p {
        margin-bottom: 12px;
        margin: 0px;
    }
    .office_subtable p span {
        font-size: 1.3rem;
    }
    /*office*/
    .office_subtable .flex-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
    }
    .chizu_box {
        border: 1px solid #ccc;
        padding: 8px;
        margin: 4px 4px 14px 4px;
        width: 100%;
    }
    .chizu_title {
        font-weight: bold;
        font-size: 14px;
    }
    .chizu_text {
        font-size: 14px;
    }
    .jusyo {
        display: none;
    }
    .chizu_btn {
        text-align: center;
        font-size: 14px;
    }
}
/* フッター */
footer {
    background-color: #043344;
    padding: 50px 30px;
    text-align: center;
    color: white;
}

.privacy {
    text-decoration: underline;
}

/* 事例など、プルダウン */
.hosyo h1 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: -30px;
    line-height: 1.4;
}

.son_img {
    width: 40%;
}

.son p {
    font-size: 3.5rem;
    margin-top: 40px;
}

.son {
    background-image: linear-gradient(90deg, #e5e5e5, rgba(255, 255, 255, 0));
    padding: 30px 30px 0 30px;
    margin-top: 50px;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
}

.son_arrow {
    width: 150px;
    display: block;
    margin: 50px auto;
}

.son_first p {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 600;
}

.son_first p:first-child {
    margin-bottom: 40px;
}

.son1 {
    background: #ebf1f2 url(../images/bg_diagonal.webp) repeat;
    padding: 100px 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
}

.son1 .contents {
    margin: 0 auto;
}

.hosyo_point {
    width: 1080px;
    background: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 100px;
    margin: 0 auto;
    margin-top: 80px;
}

.hosyo_point h2 span {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'ShipporiMincho';
    color: #bf5637;
    background: linear-gradient(transparent 65%, #faeec2 65%);
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
    font-feature-settings: 'palt';
}

.hosyo_point h1 {
    margin-bottom: 10px;
    /* text-align: left; */
    font-weight: bold;
    font-size: 3rem;
}

.hosyo_point p {
    margin-top: 10px;
}

.hosyo .flex {
    align-items: center;
    width: 1080px;
    margin: 40px auto 0;
}

.son1 h3 {
    font-size: 8rem;
    text-align: left;
    color: rgba(215, 189, 182, 0.5411764706);
    width: 1080px;
    margin: 0 auto;
    margin-bottom: -136px;
    font-family: 'ShipporiMincho';
    margin-top: 40px;
}

.son_bottom {
    width: 1080px;
    margin: 0 auto;
    margin-top: 110px;
}

.son_bottom .son_first p {
    text-align: left;
    width: 95%;
}

.son_bottom img {
    width: 320px;
}

.hosyo_point p span {
    font-weight: bold;
}

.son_first p span {
    font-size: 4rem;
    font-weight: 600;
    color: #bf5637;
    background: linear-gradient(transparent 65%, #ccd7b6 65%);
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
    font-feature-settings: 'palt';
}

.way ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.way ul li {
    width: 45%;
    padding: 30px;
    background: #e1f1f5;
    margin: 20px;
}

.arrow {
    width: 210px;
    display: block;
    margin: 55px auto 0;
}

.bengoshi {
    width: 310px;
}

.bottom_text p {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'ShipporiMincho';
    color: #bf5637;
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
    font-feature-settings: 'palt';
    margin-left: 0px;
    line-height: 1.8;
}

.bottom_text p span {
    background: linear-gradient(transparent 65%, #faeec2 65%);
}

@media screen and (max-width: 768px) {
    .hosyo h1 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: -30px;
        line-height: 1.4;
    }
    .son_img {
        width: 40%;
    }
    .son p {
        font-size: 2.5rem;
        margin-top: 40px;
    }
    .son {
        background-image: linear-gradient(90deg, #e5e5e5, rgba(255, 255, 255, 0));
        padding: 30px 30px 0 30px;
        margin-top: 50px;
        margin-left: calc((100vw - 100%) / 2 * -1);
        margin-right: calc((100vw - 100%) / 2 * -1);
    }
    .son_arrow {
        width: 150px;
        display: block;
        margin: 50px auto;
    }
    .son_first p {
        text-align: center;
        font-size: 2.7rem;
        font-weight: 600;
    }
    .son_first p:first-child {
        margin-bottom: 40px;
    }
    .son1 {
        background: #ebf1f2 url(../images/bg_diagonal.webp) repeat;
        padding: 15px 10px;
        padding-bottom: 0;
        margin-left: calc((100vw - 100%) / 2 * -1);
        margin-right: calc((100vw - 100%) / 2 * -1);
    }
    .hosyo_point {
        width: 100%;
        background: white;
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        margin: 0 auto;
        margin-top: 80px;
    }
    .hosyo_point h2 span {
        font-size: 2.5rem;
        font-weight: 600;
        font-family: 'ShipporiMincho';
        color: #bf5637;
        background: linear-gradient(transparent 65%, #faeec2 65%);
        text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
        font-feature-settings: 'palt';
    }
    .hosyo_point h1 {
        margin-bottom: 10px;
        /* text-align: left; */
        font-weight: bold;
        font-size: 2.2rem;
    }
    .hosyo_point p {
        margin-top: 10px;
    }
    .hosyo .flex {
        width: 100%;
    }
    .son1 h3 {
        font-size: 6rem;
        text-align: left;
        color: rgba(215, 189, 182, 0.5411764706);
        width: 100%;
        margin: 0 auto;
        margin-bottom: -118px;
        font-family: 'ShipporiMincho';
        margin-top: 0px;
    }
    .son_bottom {
        width: 100%;
        margin: 0 auto;
        margin-top: 110px;
    }
    .son_bottom .son_first p {
        text-align: left;
        width: 95%;
    }
    .son_bottom img {
        width: 320px;
    }
    .hosyo_point p span {
        font-weight: bold;
    }
    .son_first p span {
        font-size: 4rem;
        font-weight: 600;
        color: #bf5637;
        background: linear-gradient(transparent 65%, #ccd7b6 65%);
        text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
        font-feature-settings: 'palt';
    }
    .way ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .way ul li {
        width: 100%;
        padding: 20px 10px;
        background: #e1f1f5;
        margin: 10px 0;
    }
    .arrow {
        width: 100px;
        display: block;
        margin: 30px auto;
    }
    .bengoshi {
        width: 200px;
        margin-top: -20px;
    }
    .bottom_text {
        align-items: center;
        margin-top: -30px;
    }
    .bottom_text p {
        font-size: 2.5rem;
        font-weight: 600;
        font-family: 'ShipporiMincho';
        color: #bf5637;
        text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
        font-feature-settings: 'palt';
        margin-left: 0;
    }
    .bottom_text p span {
        background: linear-gradient(transparent 65%, #faeec2 65%);
    }
}
.jirei_back {
    background-color: #fafcff;
}

.content_box {
    margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
    .content_box {
        padding: 20px 4%;
    }
}
.content_box:last-child {
    margin-bottom: 0;
}

.case_num {
    border: 1px solid #425470;
    color: #425470;
    padding: 0 8px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .case_num {
        border: 1px solid #425470;
        margin: 0 0 10px 0px;
        font-size: 1.4rem;
    }
}

.jirei_title {
    font-weight: bold;
    font-size: 2.5rem;
    margin: 0 20px 30px;
    font-family: 'ShipporiMincho';
    text-align: center;
    line-height: 1.6;
    color: #425470;
}
@media screen and (max-width: 480px) {
    .jirei_title {
        font-size: 2rem;
        margin: 0 0 25px;
        text-align: left;
    }
}

.paper {
    position: relative;
    background: #eeeeee;
}
.paper:before,
.paper:after {
    position: absolute;
    bottom: 15px;
    z-index: -1;
    width: 300px;
    height: 25px;
    /* box-shadow: 横方向 縦方向 ぼかし 影色 */
    box-shadow: 0 15px 10px #777;
    background: #777;
    content: '';
}
.paper:before {
    left: 10px;
    transform: rotate(-3deg);
}
.paper:after {
    right: 10px;
    transform: rotate(3deg);
}

.profile {
    text-align: center;
    margin-bottom: 20px;
}
.profile img {
    width: 150px;
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
    .profile img {
        width: 100px;
    }
}
.profile p {
    font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
    .profile p {
        font-size: 2rem;
    }
}

.text_block {
    margin-bottom: 35px;
}
.text_block:last-child {
    margin-bottom: 0;
}
.text_block i {
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
    .text_block i {
        font-size: 1.6rem;
        margin-right: 4px;
    }
}
.text_block span {
    color: #a90003;
}
.text_block b {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding: 3px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 3px solid #529ca1;
    box-shadow: -3px 3px 0 0 #529ca1;
    font-weight: bold;
    color: #525862;
    background-color: white;
}
.text_block b:before,
.text_block b:after {
    position: absolute;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: '';
}
.text_block b:before {
    top: 100%;
    margin-left: -12px;
    border-color: transparent;
    border-top-color: #529ca1;
    border-right-color: #529ca1;
    border-width: 10px;
}
.text_block b:after {
    top: 99%;
    margin-left: -7px;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    border-width: 6.5px;
}
@media screen and (max-width: 480px) {
    .text_block b {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
.text_block h1 {
    color: white;
    background: linear-gradient(90deg, rgb(82, 88, 98) 60%, rgba(255, 255, 255, 0) 100%);
    padding: 2px 30px;
    margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
    .text_block h1 {
        font-size: 1.7rem;
        padding: 4px 15px;
    }
}
.text_block p {
    border-left: 4px #525862 dashed;
    padding-left: 26px;
}
@media screen and (max-width: 480px) {
    .text_block p {
        border-left: 2px #525862 dashed;
        padding-left: 13px;
    }
}

.text_block2 span {
    color: #997419;
}
.text_block2 h1 {
    color: white;
    background: linear-gradient(90deg, #9c8345 60%, rgba(255, 255, 255, 0) 100%);
}
.text_block2 p {
    border-left: 4px #9c8345 dashed;
}
@media screen and (max-width: 480px) {
    .text_block2 p {
        border-left: 2px #9c8345 dashed;
    }
}

.aisatu .flex {
    align-items: center;
}

.aisatu .casetitle {
    font-weight: bold;
    font-size: 4rem;
}

.bengoshi_img {
    width: 250px;
}

@media screen and (max-width: 768px) {
    .good_timing {
        padding: 0;
    }
    .good_timing2 {
        margin: 40px 0;
    }
    .good_timing h1,
    .good_timing2 h1 {
        font-size: 2.5rem;
        font-weight: 600;
        font-family: 'ShipporiMincho';
        text-align: center;
        color: #bf5637;
        text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
        font-feature-settings: 'palt';
        margin: 15px 0;
        line-height: 1.5;
    }
    .good_timing h1::after {
        content: '相談のタイミング';
        color: #171717;
        font-size: 3.5rem;
        display: block;
        margin-top: -10px;
    }
    .good_timing h2 {
        text-align: left;
        font-size: 2rem;
        font-weight: bold;
    }
    .good_timing h2 span,
    .good_timing2 h2 span {
        padding: 0 4px;
        margin: 0 3px;
        background: #ffe5ac;
        font-weight: bold;
    }
    .teokure_title {
        border-bottom: 3px solid;
        align-items: flex-end;
        margin-bottom: 30px;
    }
    .teokure_title p {
        font-size: 2rem;
        font-weight: bold;
    }
    .teokure_title img {
        width: 70px;
    }
    .teokure {
        background: #e9e9e9;
        padding: 25px 10px;
        line-height: 1.4;
        margin-top: 20px;
    }
    .teokure ul li {
        margin-bottom: 15px;
        margin-left: 5px;
    }
    .teokure ul li span {
        font-weight: bold;
    }
    .good_timing2 .sm_only img:first-child {
        width: 75px;
        margin: 0 auto;
        height: auto;
        display: block !important;
    }
    .good_timing2 .flex {
        align-items: center;
    }
    .timing_img {
        width: 100%;
        display: block;
        margin: 20px auto;
    }
    .ranking img {
        width: 30px;
        margin-right: 10px;
    }
    .ranking .flex {
        align-items: flex-end;
        justify-content: center;
    }
    .ranking .flex p {
        font-size: 2rem;
        line-height: 1;
    }
    .ranking .ranking_title {
        text-align: center;
        font-size: 2rem;
        margin: 15px 0;
        font-weight: bold;
        line-height: 1.4;
    }
    .bengoshi_img {
        width: 130px;
    }
    .aisatu .flex {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .aisatu .flex .img {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .aisatu .casetitle {
        font-weight: bold;
        font-size: 2rem;
    }
}
/* 質上げ施策 */
.info {
    width: 1000px;
    background: rgba(255, 244, 244, 0.77);
    margin: 15px auto 0px;
    padding: 14px 5%;
    text-align: left;
    font-size: 1.7rem;
}
.info .refuse {
    text-align: center;
    color: #bc251d;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 2rem;
}
.info .action_mark {
    width: 470px;
    display: block;
    margin: 0 auto 20px;
}
.info .info_man {
    width: 12%;
    margin: -46px 40px 0 0px;
}

.info h3 {
    color: #8b1000;
    font-size: 25px;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
}

.info p.titlein {
    color: #c00;
    text-align: center;
    font-weight: bold;
}

ul.asterisk {
    /* width: 900px; */
    /* margin: auto; */
    flex-wrap: wrap;
    justify-content: space-evenly;
}
ul.asterisk small {
    margin-left: -28px;
}

ul.asterisk li {
    list-style-type: none;
    margin-bottom: 5px;
}

ul.asterisk li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00d';
    font-size: 20px;
    color: #c64029;
    margin: -2px -24px;
}

.info span {
    background: linear-gradient(transparent 78%, hsl(49.44, 100%, 61%) 60%);
    font-weight: bold;
}

.titleinsub {
    text-align: center;
    background: white;
    color: #cc0200;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .info {
        padding: 15px 10px;
        font-size: 1.5rem !important;
        width: 100%;
    }
    .info .refuse {
        font-size: unset;
    }
    .info .action_mark {
        width: 97%;
        margin-bottom: 10px;
    }
    .info .info_man {
        width: 12%;
        margin: -46px 40px 0 0px;
    }
    .info h3 {
        font-size: 1.8rem;
        text-align: center;
    }
    ul.asterisk li:before {
        margin: -2px -25px;
    }
}
.solution {
    background: #fffdf9;
    background-image: linear-gradient(90deg, #fff7e5 1px, transparent 0), linear-gradient(#fff7e5 1px, transparent 0);
    background-size: 10px 10px;
    padding: 3px;
}

.solution .contents {
    margin: 100px auto 0;
}

.solution_title_pc {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.solution .flex {
    align-items: flex-end;
    margin-top: 80px;
}

.solution .flex p {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 100px;
}

.solution .flex span {
    color: #ff822d;
    background: linear-gradient(transparent 77%, #ffeec9 77%);
    border-radius: 2px;
    padding: 4px 8px;
    margin: 0px 4px;
}

/* .solution .flex img {
    width: 450px;
} */
.solution_bottom {
    background: #fff1ce;
    position: relative;
    font-weight: bold;
    text-align: center;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 2.3rem;
}

.solution_bottom span {
    font-size: 3.6rem;
    color: #e57b00;
}

.solution_bottom::before {
    position: absolute;
    left: 50%;
    content: '';
    display: block;
    border: 20px solid transparent;
    border-top: 20px solid #fff1ce;
    transform: translateX(-50%);
    bottom: -40px;
}

@media screen and (max-width: 768px) {
    .solution_title_pc {
        width: 98%;
    }
    .solution .flex p {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .solution .flex {
        display: block;
        margin-top: 30px;
    }
    .solution .flex img {
        width: 200px;
        display: block;
        margin: 0 auto;
    }
    .solution .contents {
        margin: 30px 0 0;
        padding-bottom: 0;
    }
}
.chart img {
    width: 100%;
}

.page-top__meritTable {
    font-weight: bold;
    border-spacing: 0;
    border-collapse: separate;
}

.page-top__meritTable {
    width: 100%;
    margin: 0 auto 16px;
}

.page-top__meritTable .-tableHead {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 1em 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
}

.page-top__meritTable .-tableHead.-saimType {
    color: #163251;
    width: 28%;
    background: #e5e5e5;
}

.page-top__meritTable .-tableHead.-merit,
.page-top__meritTable .-tableHead.-demerit {
    color: #fff;
    width: 36%;
}

.page-top__meritTable .-tableHead.-merit {
    background: #ff822d;
}

.page-top__meritTable .-tableHead.-demerit {
    background-color: #7e7e7d;
}

.page-top__meritTable .-tableBody {
    position: relative;
    padding: 1em;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    z-index: 1;
}

.page-top__meritTable .-tableBody p {
    padding: 0px 0px 0px 14px;
    display: inline-flex;
}

.page-top__meritTable .-tableBody p::before {
    content: '・';
}

.page-top__meritTable .-tableBody.-saimType.-last {
    border-bottom: 5px solid #e5e5e5;
}

.page-top__meritTable .-tableBody.-merit.-last {
    border-bottom: 5px solid #ff822d;
}

.page-top__meritTable .-tableBody.-demerit.-last {
    border-bottom: 5px solid #7e7e7d;
}

.page-top__meritTable .-tableBody.-saimType {
    border-left: 5px solid #e5e5e5;
    text-align: center;
    line-height: 1.5;
    background: #fff;
}

.page-top__meritTable .-tableBody.-merit {
    background: #fff7e4;
    border-left: 4px solid #ff822d;
    border-right: 4px solid #ff822d;
}

.page-top__meritTable .-tableBody.-merit::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 25px solid #fff;
    z-index: -1;
}

.page-top__meritTable .-tableBody.-demerit {
    position: relative;
    background: #fff8f8;
    border-right: 4px solid #7e7e7d;
    z-index: 1;
}

.page-top__meritTable .-tableBody.-saimType {
    color: #163251;
    font-size: 1.25em;
    font-weight: bold;
}

.page-top__meritTable .-tableBody.-merit,
.page-top__meritTable .-tableBody.-demerit {
    font-size: 1em;
}

.page-top__meritTable .-tableBody.-batsu::before,
.page-top__meritTable .-tableBody.-batsu::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    height: 100px;
    width: 24px;
    background-color: #fff;
    z-index: -1;
}

.page-top__meritTable .-tableBody.-batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-top__meritTable .-tableBody.-batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.page-top__meritTable .-tableBody.-sankaku::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(/wp/wp-content/themes/saimu_seiri/img/top/img-sankaku.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.page-case__article--icon img {
    width: 101px;
    height: auto;
}

.page-case__tag--personal {
    width: 12em;
}

.page-case__date--top {
    margin-bottom: 24px;
    align-items: center;
}

.page-case__personal {
    width: 30%;
}

.page-case__personal--icon {
    margin-bottom: 1em;
}

.page-case__personal--icon img {
    width: 140px;
    height: auto;
}

.page-case__datelist {
    border-radius: 5px;
    border: 2px solid #d2d2d2;
    overflow: hidden;
    color: #163251;
    width: 70%;
}

.page-case__datelist dt,
.page-case__datelist dd {
    padding: 8px;
}

.page-case__datelist dt {
    font-weight: bold;
    width: 45%;
    background-color: #f5f5f5;
}

.page-case__datelist dd {
    width: 55%;
}

.page-case__datelist div {
    display: flex;
}

.page-case__datelist div + div {
    border-top: 1px dashed #d2d2d2;
}

.page-case__datelist.-min dt,
.page-case__datelist.-min dd {
    padding: 8px;
}

.page-case__datelist.-min dt {
    width: 35%;
}

.page-case__datetable {
    width: 100%;
    border-collapse: separate;
    border-bottom: 2px solid #d2d2d2;
}

.page-case__datetable--wrap + .page-case__datetable--wrap {
    border-top: 2px dashed #d2d2d2;
}

.page-case__datetable--head {
    width: 40%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.125em;
    padding: 16px 0;
}

.page-case__datetable--head.-before {
    background-color: #7e7e7d;
    border-radius: 5px 0 0 0;
}

.page-case__datetable--head.-after {
    background-color: #ff822d;
    border-radius: 0 5px 0 0;
}

.page-case__datetable--sidehead {
    width: 20%;
    text-align: right;
    color: #163251;
    font-weight: bold;
    border-right: 2px solid #d2d2d2;
    border-left: 2px solid #d2d2d2;
    vertical-align: middle;
    padding: 0 1em;
}

.page-case__datetable--sidehead.-first {
    border-radius: 5px 0 0 0;
    border-top: 2px solid #d2d2d2;
}

.page-case__datetable--value {
    text-align: center;
    font-weight: 900;
    line-height: 1;
    padding: 16px 32px;
    vertical-align: middle;
    border-right: 2px solid #d2d2d2;
}

.page-case__datetable--value.-before {
    position: relative;
    color: #a8a8a8;
}

.page-case__datetable--value.-before::before {
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    background-color: #7e7e7d;
    width: 45px;
    height: 24px;
}

.page-case__datetable--value.-before::after {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    border: 20px solid transparent;
    border-left: 20px solid #7e7e7d;
}

.page-case__datetable--value.-after {
    color: #ff822d;
}

.page-case__datetable--value.-after small {
    color: #333;
    font-weight: normal;
}

.page-case__datetable--value.-after-plus {
    color: #f33939;
}

.page-case__datetable .-line th,
.page-case__datetable .-line td {
    border-top: 2px dashed #d2d2d2;
}

.page-case__datetable .-large {
    font-size: 3em;
}

.c-tag {
    display: inline-block;
    padding: 0.3em 1em 0.25em;
    min-width: 72px;
    border-radius: 3px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.c-tag.-debt {
    background-color: #fcf1c6;
    margin-right: 10px;
}

.page-case__case {
    color: #ff822d;
    font-weight: bold;
    padding: 4px 20px 2px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 8px;
}

.c-tag.-type {
    background-color: #e6def9;
}

.page-case__article--tag {
    padding-bottom: 0.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .page-top__meritTable .-tableBody p {
        padding: 0;
        display: inline-flex;
    }
    .page-top__meritTable .-tableBody.-merit,
    .page-top__meritTable .-tableBody {
        padding: 5px;
    }
    .page-top__meritTable .-tableBody.-merit,
    .page-top__meritTable .-tableBody.-demerit {
        font-size: 1.5rem;
    }
    .page-top__meritTable .-tableBody.-saimType {
        font-size: 1.7rem;
    }
    .page-top__meritTable .-tableBody.-merit {
        border-left: 2px solid #ff822d;
        border-right: 2px solid #ff822d;
    }
    .page-top__meritTable .-tableBody.-demerit {
        border-right: 2px solid #7e7e7d;
    }
    .page-top__meritTable .-tableBody.-merit.-last {
        border-bottom: 3px solid #ff822d;
    }
    .page-top__meritTable .-tableBody.-demerit.-last {
        border-bottom: 3px solid #7e7e7d;
    }
    .page-top__meritTable .-tableBody.-saimType {
        border-left: 2px solid #e5e5e5;
    }
    .page-top__meritTable .-tableBody.-saimType.-last {
        border-bottom: 3px solid #e5e5e5;
    }
    .page-case__date--top {
        display: flex;
        flex-flow: column;
        margin-bottom: 0;
    }
    .page-case__personal {
        width: 100%;
    }
    .c-center img {
        width: 120px;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: 20px;
    }
    .page-case__datelist {
        width: 100%;
    }
    .page-top__meritTable .-tableHead {
        font-size: unset;
    }
    .page-case__datetable {
        border-bottom: 1px solid #d2d2d2;
    }
    .page-case__datelist.-min dt {
        width: 45%;
    }
    .page-case__datetable--head {
        font-size: 1em;
        padding: 8px 0;
        width: 30%;
    }
    .page-case__datetable--head.-before {
        border-radius: 3px 0 0 0;
    }
    .page-case__datetable--head.-after {
        border-radius: 0 3px 0 0;
    }
    .page-case__datetable--sidehead.-first {
        border-radius: 3px 0 0 0;
        border-top: 1px solid #d2d2d2;
    }
    .page-case__datetable--sidehead {
        font-size: 0.75em;
        padding: 0 8px;
        text-align: left;
        letter-spacing: 0;
        border-right: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;
    }
    .page-case__datetable--value {
        padding: 14px 8px;
        font-weight: bold;
        border-right: 1px solid #d2d2d2;
    }
    .page-case__datetable .-large {
        font-size: 1em;
    }
    .page-case__datetable--value.-before::before,
    .page-case__datetable--value.-before::after {
        content: none;
    }
    .page-case__datetable--value.-after small {
        display: inline-block;
        text-align: left;
        margin-top: 4px;
    }
    .page-case__datetable .-line th,
    .page-case__datetable .-line td {
        border-top: 1px dashed #d2d2d2;
    }
    .page-case__article--tag {
        font-size: 1.3rem;
    }
    .c-tag {
        padding: 5px;
    }
}
.voice_pofile {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
}

.voice_box {
    position: relative;
    padding: 30px 50px;
    margin: 2em auto;
    background: #fcfaf5;
    overflow: hidden;
}

.voice_box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0; /* This trick side-steps a webkit bug */
    border-style: solid;
    border-color: #f6f6f6 #f6f6f6 #d7ceb3 #d7ceb3; /* A bit more verbose to work with .rounded too */
    background: #d7ceb3; /* For Opera when also applying a border-radius */
    display: block;
    width: 0; /* Only for Firefox 3.0 damage limitation */
    /* Optional: shadow */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.case_05 {
    display: flex;
    background: #fff;
    position: relative;
    color: black(0, 13, 102);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.case_05 img {
    height: auto;
    width: 400px;
}

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

.step_bottom {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.merite {
    background: #fffdf9;
    background-image: linear-gradient(90deg, #fff7e5 1px, transparent 0), linear-gradient(#fff7e5 1px, transparent 0);
    background-size: 10px 10px;
    padding: 3px;
}

@media screen and (max-width: 768px) {
    .case_05 {
        display: block;
    }
    .case_05 img {
        width: 100%;
        height: 215px;
    }
    .voice_box {
        padding: 20px 10px;
    }
    .cost_table h1 {
        font-size: 2rem;
    }
    .cost_table h1 span {
        font-size: 2.3rem;
    }
}
.action_top_text {
    text-align: center;
    font-weight: bold;
    color: #688d02;
    padding: 10px 0 5px;
    width: 80%;
    margin: 0 auto 0px;
    line-height: 1.5;
}

.action_top_text.senyo {
    background: #688d02;
    color: white;
    padding: 5px 30px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 34px;
    margin-bottom: 0;
}

span.dot_text {
    display: inline-block;
    position: relative;
}

span.dot_text::before {
    position: absolute;
    top: -0.7em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #688d02;
    font-size: 1em;
    content: '・';
}

.sp_left {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .action_top_text {
        margin: 0;
        width: auto;
        text-align: center;
        display: block;
        font-size: 1.4rem;
        border-radius: 34px;
        margin-bottom: -10px;
    }
    .action_top_text.senyo {
        padding: 5px 15px;
        margin-bottom: -3px;
        border-radius: 12px;
    }
    .sp_left {
        text-align: left;
        display: inline-block;
        margin-left: 10px;
    }
}
.tel_area {
    position: fixed;
    right: 0;
    z-index: 504;
    top: 15%;
}

.tel_banner {
    background-color: #bf5637;
    padding: 30px 15px 30px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
}

.tel_ban_num {
    font-weight: bolder;
    font-size: 50px;
    margin: 0 auto;
    writing-mode: vertical-rl;
    text-wrap: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    max-height: 300px;
    line-height: 1.2;
    margin-top: 27px;
    margin-bottom: 15px;
    margin-right: -5px;
    font-family: 'Oswald';
}

.saitama {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-align: initial;
    -webkit-writing-mode: vertical-rl;
    font-size: 18px;
    text-align: center;
}

.saitama span {
    color: #f8ff09;
    font-weight: bold;
}

.tel_ban_text {
    font-size: 14px;
    line-height: 1.2;
}

.tel_gif {
    width: 39px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
}

.zenkoku {
    padding: 0px 0 20px 0;
}
.zenkoku img {
    width: 940px;
    margin: 0px auto;
    display: block;
}

.action_soudan_img {
    width: 100%;
    display: block;
    margin: 10px 0 127px;
}

@media screen and (max-width: 768px) {
    .action_soudan_img {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .zenkoku {
        padding: 0px 0 20px 0;
    }
    .zenkoku img {
        width: 100%;
    }
}
.appeal_point {
    margin-bottom: 50px;
}

.appeal_point.pc_flex {
    align-items: inherit;
    flex-wrap: wrap;
}

.appeal_point .appeal_point_img {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.appeal_point .appeal_point_title {
    color: #ffb200;
    font-size: 2.3rem;
    line-height: 1.6;
    font-weight: 600;
    margin: 60px 0 20px;
    text-align: center;
    letter-spacing: 0.04em;
}

.appeal_point .appeal_point_title + p {
    height: auto;
    line-height: 2;
}

.appeal_point .ap01_text {
    position: relative;
    line-height: 1.8;
    background-color: #fffbf1;
    padding: 35px 20px;
    margin-bottom: 50px;
    border: 4px solid #f8ad00;
}

.appeal_point .ap01_text::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f058';
    font-size: 46px;
    color: #f8ad00;
    margin: -25px 39%;
}

.ap01_text span {
    font-weight: 600;
    background: linear-gradient(transparent 77%, #ffe5ac 77%);
}

@media screen and (min-width: 769px) {
    .appeal_point .appeal_point_img {
        height: 240px;
    }
    .appeal_point .ap01_text {
        width: 48%;
        justify-content: space-between;
    }
    .appeal_point .appeal_point_title {
        font-size: 2.8rem;
    }
    .appeal_point .appeal_point_title + p {
        line-height: 2;
    }
    .appeal_point .ap01_text::before {
        margin: -25px 41%;
    }
}
.al_top_bunner {
    background: #d20000;
    padding: 30px 0;
}

.al_top_bunner img {
    width: 900px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .al_top_bunner {
        padding: 15px 0;
    }
    .al_top_bunner img {
        width: 95%;
        display: block;
        margin: 0 auto;
    }
}
.action_list {
    padding: 70px 0 0;
    background: #eeeeee url(../images/bg_diagonal.webp) repeat;
}
@media screen and (max-width: 768px) {
    .action_list {
        padding: 30px 0 0;
    }
}

.max_img_box img {
    width: 900px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 15;
}
@media screen and (max-width: 768px) {
    .max_img_box img {
        width: 100%;
    }
}

.atera_area .atera {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.atera_area .atera_QA {
    width: 600px;
    display: block;
    margin: 60px auto 30px;
}
@media screen and (max-width: 768px) {
    .atera_area .atera_QA {
        width: 100%;
        margin: 40px auto 30px;
    }
}
.atera_area .accordion-area {
    margin: 0;
}
.atera_area .accordion-area .box {
    background: #ffd05a;
}

.pattern-vertical-lines-sm {
    background-image: repeating-linear-gradient(to right, #f4f4f4, #f4f4f4 1px, transparent 1px, transparent);
    background-size: 5px 10px;
}

.gray_gradient {
    background-image: linear-gradient(359deg, rgb(215, 215, 215), rgb(255, 255, 255));
}

h2.action_top {
    position: relative;
    padding: 15px;
    border-radius: 5px;
    background-color: #f8e4e9;
    color: #232323;
    font-weight: bold;
    font-size: 33px;
    text-align: center;
    font-family: 'ShipporiMincho';
}
@media screen and (max-width: 768px) {
    h2.action_top {
        margin-bottom: 0;
        padding: 15px 0;
        font-size: 23px;
    }
}
h2.action_top:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: traslateX(-50%) rotate(-20deg);
    border-left: 8px dotted #e6bcc7;
    height: 49px;
    content: '';
}

.contact_flow {
    background: #fef4ea;
    width: 100%;
    margin: 8px auto 40px;
}

.toggle_switch {
    position: relative;
    cursor: pointer;
    padding: 12px 0px;
    border-bottom: 3px solid #cbab8c;
}

.toggle_contents p {
    text-align: left;
    padding: 10px 45px;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .toggle_contents p {
        padding: 10px 20px;
    }
}

.toggle_switch::after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/arrow_down.webp) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 34%;
    right: 28%;
    transition: transform 0.2s;
}

.toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 34%;
}

.toggle_switch::after {
    right: 3%;
}

.toggle_contents {
    display: none;
    padding: 8px 0px;
    background: #fef4ea;
    width: 100%;
    margin: 0px auto 12px;
}

.toggle_contents span {
    background: linear-gradient(transparent 77%, #ffc8c8 60%);
}

h2.kasan {
    position: relative;
    padding: 15px;
    outline: 2px solid #333;
    outline-offset: 2px;
    background: #d4e4ff;
    color: #333;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    h2.kasan {
        font-size: 1.5rem;
        padding: 8px;
    }
}
h2.kasan:before {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    height: 20px;
    width: 15px;
    background-color: white;
    border-right: 3px solid #333;
    content: '';
}

.aisatu .flex {
    align-items: center;
    justify-content: space-around;
    flex-flow: column;
}

.yusen {
    width: 100%;
    margin: -40px 0 -20px;
}
@media screen and (max-width: 768px) {
    .yusen {
        margin: 0px 0 30px;
    }
}

.hosoku {
    font-size: small;
    background-color: rgb(238, 238, 238);
    padding: 8px;
    margin: 15px 0;
}

.pattern-diagonal-lines-xl {
    background: #f0ebe4;
    background-image: repeating-linear-gradient(45deg, #ebdbc5 0, #ebdbc5 1px, transparent 0, transparent 50%);
    background-size: 78px 78px;
}

.problem-appeal {
    position: relative;
    z-index: 10;
}

.problem-appeal::after {
    content: '';
    display: block;
    width: 100%;
    background-color: #eeeeee;
    background: #eeeeee url(../images/bg_diagonal.webp) repeat;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 50% 100%, 0 100%);
    position: relative;
    z-index: 3;
    height: 90px;
    transform: translateY(1px);
}
@media screen and (max-width: 480px) {
    .problem-appeal::after {
        height: 50px;
    }
}

.problem-appeal_begie::after {
    background-color: #ffffe2;
}

.problem-appeal_blue::after {
    background: #def3ff url(../images/bg_diagonal.webp) repeat;
}

.tel_free {
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
}

.right_arrow {
    position: relative;
    padding: 8px;
    background: #fff2e9;
}
.right_arrow::after {
    position: absolute;
    top: 0;
    right: -10px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 28px 0 28px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff2e9;
    content: '';
}
.right_arrow.right_arrow_text {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    height: 56px;
    color: #2a3a20;
    width: 140px;
    margin-right: 40px;
}

.point_area {
    counter-reset: number 0;
    /* レスポンシブ対応 */
    /* アニメーション効果 */
}
.point_area .point_box_header {
    color: white;
}
.point_area .point_box_header h1 {
    font-size: 4rem;
    font-weight: bold;
    font-family: 'ShipporiMincho';
    margin-bottom: 10px;
    background: linear-gradient(0deg, #473300 0%, #f6c64a 40%, #ffde89 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}
@media screen and (max-width: 480px) {
    .point_area .point_box_header h1 {
        font-size: 3rem;
        line-height: 1.4;
    }
}
.point_area .point_box_header h2 {
    border-left: 6px solid #e4a80d;
    padding-left: 10px;
    line-height: 1.4;
    font-size: 2.5rem;
    font-family: 'ShipporiMincho';
    margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
    .point_area .point_box_header h2 {
        margin-top: 20px;
        font-size: 2rem;
    }
}
.point_area .point_box_header small {
    display: block;
    margin-top: 10px;
}
.point_area .point_box_header:last-of-type {
    margin-top: 100px;
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    .point_area .point_box_header:last-of-type {
        margin-top: 60px;
    }
}
.point_area .lawyer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.point_area .lawyer-list li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 12px 20px;
    border: 1px solid #e3e8f0;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
}
.point_area .lawyer-list li:last-child {
    margin-bottom: 0;
}
.point_area .icon-wrapper {
    min-width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.point_area .icon-wrapper i {
    color: #043344;
    font-size: 20px;
}
@media (max-width: 600px) {
    .point_area .container {
        padding: 20px;
        margin: 10px;
    }
    .point_area .lawyer-list li {
        padding: 16px;
        margin-bottom: 16px;
    }
    .point_area .icon-wrapper {
        min-width: 40px;
        height: 40px;
        margin-right: 16px;
    }
    .point_area .icon-wrapper i {
        font-size: 16px;
    }
}
.point_area .lawyer-list li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}
.point_area .lawyer-list li:nth-child(1) {
    animation-delay: 0.1s;
}
.point_area .lawyer-list li:nth-child(2) {
    animation-delay: 0.2s;
}
.point_area .lawyer-list li:nth-child(3) {
    animation-delay: 0.3s;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.point_area .point_box {
    margin-top: 60px;
}
.point_area .point_box:first-child {
    margin-top: 0px;
}
@media screen and (max-width: 480px) {
    .point_area .point_box {
        margin-top: 70px;
    }
    .point_area .point_box:first-child {
        margin-top: 0px;
    }
    .point_area .point_box.sm_only {
        display: block !important;
    }
}
.point_area .point_box img {
    margin-right: -20px;
    position: relative;
    z-index: 3;
    margin-top: 30px;
    width: 200px;
}
@media screen and (max-width: 480px) {
    .point_area .point_box img {
        margin-right: 0px;
        position: relative;
        z-index: 3;
        margin-bottom: -170px;
        margin-top: 0;
        width: 130px;
    }
}
.point_area .point_box .point_text {
    color: white;
    padding: 50px 30px;
    padding-left: 70px;
    text-align: justify;
    position: relative;
    background: rgba(255, 255, 255, 0.1215686275);
    border: 2px solid rgba(255, 255, 255, 0.1294117647);
}
.point_area .point_box .point_text span {
    font-weight: bold;
    color: #e4a80d;
}
.point_area .point_box .point_text .example {
    width: 690px;
    display: block;
    margin: 17px 0 0 0;
}
@media screen and (max-width: 480px) {
    .point_area .point_box .point_text .example {
        width: 95%;
        margin: 20px auto 0;
    }
    .point_area .point_box .point_text .example.sm_only {
        display: block !important;
    }
}
@media screen and (max-width: 480px) {
    .point_area .point_box .point_text {
        padding: 30px 0px 30px;
    }
    .point_area .point_box .point_text.point_text_ h1 {
        margin-left: 0;
        padding: 0 20px;
        height: unset;
        margin-bottom: 20px;
    }
    .point_area .point_box .point_text.point_text_ .flex {
        flex-wrap: nowrap;
        align-items: center;
    }
    .point_area .point_box .point_text.point_text_ img {
        width: 43%;
        margin: 0;
        margin-left: 10px;
    }
    .point_area .point_box .point_text p {
        padding: 0 20px;
    }
}
.point_area .point_box .point_text h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
    font-family: 'ShipporiMincho';
    letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
    .point_area .point_box .point_text h1 {
        font-size: 5.5vw;
        height: 112px;
        margin-bottom: 0;
        line-height: 1.6;
        font-weight: bold;
        margin-left: 35vw;
        letter-spacing: 0em;
        text-align: left;
    }
}

.compare_content_area .compare_content_inner img {
    width: 100%;
    padding-bottom: 90px;
}
@media screen and (max-width: 480px) {
    .compare_content_area .compare_content_inner img {
        padding-bottom: 50px;
    }
    .compare_content_area .compare_content_inner img:last-child {
        padding-bottom: 60px;
    }
}
.compare_content_area .compare_content_inner .link_houki {
    position: relative;
}
.compare_content_area .compare_content_inner .link_houki img {
    border: none;
}
.compare_content_area .compare_content_inner .link_houki .link_houki_ {
    position: absolute;
    width: 360px;
    bottom: 110px;
    left: 30px;
}
.compare_content_area .compare_content_inner .link_houki .link_houki_ img {
    margin: 0;
    padding: 0;
}
.compare_content_area .sub_title {
    text-align: center;
    margin-top: 40px;
}
.compare_content_area .pc_flex {
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 50px;
    background: #fff9e9;
    border-radius: 30px;
    margin-top: -19px;
    padding-top: 20px;
}
@media screen and (max-width: 480px) {
    .compare_content_area .pc_flex {
        border-radius: 12px;
        padding: 20px 20px 0;
        margin: 20px 0 0;
    }
    .compare_content_area .pc_flex p span {
        display: block;
        width: 60%;
        margin-top: 20px;
    }
}
.compare_content_area .pc_flex img {
    width: 300px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: -70px;
}
@media screen and (max-width: 480px) {
    .compare_content_area .pc_flex img {
        width: 134px;
        margin: -110px -10px 0px auto;
        display: block;
    }
}

.topIcon_content_area {
    margin-top: 40px;
}
.topIcon_content_area .sub_title {
    text-align: center;
}
.topIcon_content_area .topIcon_content_box {
    margin-top: 130px;
}
@media screen and (max-width: 768px) {
    .topIcon_content_area .topIcon_content_box {
        margin-top: 90px;
    }
}
.topIcon_content_area .topIcon_content_box img {
    display: block;
    width: 150px;
    margin: -60px auto;
}
@media screen and (max-width: 768px) {
    .topIcon_content_area .topIcon_content_box img {
        width: 80px;
        margin: -40px auto;
    }
}
.topIcon_content_area .topIcon_content_box .topIcon_text {
    background-color: #fffdfc;
    padding: 80px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
    .topIcon_content_area .topIcon_content_box .topIcon_text {
        padding: 50px 4% 25px 4%;
    }
}
.topIcon_content_area .topIcon_content_box .topIcon_text .flex {
    align-items: center;
}
.topIcon_content_area .topIcon_content_box .topIcon_text .flex img {
    margin-left: 50px;
    margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
    .topIcon_content_area .topIcon_content_box .topIcon_text .flex {
        flex-wrap: nowrap;
    }
    .topIcon_content_area .topIcon_content_box .topIcon_text .flex img {
        margin: 10px 0px 0 20px;
    }
}
.topIcon_content_area .topIcon_content_box .topIcon_text h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    color: #043344;
}
@media screen and (max-width: 768px) {
    .topIcon_content_area .topIcon_content_box .topIcon_text h1 {
        font-size: 2rem;
    }
}
.topIcon_content_area .topIcon_content_box .topIcon_text span {
    color: #982642;
}

/* Q&A */
.qa dl {
    width: 950px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background-color: #fff;
    margin: 20px auto;
    position: relative;
}
@media screen and (max-width: 480px) {
    .qa dl {
        width: 100%;
    }
}
.qa dl dt {
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 96px;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .qa dl dt {
        padding: 20px 45px;
    }
}
.qa dl dt::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f055';
    font-size: 30px;
    color: #043344;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
@media screen and (max-width: 480px) {
    .qa dl dt::after {
        font-size: 19px;
        right: 15px;
    }
}
.qa dl dt.opened::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f056';
    font-size: 30px;
    color: #707070;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
@media screen and (max-width: 480px) {
    .qa dl dt.opened::after {
        font-size: 19px;
        right: 15px;
    }
}
.qa dl dt p::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: 'Q';
    font-size: 40px;
    color: #043344;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
    .qa dl dt p::before {
        font-size: 25px;
        left: 14px;
        color: #043344;
    }
}
.qa dl dd {
    text-align: justify;
    display: none;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #f5f3eb;
    padding: 26px 80px 36px 96px;
}
@media screen and (max-width: 480px) {
    .qa dl dd {
        padding: 20px;
    }
}
.qa dl dd span {
    color: #043344;
    font-weight: bold;
    display: block;
}

.flow_box {
    border: 2px solid;
    padding: 30px 7%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    background: white;
}
@media screen and (max-width: 480px) {
    .flow_box {
        padding: 30px 3%;
        border: 1px solid;
    }
    .flow_box p {
        text-align: left;
    }
}
.flow_box::before {
    position: absolute;
    top: 97%;
    left: calc(50% - 15px);
    content: '▼';
    z-index: 1;
    font-size: 2.5rem;
    color: #b2b2b2;
}
@media screen and (max-width: 480px) {
    .flow_box::before {
        top: 98%;
    }
}
.flow_box:nth-child(2n) {
    background: #f6f6f6;
}
.flow_box.flow_box_ {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/blue_back.svg);
    color: white;
}
.flow_box.flow_box_ h1 {
    color: white;
}
.flow_box.flow_box_ span {
    color: #ffe196;
}
.flow_box h1 {
    font-weight: bold;
    font-size: 2.5rem;
    margin: 0 0px 30px;
    font-family: 'ShipporiMincho';
    line-height: 1.6;
    color: #425470;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
    .flow_box h1 {
        font-size: 2rem;
        margin: 0 0px 20px;
    }
}
.flow_box .flow_tel {
    background: #ab7c03;
    width: 45%;
    margin: 20px auto;
    color: white;
    border-radius: 10px;
    padding: 10px 0;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
    position: relative;
    padding-left: 30px;
}
@media screen and (max-width: 480px) {
    .flow_box .flow_tel {
        width: 100%;
    }
}
.flow_box .flow_tel a {
    text-align: center;
}
.flow_box .flow_tel::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f2a0';
    font-size: 21px;
    color: #ffffff;
    left: 79px;
    top: 53%;
    rotate: initial;
    transform: translateY(-50%) rotate(-36deg);
}
@media screen and (max-width: 480px) {
    .flow_box .flow_tel::before {
        left: 52px;
    }
}
.flow_box .flow_mail {
    border: 2px solid #ab7c03;
    width: 45%;
    margin: 20px auto;
    color: #ab7c03;
    border-radius: 10px;
    padding: 10px 0;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
    position: relative;
    padding-left: 30px;
}
@media screen and (max-width: 480px) {
    .flow_box .flow_mail {
        width: 100%;
        margin-bottom: 0;
    }
}
.flow_box .flow_mail a {
    text-align: center;
}
.flow_box .flow_mail::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0e0';
    font-size: 21px;
    color: #ab7c03;
    left: 79px;
    top: 53%;
    rotate: initial;
    transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
    .flow_box .flow_mail::before {
        left: 43px;
    }
}
.flow_box .info {
    width: 100%;
}

.last {
    align-items: stretch;
}
.last .flow_box_ {
    padding: 30px 4%;
    width: 100%;
}
.last .flow_box_ .example {
    text-align: left;
    margin-top: 18px;
    background: #f4f4f4;
    color: #2a3447;
    padding: 10px 10px;
    font-size: 1.5rem;
    padding-left: 80px;
}
@media screen and (max-width: 480px) {
    .last .flow_box_ .example {
        padding-left: 10px;
    }
}
.last .flow_box_::before {
    content: none;
}
.last .flow_box__ {
    background: #b19e6f;
    border: 0;
    color: white;
}
@media screen and (max-width: 480px) {
    .last .flow_box__ {
        margin: 0;
        width: 100%;
        justify-content: center;
        padding: 0;
    }
}
.last .flow_box__ h2 {
    font-size: 4.5rem;
    text-wrap: nowrap;
    font-family: 'ShipporiMincho';
    line-height: 1.4;
    color: #ffffff;
}
@media screen and (max-width: 480px) {
    .last .flow_box__ h2 {
        font-size: 3rem;
        margin: 0;
        padding: 30px 0;
    }
}

.flow_list {
    margin: 0 auto 80px;
    counter-reset: number 0;
}
.flow_list .flex {
    flex-wrap: nowrap;
}

.flow_listItem {
    position: relative;
    z-index: 10;
    justify-content: center;
    align-items: flex-start;
}
.flow_listItem:nth-last-of-type(n + 2)::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 37px;
    z-index: 1;
    display: block;
    width: 0;
    height: calc(100% - 56px - 15px);
    border-right: 2px dotted #3c2c25;
}
.flow_listItem + .flow_listItem {
    margin-top: 65px;
}
.flow_listItem .step {
    position: relative;
    z-index: 10;
    margin-right: 20px;
    padding-top: 5px;
}
@media screen and (max-width: 480px) {
    .flow_listItem .step {
        margin-right: 10px;
    }
}
.flow_listItem .step::before {
    counter-increment: number 1;
    font-size: 1.4rem;
    content: 'STEP ' counter(number, decimal-leading-zero);
    display: block;
    font-weight: 700;
    color: #043344;
    text-align: center;
    font-family: 'Noto sans JP';
}
.flow_listItem .step .ic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    background-color: #043344;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}
.flow_listItem .step .ic img {
    height: 60px;
}
@media screen and (max-width: 480px) {
    .flow_listItem .step .ic {
        width: 50px;
        height: 50px;
    }
    .flow_listItem .step .ic img {
        height: 35px;
    }
}

.flow_listItem_content {
    width: calc(100% - 78px);
}
.flow_listItem_content .ttl {
    margin-bottom: 10px;
    font-size: 2.7rem;
    font-weight: 700;
}
.flow_listItem_content .txtBox {
    padding: 20px 25px;
    background: #f0f3ea;
    border-radius: 20px;
    box-shadow: 0 2px 3px #dfe4d4;
}
.flow_listItem_content .flow_tel {
    background: #043344;
    width: 45%;
    margin: 20px auto;
    color: white;
    border-radius: 10px;
    padding: 10px 0;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
    position: relative;
    padding-left: 68px;
}
.flow_listItem_content .flow_tel::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f2a0';
    font-size: 21px;
    color: #ffffff;
    left: 34px;
    top: 53%;
    rotate: initial;
    transform: translateY(-50%) rotate(-36deg);
}
.flow_listItem_content .flow_mail {
    border: 2px solid #043344;
    width: 45%;
    margin: 20px auto;
    color: #043344;
    border-radius: 10px;
    padding: 10px 0;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
    position: relative;
    padding-left: 68px;
}
.flow_listItem_content .flow_mail::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0e0';
    font-size: 21px;
    color: #043344;
    left: 27px;
    top: 53%;
    rotate: initial;
    transform: translateY(-50%);
}
.flow_listItem_content .info {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .flow_list {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .flow_listItem + .flow_listItem {
        margin-top: 20px;
    }
    .flow_listItem:nth-last-of-type(n + 2)::before {
        bottom: -20px;
        left: 28px;
        height: calc(100% - 52px - 20px);
    }
    .flow_listItem_content .ttl {
        margin-bottom: 6px;
        font-size: 1.9rem;
    }
    .flow_listItem_content .txtBox {
        padding: 15px;
        font-size: 1.6rem;
    }
    .flow_listItem_content .flow_tel {
        width: 99%;
        margin: 10px auto;
        color: white;
        border-radius: 10px;
        padding: 5px 0;
        font-weight: bold;
        box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
        position: relative;
        padding-left: 64px;
    }
    .flow_listItem_content .flow_tel::before {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f2a0';
        font-size: 21px;
        color: #ffffff;
        left: 34px;
        top: 53%;
        rotate: initial;
        transform: translateY(-50%) rotate(-36deg);
    }
    .flow_listItem_content .flow_mail {
        border: 2px solid #043344;
        width: 99%;
        margin: 10px auto;
        border-radius: 10px;
        padding: 5px 0;
        font-weight: bold;
        box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
        position: relative;
        padding-left: 60px;
    }
    .flow_listItem_content .flow_mail::before {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0e0';
        font-size: 21px;
        left: 27px;
        top: 53%;
        rotate: initial;
        transform: translateY(-50%);
    }
    .flow_listItem_content .info .action_mark {
        width: 98%;
    }
}
.pattern-dots-sm {
    background-image: radial-gradient(#ab9891 0.6px, transparent 0.5px);
}

.pattern-dots-md {
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
}

.scroll-infinity__list--right {
    animation: infinity-scroll-right 40s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: 16.6666666667vw;
}
.scroll-infinity__item > img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .scroll-infinity__item {
        width: 33.3333333333vw;
    }
    .scroll-infinity__item > img {
        height: 90px;
    }
}

#footer_CTA {
    position: fixed;
    background-color: rgba(125, 125, 125, 0.7882352941);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    /*はじめは非表示*/
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-bottom: 6px;
}
#footer_CTA img {
    width: 23px;
}
#footer_CTA .footer_CTA_call_img {
    width: 72%;
    margin: 7px 0;
    margin-left: 3px;
}
#footer_CTA .footer_CTA_mail_img {
    width: 80%;
    margin: 7px 0;
    margin-left: 3px;
}

.footer_CTA_call {
    display: flex;
    align-items: center;
    width: 40%;
    background: linear-gradient(-1deg, #c0752b 44.5%, #c2b1a0 122.57%);
    color: white;
    font-size: 80%;
    padding: 8px 13px;
    font-weight: 500;
    border-radius: 41px;
    justify-content: center;
}
.footer_CTA_call p {
    text-align: center;
    line-height: 1.3;
    font-size: 1.4rem;
    margin-left: 5px;
    font-weight: bold;
}

.footer_CTA_mail {
    display: flex;
    align-items: center;
    width: 60%;
    border: 2px solid #d38231;
    background-color: white;
    color: #d38231;
    font-size: 80%;
    padding: 8px 13px;
    font-weight: 500;
    border-radius: 41px;
    justify-content: center;
    position: relative;
    font-weight: bold;
}
.footer_CTA_mail::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0e0';
    font-size: 21px;
    color: #d38231;
    left: 27px;
    top: 53%;
    rotate: initial;
    transform: translateY(-50%);
}
.footer_CTA_mail p {
    margin-left: 30px;
}

.footer_CTA_mail_night {
    width: 100%;
    font-size: 100%;
    font-weight: bold;
    border-radius: 69px;
    padding: 10px 0 12px;
    text-decoration: underline;
}
.footer_CTA_mail_night p {
    margin-left: 20px;
}
.footer_CTA_mail_night::before {
    left: 77px;
}

#footer_CTA .attention {
    text-align: center;
    padding: 5px 0;
}
#footer_CTA .attention img {
    width: 90%;
    display: block;
    margin: 0px auto;
}

.balloon1 {
    position: relative;
    padding: 11px 0px;
    border-radius: 87px;
    color: #fff;
    background: #9d7816;
    /* margin: 10px auto; */
    margin-left: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.4;
    width: 70%;
}
@media screen and (max-width: 768px) {
    .balloon1 {
        width: 100%;
        margin: 0;
        font-size: 2rem;
    }
}

.balloon1:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #9d7816;
}

.office_subtable .flex {
    justify-content: flex-start;
    align-items: unset;
    margin: 0 auto;
}
.office_subtable .area_box {
    background: #fff;
    width: 33%;
    margin: 14px auto;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .office_subtable .area_box {
        width: 100%;
    }
}
.office_subtable .area_box a {
    color: #000;
    font-size: 1.6rem;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .office_subtable .area_box a {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}
.office_subtable .area_box iframe {
    margin-top: 20px;
}
.office_subtable .area_box .shiten_title {
    /* background-color: #051132; */
    /* padding: 5px; */
    font-weight: bold;
    color: #000;
}

/* ====================比較 */
.display-none,
.pc-none {
    display: none;
}

.special-table {
    font-weight: 400;
    border-spacing: 0;
    border-collapse: separate;
}
.special-table .table-heading {
    border-radius: 10px 0 0 0;
}
.special-table .table-empty {
    height: 3rem;
}
.special-table .table-heading-a {
    font-size: 2.5rem;
    text-align: center;
    padding: 1em 1em;
    line-height: 2.5625rem;
    background-color: #8c8c8c;
    color: white;
    border-radius: 10px 10px 0 0;
}
.special-table .table-heading-b {
    font-size: 2.5rem;
    color: #fff;
    padding: 1.75em 1em;
    background: linear-gradient(175deg, #3f629c 0%, #072353 100%);
    border-radius: 10px 10px 0 0;
    position: relative;
    font-weight: bold;
}
.special-table .table-lawyer {
    position: absolute;
    bottom: -5px;
    right: -5px;
}
.special-table .table-item {
    background-color: #fcfcfc;
    padding: 4rem 0;
    color: #4a4a4a;
    width: 8em;
    line-height: 1.6;
    font-weight: bold;
    font-size: 2.3rem;
    text-align: center;
    border-left: 2px solid #333;
    border-top: 2px dashed #94a3a9;
}
.special-table .table-item i {
    display: block;
    font-size: 4rem;
    margin-bottom: 10px;
    color: #adadad;
}
.special-table .table-item.first {
    border-radius: 10px 0 0 0;
    border-top: 2px solid #333;
}
.special-table .table-item.last {
    border-radius: 0 0 0 10px;
    border-bottom: 2px solid #333;
}
.special-table .table-a,
.special-table .table-b {
    border-top: 2px dashed #94a3a9;
    padding: 2.5rem 1rem;
    width: calc(50% - 5em);
}
.special-table .table-a.first,
.special-table .table-b.first {
    border-top: none;
}
.special-table .table-a.last,
.special-table .table-b.last {
    border-bottom: 2px solid #333;
}
.special-table .table-a.first {
    position: relative;
}
.special-table .table-a {
    position: relative;
    background-color: #fbfbfb;
}
.special-table .table-a::before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 151px;
    transform: translateY(-50%);
    color: #b7b7b7;
    font-size: 162px;
    opacity: 0.3;
}
.special-table .table-b {
    background-color: #fafcff;
    border-left: 5px solid #2d4e84;
    border-right: 5px solid #2d4e84;
}
.special-table .table-b.last {
    border-radius: 0 0 0px 0;
    border-bottom: 5px solid #2d4e84;
}

.red-txt {
    color: #2d4e84;
    font-weight: bold;
}

.blue-txt {
    color: #8c8c8c;
    font-weight: bold;
}

.special-table .table-a {
    border-right: 2px solid #333;
    border-right: 2px solid #333;
}
.special-table .table-a::before {
    left: 160px;
    font-size: 112px;
}
@media screen and (max-width: 480px) {
    .special-table .table-a::before {
        left: 89px;
        font-size: 92px;
    }
}

@media screen and (min-width: 480px) {
    .special-table .table-a.first,
    .special-table .table-b.first {
        border-top: none;
        width: 405px;
    }
}
@media screen and (max-width: 480px) {
    .pc-none {
        display: block;
    }
    .second-heading {
        font-size: 1.25em;
    }
    .sec-card {
        position: relative;
        padding: 1em 1em 2em;
    }
    .sec-card + .sec-card {
        margin-top: 1rem;
    }
    .card-img-right {
        margin-left: 0;
    }
    .sec-point-bg {
        width: 50px;
        height: 50px;
        top: -25px;
    }
    .sec-point-bg::before {
        font-size: 1em;
        top: -31px;
        left: auto;
    }
    .sec-point-bg img {
        width: 30px;
        height: auto;
    }
    .sec-point-box {
        font-size: 1.8rem;
        letter-spacing: 0;
        padding: 2em 1em 1.5em;
        margin-top: 5em;
        text-align: center;
    }
    .sec.hikaku {
        padding: 30px 0px;
    }
    .sec.hikaku .u-margin {
        margin: 2em 0;
    }
    .table-title {
        width: 228px;
        height: auto;
        top: -66px;
    }
    .pc-special-table .table-b,
    .pc-special-table .table-heading-b {
        display: none;
    }
    .special-table {
        font-size: 1.7rem;
        line-height: 1.7;
        width: 600px;
    }
    .special-table .table-a,
    .special-table .table-b {
        padding: 15px 13px;
    }
    .special-table .table-a.first {
        border-top: none;
        width: 220px;
    }
    .special-table .table-b {
        border-left: 3px solid #2d4e84;
        border-right: 3px solid #2d4e84;
    }
    .special-table .table-b.first {
        border-top: none;
        width: 220px;
    }
    .special-table .table-b.last {
        border-bottom: 3px solid #2d4e84;
    }
    .special-table .table-heading-a {
        font-size: 1.8rem;
        border-radius: 10px 10px 0 0;
    }
    .special-table .table-heading-b {
        font-size: 1.25em;
        padding: 1.5em 1em 1.5em 0.5em;
        font-weight: bold;
    }
    .special-table .table-a.last {
        border-radius: 0 0 10px 0;
    }
    .special-table .table-item {
        padding: 0;
        vertical-align: middle;
        font-size: unset;
    }
    .special-table .table-item i {
        font-size: 2.5rem;
    }
    .special-table .table-lawyer {
        bottom: -3px;
        right: 0px;
        width: 70px;
    }
    .special-table .table-lawyer img {
        width: 100%;
        height: auto;
    }
    .sp-arrow {
        width: 30px;
        height: 30px;
        background-color: #043344;
        margin: 2em auto 4em;
        position: relative;
    }
    .sp-arrow::after {
        content: '';
        position: absolute;
        border: 26px solid transparent;
        border-top: 35px solid #043344;
        display: inline-block;
        top: 28px;
        left: 50%;
        margin-left: -26px;
    }
}
.scroll-hint-icon-wrap {
    z-index: 99999;
}

.scroll-hint-icon {
    top: calc(16% - 25px);
}

.scroll-hint-text {
    font-size: 10px;
    color: #fff;
    margin-top: 2px;
    font-weight: bold;
}

.point_back {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/point_back.webp);
    padding: 50px 0 50px;
}
@media screen and (max-width: 480px) {
    .point_back {
        background: none;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .point {
        color: #072353;
    }
    .point .contents_title_shortline {
        color: #072353;
    }
    .point .contents_title_shortline::before {
        background: #072353;
    }
}

.point_area02 {
    max-width: 1000px;
    margin: auto;
    align-items: center;
    margin-top: 80px;
}
@media screen and (max-width: 480px) {
    .point_area02 {
        display: block;
        margin-top: 40px;
    }
}
.point_area02.reverse {
    flex-direction: row-reverse;
}
.point_area02 h1 {
    color: #ab7c03;
    font-size: 3.5rem;
    line-height: 1.6;
    font-weight: bold;
    font-family: 'ShipporiMincho';
    letter-spacing: 0.1em;
    padding: 0px 5px;
    margin-bottom: 15px;
}
.point_area02 h2 {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 30px;
    font-weight: bold;
}
.point_area02 h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: #96abb4;
    border-radius: 50%;
}
.point_area02 .flex {
    justify-content: space-around;
}

.column {
    width: 65%;
}
@media screen and (max-width: 480px) {
    .column {
        width: unset;
    }
}
.column p {
    font-size: 18px;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-left {
    flex: 1;
    display: flex;
    margin-right: 4%;
    padding: 30px;
    background: no-repeat center center;
    align-items: center;
    background-size: cover;
    background-image: url(../images/back_img02.webp);
    height: 345px;
    justify-content: flex-end;
}
@media screen and (max-width: 480px) {
    .column-outside-left {
        display: block;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        height: -moz-fit-content;
        height: fit-content;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .column-outside-left img {
        width: 80%;
        display: block;
        margin: 0px auto;
    }
}
.column-outside-left img {
    width: 390px;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
    flex: 1;
    display: flex;
    margin-left: 4%;
    padding: 30px 0;
    background: no-repeat center center;
    align-items: center;
    background-size: cover;
    background-image: url(../images/back_img02.webp);
    height: 370px;
    justify-content: flex-start;
}
@media screen and (max-width: 480px) {
    .column-outside-right {
        display: block;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        height: -moz-fit-content;
        height: fit-content;
        padding: 20px 0;
        margin-bottom: 20px;
    }
}
.column-outside-right img {
    width: 310px;
}

.aisatsu {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/back_img.webp);
}
.aisatsu img {
    width: 100%;
}

.main_visual {
    width: 100%;
    position: relative;
    line-height: 0;
}

.main_back_fv_bg {
    background-image: url(../images/bg_main_dot.webp);
    width: 100%;
    height: 100%;
    position: absolute;
}

.main_visual .main_back_fv_bg img {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0px 0px 0;
}

.main_visual .main_back img {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.senyo {
    padding: 5px 0;
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(131, 14, 16, 0) 0%, rgba(131, 14, 16, 0.73) 11%, #830e10 45%, rgba(131, 14, 16, 0.73) 86%, rgba(131, 14, 16, 0) 100%);
    color: white;
    text-align: center;
    margin-top: 20px;
}
.senyo span {
    font-weight: bold;
    color: yellow;
}
@media screen and (max-width: 480px) {
    .senyo {
        line-height: 1.2;
        margin-top: 10px;
    }
}

.business-info-section {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    text-align: center;
}

.business-info-section h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #333;
}

.scroll-container {
    display: flex;
    overflow-x: auto; /* Enables horizontal scrolling */
    scroll-snap-type: x mandatory; /* Snaps to items when scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    padding-bottom: 20px; /* Space for scrollbar */
    gap: 20px; /* Space between items */
}

.scroll-container::-webkit-scrollbar {
    height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.business-item {
    flex: 0 0 auto; /* Prevent items from shrinking, allowing full width */
    width: 300px; /* Fixed width for each item */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    scroll-snap-align: start; /* Aligns item to the start of the scroll container */
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.business-item:hover {
    transform: translateY(-5px);
}

.business-item img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover; /* Ensures the image covers the area, cropping if necessary */
    display: block;
    border-bottom: 1px solid #eee;
}

.business-item p {
    padding: 15px;
    font-size: 1.1em;
    line-height: 1.5;
    color: #555;
}

/* メインのサービスセクション */
.service {
    height: 400vh; /* 4つのセクション分の高さ */
    position: relative;
    background: #f8f9fa;
}

/* 固定されるコンテンツ */
.service-content {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* 左側のテキスト部分 */
.text-section {
    width: 55%;
    height: 100%;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.text-section .icon {
    position: absolute;
    top: -59px;
    font-size: 15rem;
    font-family: 'ShipporiMincho';
    color: #fff;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    left: 0;
    opacity: 0.2;
}

.text-block {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    width: calc(50% - 0px);
    padding: 0 60px;
}

.text-block.active {
    opacity: 1;
    transform: translateY(0);
}

.text-block h2 {
    font-size: 3.5rem;
    margin-bottom: 5rem;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 700;
}

.text-block p {
    line-height: 2.3;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.text-block span {
    color: #e4a80d;
    font-weight: 600;
}

/* 右側の画像部分 */
.image-section {
    width: 45%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.image-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1.1);
}

.image-block.active {
    opacity: 1;
    transform: scale(1);
}

.image-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* プログレスバー */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1000;
    display: none;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    width: 0%;
    transition: width 0.3s ease;
}

/* セクションインディケーター */
.section-indicator {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.indicator-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    margin: 20px 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.indicator-dot.active {
    background: #667eea;
    transform: scale(1.3);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .service-content {
        flex-direction: column;
    }
    .text-section {
        width: 100%;
        height: 75%;
        justify-content: unset;
    }
    .image-section {
        width: 100%;
        height: 25%;
    }
    .text-block {
        width: 100%;
        padding: 0 20px;
    }
    .text-block p {
        margin-bottom: 0;
        text-shadow: 2px 2px 0 #063344, -2px -2px 0 #063344, -2px 2px 0 #063344, 2px -2px 0 #063344, 0px 2px 0 #063344, 0 -2px 0 #063344, -2px 0 0 #063344, 2px 0 0 #063344;
        line-height: 1.6;
    }
    .text-block p br {
        display: block;
        content: '';
        margin: 10px 0 !important;
    }
    .text-section {
        padding: 40px 0px;
    }
    .text-section .icon {
        top: -24px;
        font-size: 7rem;
        font-family: 'ShipporiMincho';
        color: #073344;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
        left: 16px;
        opacity: 0.2;
    }
    .text-block h2 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
}
.blue_back {
    background-image: url(../images/blue_back.svg);
    color: white;
}

.white_back {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/white_back.svg);
}

.black_back {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/black_back.svg);
}
.black_back .contents_title_box {
    padding: 1.5rem 0;
    color: #0a2653;
    font-family: 'ShipporiMincho';
    font-size: 5rem;
    text-align: center;
    line-height: 1.5;
    color: #ffffff;
    border: 1px solid;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .black_back .contents_title_box {
        font-size: 2.7rem;
        padding: 20px;
    }
}
.black_back .contents_title_box::before {
    display: none;
}

.hero {
    padding: 0rem 0 7rem;
    text-align: center;
}
@media (max-width: 768px) {
    .hero {
        padding: 0rem 0 5rem;
    }
}
.hero__title {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #111827;
}
.hero__subtitle {
    color: #4b5563;
    margin-bottom: 3rem;
}
.stats {
    display: grid;
    gap: 2rem;
    margin-top: 3rem;
    color: white;
    grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
    .stats {
        margin-top: 3rem;
    }
}
.stats__item {
    text-align: center;
}
.stats__number {
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    font-size: 9rem;
    font-family: 'ShipporiMincho';
}
@media (max-width: 768px) {
    .stats__number {
        font-size: 5rem;
    }
}
.stats__label {
    font-weight: 500;
    font-size: 2rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .stats__label {
        font-size: 1.6rem;
    }
}

.feature-card {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #eeeeee;
    margin-bottom: 50px;
    color: #043344;
}
.feature-card span {
    color: #ab7c03;
    font-weight: bold;
}
.feature-card__header {
    padding: 3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
@media (max-width: 768px) {
    .feature-card__header {
        padding: 2rem;
    }
}
.feature-card__header svg {
    color: #a7adae;
}
@media (max-width: 768px) {
    .feature-card__header svg {
        width: 50px;
        height: 50px;
    }
}
.feature-card__icon {
    flex-shrink: 0;
}
.feature-card__title {
    font-weight: 600;
    line-height: 1.3;
    font-family: 'ShipporiMincho';
    font-size: 3rem;
}
@media (max-width: 768px) {
    .feature-card__title {
        font-size: 2.5rem;
    }
}
.feature-card__content {
    padding: 4rem;
}
@media (max-width: 768px) {
    .feature-card__content {
        padding: 2rem;
    }
}
.feature-card__grid {
    display: grid;
    gap: 6rem;
}
@media (min-width: 768px) {
    .feature-card__grid {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .feature-card__grid {
        gap: 2rem;
    }
}
.feature-card__text p {
    color: #4b5563;
    margin-bottom: 1rem;
}
.feature-card__text p:last-child {
    margin-bottom: 0;
}
.feature-card__description {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.feature-card__highlight {
    display: flex;
    justify-content: center;
}
.feature-card__checklist {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.feature-card__info-boxes {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.feature-card__locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.feature-card .feature-card__header {
    border-bottom: 3px solid #e3e3e3;
}

.highlight-box {
    background: #f9fafb;
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    min-width: 200px;
    width: 100%;
}
.highlight-box__number {
    font-weight: 700;
    font-family: 'ShipporiMincho';
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    background: linear-gradient(0deg, #02243f 0%, #0f3b4b 40%, #1e84a6 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.highlight-box__label {
    color: #111827;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.highlight-box__note {
    color: #6b7280;
}

.specialties {
    position: relative;
}
.specialties__title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
}
.specialties__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}
@media (min-width: 768px) {
    .specialties__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.specialties__grid small {
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: -30px;
}
@media (max-width: 768px) {
    .specialties__grid small {
        position: unset;
    }
}

.specialty-badge {
    background: #f3f4f6;
    color: #4b5563;
    padding: 0.5rem 1rem;
    font-weight: 500;
    text-align: center;
    display: block;
    transition: all 0.2s ease;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f3f4f6;
    border-radius: 0.5rem;
    border-left: 4px solid #ab7c03;
}
.check-item__icon {
    color: #ab7c03;
    flex-shrink: 0;
}
.check-item span {
    color: #4b5563;
}

.info-box {
    text-align: center;
    padding: 1rem;
    background: #fff6ee;
    border-radius: 0.5rem;
    border: 1px solid #ab7c03;
}
.info-box__title {
    font-weight: 600;
    color: #043344;
    margin-bottom: 0.5rem;
}
.info-box__content {
    color: #4b5563;
}

.location-box {
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    background: #fff6ee;
    border-radius: 0.5rem;
    border: 1px solid #ab7c03;
}

.notice {
    background: #f3f4f6;
    padding: 1rem;
    margin-top: 1rem;
    font-size: 1.4rem;
}

.fade-in-on-scroll {
    opacity: 0;
    transition: opacity 0.8s;
}
.fade-in-on-scroll.fade-in {
    animation: fadeIn 1s ease forwards;
    opacity: 1;
} /*# sourceMappingURL=style.css.map */
