﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto:wght@300;400&display=swap');
html {
    font-family: "Noto Sans JP", 'Noto Sans', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
.inner {
    max-width: 1080px;
    width: 100%;
}
body {
    background: #fff;
    color: #000;
    min-width: 1100px;
    margin: 0 auto;
}
.orange {
    color: #f85400;
}
header {
    padding: 10px 0;
}
header .inner {
    align-items: center;
    justify-content: space-between;
}
.logo {
    margin: 12px 35px 0 0;
}
footer .logo {
    margin-right: 50px;
}
.logo, .logo_round, .logo_sub_tt {
    display: flex;
    flex-direction: column;
}
.logo_sub_tt {
    text-align: left;
    color: #f85400;
    line-height: 1.2;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}
.logo_sub_tt .sm {
    font-size: 19px;
}
.logo_sub_tt .lg {
    font-size: 22px;
    letter-spacing: -0.05em;
}
.logo_sub_tt .num {
    font-size: 45px;
}
.logo_sub_tt .xsm {
    font-size: 100%;
}
.logo_wrap {
    background: url("../images/logo_main.png") no-repeat left top 3px;
    padding-left: 60px;
}
.logo_group, .logo_sub {
    display: flex;
    align-items: center;
    color: #000;
}
.logo_group {
    line-height: 1.2;
}
.logo_group .lg {
    font-size: 41px;
    margin-right: 10px;
    letter-spacing: 0em;
    font-weight: 700;
}
.logo_group .sm {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    top: 2px;
}
.logo_txt {
    font-size: 12px;
    text-align: left;
    font-weight: 900;
}
.logo_style01 {
    font-size: 12px;
    color: #f85400;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    letter-spacing: -0.04em
}
.logo_round {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff000;
    font-weight: 900;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 5px;
}
.logo_round .sm {
    font-size: 11px;
    line-height: 1.2;
}
.logo_round .lg {
    font-size: 23px;
    line-height: 1.05;
}
header .header_logo {}
header .header_logo img {}
header .header_logo img + img {
    margin-left: 10px;
}
header .header_util {
    align-items: center;
    justify-content: space-between;
}
header .header_util .header_link {
    padding-top: 5px;
}
header .header_util .header_link ul {}
header .header_util .header_link ul li {}
header .header_util .header_link ul li + li {
    margin-top: 6px;
}
header .header_util .header_tel {
    margin-left: 1em;
}
header .header_util .header_tel a {
    display: block;
    margin-bottom: 6px;
}
.navigation {
    background: #f85400;
    padding: 3px 0;
}
.navigation ul {}
.navigation ul li {
    width: 20%;
    box-sizing: border-box;
    border-left: solid 1px #fee0d1;
    height: 74px;
}
.navigation ul li + li {}
.navigation ul li:last-child {
    border-right: solid 1px #fee0d1;
}
.navigation ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
}
.navigation ul li a .txt {
    text-align: left;
    padding-left: 55px;
}
.navigation ul li.icon01 a .txt {
    background: url("../images/img_nav_01_icon.png") no-repeat left center;
}
.navigation ul li.icon02 a .txt {
    background: url("../images/img_nav_02_icon.png") no-repeat left center;
}
.navigation ul li.icon03 a .txt {
    background: url("../images/img_nav_03_icon.png") no-repeat left center;
}
.navigation ul li.icon04 a .txt {
    background: url("../images/img_nav_04_icon.png") no-repeat left center;
}
.navigation ul li.icon05 a .txt {
    background: url("../images/img_nav_05_icon.png") no-repeat left center;
}
.navigation ul li a .en {
    font-style: italic;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}
.mv {
    background: url(../images/bg_mv.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.mv_bloc {}
.mv_bloc h1 {}
.mv_bloc h2 {
    margin-bottom: 0.5em;
}
.mv_box, .mv_box01_sub01 > span, .mv_box02_bb {
    display: flex;
    align-items: center;
}
.mv_box01 .point, .mv_box01 .white_txt {
    font-style: italic;
}
.mv_box01 .white_txt {
    margin-left: 17px;
    font-size: 64px;
    text-shadow: 2px 3px 1px rgba(99, 158, 204, 0.7);
}
.mv_box01.mid .white_txt {
    font-size: 55px;
    margin-right: 20px;
    text-shadow: 2px 3px 1px rgba(99, 158, 204, 0.6);
}
.mv_box01 .point {
    position: relative;
    margin-left: -20px;
    margin-right: -5px;
}
.mv_box01.mid .point {
    color: #389ee3
}
.mv_box {
    flex-direction: column;
    padding-top: 9px;
    margin-bottom: -5px;
}
.mv_box02, .mv_box01, .mv_box03, .mv_box04, .mv_box05, .mv_box06, .mv_box07, .mv_box08 {
    display: flex;
    font-weight: 900;
}
.mv_box02 {
    margin-bottom: -46px;
    margin-left: 30px;
}
.mv_box03 {
    font-size: 70px;
    letter-spacing: -0.05em;
    display: block;
    padding-left: 55px;
}
.mv_box02_bb {
    background: url("../images/bb01.png") no-repeat center center;
    width: 163px;
    height: 163px;
    color: #fff;
    justify-content: center;
    font-size: 52px;
}
.mv_box02_bb .txt {
    transform: rotate(-10deg);
}
.mv_box02_line {
    color: #000;
    font-size: 111px;
    background: linear-gradient(to right, #ffff00, #ffff00) bottom left / 100% 44% repeat-x;
    display: block;
    line-height: 1;
    margin-bottom: 37px;
    padding: 0 12px 0 10px;
    margin-left: 10px;
}
.mv_box01 {
    color: #fff;
    display: flex;
    font-size: 72px;
    align-items: center;
    margin-bottom: -6px;
}
.mv_box01.mid {
    margin-bottom: -43px;
}
.mv_box01_sub01 {
    width: 166px;
    height: 82px;
    padding: 6px;
    background: #389ee3;
    transform: skewX(-15deg);
    font-size: 66px;
    line-height: 1;
    display: flex;
}
.mid .mv_box01_sub01 {
    padding: 0px;
    font-size: 58px;
    height: 80px;
    width: 150px;
}
.mv_box01_sub01 > span {
    flex: 1;
    justify-content: center;
    padding-bottom: 8px;
}
.mv_box01_sub01 > span.white {
    background: #fff;
    color: #389ee3;
}
.mv_box04, .mv_box05, .mv_box06, .mv_box07, .mv_box08 {
    flex-direction: column;
    align-items: center;
}
.mv_box06 {
    padding-top: 14px;
    padding-bottom: 19px;
}
.mv_box04_sub01 {
    font-size: 48px;
    color: #ff0000;
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 1);
    letter-spacing: 0.05em;
    background: url(../images/img_mv_title_sub_bg.png) no-repeat center center / 414px;
    width: 414px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 34px;
    margin-bottom: -43px;
    position: relative;
}
.mv_box04_sub02 {
    font-size: 33px;
    background: linear-gradient(90deg, rgba(248, 84, 0, 0) 0%, rgba(248, 84, 0, 0.2) 10%, rgba(248, 84, 0, 0.8) 20%, rgba(248, 84, 0, 1) 50%, rgba(248, 84, 0, 0.8) 80%, rgba(248, 84, 0, 0.2) 90%, rgba(248, 84, 0, 0) 100%);
    font-weight: 700;
    padding: 7px 5px 6px;
    width: 100%;
    letter-spacing: -0.01em;
}
.mv_box04_sub02 .yl {
    color: #ffff00
}
.mv_box04_sub02 .white {
    color: #fff
}
.mv_box05_sub02 {
    font-size: 48px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6), -1px -1px 5px rgba(255, 255, 255, 0.6), -1px 1px 7px rgba(255, 255, 255, 0.6), 1px -1px 9px rgba(255, 255, 255, 0.6), 1px -1px 11px rgba(255, 255, 255, 0.6), 1px -1px 15px rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
    color: #000;
    margin-top: 16px;
}
.mv_box05_sub03 {
    font-size: 38px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6), -1px -1px 5px rgba(255, 255, 255, 0.6), -1px 1px 7px rgba(255, 255, 255, 0.6), 1px -1px 9px rgba(255, 255, 255, 0.6), 1px -1px 11px rgba(255, 255, 255, 0.6), 1px -1px 15px rgba(255, 255, 255, 0.6);
    line-height: 1;
    color: #000;
}
.mv_box05_sub03 .or {
    color: #f85400;
}
.mv_box05_sub03 .or .lg {
    font-size: 60px;
}
.mv_box05 {
    font-size: 109px;
    color: #ffff00;
    margin-bottom: 0;
    line-height: 1.08;
}
.mv_box05_sub01 {
    position: relative;
}
.mv_box05_sub01, .mv_box05_sub01:before, .mv_box05_sub01:after, .mv_box05_sub01_sub {
    font-weight: 900;
    font-size: 80px;
    letter-spacing: 0.02em;
}
.mv_box05_sub01_sub.top {
    position: absolute;
    z-index: -1;
    text-shadow: rgb(186, 153, 0) 2px 0px 0px, rgb(186, 153, 0) 1.75517px 0.958851px 0px, rgb(186, 153, 0) 1.0806px 1.68294px 0px, rgb(186, 153, 0) 0.141474px 1.99499px 0px, rgb(186, 153, 0) -0.832294px 1.81859px 0px, rgb(186, 153, 0) -1.60229px 1.19694px 0px, rgb(186, 153, 0) -1.97998px 0.28224px 0px, rgb(186, 153, 0) -1.87291px -0.701566px 0px, rgb(186, 153, 0) -1.30729px -1.5136px 0px, rgb(186, 153, 0) -0.421592px -1.95506px 0px, rgb(186, 153, 0) 0.567324px -1.91785px 0px, rgb(186, 153, 0) 1.41734px -1.41108px 0px, rgb(186, 153, 0) 1.92034px -0.558831px 0px, 7px 9px 10px rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    color: transparent;
}
.mv_box05_sub01_sub.bt {
    -webkit-text-stroke: 6px #e0dd05;
    left: 0px;
    top: -1px;
    z-index: -2;
    position: absolute;
    white-space: nowrap;
    color: #e0dd05;
}
.mv_box05_sub01 {
    display: table;
    margin: 15px auto 0;
    width: auto;
    position: relative;
}
.mv_box05_sub01_sub_main {
    display: block;
    position: relative;
    background: url("../images/bg_txt03.jpg") no-repeat center center/cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    z-index: 1;
}
.mv_box06_sub01 {
    font-size: 109px;
    color: #ffff00;
    margin-bottom: -43px;
}
.mv_box06_sub02 {
    font-size: 61px;
    color: #fff
}
.mv_box07 {
    align-items: flex-start;
    padding-top: 10px;
    margin-bottom: -4px;
}
.mv_box07_sub01 {
    color: #fff;
    font-size: 48px;
    background: #f85400;
    line-height: 1.2;
    padding: 3px 12px 6px;
    transform: rotate(-3deg);
}
.mv_box07_sub02 {
    font-size: 52px;
    letter-spacing: -0.01em;
    white-space: nowrap;
    margin-bottom: -23px;
}
.mv_box07_sub02 .sm {
    /* font-weight: 900; */
}
.mv_box07_sub02 .lg {
    font-size: 62px;
    color: #f85400;
    background: linear-gradient(to right, #ffff00, #ffff00) bottom left / 100% 44% repeat-x;
    padding: 0 10px;
}
.mv_box07_sub03 {
    font-size: 52px;
    letter-spacing: -0.04em;
}
.mv_box08 {
    padding-top: 26px;
}
.mv_box08_sub01 {
    color: #fff;
    font-size: 48px;
    background: #ff0000;
    line-height: 1.2;
    padding: 12px 30px 16px;
    transform: rotate(-4deg);
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
.mv_box08_sub02 {
    display: flex;
    color: #ff0000;
    align-items: center;
    margin-bottom: 5px;
}
.mv_box08_sub02 .num {
    font-size: 110px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
.mv_box08_sub02 .ja {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    align-items: flex-start;
    padding-top: 15px;
}
.mv_box08_sub02 .ja .sm {
    font-size: 20px;
}
.mv_box08_sub02 .ja .lg {
    font-size: 55px;
}
.mv_box08_sub03 {
    font-size: 24px;
    letter-spacing: 0.1em;
}
.mv_box08_sub03 span {
    font-size: 80%;
}
.list_bloc_tt01 {
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    width: 472px;
    background: linear-gradient(135deg, rgba(248, 84, 0, 1) 0%, rgba(248, 84, 0, 1) 90.8%, rgba(248, 84, 0, 0) 90%, rgba(248, 84, 0, 0) 100%);
    display: flex;
    letter-spacing: 0.08em;
    align-items: center;
    line-height: 1.42;
    padding-left: 14px;
}
.list_bloc_tt01 .num {
    font-family: "Oswald", sans-serif;
    font-size: 34px;
}
.tb01 {
    width: 100%;
    table-layout: fixed;
}
.tb01 th, .tb01 td {
    border: 1px #000 solid;
    padding: 8px 10px;
}
.tb01 td {
    font-weight: 900;
    letter-spacing: 0.05em;
}
.tb01 td.lg {
    font-size: 22px;
}
.tb01 tr > td:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    width: 240px;
}
.tb01 tr > td:nth-child(2), .tb01 tr > th:nth-child(2) {
    background: #fdf7e1;
    color: #f85400;
    width: 255px;
    border-left: 5px #f85400 solid;
    border-right: 5px #f85400 solid;
    position: relative;
    line-height: 0;
}
.tb01 tr > td:nth-child(2):before, .tb01 tr > th:nth-child(2):before, .tb01 tr:last-child > td:nth-child(2):after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: 5px;
    background: #f85400;
    left: -5px;
    top: -3px;
}
.tb01 tr:last-child > td:nth-child(2):after {
    top: auto;
    bottom: -5px;
}
.tb01 tr > th:nth-child(2):before {
    top: -5px;
}
.tb01 th {
    background: #eeeeee;
    font-size: 18px;
}
.tb01 .num {
    font-family: "Oswald", sans-serif;
}
.tb01 th.lg {
    font-size: 24px;
}
.price02 {
    font-size: 24px;
}
.box_price {
    font-weight: 900;
}
.box_price.lg {
    font-size: 30px;
}
.box_price.mid {
    font-size: 28px;
    letter-spacing: 0.1em;
}
.box_price.sm {
    font-size: 24px;
}
.box_price.xsm {
    font-size: 22px;
    line-height: 0.6;
}
.box_price.xsm .lg {
    font-size: 220%;
    font-weight: 500;
    line-height: 1;
}
.price02 .num {
    font-size: 40px;
    letter-spacing: -0.02em;
    font-weight: 500;
}
.price01, .price01 .ja {
    display: flex;
    align-items: center;
}
.price01 {
    justify-content: center;
    line-height: 0;
}
.price01 .num {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-right: 5px;
}
.price01 .ja {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}
.price01 .ja .sm {
    font-size: 13px;
}
.price01 .ja .lg {
    font-size: 30px;
}
.mv_bloc .lawyer_bloc {}
.mv_bloc .lawyer_bloc h3 {
    text-shadow: 1px 1px 3px #FFF, -1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px -1px 3px #FFF, 0px 1px 3px #FFF, -1px 3px 3px #FFF, -1px 0 3px #FFF, 1px 0 3px #FFF;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
.mv_bloc .lawyer_bloc ul {
    align-items: center;
    justify-content: center;
}
.mv_bloc .lawyer_bloc ul li {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    position: relative;
}
.mv_bloc .lawyer_bloc ul li > span {
    position: absolute;
    bottom: 7px;
    left: 13px;
    width: calc(100% - 26px);
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}
.mv_bloc .lawyer_bloc ul li .blue {
    background: #379ee3;
    display: inline-block;
    padding: 2px 5px 3px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    margin-right: 5px;
    flex-shrink: 0;
    font-size: 10px;
}
.mv_bloc .lawyer_bloc ul li + li {
    margin-left: 10px;
}
.mv_bloc .lawyer_bloc ul li:nth-child(9) {
    margin-left: 0;
}
.mv_bloc .lawyer_bloc ul li:nth-child(n+9) {
    margin-top: 10px;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(1) {
    -webkit-animation: show_lawyer 0.5s ease 0.5s 1 forwards;
    animation: show_lawyer 0.5s ease 0.5s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(2) {
    -webkit-animation: show_lawyer 0.5s ease 0.6s 1 forwards;
    animation: show_lawyer 0.5s ease 0.6s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(3) {
    -webkit-animation: show_lawyer 0.5s ease 0.7s 1 forwards;
    animation: show_lawyer 0.5s ease 0.7s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(4) {
    -webkit-animation: show_lawyer 0.5s ease 0.8s 1 forwards;
    animation: show_lawyer 0.5s ease 0.8s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(5) {
    -webkit-animation: show_lawyer 0.5s ease 0.9s 1 forwards;
    animation: show_lawyer 0.5s ease 0.9s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(6) {
    -webkit-animation: show_lawyer 0.5s ease 1.0s 1 forwards;
    animation: show_lawyer 0.5s ease 1.0s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(7) {
    -webkit-animation: show_lawyer 0.5s ease 1.1s 1 forwards;
    animation: show_lawyer 0.5s ease 1.1s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(8) {
    -webkit-animation: show_lawyer 0.5s ease 1.2s 1 forwards;
    animation: show_lawyer 0.5s ease 1.2s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(9) {
    -webkit-animation: show_lawyer 0.5s ease 1.3s 1 forwards;
    animation: show_lawyer 0.5s ease 1.3s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(10) {
    -webkit-animation: show_lawyer 0.5s ease 1.4s 1 forwards;
    animation: show_lawyer 0.5s ease 1.4s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(11) {
    -webkit-animation: show_lawyer 0.5s ease 1.5s 1 forwards;
    animation: show_lawyer 0.5s ease 1.5s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(12) {
    -webkit-animation: show_lawyer 0.5s ease 1.6s 1 forwards;
    animation: show_lawyer 0.5s ease 1.6s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(13) {
    -webkit-animation: show_lawyer 0.5s ease 1.7s 1 forwards;
    animation: show_lawyer 0.5s ease 1.7s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(14) {
    -webkit-animation: show_lawyer 0.5s ease 1.8s 1 forwards;
    animation: show_lawyer 0.5s ease 1.8s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(15) {
    -webkit-animation: show_lawyer 0.5s ease 1.9s 1 forwards;
    animation: show_lawyer 0.5s ease 1.9s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(16) {
    -webkit-animation: show_lawyer 0.5s ease 2.0s 1 forwards;
    animation: show_lawyer 0.5s ease 2.0s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(17) {
    -webkit-animation: show_lawyer 0.5s ease 2.1s 1 forwards;
    animation: show_lawyer 0.5s ease 2.1s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(18) {
    -webkit-animation: show_lawyer 0.5s ease 2.2s 1 forwards;
    animation: show_lawyer 0.5s ease 2.2s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(19) {
    -webkit-animation: show_lawyer 0.5s ease 2.3s 1 forwards;
    animation: show_lawyer 0.5s ease 2.3s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(20) {
    -webkit-animation: show_lawyer 0.5s ease 2.4s 1 forwards;
    animation: show_lawyer 0.5s ease 2.4s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(21) {
    -webkit-animation: show_lawyer 0.5s ease 2.5s 1 forwards;
    animation: show_lawyer 0.5s ease 2.5s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(22) {
    -webkit-animation: show_lawyer 0.5s ease 2.6s 1 forwards;
    animation: show_lawyer 0.5s ease 2.6s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(23) {
    -webkit-animation: show_lawyer 0.5s ease 2.7s 1 forwards;
    animation: show_lawyer 0.5s ease 2.7s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(24) {
    -webkit-animation: show_lawyer 0.5s ease 2.8s 1 forwards;
    animation: show_lawyer 0.5s ease 2.8s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(25) {
    -webkit-animation: show_lawyer 0.5s ease 2.9s 1 forwards;
    animation: show_lawyer 0.5s ease 2.9s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(26) {
    -webkit-animation: show_lawyer 0.5s ease 3.0s 1 forwards;
    animation: show_lawyer 0.5s ease 3.0s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(27) {
    -webkit-animation: show_lawyer 0.5s ease 3.1s 1 forwards;
    animation: show_lawyer 0.5s ease 3.1s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(28) {
    -webkit-animation: show_lawyer 0.5s ease 3.2s 1 forwards;
    animation: show_lawyer 0.5s ease 3.2s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(29) {
    -webkit-animation: show_lawyer 0.5s ease 3.3s 1 forwards;
    animation: show_lawyer 0.5s ease 3.3s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(30) {
    -webkit-animation: show_lawyer 0.5s ease 3.4s 1 forwards;
    animation: show_lawyer 0.5s ease 3.4s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(31) {
    -webkit-animation: show_lawyer 0.5s ease 3.5s 1 forwards;
    animation: show_lawyer 0.5s ease 3.5s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(32) {
    -webkit-animation: show_lawyer 0.5s ease 3.6s 1 forwards;
    animation: show_lawyer 0.5s ease 3.6s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(33) {
    -webkit-animation: show_lawyer 0.5s ease 3.7s 1 forwards;
    animation: show_lawyer 0.5s ease 3.7s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(34) {
    -webkit-animation: show_lawyer 0.5s ease 3.8s 1 forwards;
    animation: show_lawyer 0.5s ease 3.8s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(35) {
    -webkit-animation: show_lawyer 0.5s ease 3.9s 1 forwards;
    animation: show_lawyer 0.5s ease 3.9s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(36) {
    -webkit-animation: show_lawyer 0.5s ease 4.0s 1 forwards;
    animation: show_lawyer 0.5s ease 4.0s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(37) {
    -webkit-animation: show_lawyer 0.5s ease 4.1s 1 forwards;
    animation: show_lawyer 0.5s ease 4.1s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(38) {
    -webkit-animation: show_lawyer 0.5s ease 4.2s 1 forwards;
    animation: show_lawyer 0.5s ease 4.2s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(39) {
    -webkit-animation: show_lawyer 0.5s ease 4.3s 1 forwards;
    animation: show_lawyer 0.5s ease 4.3s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(40) {
    -webkit-animation: show_lawyer 0.5s ease 4.4s 1 forwards;
    animation: show_lawyer 0.5s ease 4.4s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(41) {
    -webkit-animation: show_lawyer 0.5s ease 4.5s 1 forwards;
    animation: show_lawyer 0.5s ease 4.5s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(42) {
    -webkit-animation: show_lawyer 0.5s ease 4.6s 1 forwards;
    animation: show_lawyer 0.5s ease 4.6s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(43) {
    -webkit-animation: show_lawyer 0.5s ease 4.7s 1 forwards;
    animation: show_lawyer 0.5s ease 4.7s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(44) {
    -webkit-animation: show_lawyer 0.5s ease 4.8s 1 forwards;
    animation: show_lawyer 0.5s ease 4.8s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(45) {
    -webkit-animation: show_lawyer 0.5s ease 4.9s 1 forwards;
    animation: show_lawyer 0.5s ease 4.9s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(46) {
    -webkit-animation: show_lawyer 0.5s ease 5.0s 1 forwards;
    animation: show_lawyer 0.5s ease 5.0s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(47) {
    -webkit-animation: show_lawyer 0.5s ease 5.1s 1 forwards;
    animation: show_lawyer 0.5s ease 5.1s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(48) {
    -webkit-animation: show_lawyer 0.5s ease 5.2s 1 forwards;
    animation: show_lawyer 0.5s ease 5.2s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(49) {
    -webkit-animation: show_lawyer 0.5s ease 5.3s 1 forwards;
    animation: show_lawyer 0.5s ease 5.3s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(50) {
    -webkit-animation: show_lawyer 0.5s ease 5.4s 1 forwards;
    animation: show_lawyer 0.5s ease 5.4s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(51) {
    -webkit-animation: show_lawyer 0.5s ease 5.5s 1 forwards;
    animation: show_lawyer 0.5s ease 5.5s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(52) {
    -webkit-animation: show_lawyer 0.5s ease 5.6s 1 forwards;
    animation: show_lawyer 0.5s ease 5.6s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(53) {
    -webkit-animation: show_lawyer 0.5s ease 5.7s 1 forwards;
    animation: show_lawyer 0.5s ease 5.7s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(54) {
    -webkit-animation: show_lawyer 0.5s ease 5.8s 1 forwards;
    animation: show_lawyer 0.5s ease 5.8s 1 forwards;
}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(55) {
    -webkit-animation: show_lawyer 0.5s ease 5.9s 1 forwards;
    animation: show_lawyer 0.5s ease 5.9s 1 forwards;
}
@-webkit-keyframes show_lawyer {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes show_lawyer {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.mv_bloc .mv_catch {}
.mv_bloc .mv_catch p {}
.covid {
    padding: 2em 10px;
}
.focus {
    background: url(../images/bg_focus.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}
.focus:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 75px 0 75px;
    border-color: #013d81 transparent transparent transparent;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.focus_catch {
    background: url(../images/bg_focus_catch.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0 2em;
}
.focus_catch_bloc {
    margin-left: auto;
    width: 60%;
}
.focus_catch_bloc h2 {}
.focus_catch_bloc p {
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}
.section_title {
    position: relative;
    background: #fff45c;
}
.section_title h2 {
    display: inline-block;
    position: relative;
}
.section_title h2:after {
    content: "";
    position: absolute;
    width: 840px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -420px;
    transform: skewX(-30deg);
}
.section_title h2 .sub {
    font-size: 42px;
    line-height: 1.2em;
    color: #f85400;
    display: block;
    position: relative;
    z-index: 1;
}
.section_title h2 .main {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    display: block;
    position: relative;
    z-index: 1;
}
#fee {
    padding: 2em 0 0;
}
.reason_bloc {
    background: url(../images/bg_reason.jpg) no-repeat center top;
    background-size: cover;
    padding: 6em 0;
    margin-bottom: 2.2em;
}
.reason_text {
    margin-left: auto;
    width: 60%;
}
.reason_data_bloc {}
.reason_data_bloc .data {}
.reason_data_bloc .catch {
    padding: 2em 0;
}
.reason_data_bloc .catch p {}
.reason_catch_bloc {
    background: #f85400;
    padding: 2em 0;
}
.reason_catch_bloc h3 {
    margin-bottom: 1em;
}
.reason_catch_bloc h3 .sub {
    font-size: 48px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 900;
    display: block;
}
.reason_catch_bloc h3 .main {
    font-size: 60px;
    line-height: 1.2em;
    color: #ffff00;
    font-weight: 900;
    display: block;
}
.reason_catch_bloc p {
    font-size: 24px;
    line-height: 1.4em;
    color: #fff;
    font-weight: bold;
}
.reason_catch_tt01 {
    font-size: 50px;
    font-weight: 900;
    display: table;
    margin: 0 auto;
    color: #f85400;
    letter-spacing: -0.045em;
    padding: 0 30px 0 30px;
    position: relative;
    line-height: 1;
    margin-bottom: 9px;
}
.reason_catch_tt01:before, .reason_catch_tt01:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 60px;
    background: #f85400;
    top: 3px;
}
.reason_catch_tt01:before {
    left: 0;
    transform: rotate(-30deg);
}
.reason_catch_tt01:after {
    right: 0;
    transform: rotate(30deg);
}
.cta_a {
    background: url(../images/bg_cta.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.cta_a_bloc {
    margin-right: auto;
    width: 68%;
}
.cta_a_bloc h2 {
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.cta_a_bloc p {
    background: #389ee3;
    color: #fff;
    font-size: 20px;
    line-height: 1.4em;
    padding: 5px;
    margin-bottom: 1em;
}
.cta_a_bloc .cta_tel {
    margin-bottom: 1em;
}
.cta_a_bloc .cta_tel a {}
.cta_a_bloc ul {}
.cta_a_bloc ul li {}
.cta_a_bloc ul li + li {}
.cta_a_bloc ul li a {}
.must {
    background: #389ee3;
    padding: 2em 0;
}
.must_bloc {}
.must_bloc_tt01 {
    width: 515px;
    height: 71px;
    background: linear-gradient(132deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 94.8%, rgba(249, 249, 249, 0) 95%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    border: 1px #000 solid;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
}
.must_bloc_tt01 span {
    background: url("../images/ic_check.png") no-repeat left 12px center/40px;
    padding-left: 60px;
}
.must_bloc_tt01:before {
    position: absolute;
    content: "";
    background: url(../images/bor01.png) #389ee3 no-repeat left top;
    width: 37px;
    height: 38px;
    right: -3px;
    bottom: -2px;
}
.must_bloc h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    color: #ffff00;
    margin-bottom: 0.5em;
}
.must_bloc ul {}
.must_bloc ul li {}
.must_bloc ul li:nth-child(n+3) {
    margin-top: 1em;
}
.reason_list {
    padding: 4em 0;
}
.reason_list .upper {
    margin-bottom: 4em;
}
.reason_list .upper p {}
.reason_list .list_bloc {}
.reason_list .list_bloc ol {}
.reason_list .list_bloc ol li {}
.reason_list .list_bloc ol li + li {
    margin-top: 2em;
}
.reason_list .list_bloc ol li {}
.reason_list .list_bloc ol li .meta {}
.reason_list .list_bloc ol li .meta h3 {
    margin-bottom: 2em;
}
.reason_list .list_bloc ol li .meta figure {}
.reason_list .list_bloc ol li .detail {
    flex: 1 0 0%;
    text-align: left;
    margin-left: 1em;
}
.reason_list .list_bloc ol li .detail h4 {
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.reason_list .list_bloc ol li .detail p {
    font-size: 16px;
}
.important {
    background: url(../images/bg_important.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0;
}
.important_bloc {}
.important h2 {
    display: inline-block;
    border-bottom: solid 1px #ffff00;
    margin-bottom: 1em;
}
.important h2 figure {
    margin-bottom: 0.5em;
}
.important h2 .main {
    font-size: 32px;
    line-height: 1.4em;
    color: #ffff00;
}
.important p {
    font-size: 16px;
    color: #fff;
}
.cta_b {
    background: #c2e5fd url(../images/bg_cta2.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.cta_b_bloc {
    margin-right: auto;
    width: 68%;
    text-align: left;
}
.cta_b_bloc h2 {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.cta_b_bloc .cta_b_ul {
    margin-bottom: 1em;
}
.cta_b_bloc .cta_b_ul ul {}
.cta_b_bloc .cta_b_ul ul li:last-child {
    margin-top: 1em;
}
.cta_b_ul_tt01, .cta_b_ul_tt02 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.cta_b_ul_tt02 {
    width: 718px;
    height: 88px;
    border: 3px #ff0000 solid;
    background: url("../images/idx_bnr01.png")#fff no-repeat right center;
    background-size: contain;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.55;
    padding-left: 12px;
    padding-bottom: 5px;
}
.cta_b_ul_tt02 .lg {
    font-size: 43px;
    color: #ff0000;
    font-weight: 700;
    line-height: 1.4;
}
.cta_b_ul_tt02 .sm {
    font-size: 15px;
    letter-spacing: 0.05em;
}
.cta_b_ul_tt01 {
    width: 345px;
    height: 64px;
    background: #ff0000;
    color: #fff;
    font-weight: 900;
}
.cta_b_ul_tt01 .sm {
    position: relative;
    top: 5px;
    line-height: 1.35;
}
.cta_b_ul_tt01 .lg {
    font-size: 36px;
    color: #ffff00;
    letter-spacing: 0.04em;
}
.cta_b_ul_tt01.lg {
    width: 374px;
}
.cta_b_bloc .cta_tel {
    margin-bottom: 1em;
}
#flow {
    padding: 2em 0 0;
}
.flow_bloc {}
.flow_list {
    padding: 2em 0;
}
.flow_list ol {}
.flow_list ol li {}
.flow_list ol li + li {
    margin-top: 2em;
}
.flow_list ol li .meta {
    flex: 1 0 0%;
}
.flow_list ol li .meta h3 {
    align-items: center;
    justify-content: flex-start;
}
.flow_list ol li .meta h3 .title {}
.flow_list ol li .meta h3 .free {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/icon_free_bg.png") center /cover no-repeat;
    font-size: 32px;
    font-weight: bold;
    color: #6b4107
}
.flow_list ol li .meta p {
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
    padding: 0 4em 0 1em;
}
.flow_list ol li .detail {
    margin-top: 2em;
}
.flow_list ol li .detail figure {
    margin-bottom: 5px;
}
.flow_list ol li .detail p {
    font-size: 14px;
    line-height: 1.4em;
    text-align: right;
}
.flow_list_tt {
    background: url("../images/img_flow_title_01_bg.png") no-repeat left center;
    width: 415px;
    height: 142px;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 55px;
}
.flow_list_tt.or {
    background: url("../images/img_flow_title_03_bg.png") no-repeat left center;
}
.flow_list_tt .num {
    font-family: "Oswald", sans-serif;
    font-size: 52px;
    font-weight: 100;
    letter-spacing: 0.05em;
    position: relative;
    padding-right: 18px;
}
.flow_list_tt .num:before {
    position: absolute;
    content: "";
    border-right: 2px #fff dotted;
    height: 44px;
    right: 0;
    top: 26px;
}
.flow_list_tt .ja {
    font-size: 42px;
    font-weight: 500;
    padding-left: 15px;
}
.flow_list_tt.sm .ja {
    font-size: 36px;
    padding-left: 10px;
    letter-spacing: -0.14em;
}
.message {
    background: url(../images/bg_message.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.message_bloc {
    margin-left: auto;
    width: 64%;
}
.message_bloc h2 {
    font-family: 'Noto Serif';
    background: #389ee3;
    color: #fff;
    font-size: 40px;
    line-height: 1.4em;
    padding: 5px;
    margin-bottom: 0.5em;
}
.message_bloc h3 {
    font-family: 'Noto Serif';
    font-size: 30px;
    line-height: 1.4em;
    color: #0465a7;
    text-align: left;
    margin-bottom: 0.5em;
}
.message_bloc p {
    font-size: 16px;
    text-align: left;
}
#company {
    padding: 2em 0 0;
}
.company_bloc {
    padding: 4em 0;
}
.company_bloc .data {
    max-width: 840px;
    margin: 0 auto;
}
.company_bloc .data dl {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    border-top: solid 1px #c2c2c2;
    font-size: 16px;
}
.company_bloc .data dl:last-child {
    border-bottom: solid 1px #c2c2c2;
}
.company_bloc .data dl dt {
    margin: 0;
    padding: 1em;
    width: 200px;
    text-align: left;
}
.company_bloc .data dl dd {
    margin: 0;
    padding: 1em;
    flex: 1 0 0%;
    text-align: left;
}
.bengoshi {
    padding: 2em 0 0;
}
.bengoshi .section_title {
    margin-bottom: 2em;
}
.bengoshibloc {}
.bengoshibox {
    background-color: #f8f8c6;
}
.bengoshibox:nth-child(even) {
    background-color: #fffff0;
}
.bengoshibox .bengoshiboxinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.bengoshibox .bengoshiboxinner .bengoshiprof {
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    padding: 2em 1em 2em 2em;
}
.bengoshibox .bengoshiboxinner .bengoshiprof img {}
.bengoshibox .bengoshiboxinner .bengoshiprof strong {
    display: block;
}
.bengoshibox .bengoshiboxinner .bengoshiprof strong span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.bengoshibox .bengoshiboxinner .bengoshiprof strong b {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}
.bengoshibox .bengoshiboxinner .bengoshiprof dl {
    margin: 0;
    background-color: #fff;
    padding: 5px;
    text-align: left;
}
.bengoshibox .bengoshiboxinner .bengoshiprof dl dt {
    font-size: 0.5em;
    line-height: 1em;
    margin-bottom: 5px;
}
.bengoshibox .bengoshiboxinner .bengoshiprof dl dd {
    padding: 0px 5px;
    margin: 0;
}
.bengoshibox .bengoshiboxinner .bengoshiprof dl dd p {
    font-size: 0.6em;
    line-height: 1.6em;
    margin: 0;
}
.bengoshibox .bengoshiboxinner .bengoshitex {
    flex: 1 0 0%;
    padding: 2em 2em 2em 1em;
}
.bengoshibox .bengoshiboxinner .bengoshitex p {
    text-align: left;
    font-size: 15px;
}
.bengoshibox .bengoshiboxinner .bengoshitex p + p {}
.btn_bengoshi_more {
    display: block;
    text-align: center;
    margin: 2em auto;
    cursor: pointer;
    background: #7f3d01;
    border-radius: 34px;
    color: #fff;
    font-size: 18px;
    padding: 1em;
    width: 300px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_bengoshi_more:hover {
    background: #ff9900;
}
.bengoshibox_name {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: 700;
}
.bengoshibox_name .sm {
    font-size: 16px;
    position: relative;
    top: -3px;
}
.bengoshibox_name .lg {
    font-size: 24px;
    margin-left: 20px;
}
.bengoshibox_white {
    width: 346px;
    background: #fff;
    padding: 5px 10px;
    text-align: left;
}
.bengoshibox_white .tt, .bengoshibox_white .bengoshibox_year {
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.5;
}
.bengoshibox_year {
    display: flex;
    align-items: flex-start;
}
.bengoshibox_year span {
    width: 100px;
    flex-shrink: 0;
}
.close {
    background: #7f3d01;
}
.com_list {
    padding: 0 0 4em;
}
.com_list_bloc {
    align-items: stretch;
    justify-content: space-between;
}
.com_list_bloc .com_left {
    width: 49%;
    box-sizing: border-box;
    padding: 1em;
    background: #fffff0;
    border: solid 1px #c2c2c2;
    border-radius: 6px;
    margin-top: 20px;
}
.com_list_bloc .com_right {
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    background: #fffff0;
    border: solid 1px #c2c2c2;
    border-radius: 6px;
    margin-top: 20px;
}
.com_list_bloc h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.com_list_bloc ul {
    display: block;
    text-align: left;
    font-size: 0;
}
.com_list_bloc ul li {
    font-size: 12px;
    line-height: 2em;
    display: inline-block;
    border-right: 1px solid #ccc;
    margin-right: 3px;
    padding-right: 3px;
    white-space: nowrap;
    vertical-align: bottom;
}
.alliance {
    background: #fffff0;
    padding: 4em 0;
}
.alliance .section_title {
    margin-bottom: 2em;
}
.alliance .section_title h2:after {
    background: #fffff0;
}
.alliance_bloc {}
.alliance_bloc .inner {
    align-items: stretch;
    justify-content: space-between;
}
.alliance_item {
    border: solid 1px #c2c2c2;
    border-radius: 6px;
    width: 49%;
    box-sizing: border-box;
    padding: 1em;
    background: #fff;
}
.alliance_item:nth-child(n+3) {
    margin-top: 1em;
}
.alliance_item dl {
    margin: 0;
}
.alliance_item dl + dl {}
.alliance_item dl dt {
    text-align: left;
    color: #f85400;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.alliance_item dl dd.address {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}
.alliance_item dl dd.number {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}
footer {
    padding: 10px 0;
    background: #fff;
    font-size: initial;
}
footer .inner {
    align-items: center;
    justify-content: space-between;
}
footer .header_logo {}
footer .header_logo img {}
footer .header_logo img + img {
    margin-left: 10px;
}
footer .header_util {
    align-items: center;
    justify-content: space-between;
}
footer .header_util .header_link {}
footer .header_util .header_link ul {}
footer .header_util .header_link ul li {}
footer .header_util .header_link ul li + li {
    margin-top: 6px;
}
footer .header_util .header_tel {
    margin-left: 1em;
}
footer .header_util .header_tel a {
    display: block !important;
    margin-bottom: 6px;
    margin-right: auto;
    color: initial;
}
.btn01, .btn02, .btn02 .link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn01 {
    width: 220px;
    height: 40px;
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.btn_mid {
    width: 360px;
    height: 70px;
    font-size: 20px
}
.btn_mid {}
.btn_con.btn_mid span {
    background-size: 40px auto;
    padding-left: 50px;
}
.btn_line.btn_mid span {
    background-size: 50px auto;
    padding: 7px 5px 7px 60px;
}
.btn02 {
    border-radius: 20px;
    width: 343px;
    height: 71px;
    border: 3px #fa76b0 solid;
    color: #333;
    text-decoration: none;
}
.btn02.btn02_book {
    border-color: #204caa;
}
.btn02 .link {
    flex-direction: column;
    line-height: 1.2;
}
.btn02.btn02_movie .link {
    background: url("../images/ic_speaker.png") no-repeat left center/46px;
    padding-left: 55px;
}
.btn02.btn02_book .link {
    background: url("../images/ic_book.png") no-repeat left center/36px;
    padding-left: 45px;
}
.btn02 .link .sm {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: left;
}
.btn02 .link .sm .dot {
    position: relative;
    padding-top: 4px;
}
.btn02 .link .sm .dot:before {
    position: absolute;
    content: "";
    width: 3px;
    background: #333;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    margin: 0 auto;
}
.btn02 .link .lg {
    font-size: 24px;
    color: #fa76b0;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.btn02.btn02_book .link .lg {
    color: #214baa;
}
.insta_box {
    position: relative;
    display: table;
    max-width: 706px;
    margin: 0 auto;
}
.insta_txt {
    position: absolute;
    left: 160px;
    top: 40px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.btn_con {
    background: #f85400;
    box-shadow: 0px 4px 0px 0px #c34403;
}
.btn_con span {
    background: url("../images/ic_email.png") no-repeat left center/24px;
    padding-left: 29px;
}
.btn_line {
    background: #60c913;
    box-shadow: 0px 4px 0px 0px #4c6f03;
}
.btn_line span {
    background: url(../images/ic_line.png) no-repeat left center / 25px;
    padding-left: 35px;
}
.fix_banner .btn_line span {
    background: none;
}
.fix_banner .btn_line > span {
    padding: 10px 5px 5px 30px;
    background: url(../images/ic_line.png) no-repeat left center / 25px;
}
.btn_line > span .txt_sm {
    display: table;
    background: #fff;
    color: #53b30d;
    font-size: 12px;
    margin: 0 auto;
    padding: 0 5px;
    line-height: 1.6;
}
.btn_sm {
    margin-bottom: 10px;
}
.btn-tel01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 666px;
    height: 121px;
    background: #fff;
    margin: 0 auto 1em;
    border: 3px solid #389ee3;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.btn-tel01 .txt, .btn-tel02 .txt {
    display: flex;
    font-weight: 900;
    align-items: center;
}
.btn-tel01 .txt .bg, .btn-tel02 .txt .bg {
    color: #fff;
    background: #ff0000;
    line-height: 1.5;
    padding: 0 9px 2px;
    margin-right: 8px;
}
.btn-tel02 .txt .bg {
    padding: 2px 9px 4px;
    flex-shrink: 0;
}
.btn-tel01 .txt .ja, .btn-tel02 .txt .ja {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.btn-tel02 .txt .ja {
    font-size: 19px;
}
.btn-tel01 .number {
    background: url("../images/img_cta_tel02.png") no-repeat left top 9px;
    padding-left: 79px;
    font-size: 60px;
    font-style: italic;
    letter-spacing: -0.01em;
    line-height: 1;
}
/* **************************************************************** */
/* Contact
*/
#Contact {
    padding: 2em 0;
}
#Contact .band_title {
    background: #ff0000;
}
.attention_bloc {
    margin-bottom: 2em;
}
.attention_bloc h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.attention_bloc p {
    text-align: left;
}
#Contact .contact_bloc {
    padding: 4em 0 2em;
}
#Contact .contact_bloc p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 2em;
    text-align: center;
}
.contact_check {
    border-top: solid 1px #d0d2d2;
    padding-top: 2em;
}
#Contact .contact_bloc dl {
    border-top: solid 1px #bfbfbf;
    margin: 0;
    padding: 1em;
    align-items: center;
    font-size: 16px;
}
#Contact .contact_bloc dl:nth-child(even) {
    background: #eeeeee;
}
#Contact .contact_bloc dl:last-child {
    border-bottom: solid 1px #bfbfbf;
}
#Contact .contact_bloc dl dt {
    width: 25%;
    text-align: left;
    position: relative;
    align-items: center;
    /*font-weight: 900;*/
}
.form_sub {
    font-size: 14px;
}
#Contact .contact_bloc dl dt.required {}
#Contact .contact_bloc dl dt.required:after {
    content: "必須";
    display: inline-block;
    background: #f85400;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}
#Contact .contact_bloc dl dd {
    margin: 0;
    width: 73%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    /*border-left: solid 1px #438ec2;*/
    margin-left: 1em;
    padding-left: 1.2em;
}
#Contact .contact_bloc dl dd label {}
#Contact .contact_bloc dl dd label + label {
    margin-left: 0.5em;
}
#Contact .contact_bloc dl dd label .sub {
    display: inline-block;
    width: 40px;
}
#Contact .contact_bloc .dl_bloc {}
#Contact .contact_bloc .btn_bloc {
    margin-top: 4em;
}
#Contact .btn_bloc input[type="submit"] {
    color: #fff;
    text-decoration: none;
    width: 420px;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 0 #b10a11;
    background: #f83e37;
    border: none;
    font-size: 20px;
}
#Contact .btn_bloc input[type="submit"]:hover {
    box-shadow: none;
    transform: translate3d(0, 6px, 0);
    background: rgba(253, 42, 0, 0.8);
}
.contact_bloc_upper {
    margin-bottom: 1em;
}
.contact_bloc_upper h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
}
.contact_name {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
    border-radius: 4px;
    width: 32%;
}
.contact_kana {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
    border-radius: 4px;
    width: 32%;
}
.contact_mail {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
    border-radius: 4px;
    width: 100%;
}
.contact_tel {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
    border-radius: 4px;
    width: 100%;
}
.contact_message {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
    border-radius: 4px;
    width: 100%;
}
select {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d2d2;
    border-radius: 4px;
    background: #fff;
}
.radio_wrap {
    justify-content: flex-start;
}
.radio_item + .radio_item {
    margin-left: 1em;
}
.check_wrap {
    justify-content: center;
    margin-bottom: 1em;
}
.radio_item2 {
    align-items: center;
    justify-content: flex-start;
}
.radio_item2 label {
    margin: 0 0.5em;
}
.map_link {}
.map_link a img {
    margin-right: 5px;
}
.map_link a {
    color: #c3002f;
    font-size: 16px;
}
button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
/* **************************************************************** */
/* thanks
*/
.thanks_body {}
.thanks_body header {
    position: static;
    box-sizing: border-box;
}
.thanks {
    position: relative;
    box-sizing: border-box;
}
.thanks .inner {
    text-align: left;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.thanks .detail {
    text-align: center;
    max-width: 550px;
    width: 100%;
}
.thanks .thanks_image {
    margin-bottom: 2em;
}
.thanks .thanks_image p {
    font-size: 24px;
}
.thanks .bloc {}
.thanks .bloc h1 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    /* background: #000; */
    /* color: #fff; */
    padding: 10px 0 14px;
    /* max-width: 550px; */
    /* margin: 0 auto 0.5em; */
    box-sizing: border-box;
}
.thanks .bloc p {
    font-size: 18px;
}
.thanks .sub {
    max-width: 760px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1em;
}
.thanks .sub .mv_logo {
    margin-right: 2em;
}
.thanks .sub p {
    font-size: 36px;
    line-height: 1em;
}
.btn_bloc_btn01, .btn-article-tt01 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 45px;
}
.btn_bloc_btn01 {
    width: 360px;
    height: 74px;
    background: #f85400;
    font-size: 20px;
    font-weight: 400;
    box-shadow: 0px 5px 0px 0px #c34403;
}
.btn-article-tt01 {
    width: 338px;
    height: 80px;
    font-weight: 700;
    font-size: 23px;
    background: url(../images/hd/arrow-down.png) #1d4ca7 no-repeat right 25px center;
    text-indent: -35px;
}
section.instagram div.line a {
    text-decoration: none;
}
.bnt_line_box {
    width: 696px;
    height: 143px;
    border: 5px #23a120 solid;
    margin: 0 auto;
    text-decoration: none;
    line-height: 1.1;
}
.btn_line_txt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: url("../images/logo_line.png") no-repeat left 20px center/108px;
    padding-left: 148px;
    padding-top: 5px;
}
.btn_line_txt .sm {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.btn_line_txt .lg {
    font-size: 58px;
    color: #04c856;
    font-weight: 900;
    letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
    body {
        min-width: auto;
        overflow-x: hidden;
        padding-bottom: 12vw;
    }
    .fix_banner {
        position: fixed;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        padding: 5px 0;
        box-sizing: border-box;
    }
    .fix_banner ul {}
    .fix_banner ul li {
        width: 49%;
    }
    .fix_banner ul li a {
        width: 100%;
    }
    .fix_banner ul li:nth-child(1) {
        width: 48.5%;
        margin-left: 1%;
    }
    .fix_banner ul li:nth-child(2) {
        width: 48.5%;
        margin-right: 1%;
    }
    .fix_banner ul li:last-child {
        width: 100%;
        margin: 0.3em 0 0;
        padding: 0;
    }
    header {
        padding: 5px;
    }
    header .header_logo {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    header .header_logo .logo {
        width: 62%;
        margin: 0 10px 0 0;
    }
    header .header_logo .icon {
        width: 26vw;
    }
    header .header_util {
        display: none;
    }
    .logo {
        height: auto;
    }
    .logo_sub {
        padding-right: 10px;
    }
    .logo_wrap {
        padding-left: 40px;
        background-size: 38px auto;
    }
    .logo_group .lg {
        font-size: 28px;
    }
    .logo_group .sm {
        font-size: 11px;
    }
    .logo_txt {
        font-size: 9px;
    }
    .logo_style01 {
        font-size: 9px;
    }
    .logo_round .lg {
        font-size: 16px;
    }
    .logo_round .sm {
        font-size: 8px;
    }
    .logo_round {
        width: 70px;
        height: 70px;
    }
    .logo_sub_tt .sm {
        font-size: 15px;
    }
    .logo_sub_tt .num {
        font-size: 32px;
    }
    .logo_sub_tt .lg {
        font-size: 16px;
    }
    .logo_sub_tt .sm {
        font-size: 14px;
    }
    .navigation {
        display: none;
    }
    .mv {
        background: url(../images/bg_mv_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 1em;
    }
    .mv_bloc .lawyer_bloc h3 {
        font-size: 14px;
    }
    .mv_bloc .lawyer_bloc ul {
        justify-content: center;
    }
    .mv_bloc .lawyer_bloc ul li > span {
        bottom: 0.5vw;
        left: 0.5vw;
        width: calc(100% - 1vw);
        font-size: 2vw;
        line-height: 3vw;
        justify-content: center;
    }
    .mv_bloc .lawyer_bloc ul li .blue {
        padding: 0.3vw 1vw 0.4vw;
        margin-right: 0.5vw;
        font-size: 1.5vw;
        line-height: 1;
    }
    .mv_bloc .lawyer_bloc ul li {
        width: 19%;
        box-sizing: border-box;
        margin:2px;
    }
    .mv_bloc .lawyer_bloc ul li:nth-child(n+6) {
        margin-top: 5px;
    }
    .mv_bloc .lawyer_bloc ul li + li {
        margin-left: 0;
    }
    .section_title h2 {
        display: block;
    }
    .section_title h2:after {
        width: 80%;
        margin-left: -40%;
    }
    .section_title h2 .sub {
        font-size: 21px;
    }
    .section_title h2 .main {
        font-size: 24px;
    }
    .focus:after {
        border-width: 20px 30px 0 30px;
        bottom: -20px;
    }
    .focus_catch {
        background: url(../images/bg_focus_catch_sp.jpg) no-repeat center;
        background-size: cover;
        padding: 2em 1em 1em;
    }
    .focus_catch_bloc {
        width: 100%;
        box-sizing: border-box;
        background: #ffffff60;
        border-radius: 10px;
        padding: 1em;
    }
    .focus_catch_bloc h2 {
        margin-bottom: 0.5em;
    }
    .focus_catch_bloc p {
        font-size: 14px;
    }
    #fee {
        padding: 1em 0 0;
    }
    .reason_text {
        width: 100%;
        box-sizing: border-box;
        background: #ffffff60;
        border-radius: 10px;
        padding: 1em;
    }
    .reason_bloc {
        background: url(../images/bg_reason_sp.jpg) no-repeat center;
        background-size: cover;
        padding: 1em;
        margin-bottom: 0;
    }
    .reason_data_bloc {
        padding: 0 0.4em;
    }
    .reason_data_bloc .catch {
        padding: 1.5em 0 1em;
    }
    .reason_catch_bloc {
        padding: 1em;
    }
    .reason_catch_bloc h3 {
        margin-bottom: 0.5em;
    }
    .reason_catch_bloc h3 .sub {
        font-size: 21px;
    }
    .reason_catch_bloc h3 .main {
        font-size: 28px;
    }
    .reason_catch_bloc p {
        font-size: 16px;
    }
    .cta_a {
        background: url(../images/bg_cta_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 1em;
    }
    .cta_a_bloc {
        width: 100%;
        background: #ffffff60;
        padding: 1em;
        box-sizing: border-box;
    }
    .cta_a_bloc h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .cta_a_bloc p {
        font-size: 14px;
    }
    .cta_a_bloc ul li {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 20px;
    }
    .cta_a_bloc ul li:last-child {
        margin-bottom: 0px;
    }
    .cta_a_bloc .cta_tel {
        width: 72vw;
        margin: 0 auto 1em;
    }
    .must {
        padding: 1em;
    }
    .must_bloc h2 {
        font-size: 24px;
    }
    .must_bloc ul li:nth-child(n+3) {
        margin-top: 0;
    }
    .must_bloc ul li + li {
        margin-top: 0.5em !important;
    }
    .reason_list {
        padding: 1em;
    }
    .reason_list .upper {
        margin-bottom: 1em;
    }
    .reason_list .upper p {
        font-size: 14px;
        line-height: 1.4em;
    }
    .reason_list .list_bloc ol li .meta h3 {
        margin-bottom: 1em;
    }
    .list_bloc_tt01 {
        width: 100%;
        height: 40px;
        font-size: 22px;
        background: linear-gradient(125deg, rgba(248, 84, 0, 1) 0%, rgba(248, 84, 0, 1) 90.8%, rgba(248, 84, 0, 0) 90%, rgba(248, 84, 0, 0) 100%);
    }
    .list_bloc_tt01 .num {
        font-size: 28px;
        margin-left: 5px;
    }
    .reason_list .list_bloc ol li .meta figure {
        width: 24vw;
        margin: 0 auto 1em;
    }
    .reason_list .list_bloc ol li .detail h4 {
        font-size: 16px;
    }
    .reason_list .list_bloc ol li .detail p {
        font-size: 14px;
        line-height: 1.4em;
    }
    .reason_list .list_bloc ol li + li {
        margin-top: 1em;
    }
    .important {
        background: url(../images/bg_important_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 1em;
    }
    .important h2 {
        margin-bottom: 0.5em;
    }
    .important h2 figure {
        width: 2vw;
        margin: 0 auto;
    }
    .important h2 .main {
        font-size: 16px;
        display: block;
    }
    .important p {
        font-size: 12px;
        text-align: left;
    }
    .cta_b {
        background: #c2e5fd url(../images/bg_cta2_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 1em;
    }
    .cta_b_bloc {
        width: 100%;
        background: #ffffff60;
        padding: 1em;
        box-sizing: border-box;
    }
    .cta_b_bloc h2 {
        font-size: 15px;
    }
    .cta_b_bloc .cta_b_ul ul li:nth-child(1) {
        width: 48%;
    }
    .cta_b_bloc .cta_b_ul ul li:nth-child(2) {
        width: 50%;
    }
    .cta_b_bloc .cta_b_ul ul li:last-child {
        margin-top: 0.5em;
        width: 100%;
        max-width: 100%;
    }
    .cta_b_bloc .cta_tel {
        width: 72vw;
        margin: 0 auto 1em;
    }
    .cta_b_bloc ul li {
        width: 100%;
        margin-bottom: 20px;
        max-width: 350px;
        margin: 0 auto;
    }
    .cta_b_bloc ul li:last-child {
        margin-bottom: 0px;
    }
    #flow {
        padding: 1em 0 0;
    }
    .flow_bloc {
        padding: 1em;
    }
    .flow_list {
        padding: 0;
    }
    .flow_list ol li .meta {
        width: 100%;
    }
    .flow_list ol li .meta h3 {
        margin-bottom: 0.5em;
    }
    .flow_list ol li .meta h3 .title {
        width: 50vw;
    }
    .flow_list ol li .meta h3 .free {
        width: 13vw;
        background-size: 13vw auto;
        font-size: 20px;
    }
    .flow_list ol li .meta p {
        padding: 0;
        font-size: 14px;
    }
    .flow_list ol li .detail {
        margin-top: 1em;
    }
    .flow_list ol li .detail p {
        font-size: 11px;
    }
    .flow_list ol li + li {
        margin-top: 1em;
    }
    .message {
        background: url(../images/bg_message_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 1em;
    }
    .message_bloc {
        width: 100%;
        background: #ffffff60;
        padding: 1em;
        box-sizing: border-box;
    }
    .message_bloc h2 {
        font-size: 21px;
    }
    .message_bloc h3 {
        font-size: 15px;
    }
    .message_bloc p {
        font-size: 14px;
        line-height: 1.4em;
    }
    .company_bloc {
        padding: 1em;
    }
    .company_bloc .data dl dt {
        width: 100%;
        padding: 5px;
        font-size: 12px;
        line-height: 1;
        box-sizing: border-box;
        color: #666;
    }
    .company_bloc .data dl dd {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5px 0px;
        font-size: 14px;
        line-height: 1.4em;
    }
    .bengoshi {
        padding: 1em 0 0;
    }
    .bengoshi .section_title {
        margin-bottom: 1em;
    }
    .bengoshibox .bengoshiboxinner .bengoshiprof {
        max-width: none;
        padding: 1em 1em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .bengoshibox .bengoshiboxinner .bengoshiprof .clearfix {
        width: 100%;
    }
    .bengoshibox .bengoshiboxinner .bengoshiprof strong span {
        font-size: 12px;
    }
    .bengoshibox .bengoshiboxinner .bengoshiprof strong b {
        font-size: 16px;
    }
    .bengoshibox .bengoshiboxinner .bengoshiprof dl {
        flex: 1 0 0%;
        margin-left: 0.5em;
    }
    .bengoshibox .bengoshiboxinner .bengoshitex {
        padding: 1em;
    }
    .bengoshibox .bengoshiboxinner .bengoshitex p {
        font-size: 14px;
        line-height: 1.4em;
    }
    .btn_bengoshi_more {
        margin: 1em auto;
        font-size: 14px;
    }
    .com_list {
        padding: 0 1em 1em;
    }
    .com_list_bloc .com_left {
        width: 100%;
        margin-bottom: 1em;
    }
    .com_list_bloc .com_right {
        width: 100%;
    }
    .com_list_bloc h2 {
        font-size: 16px;
    }
    .alliance {
        padding: 1em 0;
    }
    .alliance .section_title {
        margin-bottom: 1em;
    }
    .alliance_bloc {
        padding: 0 1em;
    }
    .alliance_item {
        width: 100%;
        padding: 0.5em;
    }
    .alliance_item + .alliance_item {
        margin-top: 0.5em;
    }
    .alliance_item:nth-child(n+3) {
        margin-top: 0.5em;
    }
    .alliance_item dl dt {
        font-size: 16px;
    }
    .alliance_item dl dd.address {
        font-size: 13px;
    }
    .alliance_item dl dd.number {
        font-size: 13px;
    }
    #Contact {
        padding: 1em 0 0;
    }
    .contact_bloc_upper h3 {
        font-size: 18px;
    }
    #Contact .contact_bloc dl dt {
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
        padding: 0 0.5em;
    }
    #Contact .contact_bloc dl dd {
        width: 100%;
        border: none;
        padding-left: 0;
        margin-left: 0;
        padding: 0 0.5em;
    }
    #Contact .contact_bloc {
        padding: 1em 1em 0;
    }
    #Contact .btn_bloc {
        padding: 1em;
    }
    #Contact .btn_bloc .radio_item {
        font-size: 12px;
    }
    #Contact .btn_bloc input[type="submit"] {
        width: 100%;
        height: auto;
        padding: 1em 0;
        font-size: 18px;
    }
    #Contact .contact_bloc dl dt.required:after {
        font-size: 12px;
    }
    #Contact .contact_bloc dl dd label .sub {
        font-size: 14px;
        width: 30px;
    }
    .radio_item2 label {
        margin: 0 0.5em;
        flex: 1;
        line-height: 1.4em;
        font-size: 14px;
    }
    .radio_item2 + .radio_item2 {
        margin-top: 10px;
    }
    .contact_name {}
    .contact_kana {}
    .contact_tel {
        width: 100%;
    }
    #Contact .contact_bloc p {
        font-size: 12px;
        line-height: 1.6em;
        margin-bottom: 1em;
    }
    #Contact .contact_bloc dl {
        border-top: solid 1px #dcdcdc;
        margin: 0;
        padding: 0.5em 0;
        align-items: center;
    }
    footer {
        padding: 5px 5px 175px;
    }
    footer .header_util {
        display: none;
    }
    footer .header_logo {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    footer .header_logo .logo {
        width: 62%;
    }
    footer .logo {
        margin-right: 10px;
    }
    footer .header_logo .icon {
        width: 26vw;
    }
    .thanks .sub {
        display: block;
    }
    .thanks .sub .mv_logo {
        display: block;
        width: 30vw;
        margin: 0 auto 10px;
    }
    .thanks .sub p {
        font-size: 16px;
        text-align: center;
    }
    .thanks .detail {
        box-sizing: border-box;
        padding: 1em;
    }
    .thanks .thanks_image {
        width: 30vw;
        margin: 0 auto 2em;
    }
    .thanks .bloc h1 {
        font-size: 20px;
        padding: 5px 1em 6px;
    }
    .thanks .bloc p {
        font-size: 14px;
    }
    .btn_mid {
        width: 100%;
        height: 60px;
        font-size: 16px;
    }
    .btn_mid.mb20 {
        margin-bottom: 20px;
    }
    .btn-tel01 {
        width: 100%;
    }
    .btn_con.btn_mid span {
        background-size: 26px auto;
        padding-left: 30px;
    }
    .btn_line.btn_mid span {
        background-size: 34px auto;
        padding: 7px 5px 7px 40px;
    }
    .btn-tel01 .number {
        padding-left: 45px;
        font-size: 36px;
        background-size: 38px auto;
    }
    .btn-tel01 .txt .bg, .btn-tel02 .txt .bg {
        padding: 0 5px 2px;
    }
    .btn-tel01 .txt .ja, .btn-tel02 .txt .ja {
        font-size: 20px;
    }
    .must_bloc ul li {
        width: 100%;
    }
    .must_bloc_tt01 {
        width: 100%;
        height: 60px;
        background: linear-gradient(132deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) calc(100% - 15px), rgba(249, 249, 249, 0) calc(100% - 15px), rgba(255, 255, 255, 0) 100%);
        font-size: 18px;
        line-height: 1.3;
        text-align: left;
    }
    .must_bloc_tt01:before {
        width: 22px;
        height: 24px;
        right: -1px;
        bottom: -2px;
        background-size: 22px auto;
    }
    .must_bloc_tt01 span {
        padding-left: 50px;
        background-size: 28px auto;
    }
    .mv_box01_sub01 {
        width: auto;
        height: auto;
        padding: 0.7vw;
        font-size: 7vw;
        line-height: 7vw;
    }
    .mv_box01 .point {
        margin-left: -2vw;
        margin-right: 0;
        font-size: 7vw;
    }
    .mv_box01 .white_txt {
        margin-left: 1vw;
        font-size: 7vw;
    }
    .mv_box01_sub01 > span {
        padding: 1px 5px 5px 5px;
    }
    .mv_box01 {
        margin-bottom: 1vw;
    }
    .mv_box02 {
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
    }
    .mv_box02_bb {
        font-size: 7vw;
        background-size: 20vw auto;
        width: 20vw;
        height: 20vw;
    }
    .mv_box02_line {
        font-size: 13vw;
        line-height: 15vw;
        margin-bottom: 10vw;
        margin-left: 0px;
    }
    .mv_box03 {
        font-size: 8.5vw;
        padding-left: 0;
    }
    .mv_box04_sub01 {
        font-size: 4.5vw;
        width: 46vw;
        height: 10vw;
        padding-bottom: 4vw;
        margin-bottom: -5vw;
        background-size: 46vw auto;
    }
    .mv_box04_sub02 {
        font-size: 4vw;
        line-height: 5vw;
        background: linear-gradient(90deg, rgba(248, 84, 0, 0.8) 0%, rgba(248, 84, 0, 0.8) 10%, rgba(248, 84, 0, 0.8) 20%, rgba(248, 84, 0, 1) 50%, rgba(248, 84, 0, 0.8) 80%, rgba(248, 84, 0, 0.8) 90%, rgba(248, 84, 0, 0.8) 100%);
        padding: 2vw;
    }
    .mv_box05_sub01 {
        width: 230px;
        font-size: 52px;
    }
    .mv_box05_sub01_sub {
        font-size: 52px;
    }
    .mv_box05_sub01_sub.top {
        left: 3px;
        top: 0px;
    }
    .mv_box05_sub01_sub.bt {
        left: 3px;
        top: -1px;
    }
    .mv_box05_sub02 {
        font-size: 33px;
    }
    .mv_bloc .mv_catch {
        margin-top: 10px;
    }
    .mv_box05_sub03 {
        font-size: 28px;
        line-height: 1.5;
    }
    .mv_box05_sub03 .or .lg {
        font-size: 42px;
    }
    .mid .mv_box01_sub01 {
        font-size: 36px;
        height: auto;
        width: auto;
    }
    .mv_box01.mid .white_txt {
        font-size: 5vw;
        margin-right: 10px;
    }
    .mv_box06_sub01 {
        font-size: 10vw;
        margin-bottom: -3vw;
    }
    .mv_box06_sub02 {
        font-size: 6vw;
    }
    .mv_box01.mid {
        margin-bottom: -2vw;
        font-size: 4vw;
    }
    .mv_box07_sub01 {
        font-size: 6vw;
        margin-bottom: 2vw;
    }
    .mv_box07_sub02 .lg {
        font-size: 8.5vw;
        padding: 0 1vw 0 1vw;
    }
    .mv_box07_sub03 {
        font-size: 7vw;
    }
    .mv_box07_sub02 {
        font-size: 7vw;
        line-height: 9vw;
        margin-bottom: -1vw;
    }
    .btn02 .link .lg {
        font-size: 20px;
        letter-spacing: 0em;
    }
    .btn02.btn02_movie .link {
        padding-left: 40px;
        background-size: 32px auto;
    }
    .btn02.btn02_book .link {
        padding-left: 37px;
        background-size: 30px auto;
    }
    .mv_box07 {
        align-items: center;
    }
    .mv_box08_sub01 {
        font-size: 6vw;
        line-height: 7vw;
        padding: 1.5vw 3vw 2vw;
    }
    .mv_box08_sub02 .num {
        font-size: 15vw;
        line-height: 15vw;
    }
    .mv_box08_sub02 .ja {
        padding-top: 2vw;
    }
    .mv_box08_sub02 .ja .sm {
        font-size: 3vw;
    }
    .mv_box08_sub02 .ja .lg {
        font-size: 8vw;
    }
    .mv_box08_sub03 {
        font-size: 3.7vw;
        line-height: 5vw;
    }
    .tb_sroll {
        /* width: 100%; */
        /* overflow-x: auto; */
        /* overflow-y: hidden; */
        /* padding: 5px 0; */
    }
    .tb_sroll table {
        /* width: 768px; */
        table-layout: auto;
    }
    .tb01 tr > td:nth-child(2), .tb01 tr > th:nth-child(2) {
        width: 110px;
    }
    .tb01 th, .box_price.xsm {
        font-size: 3vw;
    }
    .tb01 tr > td:nth-child(1) {
        font-size: 2.5vw;
        width: auto;
    }
    .box_price.lg, .tb01 th.lg {
        font-size: 3vw;
    }
    .box_price.mid {
        font-size: 3vw;
    }
    .price01 .num {
        font-size: 6vw;
    }
    .price01 .ja .lg {
        font-size: 3vw;
    }
    .price01 .ja .sm {
        font-size: 10px;
    }
    .box_price.sm {
        font-size: 3vw;
    }
    .price02 .num {
        font-size: 4vw;
    }
    .price02 {
        font-size: 3vw;
    }
    .tb01 th, .tb01 td {
        font-size: 2vw;
        padding: 1vw 0.5vw;
        letter-spacing: 0em;
        white-space: nowrap;
    }
    .tb01 tr > td:nth-child(2), .tb01 tr > th:nth-child(2) {
        border-left: 4px #f85400 solid;
        border-right: 4px #f85400 solid;
    }
    .tb01 tr > td:nth-child(2):before, .tb01 tr > th:nth-child(2):before, .tb01 tr:last-child > td:nth-child(2):after {
        width: calc(100% + 8px);
        height: 4px;
        left: -4px;
        top: -3px;
    }
    .tb01 tr:last-child > td:nth-child(2):after {
        bottom: -4px;
        top: auto;
    }
    .tb01 tr > th:nth-child(2):before {
        top: -4px;
    }
    .tb01 td.lg {
        font-size: 3vw;
    }
    .reason_catch_tt01 {
        font-size: 5.5vw;
        line-height: 5vw;
        margin-bottom: 2vw;
        height: 5vw;
        padding: 0 4vw;
    }
    .reason_catch_tt01:before, .reason_catch_tt01:after {
        font-size: 4.5vw;
        line-height: 5vw;
        margin-bottom: 2vw;
        height: 6vw;
        top: 0px;
    }
    .reason_data_bloc .data {
        margin-top: 10px;
    }
    .reason_list .list_bloc ol li {
        flex-direction: column;
    }
    .reason_list .list_bloc ol li .meta, .cta_b_ul_tt01.lg, .cta_b_ul_tt01, .cta_b_ul_tt02 {
        width: 100%;
    }
    .cta_b_ul_tt01.mb01 {
        margin-bottom: 10px;
    }
    .cta_b_ul_tt01 .sm {
        top: 0;
        line-height: 3vw;
        font-size: 2.4vw;
        margin-right: 1vw;
    }
    .cta_b_ul_tt01 .lg {
        font-size: 3.8vw;
        letter-spacing: 0;
    }
    .cta_b_ul_tt02 .lg {
        font-size: 4.5vw;
        line-height: 6vw;
    }
    .cta_b_ul_tt02 .sm {
        font-size: 2vw;
        letter-spacing: 0em;
    }
    .cta_b_ul_tt02 {
        height: 10vw;
        border-width: 2px;
        width: calc(100% - 15px);
    }
    .cta_tel03 {
        justify-content: center;
    }
    .flow_list_tt, .flow_list_tt.or {
        padding-left: 30px;
        background-size: 250px auto;
        width: 220px;
        height: 80px;
    }
    .flow_list_tt .num {
        padding-right: 5px;
        font-size: 28px;
    }
    .flow_list_tt .ja {
        font-size: 20px;
        padding-left: 5px;
    }
    .flow_list_tt.sm .ja {
        font-size: 18px;
    }
    .flow_list_tt .num:before {
        border-right: 1px #fff dotted;
        height: 23px;
        top: 14px;
    }
    .bengoshibox_white {
        width: calc(100% - 20px);
    }
    .mds-obi-tt {
        background: #ee951d;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        clip-path: polygon(2% 0%, 98% 0%, 100% 50%, 98% 100%, 2% 100%, 0% 50%);
        line-height: 1.4;
        padding: 1vw;
    }
    .mds-obi-tt .sm {
        font-size: 3vw;
    }
    .mds-obi-tt .lg {
        font-size: 3.4vw;
    }
    .mds-obi-tt .sm, .mds-obi-tt .lg > span {
        font-weight: 400;
    }
    .mds-obi-tt02 {
        width: calc(100% - 15px);
        margin-left: 6px;
        background: #004fad;
        color: #fff;
        font-weight: 900;
        display: flex;
        align-items: center;
        text-decoration: none;
        border-radius: 35px;
        border: 2px #fff solid;
        justify-content: center;
        position: relative;
        margin-bottom: 5px;
        height: 60px;
    }
    .mds-obi-tt02:before {
        background: url("../images/img_sp_cta_tel_icon.png") no-repeat center top;
        width: 64px;
        height: 50px;
        right: -8px;
        top: 7px;
        position: absolute;
        content: "";
        background-size: 64px auto;
    }
    .mds-obi-tt02 .bb {
        background: url(../images/bb02.png) no-repeat center top / 80px;
        width: 80px;
        height: 80px;
        text-align: center;
        color: #000;
        font-size: 14px;
        line-height: 1.4;
        padding-top: 20px;
        position: absolute;
        left: 0px;
        top: -12px;
    }
    .mds-obi-tt02 .tt {
        font-size: 30px;
        padding-left: 25px;
    }
    .fix_banner ul li a {
        text-decoration: none;
        height: 50px;
    }
    .btn-tel02 .txt .ja, .cta_tel03 a span {
        text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6), -1px -1px 5px rgba(255, 255, 255, 0.6), -1px 1px 7px rgba(255, 255, 255, 0.6), 1px -1px 9px rgba(255, 255, 255, 0.6), 1px -1px 11px rgba(255, 255, 255, 0.6), 1px -1px 15px rgba(255, 255, 255, 0.6)
    }
    .cta_tel03 a span:before {
        position: relative;
        top: -3px;
    }
    .insta_txt {
        left: 20vw;
        top: 5vw;
        font-size: 2.5vw;
        letter-spacing: 0em;
    }
    .bnt_line_box {
        width: 100%;
        box-sizing: border-box;
        max-width: 706px;
    }
    .btn_line_txt {
        width: auto;
        background-position: left 10px center;
        padding-left: 120px;
        padding-top: 0px;
        justify-content: center;
    }
    .btn_line_txt .lg {
        font-size: 45px;
    }
    .insta_box {
        max-width: 100%;
    }
}
@media screen and (min-width: 600px) {
    .sp_600 {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .insta_txt {
        top: 32px;
        font-size: 20px;
        letter-spacing: 0.02em;
        right: 40px;
    }
    .btn_line_txt .sm {
        font-size: 22px;
        padding-left: 123px;
        padding-top: 30px;
        line-height: 1.5;
        color: #000;
    }
    .btn_line_txt .lg {
        font-size: 57px;
        text-align: left;
        padding-left: 15px;
        padding-top: 36px;
        letter-spacing: -0.08em;
        width: auto;
    }
    .bnt_line_box {
        height: 300px;
        max-width: 420px;
    }
    .btn_line_txt {
        width: auto;
        background-position: left 10px top 15px;
        padding-left: 0;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 480px) {
    .btn-tel02 .txt .bg {
        font-size: 14px;
    }
    .btn-tel01 .txt .ja, .btn-tel02 .txt .ja {
        font-size: 16px;
    }
    .btn_bloc_btn01, .btn-article-tt01 {
        width: 320px;
        height: 60px;
        font-size: 20px;
    }
}
@media screen and (max-width: 440px) {
    .cta_b_bloc .cta_b_ul ul li:nth-child(1), .cta_b_bloc .cta_b_ul ul li:nth-child(2) {
        width: 100%;
    }
    .cta_b_ul_tt01 .sm {
        line-height: 5vw;
        font-size: 4vw;
    }
    .cta_b_ul_tt01 .lg {
        font-size: 5.8vw;
    }
    .cta_tel03 a span {
        font-size: 2.1em;
    }
    .cta_tel03 a span:before {
        top: -3px;
        position: relative;
    }
    .cta_b_ul_tt02 {
        height: 14vw;
    }
    .fix_banner ul li a {
        font-size: 3vw;
    }
    .btn_line > span .txt_sm {
        font-size: 11px;
    }
    .mds-obi-tt02 .tt {
        font-size: 22px;
    }
    .mv_box05_sub02 {
        font-size: 29px;
    }
    .mv_box05_sub03 {
        font-size: 23px;
    }
    .mv_box05_sub03 .or .lg {
        font-size: 34px;
    }
    .mid .mv_box01_sub01 {
        font-size: 24px;
    }
    .mv_box01.mid .white_txt {
        font-size: 19px;
        margin-right: 5px;
    }
    .cta_b_ul_tt01.mb01 {
        margin-bottom: 20px;
    }
    .insta_txt {
        font-size: 4.5vw;
        right: 4vw;
    }
    .btn_line_txt .sm {
        font-size: 5vw;
        padding-top: 30px;
        line-height: 7vw;
    }
    .btn_line_txt .lg {
        font-size: 13vw;
        padding-top: 40px;
        letter-spacing: -0.5vw;
        width: auto;
    }
    .bnt_line_box {
        padding-bottom: 20px;
        height: auto;
    }
    .logo_group .lg {
        font-size: 24px;
    }
    .logo_txt {
        font-size: 8px;
    }
    .logo_group .sm {
        font-size: 10px;
    }
    .logo_style01 {
        font-size: 8px;
    }
    .logo_round {
        width: 55px;
        height: 55px;
    }
    .logo_round .sm {
        font-size: 7px;
    }
    .logo_round .lg {
        font-size: 14px;
    }
    .logo_sub {
        padding-right: 0px;
    }
    .logo_sub_tt .sm {
        font-size: 12px;
    }
    .logo_sub_tt .lg {
        font-size: 14px;
    }
    .logo_sub_tt .num {
        font-size: 26px;
    }
}
@media screen and (max-width: 350px) {
    header .header_logo {
        flex-wrap: nowrap;
    }
    header .header_logo .logo, .logo_sub {
        zoom: 0.8;
    }
}