@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*-------------------------------------------------a-----
Theme Material
------------------------------------------------------*/

/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #252524;
    --color-primary: #014099;
    --color-primary-shade: #0273C4;
    --color-primary-tint: #EAF5FD;
    --color-secondary: #E9E9E9;
    --color-secondary-tint: #FCFCFC;
    --color-border: #CFCFCF;
    --color-table-border: #CFCFCF;
    --color-faq-border: #96B5C6;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: 'Montserrat', 'Noto Sans JP', sans-serif;

    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #002E6E;
    --header-color-primary: #014099;
    --header-color-primary-tint: #0273C4;

    --footer-background: #F0F3F5;
    --footer-color-font: #252524;
    --footer-color-primary: #252524;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}

.pad_anchor {
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

#metaslider_container_98 {
    display: block;
}

#metaslider_container_143 {
    display: none;
}

@media print,
screen and (max-width: 768px) {
    #metaslider_container_98 {
        display: none;
    }

    #metaslider_container_143 {
        display: block;
    }
}

#front_bottom_content {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

#front-sectionPost {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content,
#front_bottom_content {
    background: #fff;
}

#front-sectionPost {
    width: 90%;
}

.postlist .post_text {
    padding: 20px 0;
}

/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
    /* 120-80px (1920-375) */
    background: var(--color-background01);
}

.widearea {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------col02-----------*/

.post .col2_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col2_list>li {
    width: 49%;
    margin-bottom: 2%;
}

@media print,
screen and (max-width: 600px) {
    .post .col2_list>li {
        width: 100%;
    }

    .post .col2_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col03-----------*/

.post .col3_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col3_list>li {
    width: 32%;
}

.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}

.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

@media print,
screen and (max-width: 768px) {
    .post .col3_list>li {
        width: 49%;
        margin-bottom: 8%;
    }

    .post .col3_list::before,
    .post .col3_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 600px) {
    .post .col3_list>li {
        width: 100%;
    }

    .post .col3_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col4-----------*/

.post .col4_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col4_list>li {
    width: 24%;
    margin-bottom: 1.5%
}

.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}

.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}

@media print,
screen and (max-width: 1240px) {

    .post .col4_list>li,
    .post .col4_list::before,
    .post .col4_list:after {
        width: 32%;
        margin-bottom: 2%;
    }
}

@media print,
screen and (max-width: 768px) {
    .post .col4_list>li {
        width: 49%;
    }

    .post .col4_list::before,
    .post .col4_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 600px) {
    .post .col4_list>li {
        width: 100%;
    }

    .post .col4_list>li:last-child {
        margin-bottom: 0;
    }
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
gap
------------------------------------------------------*/
/* 縦 */
.col_gap2 {
    display: flex;
    flex-direction: column;
    gap: var(--px20);
}

.col_gap6 {
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}

.col_gap8 {
    display: flex;
    flex-direction: column;
    gap: var(--px80);
}

.col_gap10 {
    display: flex;
    flex-direction: column;
    gap: var(--px100);
}

/* 横 */
.gap8 {
    gap: var(--px80) !important;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
/* 色 */
.color_w {
    color: #fff !important;
}

.marker.blue {
    background: linear-gradient(transparent 60%, #B6D4EA 60%);
}

/* 配列 */
.txt_c_l {
    text-align: center;
}

@media print,
screen and (max-width: 768px) {
    .txt_c_l {
        text-align: left;
    }
}

/* テキスト */
.post p,
p {
    font-size: var(--rem16);
    line-height: 2;
}

.post .read p,
.read p {
    margin-bottom: 1em;
}

.post .read p:last-child,
.read p:last-child {
    margin-bottom: 0;
}

.post p.txt22,
p.txt22 {
    font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 22px);
    font-weight: 500;
    color: var(--color-font);
    line-height: 1.85;
}

.post p.txt24,
p.txt24 {
    font-size: var(--rem24w);
    font-weight: 700;
    color: var(--color-font);
    line-height: 2.4;
}

@media print,
screen and (max-width: 768px) {

    .post p.txt24,
    p.txt24 {
        line-height: 1.85;
    }
}

.post p.txt28,
p.txt28 {
    font-size: var(--rem28);
    font-weight: 700;
    color: var(--color-font);
}


/* H2 */
.post h2,
h2 {
    font-size: var(--rem40);
    color: var(--color-font);
    margin: var(--px50) auto;
}

h1.title.top-loop,
h1.title.bottom-loop,
.post h2.main_ttl,
h2.main_ttl {
    position: relative;
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem);
    /* 3.2-2.4rem (1920-375) */
    font-weight: 600;
    letter-spacing: .5rem;
    text-shadow: none;
    z-index: 20;
    padding: 0;
    line-height: 1.3;
    text-align: center;
}

h1.title.top-loop span.en,
h1.title.bottom-loop span.en,
.post h2.main_ttl b,
h2.main_ttl b {
    display: block;
    color: rgba(1, 64, 153, .1);
    font-size: 620%;
    font-family: var(--font-family02);
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: .7rem;
}

h1.title.top-loop span.jp,
h1.title.bottom-loop span.jp,
.post h2.main_ttl span,
h2.main_ttl span {
    position: absolute;
    top: 55%;
    left: 50%;
    display: block;
    color: var(--color-primary);
    font-size: var(--rem40w);
    white-space: nowrap;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post h2.main_ttl::after,
h2.main_ttl::after {
    content: none;
}

@media print,
screen and (max-width: 768px) {

    h1.title.top-loop span.en,
    h1.title.bottom-loop span.en,
    .post h2.main_ttl b,
    h2.main_ttl b {
        font-size: 220%;
    }
}


/* 白 */
.post h2.main_ttl.color_w b,
h2.main_ttl.color_w b {
    color: rgba(255, 255, 255, .3);
}

.post h2.main_ttl.color_w span,
h2.main_ttl.color_w span {
    color: #fff;
}


/* H3 */
.post h3,
h3 {
    font-size: var(--rem24w);
    color: var(--color-font);
    border: none;
    border-left: 5px solid var(--color-primary);
    border-radius: 5px;
    background: var(--color-primary-tint);
    margin: var(--px40) 0;
    padding: 6px 20px;
}

.post h3 span.ttl_enclosing,
h3 span.ttl_enclosing {
    color: var(--color-primary);
    display: inline-block;
    margin-right: 10px;
    border-radius: 50vh;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #fff;
}

.post h3.h3_01,
h3.h3_01 {
    font-size: var(--rem24w);
    text-align: center;
    font-weight: 600;
    padding: 0;
    border: none;
    margin: var(--px30) auto var(--px12);
    background: none;
}

.post h3.h3_02,
h3.h3_02 {
    font-size: var(--rem30);
    text-align: center;
    font-weight: 600;
    padding: 0;
    border: none;
    margin: 0;
    margin: var(--px40) auto var(--px20);
    background: none;
}





/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    margin: 0;
    padding: 0
}

.post ul.list li {
    list-style: disc;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
    list-style-position: inside;
}

.post ul.list li:last-child {
    margin-bottom: 0;
}


/* olリスト */
.post ol.num {
    margin: 0;
    padding: 0
}

.post ol.num li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
}

.post ol.num li:last-child {
    margin-bottom: 0;
}


.post ol.list_toc {
    background: var(--color-secondary-tint);
    padding: var(--px40) var(--px60);
    margin: 0;
}

.post ol.list_toc li {
    padding: 0 0 .1em 1.6em;
    display: flex;
    gap: var(--px20);
    align-items: center;
}

.post ol.list_toc li::before {
    content: "";
    display: block;
    width: 1.2em;
    height: 2px;
    background: var(--color-primary-shade);
}

.post ol.list_toc li a {
    color: var(--color-primary);
    text-decoration: underline;
    font-size: var(--rem16);
}

@media print,
screen and (max-width: 768px) {
    .post ol.list_toc {
        padding: var(--px60) var(--px30);
    }
}

.post ol.enclosing {
    list-style: none;
    counter-reset: number;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post ol.enclosing li {
    list-style: none;
    padding-right: 10px;
}

.post ol.enclosing li::before {
    counter-increment: number;
    content: counter(number);
    width: 22px;
    height: 22px;
    font-size: var(--rem14);
    font-weight: bold;
    background: var(--color-primary-tint);
    color: var(--color-primary-shade);
    border-radius: 50%;
    font-size: var(--px16);
    text-align: center;
    line-height: 22px;
    display: inline-block;
    margin-right: 5px;
}


/* dlリスト */
.post dt {
    margin-bottom: 0.3em;
}

.post dl.definition dt,
.qa_list .qa_list_inner dl.definition dt {
    font-size: var(--rem16);
    font-weight: 700;
}

.post dl.definition dd,
.qa_list .qa_list_inner dl.definition dd {
    display: block;
    font-size: var(--rem16);
    margin: .3em 0 1.4em 0;
}

.qa_list .qa_list_inner dl.definition dt::after {
    content: none;
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    min-width: 340px;
    max-width: fit-content;
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary-shade);
    box-shadow: 0 5px 0 0 var(--color-primary);
    padding: var(--rem20) 60px var(--rem20) 30px;
    margin: 0 auto;
    transition: all .3s;
    border-radius: 6px;
}

.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after,
.post .subimitarea .linkBtn input[type="submit"]::after {
    content: '\f061';
    position: absolute;
    font-size: var(--rem16);
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 400;
    line-height: 1;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: 0.3s all;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
    background: var(--color-primary-shade);
    box-shadow: 0 0 0 0 var(--color-primary);
    position: relative;
    top: 5px;
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
    right: 18px;
}

.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

.linkBtn.Btn_l,
.post .linkBtn.Btn_l,
a.linkBtn.Btn_l {
    font-size: var(--rem24w);
    padding: var(--rem24w) 60px var(--rem24w) 30px;
    max-width: 530px;
}

@media print,
screen and (max-width: 768px) {

    .linkBtn,
    .post .linkBtn,
    a.linkBtn,
    .post .subimitarea .linkBtn input[type="submit"] {
        min-width: auto;
        max-width: 340px;
        width: 100%;
    }
}

.subimitarea>.linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/*------------------------------------------------------
画像
------------------------------------------------------*/
.grah01 img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.grah02 img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
}

.img_radius {
    border-radius: var(--px20);
}

/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th,
.post table td {
    padding: 20px;
    line-height: 1.45;
}

.post table th {
    background: #F4F4F4;
}

/* table01 */
.post table.table01,
.post table.table01 th,
.post table.table01 td {
    border-width: 4px;
    border-color: #fff;
}

.post table.table01 th,
.post table.table01 td {
    padding: 20px 14px;
    border-radius: 12px;
    vertical-align: middle;
}

.post table.table01 thead th {
    vertical-align: top;
}

.post table.table01 th {
    background: var(--color-secondary);
}

.post table.table01 thead th {
    padding: var(--px40);
}

.post table.table01 thead th p b {
    font-size: var(--rem18);
}

.post table.table01 thead th p {
    font-size: var(--rem16);
    font-weight: normal;
}

.post table.table01 th.cel00 {
    background: #fff;
}

.post table.table01 td.cel01 {
    background: #F4F4F4;
}

.post table.table01 td.cel02 {
    background: var(--color-secondary-tint);
}

.post table.table01 th.w_16,
.post table.table01 td.w_16 {
    width: 16%;
}

.post table.table01 th.w_42,
.post table.table01 td.w_42 {
    width: 37%;
}

.post table th span.ttl_enclosing,
h3 span.ttl_enclosing {
    color: var(--color-primary);
    display: inline-block;
    margin-right: 10px;
    border-radius: 50vh;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #fff;
}

/*------------------------------------------------------
Wrap/inner
------------------------------------------------------*/
.inner860 {
    max-width: 860px;
    width: 90%;
    margin: 0 auto;
}

.inner1090 {
    max-width: 1090px;
    width: 90%;
    margin: 0 auto;
}

.inner1260 {
    max-width: 1260px;
    width: 90%;
    margin: 0 auto;
}

.inner1400 {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}

.spmenu #menu p {
    transform: none;
    left: auto;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: var(--px12);
}

#header .inner {
    margin-right: var(--px20);
}

nav#mainNav ul li.current-menu-item a::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: var(--header-color-primary);
    position: relative;
    top: 10px;
}

@media print,
screen and (max-width: 1023px) {
    nav#mainNav ul li.current-menu-item a::after {
        content: none;
    }
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: var(--header-color-primary-tint);
    color: #fff;
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 2.4rem;
}

#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}

#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}

#header a.head_btn.tel_btn:hover {
    background: var(--header-color-primary);
    opacity: .7;
}

/* メールボタン */
#header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 8px;
}

nav#mainNav ul li a:hover {
    background: #fff !important;
    opacity: 1 !important;
}

/* SP */
@media print,
screen and (max-width: 1023px) {
    nav#mainNav ul li a {
        padding: 16px;
    }

    nav#mainNav ul li a {
        border-bottom: 1px solid var(--color-border);
    }
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer .footer__logo img {
    width: 90%;
}

#copyright {
    padding: 16px 0 0 0;
    border-top: 1px solid #ccc;
    max-width: 1600px;
    width: 90%;
}

.footer_inner {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .footer__logo {
    margin-right: auto;
}

#footer .footer__logo img {
    max-width: 286px;
    max-height: 160px;
}

.footer_flex {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer .footnav ul>li::before,
#footer .footnav ul>li::after {
    content: none;
}

#footer .footnav ul {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 170px;
    gap: 5px 20px;
}

.footer_flex .footer_nav,
.footer_flex img {
    margin-left: auto;
}

.footer_flex img {
    margin-left: var(--px30);
}

@media print,
screen and (max-width: 1023px) {
    .footer_flex {
        flex-direction: column;
    }

    .footer_flex img,
    #footer .footer__logo {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    #footer .footnav ul {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        gap: 10px;
    }
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
#foot-contact_pt05 {
    clear: both;
    position: relative;
    background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
    z-index: 0;
}

#foot-contact_pt05 .wrapper_content {
    position: relative;
    margin: 0 auto;
}

#foot-contact_pt05 ul.contactbtn_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--px20);
    max-width: 1600px;
    margin: min(calc(40px + (1vw - 1.92rem) * 1.2945), 40px) auto;
    z-index: 10;
}

#foot-contact_pt05 ul.contactbtn_list>li {
    width: 100%;
}

#foot-contact_pt05 ul.contactbtn_list>li a.f-contact_btn {
    width: 100%;
    max-width: none;
    min-width: inherit;
}

#foot-contact_pt05 ul.contactbtn_list:first-child {
    margin-top: 0;
}

#foot-contact_pt05 ul.contactbtn_list:last-child {
    margin-bottom: 0;
}

/*レスポンシブ対応*/
@media print,
screen and (min-width: 769px) {
    #foot-contact_pt05 ul.contactbtn_list>li {
        width: calc(((100% - var(--px20)) / 2) - 1px);
    }
}

/*FireFox対応*/
@-moz-document url-prefix() {

    @media print,
    screen and (min-width: 769px) {
        #foot-contact_pt05 ul.contactbtn_list>li {
            width: calc(((100% - var(--px20)) / 2) - 1px);
        }
    }
}

#foot-contact_pt05 a.f-contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #FFF;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    border-radius: 50vh;
    transition: .3s;
}

#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}

#foot-contact_pt05 a.f-contact_btn.telBtn {
    color: var(--color-primary);
    background: #fff;
    border: 1px solid #fff;
}

#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: #fff;
    background: var(--color-primary);
}

#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: #fff;
    background: var(--header-color-primary-tint);
    border: 1px solid var(--header-color-primary-tint);
}

#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    color: var(--header-color-primary-tint);
    background: #FFF;
}

#foot-contact_pt05 a.f-contact_btn .ico::before {
    display: inline-block;
    font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: .4em;
}

#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
    display: block;
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}

#foot-contact_pt05 a.f-contact_btn .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}

#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
}

#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
    content: '\f0e0';
}

#foot-contact_pt05 a.f-contact_btn .note {
    font-size: var(--rem14);
    font-weight: 500;
    letter-spacing: .1rem;
}

@media print,
screen and (max-width: 768px) {
    #foot-contact_pt05 a.f-contact_btn {
        height: 110px;
    }

    #foot-contact_pt05 ul.contactbtn_list {
        gap: 15px;
    }
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
    margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589), 20px);
    padding-left: 0;
    padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589), 20px);
    border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post .wpcf7 table {
    border: none;
}

.post .wpcf7 table th,
.post .wpcf7 table td {
    padding: 20px 16px;
    border: none;
    border-top: 1px solid var(--color-table-border);
    border-bottom: 1px solid var(--color-table-border);
}

.post .wpcf7 table th {
    width: 30%;
    background: var(--color-background02);
    line-height: 1.25;
}

.post p.contact_message,
p.contact_message {
    font-size: var(--rem16);
    margin-bottom: var(--px60);
    line-height: 2.4;
}

.wpcf7-form .must {
    background: var(--color-primary);
}

@media print,
screen and (max-width: 640px) {
    .post .wpcf7 table th {
        border-right: none;
        border-bottom: none;
        border-top: none;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    .post .wpcf7 table td {
        border-top: none;
        padding-top: 5px;
    }

    .post .wpcf7 table tr:first-child {
        border-top: 1px solid var(--color-table-border);
    }
}

/* 完了 */
.post h2.thanks,
h2.thanks {
    font-size: var(--rem30);
    margin: 0 0 var(--px30);
    text-align: left;
}

.post h2.thanks::after,
h2.thanks::after {
    content: none;
}

.post .thanks_btn {
    margin: var(--px80) auto 0 !important;
    display: block;
}

/*------------------------------------------------------
よくある質問
------------------------------------------------------*/
.qa_list .qa_list_inner {
    border: 1px solid var(--color-faq-border);
    border-radius: var(--px30);
    background: #ffffff;
    cursor: pointer;
}

.qa_list .qa_list_inner dt {
    padding: var(--px20) var(--px40) var(--px30);
    position: relative;
    font-weight: normal;
    margin: .6em 0 0 0;
    display: flex;
    align-items: center;
    gap: var(--px20);
}

.qa_list .qa_list_inner dd .ans_flex {
    position: relative;
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: stretch;
    padding: 0;
}

.qa_list .qa_list_inner .q_ico {
    font-family: var(--font-family03);
    line-height: 1.0;
    font-size: var(--rem36);
    font-weight: bold;
    color: var(--color-primary-shade);
    margin-top: -4px;
}

.qa_list .qa_list_inner .q_desc {
    line-height: 1.35;
    font-size: var(--rem20w);
    font-weight: 700;
    color: var(--color-font);
    width: 92%;
}

.qa_list .qa_list_inner .a_desc {
    line-height: 1.65;
    width: 100%;
}

.qa_list .qa_list_inner dt:after {
    content: '\f0ab';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: var(--rem30w);
    font-weight: 700;
    color: var(--color-primary-shade);
    text-align: right;
}

.qa_list .qa_list_inner .active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.qa_list .qa_list_inner dd {
    display: none;
    position: relative;
    padding: 0 var(--px40) var(--px30);
    margin: 1.5em 0 0 0;
}


/*------------------------------------------------------
ご利用の流れ
------------------------------------------------------*/
.flowlist01 {
    position: relative;
}

.flowlist01::before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--color-primary);
    display: block;
    position: absolute;
    top: 30px;
    left: 50px;
    height: calc(100% - 60px);
}

.flowlist01>li {
    position: relative;
    display: flex;
    gap: var(--px30);
    align-items: center;
}

.flowlist01>li:not(:last-child) {
    margin-bottom: 4vh;
}

.flowlist01>li .icon {
    font-size: var(--rem20w);
    color: var(--color-primary);
    background: #fff;
    border: 2px solid var(--color-primary);
    font-family: var(--font-family02);
    font-weight: 700;
    width: 100px;
    height: 100px;
    border-radius: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 100;
    line-height: 1;
    text-align: center;
}

.flowlist01>li .icon span.icon_num {
    display: block;
    font-size: var(--rem40w);
}

.flowlist01>li dl {
    width: calc(100% - (var(--px30) + 100px));
}

.flowlist01>li .flowtxt {
    width: 86%;
}

.post .flowlist01 img.flow_img {
    width: var(--px150);
    height: var(--px150);
    display: block;
}

.flowlist01>li dl.w_dl02 {
    width: calc(97% - var(--px150));
}

.flowlist01>li dl dt {
    color: var(--color-primary);
    font-size: var(--rem28);
    font-weight: 700;
    margin-bottom: 0.5em;
}

.flowlist01>li dl dt {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .flowlist01::before {
        top: 30px;
        left: 30px;
        height: 86%;
    }

    .flowlist01>li {
        align-items: normal;
    }

    .flowlist01>li .icon {
        font-size: var(--rem12);
        width: 60px;
        height: 60px;
    }

    .flowlist01>li .icon span.icon_num {
        font-size: var(--rem24w);
    }

    .flowlist01>li dl {
        width: calc(100% - (var(--px30) + 60px));
    }

    .flowlist01>li dl.w_dl02 {
        width: 100%;
    }

    .flowlist01>li .flowtxt {
        width: 76%;
    }
}


/*------------------------------------------------------
背景
------------------------------------------------------*/
.sec01 {
    background: url(/wp-content/uploads/bg_grah01.png) no-repeat center / cover;
    padding: var(--px60) 0 var(--px100);
}

.sec02 {
    background: url(/wp-content/uploads/bg_strength.png) no-repeat center / cover;
    padding: var(--px120) 0;
}

.sec03 {
    position: relative;
}

.sec04 {
    background: url(/wp-content/uploads/h2_bg.jpg) no-repeat center / cover;
    padding: var(--px100) 0 var(--px240);
}

.sec05 {
    background: url(/wp-content/uploads/bg_service.png) no-repeat center / cover;
    padding: 0 0 var(--px120);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

.sec06 {
    background: url(/wp-content/uploads/bg_work.png) no-repeat center / cover;
    padding: var(--px120) 0;
}

.sec07 {
    background: url(/wp-content/uploads/bg_faq.png) no-repeat center / cover;
    padding: var(--px120) 0;
}

/*------------------------------------------------------
card
------------------------------------------------------*/
/* card01 */
.post ul.card01,
ul.card01 {
    position: relative;
    top: calc(-1 * var(--px180));
    margin-bottom: calc(-1 * var(--px160));
}

.post ul.card01>li,
ul.card01>li {
    background: #fff;
    padding: var(--px20) var(--px20) var(--px60) var(--px20);
}

.post p.tag01,
p.tag01 {
    color: #fff;
    background: var(--color-primary);
    display: inline-block;
    font-size: var(--rem12);
    text-align: center;
    padding: 5px var(--px20);
    border-radius: 8px 8px 0 0;
}

.post ul.frame01,
ul.frame01 {
    background: var(--color-primary-tint);
    padding: var(--px30) var(--px20);
}

.post ul.frame01 li,
ul.frame01 li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.45;
    margin-bottom: 1em;
}

.post ul.frame01 li::before,
ul.frame01 li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: var(--color-primary);
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

@media print,
screen and (max-width: 768px) {

    .post ul.card01,
    ul.card01 {
        top: calc(-1 * var(--px240));
        margin-bottom: calc(-1 * var(--px240));
    }
}


/*------------------------------------------------------
tel
------------------------------------------------------*/
.post .tel_ttl h3 {
    font-size: var(--rem40w);
    font-family: var(--font-family02);
    font-weight: bold;
    color: #fff;
    background: var(--color-primary);
    border: none;
    text-align: center;
    border-radius: var(--px20) var(--px20) 0 0;
    padding: var(--px20);
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post .tel_ttl h3 span.tag_tel {
    color: var(--color-primary);
    text-align: center;
    background: #fff;
    padding: 8px 10px;
    display: inline-block;
    margin-right: 16px;
    line-height: 1;
    font-size: var(--rem24w);
}

.post .tel_list {
    background: var(--color-primary-tint);
    padding: var(--px40);
    border-radius: 0 0 var(--px20) var(--px20);
}

.tel_inner {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}


/*------------------------------------------------------
sec02
------------------------------------------------------*/
@media print,
screen and (max-width: 768px) {

    .sec02 .flexbox li.w50:first-child,
    .sec03 .flexbox li.w50:first-child {
        margin-bottom: var(--px60);
    }
}

.type-post a {
    color: #2a588b;
    border-bottom: 1px solid #2a588b;
}



@media print,
screen and (min-width: 1023px) {

    .post ul.frame01,
    ul.frame01 {
        min-height: 200px;
    }


}

@media print,
screen and (max-width: 768px) {

    .post table.table01 th {
        font-size: 1.23rem;
    }

    h1.title.top-loop span.en,
    h1.title.bottom-loop span.en,
    .post h2.main_ttl b,
    h2.main_ttl b {
        font-size: 210%;
    }

    .sec06 {
        padding: 60px 0;
    }

}

/*----------*/

.page_contents#faq {
    margin-bottom: var(--px150);

    dl.qa_list_inner {
        dd {
            .ans_flex {
                .a_desc {
                    a {
                        color: var(--color-primary);
                        text-decoration: underline;
                    }

                    ul {
                        li {
                            a {
                                color: var(--color-primary);
                                text-decoration: underline;
                                margin: 5px 0;
                                display: block;
                            }
                        }
                    }

                    >span {
                        font-size: 80%;
                    }
                }
            }
        }
    }
}

@media print,
screen and (min-width: 1035px) {
    #foot-contact_pt05 ul.contactbtn_list>li {
        width: calc(((100% - var(--px20)) / 3) - 1px);
    }

    #foot-contact_pt05 ul.contactbtn_list {
        flex-wrap: nowrap !important;
    }
}

@media print,
screen and (max-width: 1034px) {
    #foot-contact_pt05 ul.contactbtn_list>li {
        width: 100%;
    }

    #foot-contact_pt05 ul.contactbtn_list {
        flex-wrap: wrap !important;
    }

    #foot-contact_pt05 ul.contactbtn_list>li a.f-contact_btn {
        max-width: 500px;
        margin: 0 auto;
    }
}

#foot-contact_pt05 a.f-contact_btn.mailBtn02,
.header__contact li a.mailBtn02 {
    color: #fff !important;
    background: #3a3d3f !important;
    border: 1px solid #3a3d3f !important;
}

#foot-contact_pt05 a.f-contact_btn.mailBtn02:hover {
    color: #3a3d3f !important;
    background-color: #fff !important;
}

h2#our-strength {
    margin-top: -100px;
    padding-top: 100px;
}