@charset "UTF-8"; 
/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.hel {
    font-family: 'Helvetica Neue','Arial',sans-serif;
}

body {
    color: #3c3a3b;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
    transition: .2s;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.yellow {
    color: #fcec20;
}

.blue {
    color: #00c4cb;
}

.red {
    color: #b70f2a;
}

.navy {
    color: #006dba;
}

h2.title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .09em;
    text-align: center;
    margin-bottom: 30px;
}

/*********************************************
 * PCトップページ ヘッダー
*********************************************/
.top_header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 20px;
}

.top_header .wrap02 {
    width: 1340px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0 0 0 / 0.16);
    padding: 10px 0;
}

.hd_wrap {
    width: 1240px;
    margin: 0 auto;
}

.hd_wrap .flex-sb {
    align-items: center;
}

.tel_box .box_top {
    margin-bottom: 5px;
}

.hd_tel.osaka,
.hd_tel.tokyo {
    margin-right: 15px;
}

.hd_tel p.name {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.hd_tel .tel_number p.num {
    color: #00C4CB;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 0.8;
    margin-left: 5px;
}

.hd_tel .tel_number img {
    width: 18px;
    display: block;
}

.tel_box .box_bottom {
    font-size: 12px;
    letter-spacing: -0.01em;
}

.contact_btn {
    display: flex;
    align-items: center;
}

.contact_btn a {
    display: block;
    width: 310px;
    height: 70px;
    text-align: center;
    background-color: #00C4CB;
    color: #fff;
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: bold;
    border-radius: 6px;
    line-height: 1;
    padding: 25px 0 0;
    margin-left: 30px;
}

.contact_btn a img {
    margin-left: 15px;
}

/*********************************************
 * PCトップページ FV
*********************************************/
section.top_main {
    background-color: #00C4CB;
    padding: 135px 0 0;
}

section.top_main .wrap {
    width: 1340px;
    position: relative;
}

.main_content {
    width: 960px;
    height: 660px;
}

h1.title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.2;
    margin-bottom: 20px;
}

h1.title span.big {
    font-size: 50px;
}

h1.title span.yellow {
    font-size: 50px;
}

.main_ul01 li + li,
.main_ul02 li + li {
    margin-left: 10px;
}

.main_list {
    width: 165px;
}

.main_ul02 {
    justify-content: center;
}

section.top_main .human_img {
    position: absolute;
    left: 480px;
    bottom: 40px;
    z-index: 1;
    width: 38%;
}

.main_form {
    width: 430px;
    margin: -135px -50px 0 0;
    background-color: #fff;
    padding: 140px 50px 0;
    border-radius: 0 0 0 10px;
}

.main_form .form_table th {
    display: block;
    margin-bottom: 5px;
}

.main_form .form_table tr:last-of-type th {
    padding-top: 5px;
}

.main_form .form_table th .flex-sb {
    display: inline-flex;
}

.main_form .form_table td {
    display: block;
    margin-bottom: 5px;
}

.main_form .policy {
    display: none;
}

.main_form div.mw_wp_form {
    padding: 0 0 20px 50px;
}

.main_form h3 {
    color: #00C4CB;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
    margin-bottom: 5px;
}

.main_form .form_table th p.th_text {
    font-size: 14px;
    letter-spacing: .03em;
    width: 120px;
    margin-right: 20px;
}

.main_form .form_table th span {
    font-size: 10px;
    letter-spacing: .03em;
    background-color: #b70f2a;
    color: #fff;
    line-height: 2.4;
    padding: 0 10px;
    border-radius: 4px;
}

.main_form .form_table th span.option {
    background-color: #a2a2a2;
}

.main_form .form_table td input[type="text"],
.main_form .form_table td input[type="tel"],
.main_form .form_table td input[type="email"] {
    width: 330px;
    height: 32px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 0px 20px;
}

.main_form .form_table td textarea {
    width: 330px;
    height: 82px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.main_form .form_table td input[name="other"] {
    width: 140px;
    height: 25px;
    margin-left: 10px;
}

.main_form span.mwform-radio-field:nth-child(4) {
    margin-left: 0;
}

.submit {
    padding-left: 25px;
}

.main_form input[type="submit"] {
    width: 280px;
    height: 50px;
    text-align: center;
    background-color: #00C4CB;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: .01em;
}

/* 初期のラジオボタン消去、余白作成 */
.mwform-radio-field label {
    display: inline-block;
}

.form_table input[type="radio"] {
    display: none;
}

.mwform-radio-field label span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* ラジオボタンのデザイン */
.mwform-radio-field label span:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #e5e5e5;
    top: 7px;
    left: 0;
    cursor: pointer;
}

.mwform-radio-field label span:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #00C4CB;
    top: 10px;
    left: 3px;
    transition: all .3s;
    transform: scale(0);
}

/* ラジオボタンチェック時の処理 */
span.mwform-radio-field input:checked + span:after {
    transform: scale(1);
    transition: .3s;
}

/*********************************************
 * PCトップページ 永住ビザを申請する前に
*********************************************/
section.intro {
    background-image: url(/lp/permanent_resident/wp-content/uploads/2022/03/daiichi-intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 0 70px;
}

section.intro h2.title {
    font-size: 36px;
    color: #3c3a3b;
    font-weight: bold;
    letter-spacing: .18em;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

section.intro h2.title:after {
    content: "";
    width: 1000px;
    height: 35px;
    border-radius: 3px;
    background: linear-gradient(transparent 70%, #fcec20 0%);
    position: absolute;
    left: 65px;
    bottom: -5px;
    z-index: -1;
}

section.intro h2.title span.dot {
    color: #00C4CB;
    font-size: 50px;
    position: relative;
}

section.intro h2.title span.dot:after {
    content: "・";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -28px;
}

section.intro .title_box {
    border: 4px solid #00c4cb;
    border-radius: 10px;
    text-align: center;
    padding: 40px 0 60px;
}

section.intro .title_box p.subtitle {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: 30px;
}

section.intro .title_box p.subtitle span {
    font-size: 40px;
}

section.intro .title_box h3 {
    font-size: 30px;
    letter-spacing: .05em;
    font-weight: bold;
    line-height: 1.3;
}

section.intro .title_box h3 span.blue {
    font-size: 52px;
}

section.intro .title_box h3 span.line {
    font-size: 26px;
    background: linear-gradient(transparent 60%, #fcec20 0%);
}

section.intro p.title_last {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .05em;
}

section.intro p.title_last span.big {
    font-size: 36px;
}

section.intro p.title_last span.blue {
    font-size: 46px;
    letter-spacing: -0.01em;
    padding-right: 5px;
}

.intro_percent p.per_first {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .05em;
}

.intro_percent p.per_first span.blue {
    font-size: 46px;
    letter-spacing: -0.01em;
    background: linear-gradient(transparent 70%, #fcec20 0%);
}

.intro_percent p.per_first span.small {
    font-size: 18px;
}

.per_ul {
    margin-bottom: 40px;
}

.per_list {
    width: 16%;
    text-align: center;
}

.per_list p.num {
    background-color: #00c4cb;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .05em;
}

.per_list p.num span.big {
    font-size: 36px;
}

.per_list p.per_month {
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -0.01em;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0 0 0 / 0.16);
}

section.intro .human_img {
    text-align: center;
}

h3.per_last {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: .05em;
}

h3.per_last span.blue {
    font-size: 60px;
    letter-spacing: -0.01em;
}

h3.per_last span.small {
    font-size: 48px;
    letter-spacing: .05em;
}

.intro_vs {
    position: relative;
}

.vs_box {
    padding: 20px 0px 30px 30px;
    width: 530px;
    border-radius: 20px;
}

.vs_box.allow {
    border: 10px solid #b70f2a;
}

.vs_box.n_allow {
    border: 10px solid #006dba;
}

.vs_box h3 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 15px;
}

.vs_box li + li {
    margin-top: 10px;
}

.vs_box li {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .03em;
}

.vs_img {
    position: absolute;
    left: 50%;
    margin-left: -85px;
    top: 80px;
}

.arrow_img {
    text-align: center;
    margin-bottom: 15px;
}

.intro_last {
    text-align: center;
}

.intro_last p.text01 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .12em;
}

.intro_last p.text01 span.small {
    font-size: 30px;
    letter-spacing: .05em;
}

.intro_last p.text02 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1;
    background: linear-gradient(transparent 60%, #fcec20);
}

.intro_last p.text02 span.blue {
    font-size: 54px;
}

.triangle_img {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -40px;
}

/*********************************************
 * PCトップページ 6つのメリット
*********************************************/
section.merit {
    background-color: #00C4CB;
    padding: 100px 0 95px;
    margin-bottom: 100px;
}

section.merit h2.title span {
    font-size: 60px;
}

.merit_ul {
    margin-bottom: 45px;
}

.merit_ul li + li {
    margin-top: 90px;
}

.merit_list {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 50px 30px;
    box-shadow: 10px 10px 0 #fcec20;
}

.merit_list p.num {
    font-size: 50px;
    font-weight: bold;
    color: #00c4cb;
    letter-spacing: -0.01em;
    background-color: #FCEC20;
    display: inline-block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    position: absolute;
    left: -45px;
    top: -45px;
}

.merit_list .flex-sb {
    align-items: center;
}

.merit_list .text_box {
    width: 70%;
}

.merit_list h3 {
    color: #00C4CB;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .09em;
    margin-bottom: 10px;
}

.merit_list p.text {
    font-weight: bold;
    letter-spacing: .05em;
}

.merit_last {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
}

.merit_last span.yellow {
    font-size: 60px;
    line-height: 1;
}

.merit_last span.small {
    font-size: 32px;
    letter-spacing: .12em;
}

/*********************************************
 * PCトップページ バナー
*********************************************/
/* section.banner {
    padding: 100px 0 180px;
} */

section.banner h2.title {
    letter-spacing: .12em;
    background-color: #00c4cb;
    margin-bottom: 20px;
    line-height: 1.4;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
}

section.banner h2.title span.small {
    font-size: 26px;
}

section.banner .content_box {
    box-shadow: 0 1px 2px rgba(0 0 0 / 0.16);
    border-radius: 0 0 10px 10px;
}

section.banner p.subtitle {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

section.banner .wrap .content_box > h3 {
    text-align: center;
    margin: -35px 0 10px;
}

.banner_info {
    padding: 0 35px 20px;
    align-items: end;
}

.banner_info .text_box h3.title {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}

.banner_info .text_box h3.title span.small {
    font-size: 30px;
}

.banner_list {
    width: 204px;
}

.banner_info .tel_box h3 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .04em;
    margin-bottom: 10px;
}

.number_box a {
    display: block;
    pointer-events: none;
}

.number_box.osaka a,
.number_box.tokyo a {
    margin-bottom: 10px;
}

.number_box a p.name {
    font-size: 20px;
    color: #3c3a3b;
    font-weight: bold;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
}

.number_box a p.tel_number {
    color: #00c4cb;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 1;
    margin-left: 10px;
}

.banner_info .tel_box p.hours {
    font-size: 17px;
    letter-spacing: -0.01em;
}

.number_box a .img {
    width: 34px;
}

/*********************************************
 * PCトップページ 依頼が殺到するのか？
*********************************************/
section.work {
    background-image: url(/lp/permanent_resident/wp-content/uploads/2022/03/daiichi-work-bg-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 0 80px;
    margin-top: 180px;
    margin-bottom: 90px;
}

section.work h2.title {
    font-size: 36px;
    letter-spacing: .08em;
    color: #3c3a3b;
    line-height: 1.4;
    margin-bottom: 60px;
}

section.work .title_img {
    position: absolute;
    top: -170px;
    right: 140px;
}

.link_menu.top {
    margin-bottom: 40px;
}

.link_menu.bottom {
    justify-content: center;
    margin-bottom: 70px;
}

.link_menu.bottom li + li {
    margin-left: 15px;
}

.link_menu li a p.num_img {
    margin-top: -25px;
    padding-bottom: 10px;
}

.link_menu li a {
    display: block;
    background-color: #fff;
    border: 5px solid #00c4cb;
    border-radius: 6px;
    width: 370px;
    text-align: center;
    color: #00c4cb;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .09em;
    line-height: 1.3;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}

.link_menu li a:after {
    content: "";
    width: 50px;
    height: 30px;
    background-color: #00c4cb;
    border-radius: 100px 100px 0 0;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -30px;
    z-index: -1;
}

.link_menu li a:hover {
    color: #fff;
    background-color: #00c4cb;
    transition: .2s;
}

.work_inner_sec h3.title {
    color: #fff;
    background-color: #58C1C9;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .09em;
    text-align: center;
    margin-bottom: 35px;
    padding: 20px 0;
    border-radius: 6px;
}

.work_inner_sec h3.title:before,
.work_inner_sec h3.title:after {
    content: "";
    width: 10px;
    height: 60px;
    background-color: #fff;
    border-radius: 6px 0 0 6px;
    position: absolute;
    left: 30px;
    top: 20px;
}

.work_inner_sec h3.title:after {
    border-radius: 0 6px 6px 0;
    right: 30px;
    left: auto;
}

/* 「全国トップクラスの圧倒的な実績」セクション */
section#work_result {
    padding: 0 0 50px;
}

section#work_result .flex {
    justify-content: center;
    margin-bottom: 30px;
}

section#work_result .flex div + div {
    margin-left: 20px;
}

.result_item {
    width: 340px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
    padding: 35px 50px;
    line-height: 1.2;
}

.result_item:last-of-type {
    padding-top: 40px;
}

.result_item span.small {
    font-size: 18px;
    letter-spacing: .05em;
}

.result_item span.medium {
    font-size: 28px;
    letter-spacing: .05em;
}

.result_item span.big {
    font-size: 30px;
    letter-spacing: -0.01em;
}

.result_item span.blue {
    font-size: 60px;
    letter-spacing: -0.01em;
    padding-right: 5px;
}

.result_text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
}

/* 「事務所の評判口コミの評価が高い」セクション */
section#work_review {
    padding: 0 0 80px;
}

h3.info_title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .06em;
}

section#work_review > .flex {
    margin-bottom: 25px;
}

.google_logo {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px 0;
    display: flex;
    align-items: center;
    margin: 0 40px 0 50px;
}

.review_total {
    margin-right: 40px;
}

.review_total, .review_count {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .06em;
}

.review_total span,
.review_count span {
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 0 5px 0 10px;
}

.review_total img,
.review_count img {
    margin-right: 10px;
}

.review_exam h3.title {
    background-color: initial;
    color: #00c4cb;
    font-size: 32px;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    letter-spacing: .3em;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 88%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 78%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 68%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 58%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 48%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 38%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 28%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 18%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 8%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.exam_list .nameWrap {
    align-items: center;
    margin-bottom: 20px;
}

.exam_ul {
    height: 500px;
    overflow: scroll;
}

.exam_ul::-webkit-scrollbar {
  width: 30px;
}

.exam_ul::-webkit-scrollbar-thumb {
  background: #ffcf32;
    border-radius: 100px;
}

.exam_list + li {
    margin-top: 20px;
}

.exam_list p.star {
    font-size: 40px;
    line-height: 1;
}

.exam_list .img img {
    border-radius: 10px 10px 0 0;
}

.exam_list .text_box {
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0 0 0 / 0.16);
    padding: 20px;
    background-color: #fff;
    transition: .3s;
}

.exam_list .text_box p.name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
}

.exam_list .text_box p.data {
    margin: 0 20px;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 600;
}

.exam_list .text_box p.text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.8;
}

.exam_list .text_box:hover {
    color: #fff;
    background: #00c4cb;
}

/* 「国際業務専門の複数の行政書士が在籍」セクション */
section#work_staff {
    padding: 0 0 60px;
}

section#work_staff h4 {
    font-size: 30px;
    color: #00c4cb;
    font-weight: bold;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: 20px;
}

.staff_list {
    width: 19%;
}

.staff_list .img {
    position: relative;
    margin-bottom: 10px;
}

.staff_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0 0 0 / 0.16);
}

.staff_list p.job {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
}

.staff_list p.name {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .01em;
    line-height: 1.4;
}

.staff_list p.number {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 30px;
}

/* 「日本全国どこからでも依頼が可能」セクション */
section#work_japan {
    padding: 0 0 60px;
}

section#work_japan > h4 {
    margin-left: 265px;
}

section#work_japan .map_area {
    margin: 0 20px 0 -20px;
}

section#work_japan p.subtitle {
    color: #B70F2A;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: .02em;
    margin-bottom: 20px;
}

section#work_japan p.area_name {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .02em;
    line-height: 1.3;
    margin-bottom: 20px;
}

section#work_japan p.area_name span {
    font-size: 24px;
    padding-left: 5px;
}

section#work_japan .text_area h4 {
    color: #00c4cb;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: .02em;
    line-height: 1.2;
    margin-bottom: 25px;
}

section#work_japan .text_area h4 span {
    background: linear-gradient(transparent 60%, #fcec20 0%);
    border-radius: 10px;
}

section#work_japan p.attention {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .02em;
    margin-bottom: 30px;
}

.expense {
    background-color: #00c4cb;
    border-radius: 0 60px 60px 0;
    padding: 5px 5px 5px 0;
}

.expense:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 77.5px 47px 77.5px 0;
    border-color: transparent #00c4cb transparent transparent;
    position: absolute;
    top: -17px;
    left: -47px;
}

.expense .text_box {
    padding: 15px 0 0 10px;
}

.expense .text_box p.title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .08em;
}

section#work_japan .text_box .flex {
    margin: 5px 20px 0 -5px;
    align-items: center;
}

.expense .text_box p.one_way {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;
    writing-mode: vertical-rl;
}

.expense .text_box p.money {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 0.7;
    margin-right: 15px;
}

.expense .text_box p.text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .02em;
    line-height: 1.2;
}

/* 「国際行政書士としてのずば抜けた発信力」セクション */
section#work_sending .subtitle {
    text-align: center;
}

section#work_sending h4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .05em;
    display: inline-block;
    background: linear-gradient(transparent 60%, #fcec20 0%);
    line-height: 1.2;
    margin-bottom: 30px;
}

section#work_sending h4 span.blue {
    font-size: 60px;
    letter-spacing: -0.01em;
    padding: 0 5px;
}

section#work_sending h4 span.medium {
    font-size: 40px;
}

.send_list {
    width: 32.5%;
    margin-bottom: 20px;
}

.send_list .img {
    margin-bottom: 10px;
}

.send_list .img img {
    border-radius: 6px;
}

.send_list p.name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 5px;
}

.send_list p.seminar_title {
    color: #00c4cb;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.4;
}
/*********************************************
 * PC固定ページ 共通設定
*********************************************/
.common-page_wrap {
    padding: 100px 0;
}

.common-page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common-page_title h2 {
    font-size: 30px;
}

.common-page_title p.sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

p.reserve_text {
    text-align: center;
    font-size: 30px;
}

a.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

a.common-btn:hover {
    opacity: .7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/*********************************************
 * PC固定ページ 会社概要
 *********************************************/
section.company_profile {
    margin-bottom: 100px;
}

section.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

section.company_profile table th, section.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

section.company_profile table th {
    width: 20%;
}

section.company_profile table td {
    width: 80%;
}

section.company_access .map {
    height: 350px;
}

section.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/
section#page-contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

section#page-contact table th, section#page-contact table td {
    padding: 1em;
    font-size: 14px;
}

section#page-contact table th {
    width: 25%;
}

section#page-contact table th span.hissu {
    color: #c70000;
    margin-right: .3em;
}

section#page-contact table td {
    width: 75%;
}

section#page-contact input[type="text"], section#page-contact input[type="email"], section#page-contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

section#page-contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

section#page-contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

section#page-contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

section#page-contact p.attention {
    font-size: 12px;
}

section#page-contact div#btn_wrap {
    justify-content: center;
}

section#page-contact div#btn_wrap button {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
}

section#page-contact div#btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-right: 20px;
}

section#page-contact div#btn_wrap button:hover {
    background-color: #bf0000;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item + span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item + span::after, .radio-btns .radio-btns__item + span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item + span::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border: none;
    background: #f18800;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked + span {
    color: #f18800;
}

.radio-btns .radio-btns__item:checked + span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
section#page-contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    opacity: 1;
}

/* サンクスページ */
section#page-contact .thanks_textArea {
    text-align: center;
}

section#page-contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

section#page-contact .thanks_textArea p.contact_text {
    margin-bottom: 20px;
}

section#page-contact .thanks_textArea a.ichiran_link {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

section#page-contact .thanks_textArea a.ichiran_link:hover {
    background-color: #bf0000;
}

/* ステップバー デザイン */
section#page-contact .progressbar {
    margin-bottom: 30px;
}

section#page-contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

section#page-contact .progressbar .item:not(:last-child)::before, section#page-contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

section#page-contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */
section#page-contact .progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #FFF;
}

section#page-contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}

section#page-contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/*********************************************
 * PC固定ページ 個人情報保護方針
 *********************************************/
section.privacy_page p.main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

section.privacy_page dl {
    margin-bottom: 30px;
}

section.privacy_page dl:last-child {
    margin-bottom: 0;
}

section.privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
}

section.privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/
section#page-404 {
    text-align: center;
}

section#page-404 p.num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#page-404 p.text {
    margin-bottom: 1em;
    font-size: 16px;
}

/*********************************************
 * PC固定ページ アーカイブページ
 *********************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
}

.wp-pagenavi span.current {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
    font-weight: bold;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/
div#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 22px;
    padding: 10px 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: 1px;
    line-height: 1.4;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: .5em 2em;
    margin: 5px;
}

.singleContent h2 {
    font-size: 20px;
    border-left: 2px solid;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: rgb(52 61 74 / 20%);
}

.singleContent h2::before, .singleContent h2::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em 1em;
    color: #fff;
    background-color: #566b73;
}

.singleContent h4 {
    padding: 10px;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}

.singleContent h4:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

.singleContent h6 {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

div#single_page .singleContent {
    width: 62%;
}

div#single_page .singleContent a.ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

div#single_page .singleContent a.ichiran_link:hover {
    opacity: .7;
}

div#single_page .singleSidebar {
    width: 32%;
    background-color: #f1f1f1;
    padding: 20px;
}

div#single_page aside#info-side {
    background-color: #fff;
    padding: 20px;
}

div#single_page aside#info-side h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

div#single_page aside#info-side p#news-not_found {
    text-align: center;
}

div#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 1px dashed;
    padding: 10px;
    transition: .3s;
}

div#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

div#single_page aside#info-side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

div#single_page aside#info-side ul li a time i {
    margin-right: .5em;
}

div#single_page aside#info-side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

section#top_flow {
    margin: 110px 0;
}

section#top_flow h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px;
}

ul.top_flow_ul {
    border-left: 3px solid #000000;
    padding-left: 106px;
    margin-left: 11px;
    margin-bottom: 100px;
}

ul.top_flow_ul li {
    height: 130px;
    background: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

ul.top_flow_ul li > * {
    height: 100%;
    align-items: center;
}

ul.top_flow_ul li .num {
    width: 110px;
    background: #00C4CB;
    justify-content: center;
    font-weight: 900;
    font-size: 56px;
    color: #fff;
}

ul.top_flow_ul li .title {
    width: 240px;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    color: #00C4CB;
}

ul.top_flow_ul li .text {
    width: 670px;
    padding-left: 50px;
    font-size: 14px;
}

ul.top_flow_ul li + li {
    margin-top: 20px;
}

ul.top_flow_ul li .num:before {
    content: "";
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 40px 65px 0;
    border-color: transparent #00C4CB transparent transparent;
    position: absolute;
}

ul.top_flow_ul li:before {
    content: "";
    height: 3px;
    background: #000;
    width: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -108px;
    z-index: -1;
}

ul.top_flow_ul li:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 10px solid #00C4CB;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -119px;
}

ul.top_flow_ul li .title:after {
    content: "";
    width: 2px;
    height: 50px;
    background: #E5E5E5;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    position: absolute;
}

ul.top_flow_ul li .text:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: #00C4CB;
}

table.top_price {
    width: 100%;
}

table.top_price thead th {
    background: #00C4CB;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
}

table.top_price tbody th,
table.top_price tbody td {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    text-align: center;
    vertical-align: middle;
    height: 100px;
}

table.top_price tbody th {
    width: 360px;
    border-radius: 10px 0 0 10px;
    font-size: 22px;
    font-weight: 900;
    color: #00C4CB;
}

table.top_price tbody td {
    width: 770px;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    font-weight: 900;
}

.top_price_table_wrap {
    padding-top: 80px;
    border-top: 4px dotted #D0D0D0;
}

table.top_price {
    border-spacing: 7px;
    border-collapse: separate;
}

table.top_price tbody td span.hel {
    font-size: 56px;
    color: #00C4CB;
    margin-right: 10px;
}

.top_price_note {
    margin: 10px 0 40px;
    font-weight: 600;
}

table.top_price.top_price-option thead th {
    background: #EFB720;
}

table.top_price.top_price-option tbody th {
    color: #EFB720;
}

table.top_price.top_price-option tbody td span.hel {
    color: #EFB720;
}

.top_price_hosho {
    width: 1080px;
    margin-left: auto;
    text-align: center;
    border: 6px solid #00C4CB;
    margin-top: 130px;
    padding: 60px 0 30px;
}

.top_price_hosho .title {
    position: absolute;
    left: -60px;
    top: -110px;
}

.top_price_hosho .text {
    font-weight: 900;
    font-size: 22px;
}

.top_price_hosho .text span.orange {
    font-size: 28px;
    color: #EFB720;
}

section#top_faq {
    background-image: url(/lp/permanent_resident/wp-content/uploads/2022/03/daiichi-work-bg-scaled.jpg);
    padding: 100px 0;
}

section#top_faq h2 {
    font-weight: 900;
    color: #00C4CB;
    font-size: 36px;
    text-align: center;
    margin: 0 0 20px;
}

section#top_faq ul.faq_tab {
    justify-content: center;
    margin-bottom: 30px;
}

section#top_faq ul.faq_tab li {
    width: 220px;
    background: #fff;
    margin: 0 5px;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    color: #00C4CB;
    font-weight: 900;
    font-size: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    transition: .2s;
    cursor: pointer;
}

section#top_faq ul.faq_tab li.active {
    background: #00C4CB;
    color: #fff;
}

section#top_faq ul.faq_content li h3 {
    text-align: center;
    background: #00C4CB;
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    border-radius: 4px;
}

section#top_faq ul.faq_content li dl.faq_dl dt {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

section#top_faq ul.faq_content li dl.faq_dl + dl.faq_dl {
    margin-top: 10px;
}

section#top_faq ul.faq_content li dl.faq_dl .icon {
    width: 60px;
    margin-right: 40px;
}

section#top_faq ul.faq_content li dl.faq_dl .text {
    width: calc(100% - 100px);
}

section#top_faq ul.faq_content li dl.faq_dl dt .flex {
    align-items: center;
}

section#top_faq ul.faq_content li dl.faq_dl dt .flex .text {
    font-size: 24px;
    color: #00C4CB;
}

section#top_faq ul.faq_content li dl.faq_dl dd {
    padding: 20px 10px 10px;
}

section#top_faq ul.faq_content li dl.faq_dl dd .flex .text {
    padding-top: 17px;
    font-size: 18px;
    font-weight: bold;
}

section#top_faq ul.faq_content li dl.faq_dl dt:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(/lp/permanent_resident/wp-content/uploads/2022/03/faq_open.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s;
}

section#top_faq ul.faq_content li dl.faq_dl dt.nowOpen:after {
    transform: rotate(45deg);
}

section#top_faq ul.faq_content li dl.faq_dl dd .flex .text a {
    color: #00C4CB;
    text-decoration: underline;
}

section#top_faq ul.faq_content li dl.faq_dl dd .flex .text .btn a {
    font-size: 18px;
    display: block;
    width: 390px;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 10px;
    background-image: url(/lp/permanent_resident/wp-content/uploads/2022/03/faq_icon_link.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right 15px;
}

section#top_info {
    padding: 100px 0;
}

section#top_info .info_ttl {
    background: #00C4CB;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 80px;
    margin: 0 0 20px;
}

ul.office_list .image {
    width: 350px;
}

ul.office_list .details {
    width: 740px;
}

ul.office_list li {
    align-items: flex-end;
}

ul.office_list li + li {
    margin-top: 40px;
}

ul.office_list .image img {
    border-radius: 10px;
}

ul.office_list .details .logo img {
    width: 280px;
}

ul.office_list .details .logo {
    margin: 0 0 10px;
}

ul.office_list .details .office_name {
    font-size: 28px;
    font-weight: 900;
    color: #00C4CB;
    margin: 0 0 10px;
}

ul.office_list .details .addr {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

ul.office_list .details dl.office_access + dl.office_access {
    margin-top: 10px;
}

ul.office_list .details dl.office_access dt {
    font-size: 22px;
    color: #00C4CB;
}

ul.office_list .details dl.office_access dd {
    font-size: 18px;
}

section#top_info ul.office_list {
    margin-bottom: 100px;
}

section#top_info .top_officer h2 {
    background: #00C4CB;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 80px;
    margin: 0 0 20px;
}

section#top_info .top_officer .details {
    width: 720px;
}

section#top_info .top_officer .image {
    width: 370px;
}

section#top_info .top_officer .image img {
    border-radius: 10px;
}

section#top_info .top_officer .details .d_head {
    border-bottom: 1px dashed #707070;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

section#top_info .top_officer .details .d_head .office {
    font-size: 28px;
    font-weight: 900;
}

section#top_info .top_officer .details .d_head .name {
    font-size: 38px;
    font-weight: 900;
}

section#top_info .top_officer .details .d_head .name span.job_title {
    font-size: 60%;
    margin-right: 4px;
}

section#top_info .top_officer .details .d_head .name span.hel {
    font-size: 70%;
    color: #00C4CB;
    margin-left: 10px;
}

section#top_info .top_officer .details .d_body h3 {
    font-size: 24px;
    color: #00C4CB;
    font-weight: 900;
    margin-bottom: 10px;
}

section#top_info .top_officer .details .d_body dl {
    width: 320px;
    font-size: 14px;
    margin-bottom: 10px;
}

section#top_info .top_officer .details .d_body dl dt {
    font-weight: normal;
}

section#top_info .top_officer .details .d_body dl dd {
    font-weight: bold;
}

section#top_info .top_officer .details .d_body dl dd + dt {
    margin-top: 10px;
}

section#top_info .top_officer .details .d_head .shozoku {
    font-size: 18px;
    font-weight: bold;
}

section#top_info .top_officer .details .d_head .shikaku {
    font-size: 14px;
    color: #868686;
    line-height: 1.5;
}

section#top_formarea {
    background-image: url(/lp/permanent_resident/wp-content/uploads/2022/03/daiichi-work-bg-scaled.jpg);
    padding: 100px 0;
}

footer.site_ft {
    padding: 100px 0;
    background: #F8F8F8;
}

footer.site_ft .ft_logo {
    width: 450px;
    border-right: 2px solid #D9D9D9;
    padding: 30px 0;
}

footer.site_ft .ft_logo a {
    display: block;
    text-decoration: none;
    width: 400px;
    line-height: 1;
}

footer.site_ft .ft_logo a img {
    width: 100%;
}

footer.site_ft .wrap {
    align-items: center;
}

footer.site_ft .ft_text {
    width: 690px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 900;
}

.top_footer_form .form_head {
    text-align: center;
    margin-bottom: 30px;
}

.top_footer_form .form_head .top_text {
    font-weight: 900;
    color: #00C4CB;
    font-size: 30px;
    letter-spacing: 2px;
}

.top_footer_form .form_head .top_text span.hel {
    font-size: 150%;
}

.top_footer_form .form_head .text {
    font-size: 18px;
    margin: 0 0 0px;
}

.top_footer_form .form_head .under_text {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}

.top_footer_form .form_head .under_text span.under_line {
    font-size: 170%;
    color: #00C4CB;
    background: linear-gradient(transparent 70%, #FCEC20 0%);
}

.top_footer_form .form_head .round_text {
    width: 600px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 3px #FCEC20;
}

.top_footer_form .form_head .round_text a {
    display: block;
    width: 100%;
    padding: 20px 0px;
    text-decoration: none;
    background: #00C4CB;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 100px;
    font-size: 28px;
}

.top_footer_form .form_head .round_text span.small {
    font-size: 80%;
}

.top_footer_form .form_content table {
    width: 100%;
    margin: 0 0 20px;
}

.top_footer_form .form_content table th {
    width: 300px;
    padding: 20px 30px 10px 0;
    font-size: 20px;
}

.top_footer_form .form_content table td input[type=text],
.top_footer_form .form_content table td input[type=tel],
.top_footer_form .form_content table td input[type=email] {
    width: 100%;
    background: #fff;
    height: 70px;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    padding-left: 20px;
}

.top_footer_form .form_content table td textarea {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    padding: 20px;
}

.top_footer_form .form_content table td {
    padding-bottom: 20px;
}

.top_footer_form .form_content table th .mark {
    width: 70px;
    background: #808080;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    line-height: 34px;
    color: #fff;
}

.top_footer_form .form_content table th .flex-sb {
    align-items: center;
}

.top_footer_form .form_content table th .mark.required {
    background: #B70F2A;
}

.top_footer_form .form_content table td .contact_type input[type=text] {
    display: inline;
    width: 270px;
    height: 50px;
    margin-left: 30px;
}

span.wpcf7-radio label input {
    display: none;
}

span.wpcf7-radio label input + span {
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

span.wpcf7-radio label input + span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #EBEBEB;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

span.wpcf7-radio label input + span:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #00C4CB;
    position: absolute;
    border-radius: 50%;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
    opacity: 0;
}

span.wpcf7-radio label input:checked + span:after {
    opacity: 1;
}

.top_footer_form .form_content table td .contact_type span.wpcf7-list-item:nth-child(3) {
    margin-right: 500px;
}

.top_footer_form .form_content table td .contact_type span.wpcf7-list-item {
    margin-bottom: 20px;
}

.top_footer_form .privacy_content {
    background: #fff;
    height: 300px;
    overflow-y: scroll;
    padding: 20px 200px 20px 20px;
    font-size: 14px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
    margin: 0 0 40px;
}

.top_footer_form .privacy_content .top_text {
    margin-bottom: 30px;
}

.top_footer_form .privacy_content dt {
    margin-top: 20px;
}

.top_footer_form .form_submit {
    text-align: center;
}

.top_footer_form .form_submit input {
    width: 380px;
    height: 80px;
    background: #00C4CB;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    background-image: url(/lp/permanent_resident/wp-content/uploads/2022/03/daiichi-submit.svg);
    background-repeat: no-repeat;
    background-position: center right 30px;
    box-shadow: 2px 2px 0px #FCEC20;
    cursor: pointer;
}

.copyright {
    background: #00C4CB;
    text-align: center;
    color: #fff;
}

.copyright small {
    font-size: 12px;
    line-height: 30px;
}

.common-page_main {
    background: #00C4CB;
    padding: 200px 0 100px;
}

.common-page_main h1.title {
    margin: 0;
}

.common-page_main p.sub_title {
    font-weight: 900;
    color: #fff;
}

.back_link a {
    display: block;
    background: #00C4CB;
    width: 300px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    border-radius: 4px;
    margin: 0 auto;
    padding: 10px 0;
}

.back_link {
    padding: 50px 0 0;
}

ul.review_list li {
    width: 24%;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0 0 0 / 0.16);
    background-color: #fff;
    transition: .3s;
    overflow: hidden;
}

ul.review_list li .image {
    height: 200px;
    background-size: cover!important;
    background-position: center!important;
}

ul.review_list li .textArea {
    padding: 15px 20px;
    text-align: center;
    font-weight: 800;
    line-height: 1.5;
}

ul.review_list li .textArea p.name {
    margin-bottom: .5em;
}

ul.review_list li .textArea p.text {
    font-size: 18px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.review_list li:hover {
    color: #fff;
    background: #00C4CB;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    .body {
        font-size: 14px;
        line-height: 1.5;
    }

    h2.title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    header#sp_header .logo img {
        height: 40px;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: #fff;
        background-color: #00c4cb;
        font-weight: bold;
        letter-spacing: .08em;
        padding: 4px 15px;
        border-radius: 10px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*********************************************
     * SPトップページ FV
    *********************************************/
    section.top_main {
        padding: 70px 0 0;
    }

    section.top_main p.subtitle {
        text-align: center;
        margin-bottom: 5px;
    }

    section.top_main p.subtitle img {
        width: 70%;
    }
    
    .main_content {
    height: auto;
}

    .main_content h1.title {
        text-align: center;
    }

    h1.title {
        font-size: 3.5vw;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    h1.title span.yellow {
        font-size: 6vw;
    }

    h1.title span.big {
        font-size: 6vw;
    }

    .main_content > .flex {
        display: block;
    }

    .main_list {
        width: 31%;
        text-align: center;
    }

    section.top_main .human_img {
        position: static;
        text-align: center;
        width: 100%;
    }

    section.top_main .human_img img {
        width: 80%;
    }

    /*********************************************
     * SPトップページ 永住ビザを申請する前に
    *********************************************/
    section.intro {
        padding: 40px 0 35px;
    }

    section.intro h2.title {
        font-size: 16px;
        line-height: 1.3;
    }

    section.intro h2.title img {
        width: 20px;
        margin-bottom: 4px;
    }

    section.intro h2.title span.dot {
        font-size: 20px;
    }

    section.intro h2.title span.dot:after {
        top: -16px;
        margin-left: -13px;
    }

    section.intro h2.title:after {
        width: 95%;
        left: 5px;
    }

    section.intro .title_box {
        text-align: left;
        padding: 5vw;
        margin-bottom: 10px;
    }

    section.intro .title_box p.subtitle {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    section.intro .title_box p.subtitle span {
        font-size: 16px;
    }

    section.intro .title_box h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    section.intro .title_box h3 span.blue {
        font-size: 20px;
    }

    section.intro .title_box h3 span.line {
        font-size: 16px;
    }

    section.intro p.title_last {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 10px;
        text-align: center;
    }

    section.intro p.title_last span.big {
        font-size: 150%;
    }

    section.intro p.title_last span.blue {
        font-size: 20px;
    }

    .intro_percent p.per_first {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: center;
    }

    .intro_percent p.per_first span.blue {
        font-size: 20px;
    }
	
	.intro_percent p.per_first span.small {
    font-size: 14px;
}

    .per_ul {
        margin-bottom: 10px;
    }

    .per_list {
        width: 32%;
        margin-bottom: 10px;
    }

    .per_list p.num {
        font-size: 13px;
    }

    .per_list p.num span.big {
        font-size: 150%;
    }

    .per_list p.per_month {
        font-size: 20px;
    }

    section.intro .human_img {
        margin-bottom: 5px;
    }

    section.intro .human_img img {
        width: 70%;
    }

    h3.per_last {
        font-size: 5vw;
        margin-bottom: 10px;
    }

    h3.per_last span.blue {
        font-size: 6vw;
        letter-spacing: .05em;
    }

    .intro_vs {
        display: block;
    }

    .vs_box {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }

    .vs_box h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .vs_box li {
        font-size: 13px;
    }

    .vs_box li + li {
        margin-top: 5px;
    }

    .vs_box.n_allow {
        border-width: 5px;
    }

    .vs_img {
        display: none;
    }

    .arrow_img img {
        width: 15%;
    }

    .intro_last p.text01 {
        font-size: 4vw;
    }

    .intro_last p.text01 span.small {
        font-size: 4vw;
    }

    .intro_last p.text02 {
        font-size: 4vw;
        line-height: 1.5;
        background: none;
    }

    .intro_last p.text02 span.blue {
        font-size: 5vw;
        background:linear-gradient(transparent 70%, #fcec20 0%);
    }

    .triangle_img {
        bottom: -65px;
    }

    /*********************************************
     * SPトップページ ６つのメリット
    *********************************************/
    section.merit {
        padding: 50px 0 45px;
        margin-bottom: 50px;
    }

    section.merit h2.title {
        line-height: 1.2;
        margin-bottom: 30px;
        font-size: 18px;
    }

    section.merit h2.title span {
        font-size: 24px;
    }

    .merit_ul {
        margin-bottom: 20px;
    }

    .merit_ul li + li {
        margin-top: 35px;
    }

    .merit_list {
        padding: 15px 25px;
    }

    .merit_list p.num {
        font-size: 25px;
        width: 50px;
        height: 50px;
        left: -10px;
        top: -10px;
        line-height: 50px;
    }

    .merit_list .flex-sb {
        display: block;
    }

    .merit_list .img {
        text-align: center;
        margin-bottom: 10px;
    }

    .merit_list .img img {
        width: 30%;
    }

    .merit_list .text_box {
        width: 100%;
    }

    .merit_list h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .merit_list p.text {
        font-size: 13px;
    }

    .merit_last {
        font-size: 4vw;
    }

    .merit_last span.small {
        font-size: 3.5vw;
    }

    .merit_last span.yellow {
        font-size: 4.8vw;
        line-height: 1.2;
    }

    /*********************************************
     * SPトップページ バナー
    *********************************************/
    /* section.banner {
        padding: 50px 0 50px;
    } */

    section.banner h2.title {
        padding: 10px;
        margin-bottom: 0;
        font-size: 3.5vw;
    }

    section.banner h2.title span.small {
        font-size: 3vw;
    }

    section.banner .content_box {
        padding: 10px;
    }

    section.banner p.subtitle {
        font-size: 3vw;
        margin-bottom: 5px;
    }

    section.banner .wrap .content_box > h3 {
        margin: -10px 0 10px;
    }

    .banner_info {
        display: block;
        padding: 0;
    }

    .banner_info .text_box h3.title {
        font-size: 5vw;
        text-align: center;
        margin: 0 0 10px;
    }

    .banner_info .text_box h3.title span.small {
        font-size: 5vw;
    }

    .banner_ul {
        margin-bottom: 15px;
    }

    .banner_list {
        width: 32%;
    }

    .banner_info .tel_box {
        text-align: center;
    }

    .banner_info .tel_box h3 {
        font-size: 4vw;
        margin-bottom: 5px;
    }

    .number_box a {
        pointer-events: auto;
    }

    .number_box.tokyo a {
        margin-bottom: 5px;
    }

    .number_box a p.name {
        font-size: 3vw;
        margin-bottom: 0;
    }

    .number_box a .flex {
        align-items: center;
        justify-content: center;
    }

    .number_box a .img {
        width: 10%;
    }

    .number_box a p.tel_number {
        font-size: 7vw;
    }

    .banner_info .tel_box p.hours {
        font-size: 3vw;
    }

    /*********************************************
     * SPトップページ 依頼が殺到するのか？
    *********************************************/
    section.work h2.title {
        font-size: 4vw;
        margin-bottom: 45px;
    }

    section.work .title_img {
        right: 5vw;
        top: -15vw;
        width: 10vw;
    }

    section.work .title_img img {
        width: 100%;
    }

    .link_menu {
        display: block;
    }

    .link_menu li + li {
        margin-top: 30px;
    }

    .link_menu.top {
        margin-bottom: 30px;
    }

    .link_menu li a {
        width: 100%;
        font-size: 16px;
        padding-bottom: 15px;
    }

    .link_menu li a p.num_img {
        padding-bottom: 5px;
    }

    .link_menu.bottom li + li {
        margin-left: 0;
    }

    .link_menu.bottom {
        margin-bottom: 35px;
    }

    .work_inner_sec h3.title:before,
    .work_inner_sec h3.title:after {
        content: none;
    }

    .work_inner_sec h3.title {
        font-size: 16px;
        padding: 10px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    /* 「全国トップクラスの圧倒的な実績」セクション */
    section#work_result {
        padding: 0 0 25px;
    }

    section#work_result .flex {
        display: block;
        margin-bottom: 15px;
    }

    .result_item {
        width: 100%;
        padding: 5vw;
        font-size: 13px;
    }

    .result_item span.big {
        font-size: 20px;
    }

    .result_item span.small {
        font-size: 12px;
    }

    .result_item span.blue {
        font-size: 30px;
    }

    .result_item span.medium {
        font-size: 18px;
    }

    section#work_result .flex div + div {
        margin: 10px 0 0 0;
    }

    .result_item:last-of-type {
        padding-top: 20px;
    }

    .result_text {
        font-size: 12px;
        text-align: left;
    }

    /* 「事務所の評判口コミの評価が高い」セクション */
    section#work_review {
        padding: 0 0 40px;
    }

    h3.info_title {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 5px;
        text-align: center;
    }

    section#work_review > .flex {
        display: block;
    }

    .google_logo {
        margin: 0 0 5px;
        justify-content: center;
        padding: 10px 30px 5px;
    }

    .google_logo img {
        width: 50%;
    }

    .review_total,
    .review_count {
        font-size: 12px;
    }

    .review_total, .review_count {
        width: 50%;
    }

    .review_total span,
    .review_count span {
        font-size: 24px;
    }

    .review_total img,
    .review_count img {
        width: 10%;
        margin-right: 5px;
    }

    .review_total {
        margin: 0 0 0 0;
    }

    section#work_review > .flex {
        margin-bottom: 10px;
    }

    .review_exam h3.title {
        margin-bottom: 10px;
    }

    .exam_list {
        width: 100%;
        margin-bottom: 15px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
        text-align: center;
        background-color: #fff;
        border-radius: 10px;
    }
    
    .exam_list p.star {
        font-size: 20px;
    }

    .exam_list .text_box {
        height: auto;
        padding: 10px;
        background: none;
        box-shadow: none;
    }

    .exam_list .text_box p.name {
        font-size: 12px;
    }

    .exam_list .text_box p.text {
        font-size: 12px;
        text-align: left;
    }

    .exam_list:nth-child(3) .text_box p.name {
        margin-bottom: 10px;
    }

    /* 「国際業務専門の複数の行政書士が在籍」セクション */
    section#work_staff {
        padding: 0 0 30px;
    }

    section#work_staff h4 {
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .staff_list {
        width: 48%;
        margin-bottom: 10px;
    }
    .staff_list .img {
        width: 100%;
        height: 54vw;
        margin-bottom: 0;
    }
    .staff_list p.job {
        font-size: 12px;
    }
    .staff_list p.name {
        font-size: 18px;
    }
    .staff_list p.number {
        font-size: 12px;
    }

    /* 「日本全国どこからでも依頼が可能」セクション */
    section#work_japan {
        padding: 0 0 30px;
    }

    section#work_japan > h4 {
        margin: 0 0 10px 0;
        text-align: center;
    }

    section#work_japan > h4 img {
        width: 80%;
    }

    section#work_japan > .flex {
        display: block;
    }

    section#work_japan .map_area {
        margin: 0 0 10px 0;
        text-align: center;
    }

    section#work_japan .map_area img {
        width: 70%;
    }

    section#work_japan p.subtitle {
        font-size: 6vw;
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: center;
    }

    section#work_japan p.area_name {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    section#work_japan p.area_name span {
        font-size: 16px;
    }

    section#work_japan .text_area h4 {
        font-size: 6vw;
        margin-bottom: 15px;
        text-align: center;
    }

    section#work_japan p.attention {
        font-size: 14px;
        margin-bottom: 5px;
    }

    /* 「国際行政書士としてのずば抜けた発信力」セクション */
    section#work_sending h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    section#work_sending h4 span.blue {
        font-size: 30px;
    }

    section#work_sending h4 span.medium {
        font-size: 20px;
    }

    .send_list {
        width: 49%;
        margin-bottom: 10px;
    }

    .send_list .img {
        margin-bottom: 5px;
    }

    .send_list p.name {
        font-size: 12px;
        line-height: 1.3;
    }

    .send_list p.seminar_title {
        font-size: 10px;
    }

    section#work {
        margin-top: 50px;
        padding: 50px 0 30px;
        margin-bottom: 55px;
    }

    /*********************************************
     * SPトップページ 下部固定
    *********************************************/
    section#sp_bottom_content {
        display: none;
    }

    section.sp_bottom_content {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        z-index: 1000;
        padding: 10px 0;
    }

    section.sp_bottom_content .flex-sb {
        align-items: center;
    }

    .sp_contact_btn a {
        display: block;
        color: #fff;
        background-color: #00c4cb;
        font-weight: bold;
        letter-spacing: .07em;
        border-radius: 6px;
        padding: 11px 10px;
    }

    .sp_tel_btn a {
        display: block;
        color: #fff;
        background-color: #b70f2a;
        font-weight: bold;
        letter-spacing: .07em;
        border-radius: 6px;
        padding: 11px 30px;
    }

    section.sp_bottom_content .flex-sb > div {
        width: 48%;
        text-align: center;
    }

    .sp_tel_btn a img {
        width: 16px;
        vertical-align: sub;
        margin-right: 5px;
    }

    .sp_contact_btn a img {
        width: 16px;
        vertical-align: middle;
        margin-right: 7px;
    }

    /*********************************************
     * SPトップページ 電話モーダルメニュー
    *********************************************/
    .modal {
        height: 100vh;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
        display: none;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        border: 5px solid #00c4cb;
        border-radius: 6px;
        width: 94%;
        padding: 10vw 4vw;
    }

    .modal__content h2 {
        text-align: center;
        font-weight: bold;
        color: #fff;
        background-color: #00c4cb;
        border-radius: 6px;
        line-height: 1.5;
        letter-spacing: .06em;
        padding: 10px 0;
        margin-bottom: 15px;
    }

    .modal__content .inbox {
        text-align: center;
    }

    .modal__content .inbox.osaka,
    .modal__content .inbox.tokyo {
        margin-bottom: 15px;
        border-bottom: 1px dashed;
        padding-bottom: 15px;
    }

    .modal__content .inbox h3 {
        font-size: 3.5vw;
        font-weight: bold;
        letter-spacing: .05em;
        color: #efb720;
        margin-bottom: 10px;
    }

    .modal__content .inbox a {
        display: inline-block;
        background-color: #3c3a3b;
        color: #fff;
        font-size: 3.5vw;
        font-weight: bold;
        letter-spacing: .05em;
        width: 90%;
        padding: 8px 0;
        border-radius: 10px;
    }

    .modal__content .inbox a img {
        width: 6%;
        margin-right: 5px;
        vertical-align: sub;
    }

    a.js-modal-close {
        color: #fff;
        position: absolute;
        right: 0;
        top: -12vw;
        font-size: 6vw;
    }

    a.js-modal-close:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

    /*********************************************
    * SP固定ページ 共通設定
    *********************************************/
     .common-page_wrap {
        padding: 10vw 0;
    }

    .common-page_title h2 {
        font-size: 5vw;
    }

    .common-page_title p.sub_title {
        font-size: 3vw;
    }

    p.reserve_text {
        font-size: 6vw;
    }

    a.common-btn {
        width: 80%;
        line-height: 12vw;
    }

    a.common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /*********************************************
     * SP固定ページ 会社概要
    *********************************************/
    section.company_profile {
        margin-bottom: 20vw;
    }

    section.company_profile table th, section.company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    section.company_profile table {
        border-top: 1px solid;
    }

    section.company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    section.company_profile table td {
        width: 100%;
    }

    section.company_access .map {
        height: 50vw;
    }

    /*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/
    section#page-contact table {
        margin-bottom: 10vw;
    }

    section#page-contact table th, section#page-contact table td {
        font-size: 4vw;
        display: block;
    }

    section#page-contact table th {
        width: 100%;
        text-align: left;
    }

    section#page-contact table td {
        width: 100%;
    }

    section#page-contact input[type="text"], section#page-contact input[type="email"], section#page-contact #zip {
        width: 100%;
        height: 12vw;
    }

    section#page-contact input.tel {
        width: 30%;
    }

    section#page-contact select {
        width: 100%;
    }

    section#page-contact textarea {
        width: 100%;
        height: 60vw;
    }

    section#page-contact div#btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    section#page-contact div#btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    span.mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item + .horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    section#page-contact p.attention {
        font-size: 3vw;
    }

    /* サンクスページ */
    section#page-contact .thanks_textArea p {
        font-size: 4vw;
    }

    section#page-contact .thanks_textArea p.contact_text {
        margin-bottom: 2em;
    }

    section#page-contact .thanks_textArea a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    section#page-contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    section#page-contact .progressbar .item:not(:last-child)::before, section#page-contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/
    section.privacy_page p.main_text {
        font-size: 3.5vw;
    }

    section.privacy_page dl {
        margin-bottom: 10vw;
    }

    section.privacy_page dl dt {
        font-size: 4vw;
    }

    section.privacy_page dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /*********************************************
     * SP固定ページ 404ページ
     *********************************************/
    section#page-404 p.num {
        font-size: 20vw;
        line-height: 1.5;
    }

    section#page-404 p.text {
        font-size: 3.5vw;
    }

    /*********************************************
     * SP投稿ページ シングルページ
     *********************************************/
    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    div#single_page .singleContent {
        width: 100%;
    }

    div#single_page .singleContent a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    div#single_page .singleContent a.ichiran_link:hover {
        opacity: 1;
    }

    div#single_page .singleSidebar {
        display: none;
    }

    section#top_flow {
        margin: 80px 0 60px;
    }

    section#top_flow h2 {
        font-size: 20px;
    }

    ul.top_flow_ul {
        margin-left: 0;
        border-left: 2px solid #000;
        padding-left: 40px;
        margin-bottom: 55px;
    }

    ul.top_flow_ul li:before {
        height: 2px;
        left: -40px;
        bottom: auto;
        top: 19px;
    }

    ul.top_flow_ul li:after {
        width: 20px;
        height: 20px;
        border-width: 8px;
        left: -51px;
        bottom: auto;
        top: 9px;
    }

    ul.top_flow_ul li {
        height: auto;
    }

    ul.top_flow_ul li .num {
        width: 20%;
        font-size: 20px;
        line-height: 40px;
    }

    ul.top_flow_ul li .num:before {
        border-width: 20px 10px 20px 0;
    }

    ul.top_flow_ul li .title {
        width: 80%;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 40px;
        padding-left: 15px;
    }

    ul.top_flow_ul li .text {
        width: 100%;
        padding: 5px 20px 10px 10px;
        font-size: 12px;
        position: static;
    }

    ul.top_flow_ul li .title:after {
        display: none;
    }

    ul.top_flow_ul li .text:after {
        width: 5px;
        height: 30px;
    }

    ul.top_flow_ul li .title br {
        display: none;
    }

    .top_price_table_wrap {
        padding-top: 45px;
        border-top: 3px dotted #D0D0D0;
    }

    table.top_price thead th {
        font-size: 18px;
        line-height: 2;
    }

    table.top_price tbody th, table.top_price tbody td {
        display: block;
        width: 100%;
        height: auto;
    }

    table.top_price tbody th {
        font-size: 16px;
        border-radius: 10px 10px 0 0;
        margin-bottom: 10px;
        line-height: 2.5;
    }

    table.top_price tbody td {
        font-size: 14px;
        border-radius: 0 0 10px 10px;
        margin-bottom: 10px;
    }

    table.top_price tbody td span.hel {
        font-size: 36px;
    }

    .top_price_note {
        margin: 0 0 20px;
        font-size: 12px;
    }

    .top_price_hosho .title {
        width: 80vw;
        left: -6vw;
        top: -15vw;
    }

    .top_price_hosho {
        width: 100%;
        margin-top: 15vw;
        padding: 5vw;
    }

    .top_price_hosho .text {
        font-size: 16px;
        text-align: left;
    }

    .top_price_hosho .text span.orange {
        font-size: 20px;
    }

    section#top_faq {
        padding: 50px 0;
    }

    section#top_faq h2 {
        font-size: 20px;
    }

    section#top_faq ul.faq_tab li {
        font-size: 11px;
        width: 32%;
        margin: 0;
        line-height: 1.5;
        padding: 10px 0;
    }

    section#top_faq ul.faq_tab {
        justify-content: space-between;
        margin-bottom: 10px;
    }

    section#top_faq ul.faq_content li h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    section#top_faq ul.faq_content li dl.faq_dl .icon {
        width: 30px;
        margin-right: 10px;
    }

    section#top_faq ul.faq_content li dl.faq_dl .text {
        width: calc(100% - 40px);
    }

    section#top_faq ul.faq_content li dl.faq_dl dt .flex .text {
        font-size: 16px;
        padding-right: 30px;
    }

    section#top_faq ul.faq_content li dl.faq_dl dt:after {
        width: 20px;
        height: 20px;
        right: 10px;
    }

    section#top_faq ul.faq_content li dl.faq_dl dd .flex .text {
        font-size: 13px;
        padding-top: 5px;
    }

    section#top_faq ul.faq_content li dl.faq_dl dd .flex .text .btn a {
        font-size: 4vw;
        width: 100%;
        padding: 8px 0 8px 3vw;
        background-size: 4vw;
        background-position: center right 3vw;
    }

    section#top_faq ul.faq_content li dl.faq_dl dd {
        padding: 10px;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
    }

    section#top_info {
        padding: 50px 0;
    }

    section#top_info .info_ttl {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    ul.office_list .image {
        width: 100%;
        padding: 0 20%;
        margin: 0 0 20px;
    }

    ul.office_list .details {
        width: 100%;
    }

    ul.office_list .details .logo img {
        width: 50%;
    }

    ul.office_list .details .logo {
        text-align: center;
    }

    ul.office_list .details .office_name {
        font-size: 20px;
        margin: 0;
    }

    ul.office_list .details .addr {
        font-size: 13px;
    }

    ul.office_list .details dl.office_access dt {
        font-size: 13px;
    }

    ul.office_list .details dl.office_access dd {
        font-size: 12px;
    }

    section#top_info ul.office_list {
        margin-bottom: 50px;
    }

    section#top_info .top_officer h2 {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    section#top_info .top_officer .image {
        order: -1;
        width: 100%;
        padding: 0 20%;
        margin-bottom: 20px;
    }

    section#top_info .top_officer .details .d_head .office {
        font-size: 18px;
    }

    section#top_info .top_officer .details .d_head .name {
        font-size: 22px;
    }

    section#top_info .top_officer .details .d_head .shozoku {
        font-size: 12px;
    }

    section#top_info .top_officer .details .d_head .shikaku {
        font-size: 10px;
    }

    section#top_info .top_officer .details .d_body h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    section#top_info .top_officer .details .d_body dl {
        width: 100%;
        font-size: 12px;
    }

    section#top_formarea {
        padding: 50px 0;
    }

    .top_footer_form .form_head .top_text {
        font-size: 20px;
    }

    .top_footer_form .form_head .text {
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }

    .top_footer_form .form_head .under_text {
        font-size: 18px;
    }

    .top_footer_form .form_head .under_text span.under_line {
        font-size: 150%;
    }

    .top_footer_form .form_head .round_text {
        font-size: 16px;
        width: 100%;
    }

    .top_footer_form .form_content table th,
    .top_footer_form .form_content table td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .top_footer_form .form_content table td .contact_type span.wpcf7-list-item:nth-child(3) {
        margin-right: 0;
    }

    .top_footer_form .form_content table td {
        margin-bottom: 20px;
    }

    .top_footer_form .form_content table th {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .top_footer_form .form_content table th .mark {
        font-size: 10px;
        width: 40px;
        line-height: 2;
    }

    .top_footer_form .form_content table td input[type=text],
    .top_footer_form .form_content table td input[type=tel],
    .top_footer_form .form_content table td input[type=email] {
        height: 40px;
    }

    .top_footer_form .form_content table td .contact_type span.wpcf7-list-item {
        display: block;
        margin: 0 0 10px;
    }

    span.wpcf7-radio label input + span:before {
        width: 18px;
        height: 18px;
    }

    span.wpcf7-radio label input + span:after {
        width: 10px;
        height: 10px;
    }

    span.wpcf7-radio label input + span {
        padding-left: 23px;
    }

    .top_footer_form .form_content table td .contact_type input[type=text] {
        width: 100%;
        margin-left: 0;
        height: 30px;
    }

    .top_footer_form .privacy_content {
        height: 50vw;
        padding: 5vw;
        font-size: 12px;
    }

    .top_footer_form .privacy_content .top_text {
        margin-bottom: 15px;
    }

    .top_footer_form .form_submit input {
        width: 100%;
        height: 50px;
        background-size: 20px;
        font-size: 18px;
    }

    .top_footer_form .form_head .top_text {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .top_footer_form .form_head .text {
        font-size: 12px;
        text-align: left;
    }

    .top_footer_form .form_head .under_text {
        font-size: 18px;
    }

    .top_footer_form .form_head .under_text span.under_line {
        font-size: 150%;
    }

    .top_footer_form .form_head .round_text {
        width: 100%;
    }

    .top_footer_form .form_head .round_text a {
        font-size: 16px;
        width: 100%;
    }

    .top_footer_form .form_content table th,.top_footer_form .form_content table td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .top_footer_form .form_content table td .contact_type span.wpcf7-list-item:nth-child(3) {
        margin-right: 0;
    }

    .top_footer_form .form_content table td {
        margin-bottom: 20px;
    }

    .top_footer_form .form_content table th {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .top_footer_form .form_content table th .mark {
        font-size: 10px;
        width: 40px;
        line-height: 2;
    }

    .top_footer_form .form_content table td input[type=text],
    .top_footer_form .form_content table td input[type=tel],
    .top_footer_form .form_content table td input[type=email] {
        height: 40px;
    }

    .top_footer_form .form_content table td .contact_type span.wpcf7-list-item {
        display: block;
        margin: 0 0 10px;
    }

    span.wpcf7-radio label input + span:before {
        width: 18px;
        height: 18px;
    }

    span.wpcf7-radio label input + span:after {
        width: 10px;
        height: 10px;
    }

    span.wpcf7-radio label input + span {
        padding-left: 23px;
    }

    .top_footer_form .form_content table td .contact_type input[type=text] {
        width: 100%;
        margin-left: 0;
        height: 30px;
    }

    .top_footer_form .privacy_content {
        height: 50vw;
        padding: 5vw;
        font-size: 12px;
    }

    .top_footer_form .privacy_content .top_text {
        margin-bottom: 15px;
    }

    .top_footer_form .form_submit input {
        width: 100%;
        height: 50px;
        background-size: 20px;
        font-size: 18px;
    }

    footer.site_ft {
        padding: 50px 0;
    }

    footer.site_ft .ft_logo {
        width: 100%;
        border: none;
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }

    footer.site_ft .ft_logo a {
        width: 70%;
        margin: 0 auto;
    }

    footer.site_ft .ft_logo img {
        width: 100%;
    }

    footer.site_ft .ft_text {
        width: 100%;
        padding: 0;
        font-size: 12px;
    }

    .copyright small {
        font-size: 8px;
    }

    .common-page_main {
        padding: 90px 0  30px;
    }

    .common-page_main h1.title {
        font-size: 24px;
    }

    .back_link a {
        width: 100%;
    }

    .back_link {
        padding-top: 20px;
    }

    .vs_box.allow {
        border-width: 5px;
    }

    .exam_ul {
        height: 100vw;
    }

    ul.review_list li {
        width: 49%;
        margin-bottom: 2vw;
    }
    
    ul.review_list li .image {
        height: 30vw;
    }
    
    ul.review_list li .textArea {
        padding: 3vw;
    }
    
    ul.review_list li .textArea p.text {
        font-size: 3.5vw;
        height: auto;
        display: block;
    }

}
