@charset "utf-8";

/**************************************************
---------------------- default--------------------
**************************************************/
@font-face {
    font-family: "Poppins-Bold";
    src: url('/wp-content/themes/twentynineteen/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url('/wp-content/themes/twentynineteen/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: "Poppins-Light";
    src: url('/wp-content/themes/twentynineteen/fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: "Poppins-Thin";
    src: url('/wp-content/themes/twentynineteen/fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 600;
}

.f_pop_li {
    font-family: "Poppins-Light", "sans-serif";
}

.f_pop_thin {
    font-family: "Poppins-Thin", "sans-serif";
}

.f_pop {
    font-family: "Poppins-SemiBold", "sans-serif";
}

.f_pop_bold {
    font-family: "Poppins-Bold", "sans-serif";
}

.wrap {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
}

.wrap_mid {
    width: 1140px;
    max-width: 95%;
    margin: 0 auto;
}

.w-in1400 {
    width: 1400px;
    max-width: 98%;
    margin: 0 auto;
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

main {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes horizontal {
    0% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #3e3a39;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.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;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

body {
    color: #1a1a1a;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 12px;
    -webkit-overflow-scrolling: touch;
}

.pr {
    position: relative;
}

.link-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#form01 {
    width: 360px;
    height: 30px;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
}

#form01 input {
    vertical-align: top;
    margin: 0;
    height: 100%;
    font-size: 13px;
}

#input01 {
    width: 295px;
    height: 50px;
    border: none;
    box-shadow: 0 0 8px black;
}

#submit01 {
    width: 60px;
    height: 50px;
    border: none;
    background: url("img/search.svg") no-repeat #1B362F;
    background-size: 20px;
    background-position: 20px;
    color: black;
    box-shadow: 0 0 8px black;
}

input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 10px;
}

input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 10px;
}

input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 10px;
}

input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 10px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.db {
    display: block;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.sankaku-icon:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 7px;
    top: 6px;
    z-index: 2;
}

/*slider*/
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin: auto;
}

.bx-wrapper .bx-controls-direction a {
    top: 40%;
}

.bx-wrapper .bx-prev {
    left: -50px;
    background: url(/wp-content/themes/twentynineteen/image/prev.svg) no-repeat;
}

.bx-wrapper .bx-next {
    right: -50px;
    background: url(/wp-content/themes/twentynineteen/image/next.svg) no-repeat;
}

/*top h2*/
h2.sec_h2,
h1.sec_h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 90px;
    padding-bottom: 35px;
    margin-bottom: 60px;
    position: relative;
}

h2.sec_h2:before,
h1.sec_h2:before {
    content: "";
    display: inline-block;
    height: 20px;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#sec01 h2.sec_h2:before {
    width: 65px;
    background: url(/wp-content/uploads/2019/02/title_about.svg)no-repeat;
    background-position: center;
    background-size: contain;
}

#sec02 h2.sec_h2:before {
    width: 95px;
    background: url(/wp-content/uploads/2019/02/title_strength.svg)no-repeat;
    background-position: center;
    background-size: contain;
}

#sec03 h2.sec_h2:before {
    width: 50px;
    background: url(/wp-content/uploads/2019/02/title_plan.svg)no-repeat;
    background-position: center;
    background-size: contain;
}

#sec04 h2.sec_h2:before,
.post-type-archive-voice h1.sec_h2:before {
    width: 62px;
    background: url(/wp-content/uploads/2019/02/title_voice.svg)no-repeat;
    background-position: center;
    background-size: contain;
}

#sec05 h2.sec_h2:before,
.category-column h1.sec_h2:before {
    width: 85px;
    background: url(/wp-content/uploads/2019/02/title_column.svg)no-repeat;
    background-position: center;
    background-size: contain;
}

/*btn*/
a.btn {
    display: inline-block;
    width: 480px;
    height: 60px;
    line-height: 56px;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 3px solid;
    color: #1B362F;
    overflow: hidden;
}

a.btn::before,
a.btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

a.btn,
a.btn::before,
a.btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.btn:hover {
    color: #1B362F;
    border: 3px solid #1B362F;
}

a.btn::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
}

a.btn:hover::after {
    top: 0;
    left: 0;
    background-color: #fff;
}

#sec01 a.btn,
#top_cnt a.btn {
    color: #fff;
    background: #1B362F;
}

#sec01 a.btn:hover {
    color: #1B362F;
}

#sec02 a.btn {
    margin: auto;
}

#sec02 a.btn:hover,
#sec03 a.btn:hover {
    color: #fff;
}

#sec02 a.btn:hover::after,
#sec03 a.btn:hover::after {
    top: 0;
    left: 0;
    background-color: #1B362F;
}

#top_cnt a.btn:hover {
    color: #1B362F;
    border: 3px solid #fff;
}

#page_buying #top_cnt a.btn:hover {
    border: 3px solid #1B362F;
}

#top_cnt a.btn:hover::after {
    top: 0;
    left: 0;
    background-color: #fff;
}

#top_cnt a.btn {
    height: 70px;
    line-height: 70px;
}

.a_btn {
    text-align: center;
}

/*top*/
header#main-header {
    height: 80px;
}

header#main-header a {
    display: block;
}

div#main-logo {
    width: 15%;
}

div#main-logo h1 {
    padding: 30px;
}

header#main-header nav {
    height: 70px;
    font-size: 14px;
    width: 84%;
    max-width: 1150px;
}

header#main-header nav li {
    padding: 5px;
}

header#main-header nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 130px;
    line-height: 70px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

header#main-header nav li a::after {
    position: absolute;
    bottom: 15px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #303030;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

header#main-header nav li:last-child a::after {
    content: none;
}

header#main-header nav li a:hover::after {
    transform: scale(1, 1);
}

header#main-header nav li.nav_cnt {
    background: #303030;
    color: #fff;
    padding: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header#main-header nav li.nav_cnt:hover {
    background: #1B362F;
}

header#main-header li.nav_cnt a {
    color: #fff;
    border: 1px solid;
}

#main_visual {
    background: url(/wp-content/uploads/2019/02/main_visual.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 130px;
}

#main_visual h2.main_h2 {
    font-weight: bold;
    line-height: 7;
    margin-bottom: 75px;
}

#main_visual p.main_p01 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 85px;
}

#main_visual ul.main_list {
    margin-bottom: 60px;
}

#main_visual ul.main_list li {
    width: 310px;
    height: 85px;
    line-height: 85px;
    background: url(/wp-content/uploads/2019/02/icon_01.svg)no-repeat, #1B362F;
    background-position: 15%;
    background-size: 50px;
    border-radius: 50px;
    box-shadow: 2px 2px 0px #fff;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
}

#main_visual ul.main_list li:nth-child(2) {
    background: url(/wp-content/uploads/2019/02/icon_02.svg)no-repeat, #1B362F;
    background-position: 15%;
    background-size: 50px;
}

#main_visual ul.main_list li:nth-child(3) {
    background: url(/wp-content/uploads/2019/02/icon_03.svg)no-repeat, #1B362F;
    background-position: 15%;
    background-size: 50px;
}

#main_visual .main_p02 {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 75px;
}

#sec01 {
    text-align: center;
    padding-bottom: 95px;
}

#sec01 p.sec_p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 60px;
    font-weight: bold;
}

#sec01 dl.sec01_box {
    font-weight: bold;
}

#sec01 dl.sec01_box dd {
    margin-bottom: 30px;
}

#sec01 dl.sec01_box .img img {
    padding: 8px;
    border: 3px solid #1B362F;
    border-radius: 50%;
}

#sec01 dl.sec01_box .title {
    font-size: 22px;
    margin-bottom: 20px;
}

#sec01 dl.sec01_box .text {
    font-size: 12px;
    line-height: 1.8;
}

#sec02 {
    background: #F7F7F7;
    padding-bottom: 95px;
}

#sec02 dl.sec02_box {
    margin-bottom: 70px;
}

#sec02 dl.sec02_box di {
    width: 33%;
    max-width: 320px;
}

#sec02 dl.sec02_box dt.title {
    background: #000;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
    text-align: center;
}

#sec02 dl.sec02_box dd.text {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}

#sec03 {
    padding-bottom: 95px;
}

#sec03 li {
    margin-bottom: 40px;
}

#sec03 li .img {
    width: 27%;
}

#sec03 dl.item {
    margin-left: 3%;
    width: 70%;
}

#sec03 dl.item dt {
    position: relative;
    text-align: center;
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: #1E1E1E;
    font-size: 20px;
    color: #fff;
    margin-left: -10px;
    margin-bottom: 35px;
    z-index: -2;
}

#sec03 dl.item dt:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 30px white;
    border-bottom: solid 80px transparent;
    z-index: -1;
}

#sec03 dl.item dt:after {
    position: absolute;
    content: '';
    right: -3px;
    top: -7px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 30px transparent;
    border-bottom: solid 80px white;
    z-index: -1;
}

#sec03 dl.item dd h3 {
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#sec03 dl.item dd {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
}

#top_cnt {
    padding: 55px 0;
    background: #1B362F;
    color: #fff;
    text-align: center;
}

#top_cnt p.sec_p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 50px;
}

#top_cnt .left p {
    font-size: 45px;
}

#top_cnt p.p_small {
    font-size: 20px;
    margin-top: 10px;
}

#top_cnt .time_container {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-top: 10px;
}

#top_cnt .time_container .time_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#top_cnt p.time_label,
#top_cnt .time_wrap .time {
    font-size: 20px;
}

#sec04,
#sec05 {
    background: url(/wp-content/uploads/2019/02/top_bg01.png)no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 95px;
}

#sec04 ul.sec04_slider li {
    line-height: 1.8;
    font-weight: bold;
}

#sec04 ul.sec04_slider li a {
    color: #000;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#sec04 ul.sec04_slider li a:hover {
    opacity: 0.6;
}

#sec04 ul.sec04_slider li dd.img {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 260px;
    background: #f0f0f0;
    overflow: hidden;
}

#sec04 ul.sec04_slider li dd.img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#sec04 ul.sec04_slider dt.title h3 {
    font-size: 18px;
}

#sec04 ul.sec04_slider dd.data {
    font-size: 16px;
}

ul.sec05_box li a {
    color: #000;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.sec05_box li a:hover {
    opacity: 0.6;
}

ul.sec05_box li dl {
    margin-left: 30px;
    line-height: 1.8;
    position: relative;
}

ul.sec05_box li:nth-child(4n + 1) dl {
    margin-left: 0;
}

ul.sec05_box dd.img {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 160px;
    background: #f0f0f0;
    overflow: hidden;
}

ul.sec05_box dd.img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

ul.sec05_box .date {
    font-style: italic;
}

ul.sec05_box h3 {
    font-size: 15px;
    font-weight: bold;
}

ul.sec05_box .category {
    background: #1B362F;
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

ul.sec05_box .category a {
    color: #fff;
    display: inline;
}

#foot_area {
    background: #F0F0F0;
    padding: 25px 0;
    font-weight: bold;
}

#foot_area ul li {
    display: block;
    width: 85px;
    font-size: 13px;
    line-height: 3;
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#foot_area ul li::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

footer#main_foot {
    background: #1E1E1E;
    color: #fff;
}

footer#main_foot li.category_li a {
    color: #1E1E1E;
}

footer#main_foot a {
    color: #fff;
    display: block;
}

footer#main_foot .foot_box {
    padding: 45px 0;
    line-height: 2;
}

footer#main_foot .foot_box .left {
    width: 40%;
}

footer#main_foot .foot_box ul {
    margin-top: 10px;
    line-height: 1.8;
}

footer#main_foot .foot_box li.tel {
    font-size: 24px;
    margin-bottom: 10px;
}

footer#main_foot .foot_box a.cnt_btn {
    text-align: center;
    width: 270px;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid;
}

footer#main_foot .foot_box a.cnt_btn {
    display: inline-block;
    text-align: center;
    width: 270px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #000;
    border: 2px solid #fff;
    overflow: hidden;
}

footer#main_foot .foot_box a.cnt_btn:hover {
    color: #000;
    font-weight: bold;
}

footer#main_foot .foot_box a.cnt_btn::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
}

footer#main_foot .foot_box a.cnt_btn:hover::after {
    top: 0;
    left: 0;
    background-color: #fff;
}

footer#main_foot .foot_box a.cnt_btn::before,
footer#main_foot .foot_box a.cnt_btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

footer#main_foot .foot_box a.cnt_btn,
footer#main_foot .foot_box a.cnt_btn::before,
footer#main_foot .foot_box a.cnt_btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer#main_foot .foot_box .right {
    width: 60%;
}

footer#main_foot .foot_box .right ul {
    border-top: 1px solid;
    padding-top: 20px;
}

footer#main_foot .foot_box .right ul a {
    width: 135px;
    line-height: 2.5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer#main_foot .foot_box .right ul a:hover {
    opacity: 0.6;
}

.Copyright {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 8px 0;
    font-family: 'Montserrat', sans-serif;
}

/*固定ページ*/
div#common-main {
    height: 300px;
    background: url(/wp-content/uploads/2019/02/h1bg_02.png)no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

div#common-main:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 0;
}

.page-id-83 div#common-main,
.page-id-11 div#common-main {
    background: url(/wp-content/uploads/2019/02/h1bg_01.png)no-repeat;
    background-size: cover;
    background-position: center;
}

.page-id-78 div#common-main {
    background: url(/wp-content/uploads/2019/02/h1bg_05.png)no-repeat;
    background-size: cover;
    background-position: center;
}

.page-id-93 div#common-main {
    background: url(/wp-content/uploads/2019/02/h1bg_04.png)no-repeat;
    background-size: cover;
    background-position: center;
}

.page-id-106 div#common-main,
.page-id-86 div#common-main {
    background: url(/wp-content/uploads/2019/02/h1bg_03.png)no-repeat;
    background-size: cover;
    background-position: center;
}

div#common-main .wrap {
    position: relative;
    height: 100%;
}

div#common-main .wrap h1 {
    position: absolute;
    left: 25%;
    min-width: 50%;
    padding: 0 1em;
    height: 100px;
    line-height: 110px;
    text-align: center;
    bottom: 0;
    background: white;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 600;
}

div#common-main h1:after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    background: #1B362F;
    position: absolute;
    left: 45%;
    top: 100px;
}

.breadcrumbs {
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    text-shadow: 1px 1px 3px #1a1a1a;
    width: 100%;
}

.breadcrumbs a {
    color: white;
}

.common-wrap {
    padding: 100px 0;
}

/*固定ページ h2*/
.title {
    text-align: center;
}

h2.page_h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

h2.page_h2:before,
h2.page_h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

h2.page_h2:before {
    left: 0;
}

h2.page_h2:after {
    right: 0;
}

/*運営会社情報 company*/
#company .company_box {
    text-align: center;
}

#company table.company_table {
    width: 100%;
    margin-bottom: 60px;
    text-align: left;
}

#company table.company_table tr {
    border-bottom: 3px solid #fff;
}

#company table.company_table th,
#company table.company_table td {
    padding: 20px;
    vertical-align: middle;
}

#company table.company_table th {
    font-size: 14px;
    border-right: 3px solid #fff;
    font-weight: bold;
    background-color: #1B362F;
    color: #fff;
    letter-spacing: 2px;
    width: 35%;
}

#company table.company_table td {
    background: #f7f7f7;
    text-decoration: none;
    line-height: 1.6;
}

#company table.company_table td:input {
    -webkit-text-fill-color: black;
    opacity: 1;
}

#company table.company_table td .link {
    display: inline-block;
    color: #1B362F;
    transition: .3s;
}

#company table.company_table td .link:hover {
    opacity: 0.6;
}

/*個人情報保護方針 privacy*/
section#privacy {
    font-size: 14px;
    line-height: 1.8;
}

#privacy p {
    margin-bottom: 10px;
}

#privacy dt {
    font-weight: bold;
    font-size: 16px;
}

#privacy dd {
    margin-bottom: 20px;
}

#privacy ul {
    margin-top: 10px;
}

#privacy li {
    margin-left: 20px;
    list-style-type: disc;
}

/*ご利用プラン plan*/
#plan table.table01 {
    width: 100%;
    border-top: 1px dashed #ccc;
}

#plan table.table01 tr:nth-child(odd) {
    background: #f7f6f3;
}

#plan table.table01 th.name {
    font-size: 20px;
    width: 20%;
    text-align: left;
    vertical-align: top;
}

#plan table.table01 td,
#plan table.table01 th {
    padding: 30px 20px;
    border-bottom: 1px dashed #ccc;
}

#plan table.table01 td.price {
    font-size: 20px;
    white-space: nowrap;
    font-weight: bold;
    text-align: right;
}

/*他社との違い difference*/
#difference dl.sec02_box {
    margin-bottom: 70px;
}

#difference dl.sec02_box di {
    width: 33%;
    max-width: 320px;
}

#difference dl.sec02_box dt.title {
    background: #000;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
    text-align: center;
}

#difference dl.sec02_box dd.text {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}

#difference .dif_box {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 70px;
}

#difference .dif_box:last-child {
    margin-bottom: 0px;
}

#difference .dif_box .img {
    width: 55%;
    position: relative;
}

/*
#difference .dif_box:nth-child(2) .img:before{
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #1B362F;
  position: absolute;
  top: -20px;
  left: -20px;
}
#difference .dif_box:nth-child(2) .img:after{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f2dc00;
  position: absolute;
  bottom: -10px;
  right: -10px;
}
#difference .dif_box:nth-child(3) .img:before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f49000;
  position: absolute;
  top: -10px;
  left: -10px;
}
#difference .dif_box:nth-child(3) .img:after{
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #f3de00;
  position: absolute;
  bottom: -10px;
  right: -50px;
}
*/
#difference .dif_box .text {
    width: 45%;
    padding: 30px;
}

/*当社の強み strength*/
#strength .str_box {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 60px;
}

#strength .str_box .img {
    width: 70%;
}

#strength .str_box .img.right {
    margin-left: auto;
}

#strength .str_box .text {
    padding: 30px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.6);
    width: 60%;
    line-height: 1.8;
}

#strength .str_box .right.text {
    position: absolute;
    bottom: 0;
    right: 0;
}

#strength .str_box .left.text {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*サブリース仕組み flow*/
#flow .flow_box {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 70px;
}

#flow ol.flow {
    margin-bottom: 70px;
}

#flow li.flow_item:first-child {
    border-top: 4px solid #e2e2e2;
}

#flow li.flow_item {
    counter-increment: li;
    border-bottom: 4px solid #e2e2e2;
    display: flex;
    padding: 45px 0 40px;
    position: relative;
}

#flow li.flow_item:before {
    content: "0" counter(li);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 20%;
}

#flow li.flow_item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #1B362F transparent transparent transparent;
    position: absolute;
    left: 9%;
    bottom: -10px;
}

#flow li.flow_item:last-child:after {
    content: none;
}

#flow .flow_itemInner {
    width: 80%;
}

#flow dt.flow_title {
    font-size: 20px;
    font-weight: bold;
    width: 40%;
}

#flow dd.flow_text {
    width: 60%;
    padding: 3px 0 0;
    font-size: 14px;
}

#flow .flow_foot {
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

/*サブリースとは about*/
#about .about_box {
    margin-bottom: 70px;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
}

#about .about_box .text {
    font-weight: bold;
    width: 75%;
    padding: 30px;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    bottom: 0;
    right: 0;
}

#about .about_box .img {
    width: 70%;
}

/**************************************************
---------end--------- default----------end--------
**************************************************/

/*お問い合わせ*/

div#step-wrap {
    margin: 70px 0;
}

.page-id-11 div#step-wrap {
    margin-top: 0;
}

.page-id-11 .select-wrap.pr {
    width: 60%;
}

.page-id-11 .select-wrap.pr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #1a1a1a transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 16px;
}

.step-box {
    width: 30%;
    height: 60px;
    background: #f2f2f2;
    color: #808080;
    text-align: center;
    position: relative;
}

.step-box span {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.step-box p {
    font-size: 24px;
    line-height: 60px;
}

div#step-1:after,
div#step-2:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #f2f2f2;
    position: absolute;
    right: -20px;
    top: 0;
}

.page-id-11 div#step-1:after,
.page-id-13 div#step-2:after {
    border-color: transparent transparent transparent #1a1a1a;
}

.page-id-11 div#step-1,
.page-id-13 div#step-2 {
    background: #1a1a1a;
    color: white;
    font-weight: 600;
}

section#contact .wrap {}

section#contact .contact_pictext {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #d02323;
    width: fit-content;
    padding: 0.5em 1em;
    margin: 0 auto 1.5em;
}

.page-id-87 section#contact .wrap {
    background: none;
}

section#contact h2 {
    font-size: 20px;
    border-left: 4px solid #1a1a1a;
    padding-left: 15px;
    margin-bottom: 30px;
}

#contact table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 70px;
}

#contact table th,
#contact table td {
    padding: 20px;
    font-size: 14px;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    line-height: 2.5;
}

#contact table th {
    font-weight: 600;
    vertical-align: middle;
    text-align: left;
    width: 30%;
}

#contact table .s-1,
#contact-2 table .s-1 {
    background: #d02323;
    color: white;
    padding: 5px 10px;
    margin-right: 15px;
    font-weight: normal;
}

#contact table .s-2,
#contact-2 table .s-2 {
    background: gray;
    color: white;
    padding: 5px 10px;
    margin-right: 15px;
    font-weight: normal;
}

#contact input[type="text"],
input[type="email"] {
    height: 45px;
    padding-left: 10px;
}

#contact textarea {
    width: 100%;
    height: 300px;
}

#contact div#btn-wrap {
    justify-content: center;
}

button.kakunin {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 16px;
    color: white;
    background: #d02323;
    border: none;
}

button.kakunin:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#contact select {
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 0;
    font-size: 14px;
}

a#top-back-btn {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 16px;
    color: white;
    background: #1B362F;
    border: none;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

a#top-back-btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

button.back-btn {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 16px;
    color: white;
    background: gray;
    border: none;
    margin: 0 10px;
}

button.soshin {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 16px;
    color: white;
    background: #d02323;
    border: none;
    margin: 0 10px;
}

p#contact-text {
    text-align: center;
    line-height: 2;
    margin-bottom: 50px;
    background: white;
    padding: 30px;
    border: 2px solid #1a1a1a;
    font-size: 16px;
}

input#zip {
    padding-left: 10px;
    height: 35px;
}

input.tel {
    width: 70px !important;
}

.page-id-151 .select-wrap.flex-sb {
    width: 70%;
    position: relative;
}

.page-id-153 .select-wrap.flex-sb {
    width: 35%;
    position: relative;
}

.page-id-151 .select-in:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 17px;
}

.select-wrap.flex-sb:nth-child(2) {
    margin-top: 20px;
}

.page-id-151 .select-wrap.flex-sb .select-in {
    width: 40%;
    position: relative;
}

span.mwform-checkbox-field.horizontal-item {
    display: block;
    margin-left: 0 !important;
}

/*single*/
section#single-1 {
    padding: 30px;
    box-shadow: 1px 1px 3px #1a1a1a;
}

section#single-1 h1 {
    font-size: 20px;
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

section#single-1 h1:before {
    content: "";
    display: block;
    width: 2%;
    height: 2px;
    background: #1B362F;
    position: absolute;
    left: 0;
    bottom: -2px;
}

section#single-1 small {
    display: block;
    margin-bottom: 50px;
}

.entry-single p {
    font-size: 16px;
    line-height: 2.5;
    text-align: justify;
}

a.ichiran_link {
    display: block;
    width: 500px;
    max-width: 80%;
    height: 45px;
    background: #1B362F;
    color: white;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    margin: 50px auto 30px auto;
    transition: 0.3s;
}

a.ichiran_link:hover {
    opacity: 0.7;
}

#single-img {
    margin: 0 auto 30px;
    width: 50%;
    min-width: 260px;
}

.single .breadcrumbs {
    position: static;
    background: #1B362F;
    text-shadow: none;
}

/*archive*/
.archive .common-wrap {
    background: url(/wp-content/uploads/2019/02/top_bg01.png)no-repeat;
    background-size: cover;
    background-position: center;
}

#column_main ul li {
    margin-bottom: 50px;
    list-style: none;
    position: relative;
    width: 24%;
    margin-right: 1%;
}

#column_main h2.sec_h2 {
    padding-top: 0px;
}

/*wp-page navi*/
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 100px 0 70px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #1a1a1a;
    background-color: #f0f0f0;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -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;
    font-size: 11px;
}

.wp-pagenavi a:hover {
    color: white;
    background-color: #1B362F;
    border: 1px solid #1B362F;
}

.wp-pagenavi span.current {
    background-color: #1B362F;
    color: white;
    font-weight: bold;
    border: 1px solid #bfbfbfbf;
    font-size: 11px;
}

/*sitemap*/
#sitemap a {
    color: initial;
    font-size: 16px;
    padding: 16px !important;
}

#foot_area ul li a {
    color: #000;
}

.top_fv_sec {
    position: relative;
}

.top_fv_sec .top_fv_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.top_fv_sec .top_fv_video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(141 77 0 / 50%) 0%, rgba(0, 57, 141, 0) 100%);
}

.top_fv_sec .top_fv_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_fv_sec .top_fv_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_fv_sec .catch_text_area {
    padding: 265px 0 230px;
    text-shadow: 1px 2px 3px #373737;
}

.top_fv_sec .catch_text_area .en_ttl {
    font-size: 56px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: .3em;
}

.top_fv_sec .catch_text_area .mainTxt {
    font-size: 45px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 8px;
    font-weight: 700;
}

.top_fv_sec .catch_text_area .ttl {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.top_about_sec {
    position: relative;
    padding: 360px 0 150px;
    margin-top: 150px;
}

.top_about_sec::before,
.top_about_sec:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.top_about_sec::before {
    inset: 0 0 auto calc(50vw - 570px);
    height: 432px;
    background-image: url(/wp-content/themes/twentynineteen/image/top_brokerage.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .7;
}

.top_about_sec::after {
    inset: 216px 0 0 0;
    width: 100%;
    z-index: -2;
    background: #f1f1f1;
}

.top_about_sec .ttl_box .en_ttl {
    font-size: 136px;
    line-height: 1;
    color: #1B362F;
}

.top_about_sec .ttl_box .ttl {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .7em;
}

.top_about_sec .ttl_box .ttl::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #1B362F;
}

.top_about_sec .cont {
    display: flex;
    gap: 70px;
    margin-top: 35px;
}

.top_about_sec .cont .head_ttl {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.7;
    width: 50%;
}

.top_about_sec .cont .text_area {
    flex-shrink: 0;
    width: 50%;
}

.top_about_sec .cont .text_area .text {
    font-size: 16px;
    line-height: 2.2;
}

.top_about_sec .a_btn .btn {
    color: #fff;
    background: #1B362F;
    width: 250px;
    font-size: 16px;
    height: 50px;
    line-height: 46px;
}

.top_about_sec .a_btn .btn:hover {
    color: #1B362F;
}

.top_about_sec .a_btn {
    text-align: right;
    margin-top: 30px;
}

.top_business_sec {
    padding: 130px 0 0;
    position: relative;
}

.top_business_sec::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 50px;
    height: 485px;
    background-color: #1B362F;
}

.top_business_sec .intro_text_box {
    margin-top: 55px;
}

.intro_text {
    font-size: 16px;
    line-height: 2;
}

.top_business_sec .intro_text_box .text {
    font-size: 16px;
    line-height: 2;
}

.top_business_sec .other_business_box {
    padding-bottom: 100px;
    position: relative;
    margin-top: 150px;
}

.top_business_sec .other_business_box::before {
    content: "";
    position: absolute;
    inset: 165px 0 0 0;
    z-index: -1;
    background: #f1f1f1;
}

.top_business_sec .other_business_box .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 30px;
}

.top_business_sec .other_business_box .item {
    display: block;
}

.top_business_sec .other_business_box .item .img {
    overflow: hidden;
    height: 280px;
}

.top_business_sec .other_business_box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.top_business_sec .other_business_box .item .text_area {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
}

.top_business_sec .other_business_box .item .text_area .text {
    font-size: 14px;
    line-height: 2;
    color: #1B362F;
}

.top_business_sec .other_business_box .item .text_area .ttl {
    font-size: 24px;
    line-height: 1.1;
    color: #2c2c2c;
    font-weight: 700;
    transition: .3s;
}

.top_business_sec .other_business_box .item:hover .text_area .ttl {
    color: #1B362F;
}

.top_business_sec .other_business_box .item:hover .img img {
    scale: 1.1;
}

.top_business_sec .other_business_box .item .text_area .common_circle {
    width: 50px;
}

.top_business_sec .other_business_box .item .text_area .common_circle::before,
.top_business_sec .other_business_box .item .text_area .common_circle::after {
    width: 5px;
}

.top_business_sec .other_business_box .item .text_area .common_circle::before {
    left: 10px;
}

.top_business_sec .other_business_box .item .text_area .common_circle::after {
    right: 10px;
}

.top_business_sec .other_business_box .item:hover .common_circle::before {
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_business_sec .other_business_box .item:hover .common_circle::after {
    right: 50%;
    transform: translate(50%, -50%);
}

.top_business_sec .other_business_box .item:hover .common_circle::after {
    right: 50%;
    transform: translate(50%, -50%);
}

.common_sec_ttl_box .en_ttl {
    font-size: 56px;
    line-height: 1.2;
    color: #1B362F;
}

.common_sec_ttl_box .ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.common_sec_ttl_box {
    position: relative;
    width: fit-content;
    margin-bottom: 85px;
}

.common_sec_ttl_box::before,
.common_sec_ttl_box::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #1B362F;
}

.common_sec_ttl_box::before {
    top: -10px;
    right: -20px;
    transform: rotate(-45deg);
}

.common_sec_ttl_box::after {
    bottom: -20px;
    left: 0;
    transform: rotate(-45deg);
}

#new_footer {
    padding: 45px 0 25px;
    background: #1B362F;
    color: #fff;
}

#new_footer .contents {
    align-items: flex-end;
}

#new_footer .information .logo {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

#new_footer .information .logo .footer_logo_image {
    width: 50px;
}

#new_footer .information .logo .footer_logo_image img {
    width: 100%;
    display: block;
}

#new_footer .information .logo .text {
    font-size: 26px;
    font-weight: bold;
}

#new_footer .information .add_box .add_area .address {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .03em;
    margin-bottom: 0.8em;
    text-align: center;
}

#new_footer .information .tel {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: "Poppins-SemiBold", "sans-serif";
    padding-left: 40px;
    background: url(/wp-content/themes/twentynineteen/image/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto .3em;
    color: #fff;
    display: block;
    pointer-events: none;
}

#new_footer .information .time {
    margin-left: 40px;
    text-align: center;
}

#new_footer .information .time_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#new_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 40px;
    z-index: 2;
}

#new_header .contents {
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

#new_header .header_logo_image {
    width: 82px;
}

#new_header .header_logo_image img {
    width: 100%;
    display: block;
}

#new_header .contents .logo h1 {
    font-size: 30px;
}

#new_header .contents .information {
    align-items: center;
}

#new_header .contents .telBox {
    margin-right: 20px;
}

#new_header .contents .tel {
    font-size: 35px;
    font-family: "Poppins-SemiBold", "sans-serif";
    background: url(/wp-content/themes/twentynineteen/image/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    padding-left: 35px;
    margin-bottom: .2em;
}

#new_header .contents .time {
    /* margin-left: 40px; */
}

#new_header .contents .time_container {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

#new_header .contents .time_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#new_header .contents ul li a {
    color: #fff;
    font-size: 16px;
    padding: 1em 2em;
    display: inline-block;
    background: #fff;
    text-shadow: none;
    background-color: #1B362F;
    color: #fff;
}

#new_header .contents ul li+li {
    margin-left: 20px;
}

/* 私たちについて */
.page-id-232 div#common-main {
    background: url(/wp-content/uploads/2025/04/h1bg_aboutus.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/* 賃貸管理事業 */
#management {
    line-height: 1.7;
}

.investment_sale_title {
    font-size: 26px;
    font-weight: 600;
    color: #1B362F;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.5;
}

.investment_sale_text {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.investment_sale_recommend {
    padding: 100px 0;
    position: relative;
}

.investment_sale_recommend::before {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 50%;
    translate: -50% 0;
    background: #1B362F;
    width: 200px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    opacity: 0.5;
}

.investment_sale_recommend .wrap {
    padding: 40px;
    background-color: #F1F2EF;
}

.investment_sale_recommend .investment_sale_title {
    text-align: left;
}

.investment_sale_recommend ul {
    background-color: #fff;
    padding: 20px 30px;
}

.investment_sale_recommend ul li {
    font-size: 17px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.investment_sale_recommend ul li+li {
    margin-top: 20px;
}

.investment_sale_recommend ul li::before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 9px;
    border-left: 3px solid #1B362F;
    border-bottom: 3px solid #1B362F;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 0;
}

.investment_sale_kaiketsu {
    padding: 0 0 100px;
    line-height: 1.7;
}

.investment_sale_point {
    padding: 100px 0;
    background-color: #F1F2EF;
}

.investment_sale_point_list li {
    padding: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.investment_sale_point_list li+li {
    margin-top: 30px;
}

.investment_sale_point_list li .number {
    color: #1B362F;
    font-size: 50px;
    margin: 0 0 5px;
    letter-spacing: 0.02em;
    line-height: 0.9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Poppins-SemiBold";
}

.investment_sale_point_list li .number span {
    display: inline-block;
    margin-right: 10px;
    border-bottom: 2px solid #1B362F;
    font-size: 30px;
}

.investment_sale_point_list li .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}

.investment_sale_point_list li .text {
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: justify;
    line-height: 1.8;
}

.investment_sale_kaiketsu .img_box {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.investment_sale_kaiketsu .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 60%;
}

.common_free_sec .reason_cont .page_common_ttl_box {
    margin-bottom: 50px;
}

.common_free_sec .reason_cont .reason_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.common_free_sec .reason_cont {
    margin-bottom: 120px;
}

.common_free_sec .reason_cont .reason_list ul li .theme_box {
    display: flex;
    gap: 0 8px;
    align-items: flex-end;
    margin-top: -27px;
    position: relative;
}

#new_footer .information .add_box .address+.address {
    margin-top: 1em;
}

#new_footer .information .add_box {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
}

#new_footer .information .tel_box {
    display: flex;
    gap: 20px;
}

#new_footer .information .add_box .add_area+.add_area {
    position: relative;
}

#new_footer .contents .copyright {
    text-align: center;
}

#new_footer .information .add_box .add_area+.add_area::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
}

#new_footer .information .add_box .add_area .address .size {
    font-size: .94em;
}

#company .company_box .theme {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: 1em;
    color: #1B362F;
}

#company .company_box+.company_box {
    margin-top: 80px;
}

@media(max-width:1230px) {
    .common_free_sec .reason_cont .reason_list ul li .theme_box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.inline_block {
    display: inline-block;
}

.common_free_sec .reason_cont .reason_list ul li .theme_box .theme {
    font-size: 18px;
    letter-spacing: .03em;
    font-weight: 600;
    color: #1B362F;
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.7;
}

.section_strong.common_free_sec .reason_cont .reason_list ul li .theme_box {
    margin-top: 0;
    padding-left: 110px;
    padding-top: 10px;
}

.section_strong.common_free_sec .reason_cont .reason_list ul li .theme_box .theme {
    text-align: left;
}

.section_strong.common_free_sec .reason_cont .reason_list ul li .theme_box .num {
    position: absolute;
    left: 0;
    top: -27px;
}

.common_free_sec .reason_cont .reason_list ul li .theme_box .num {
    font-size: 57px;
    letter-spacing: .03em;
    line-height: 1;
    font-weight: 700;
    color: #1B362F;
    background: #fff;
    padding: 18px 14px 0;
    font-family: "Poppins-SemiBold";
}

.common_free_sec .reason_cont .reason_list ul li .text_box {
    padding: 0 20px;
}

.common_free_sec .reason_cont .reason_list ul li .text_box .text {
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 1.7;
}

.strong_sec .strong_cont {
    margin-bottom: 120px;
    position: relative;
}

.strong_sec .strong_cont::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    background-image: url(/wp-content/themes/child/image/illust_about_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    width: 450px;
    height: 488px;
}

.strong_sec .strong_cont .page_common_ttl_box {
    margin-bottom: 40px;
}

.page_common_ttl_box .en_ttl {
    font-family: "Poppins-SemiBold";
    font-size: 52px;
    letter-spacing: .03em;
    line-height: 1;
    margin-bottom: .23em;
    color: #A7A7A7;
    text-align: center;
}

.page_common_ttl_box .ttl {
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 1.5;
    font-weight: 600;
    color: #1B362F;
    text-align: center;
}

.strong_sec .strong_cont .text_box .text {
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 600;
    text-align: center;
}

.strong_sec .strong_cont .text_box .text .color {
    font-size: 30px;
    padding: 0 5px;
    color: #61763D;
}

.strong_sec .thought_cont {
    margin-bottom: 120px;
    position: relative;
}

.strong_sec .thought_cont::before {
    content: "";
    position: absolute;
    bottom: -60px;
    right: 0;
    background-image: url(/wp-content/themes/child/image/illust_about_02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    width: 360px;
    height: 390px;
}

.strong_sec .thought_cont .page_common_ttl_box {
    margin-bottom: 40px;
}

.strong_sec .thought_cont .text_box {
    padding: 0 50px;
}

.strong_sec .thought_cont .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 2;
    text-align: center;
}

.strong_sec .thought_cont .text_box .text+.text {
    margin-top: 20px;
}

.strong_sec .strong_list {
    margin-bottom: 100px;
}

.strong_sec .strong_list ul li {
    background-color: #F1F2EF;
    padding: 50px;
    background-image: url(/wp-content/themes/child/image/top_service_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.strong_sec .strong_list ul li+li {
    margin-top: 50px;
}

.strong_sec .strong_list ul li .inner_top {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin-bottom: 40px;
}

.strong_sec .strong_list ul li .inner_top .img {
    width: 360px;
    aspect-ratio: 10/7;
    flex-shrink: 0;
}

.strong_sec .strong_list ul li .inner_top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strong_sec .strong_list ul li .inner_top .ttl_box .num {
    font-size: 110px;
    letter-spacing: .03em;
    line-height: 1;
    color: #1B362F;
    opacity: 0.2;
    font-family: "Poppins-SemiBold";
}

.strong_sec .strong_list ul li .inner_top .ttl_box .ttl {
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: 600;
    color: #1B362F;
    margin-bottom: 5px;
    line-height: 1.7;
}

.strong_sec .strong_list ul li .inner_top .ttl_box .theme {
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 600;
    color: #61763D;
}

.strong_sec .strong_list ul li .inner_bottom .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.8;
}

.strong_sec .strong_list ul li .inner_bottom .text_box .text+.text {
    margin-top: 16px;
}

.strong_sec .strong_list ul li .inner_bottom .text_box+.text_box {
    margin-top: 18px;
}

.strong_sec .strong_list ul li .inner_bottom .text_box .label {
    font-size: 18px;
    letter-spacing: .03em;
    line-height: 1;
    font-weight: 600;
    padding-left: 10px;
    border-left: 4px solid #61763D;
    margin-bottom: 5px;
}

.strong_sec .strong_box .text_box .text {
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 600;
    text-align: center;
}

.strong_sec .strong_box .text_box .text .color {
    font-size: 26px;
    color: #61763D;
    margin: 0 5px;
}

.strong_sec .strong_box {
    position: relative;
}

.strong_sec .strong_box::before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    translate: -50% 0;
    background: #61763D;
    width: 200px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    opacity: 0.5;
}

/* リフォーム */

#page_reform .section_main {
    margin-bottom: 150px;
}

#page_reform .section_main .image {
    width: 40%;
}

#page_reform .section_main .image img {
    height: 100%;
    object-fit: cover;
}

#page_reform .section_main .text_area {
    width: 57%;
}

#page_reform .section_main .text_area .title_box {
    border-left: 3px solid #1B362F;
    padding-left: 20px;
    font-weight: bold;
}

#page_reform .section_main .text_area .title {
    font-size: 28px;
    margin-bottom: .5em;
    text-align: left;
    color: #1B362F;
}

#page_reform .section_main .text_area .lead {
    font-size: 22px;
    margin-bottom: 1em;
}

#page_reform .section_main .text_area .text {
    font-size: 15px;
    line-height: 1.7;
}

#page_reform .section_title {
    text-align: center;
    margin-bottom: 30px;
}

#page_reform .section_title .title {
    font-size: 28px;
    font-weight: bold;
    color: #1B362F;
}

#page_reform .last {
    text-align: center;
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
    margin-top: 3em;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: #1B362F;
    text-decoration-thickness: 3px;
}

/* 不動産売買 */
#page_buying .section_main {
    margin-bottom: 150px;
}

#page_buying .section_main .image {
    width: 40%;
}

#page_buying .section_main .image img {
    height: 100%;
    object-fit: cover;
}

#page_buying .section_main .text_area {
    width: 57%;
}

#page_buying .section_main .text_area .title_box {
    border-left: 3px solid #1B362F;
    padding-left: 20px;
    font-weight: bold;
}

#page_buying .section_main .text_area .title {
    font-size: 28px;
    margin-bottom: .5em;
    text-align: left;
    color: #1B362F;
}

#page_buying .section_main .text_area .lead {
    font-size: 22px;
    margin-bottom: 1em;
}

#page_buying .section_main .text_area .text {
    font-size: 15px;
    line-height: 1.7;
}

#page_buying .section_title {
    text-align: center;
    margin-bottom: 40px;
}

#page_buying .section_title .title {
    font-size: 28px;
    font-weight: bold;
    color: #1B362F;
}

#page_buying .suggestion {
    margin-bottom: 150px;
}

#page_buying .suggestion .text {
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

#page_buying .suggestion .text+.text {
    margin-top: 20px;
}

#page_buying .suggestion .sec01_box {
    justify-content: center;
    gap: 40px;
    margin: 50px 0;
}

#page_buying .suggestion .sec01_box .item {
    width: 250px;
}

#page_buying .suggestion .sec01_box .img {
    margin-bottom: 20px;
}

#page_buying .suggestion .sec01_box .img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    padding: 8px;
    border: 3px solid #1B362F;
    border-radius: 50%;
}

#page_buying .suggestion .sec01_box .item_text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

#page_buying .correspondence {
    margin-bottom: 150px;
}

#page_buying .correspondence.common_free_sec .reason_cont {
    margin-bottom: 0;
}

#page_buying .correspondence .reason_list {
    margin-bottom: 30px;
}

#page_buying .correspondence .lead {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

#page_buying #sec03 {
    padding-bottom: 0;
}

#page_buying .example .sec03_list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#page_buying #sec03 li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page_buying #sec03 li .img {
    width: 100%;
}

#page_buying #sec03 li .img img {
    width: 100%;
    aspect-ratio: 30/24;
    object-fit: cover;
}

#page_buying .example .text {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

#page_buying .example .text .strong {
    font-weight: 700;
    color: #1B362F;
}

#page_buying .example .item {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
}

#page_buying .support .investment_sale_recommend ul {
    margin: 30px 0;
}

#page_buying .support .investment_sale_recommend ul li {
    line-height: 1.7;
}

#page_buying .appeal .cont {
    align-items: center;
}

#page_buying .page_cta {
    background-color: rgba(27, 54, 47, 0.8);
}

#page_buying .page_cta .section_title .title {
    color: #fff;
}

#page_buying .page_cta .message_title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    color: #1B362F;
}

#page_buying .page_cta .decoration::before,
#page_buying .page_cta .decoration::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #1B362F;
    position: absolute;
    bottom: 10px;
}

#page_buying .page_cta .decoration::before {
    left: -30px;
    transform: rotate(65deg);
}

#page_buying .page_cta .decoration::after {
    right: -30px;
    transform: rotate(-65deg);
}

#page_buying .page_cta .message_box {
    background-color: #fff;
    padding: 50px;
    color: #000;
}

#thanks-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2em;
}

@media screen and (max-width: 750px) {

    /**************************************************
-------responsive-------default-------------------
**************************************************/

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    nav.menu {
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
        position: absolute;
        cursor: pointer;
        overflow: hidden;
        z-index: 9999;
    }

    nav .menu1 {
        width: 25px;
        height: 2px;
        background-color: white;
        top: 8px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    nav .menu2 {
        width: 25px;
        height: 2px;
        background-color: white;
        top: 16px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    nav .menu3 {
        width: 25px;
        height: 2px;
        background-color: white;
        top: 24px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    nav .menu4 {
        font-size: 10px;
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        text-align: center;
        color: white;
    }

    nav .menu1,
    nav .menu2,
    nav .menu3 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        /* Opera */
        -moz-transition: all 0.5s ease-out;
        /* Firefox */
        -webkit-transition: all 0.5s ease-out;
        /* GoogleChrome, Safari */
        -ms-transition: all 0.5s ease-out;
        /* IE */
    }

    nav .menuclick1 {
        top: 16px;
        -o-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    nav .menuclick2 {
        background-color: rgba(255, 255, 255, 0);
    }

    nav .menuclick3 {
        top: 16px;
        -o-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    #menu {
        width: 100%;
        display: none;
        right: 0px;
        top: 49px;
        margin: 0;
        right: 0;
        list-style-type: none;
        padding: 0 0 0 0;
        z-index: 9990;
        position: absolute;
        background: #1B362F;
    }

    /*by misallychan.com*/
    #menu li a {
        display: block;
        color: #1B362F;
        padding: 0px 0px 0px 3%;
        background-size: 9px auto;
        background-position: 10px;
        font-size: 13px;
        margin: 10px 3%;
        background: #fff;
        width: 94%;
        /* border-bottom: 1px solid #fff; */
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
        position: relative;
    }

    #menu li a:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.7px;
        border-color: transparent transparent transparent #1B362F;
        position: absolute;
        right: 5%;
        top: 20px;
    }

    /**************************************************
-----end---responsive-------default--------end----
**************************************************/
    /*top h2*/
    h2.sec_h2 {
        font-size: 4.8vw;
        padding-top: 90px;
        margin-bottom: 30px;
    }

    /*btn*/
    a.btn {
        width: 100%;
        max-width: 480px;
        height: 50px;
        line-height: 46px;
        font-size: 18px;
        background: #1B362F;
        color: white;
        position: relative;
    }

    a.btn:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.7px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        right: 20px;
        top: 18px;
    }

    /*top*/
    div#main-logo h1 {
        padding: 0px;
    }

    div#main-logo {
        width: auto;
    }

    header#header-sp {
        padding: 13px;
        background: #1B362F;
    }

    #main_visual {
        padding-top: 80px;
    }

    #main_visual h2.main_h2 {
        line-height: 1;
        margin-bottom: 30px;
    }

    #main_visual h2.main_h2 .h2_01 {
        margin-bottom: 15px;
    }

    #main_visual p.main_p01 {
        display: none;
    }

    #main_visual ul.main_list li {
        width: 110px;
        height: 110px;
        line-height: 110px;
        border-radius: 50%;
        background: url(/wp-content/uploads/2019/02/icon_01.svg)no-repeat, #1B362F;
        background-position: center 25%;
        background-size: 35px;
        font-size: 18px;
        margin: auto;
        margin-bottom: 20px;
        padding-left: 0;
        padding-top: 15px;
    }

    #main_visual ul.main_list li:nth-child(2) {
        background: url(/wp-content/uploads/2019/02/icon_02.svg)no-repeat, #1B362F;
        background-position: center 25%;
        background-size: 35px;
    }

    #main_visual ul.main_list li:nth-child(3) {
        background: url(/wp-content/uploads/2019/02/icon_03.svg)no-repeat, #1B362F;
        background-position: center 25%;
        background-size: 35px;
    }

    #main_visual ul.main_list {
        margin-bottom: 25px;
    }

    #main_visual .main_p02 img.sp {
        margin: auto;
    }

    #sec01 p.sec_p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 60px;
        font-weight: bold;
    }

    #sec01 dl.sec01_box di {
        margin: auto;
        width: 100%;
        position: relative;
        align-items: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-between;
    }

    #sec01 dl.sec01_box .img {
        width: 45%;
        margin-bottom: 0;
    }

    #sec01 dl.sec01_box .item {
        margin-left: 5%;
        margin-bottom: 0;
        width: 50%;
    }

    #sec01 dl.sec01_box .title {
        text-align: left;
        font-size: 4.8vw;
    }

    #sec01 dl.sec01_box .text {
        font-size: 14px;
        text-align: left;
    }

    #sec02 dl.sec02_box di {
        width: 100%;
        max-width: -webkit-fill-available;
        margin-bottom: 50px;
    }

    #sec02 dl.sec02_box dd.img {
        text-align: center;
        position: relative;
        display: inline-block;
        width: 100%;
        height: 170px;
        background: #f0f0f0;
        overflow: hidden;
    }

    #sec02 dl.sec02_box dd.img img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    #sec02 dl.sec02_box dt.title {
        font-size: 16px;
        margin: 10px 0 5px;
    }

    #sec02 dl.sec02_box dd.text {
        font-size: 13px;
        line-height: 1.8;
    }

    #sec02 dl.sec02_box di:last-child {
        margin-bottom: 0px;
    }

    #sec03 li .img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #sec03 dl.item {
        margin-left: 3%;
        width: 100%;
    }

    #sec03 dl.item dt {
        margin-bottom: 10px;
    }

    #sec03 dl.item dd h3 {
        font-size: 15px;
    }

    #sec03 dl.item dd {
        font-size: 13px;
    }

    #top_cnt p.sec_p {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 30px;
    }

    #top_cnt .left {
        margin: auto;
        margin-bottom: 20px;
    }

    #top_cnt .left p {
        font-size: 22px;
    }

    #top_cnt p.p_small {
        font-size: 16px;
        margin-top: 10px;
    }

    #top_cnt a.btn {
        height: 45px;
        line-height: 41px;
        font-size: 18px;
    }

    #sec04 {
        background: #f7f7f7;
        padding-bottom: 95px;
    }

    /*
#sec05 ul.sec05_box li{
  width: 100%;
}
#sec05 ul.sec05_box li dl{
  display: flex;
  margin-bottom: 20px;
  margin-left: 0;
}
#sec05 ul.sec05_box dd.img{
  width: 47%;
  margin-bottom: 0;
  height: 120px;
}
#sec05 ul.sec05_box .item{
  width: 50%;
  margin-left: 3%;
}
#sec05 ul.sec05_box .category{
  background: #1B362F;
  display: inline-block;
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
}
*/
    ul.sec05_box li {
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #ddd;
        padding: 10px;
        background: #fff;
        position: relative;
    }

    ul.sec05_box li dl {
        margin-left: auto;
    }

    ul.sec05_box li:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 15px 15px;
        border-color: transparent transparent #1B362F transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    ul.sec05_box dd.img {
        margin-bottom: auto;
    }

    ul.sec05_box dd.item {
        padding: 10px 20px;
    }

    #foot_area ul li a {
        font-size: 12px;
        width: 74px;
        text-align: left;
    }

    footer#main_foot {
        text-align: center;
    }

    footer#main_foot .foot_box .left,
    footer#main_foot .foot_box .right {
        width: 100%;
    }

    footer#main_foot .foot_box a.cnt_btn {
        margin: auto;
        margin-bottom: 20px;
        background: url(/wp-content/uploads/2019/02/icon_contact.png)no-repeat;
        background-size: 20px;
        background-position: 35px;
    }

    footer#main_foot .foot_box a.cnt_btn:hover::after {
        top: 0;
        left: 0;
        background-color: #fff;
        background: url(/wp-content/uploads/2019/02/icon_contact_hv.png)no-repeat, #fff;
        background-size: 20px;
        background-position: 35px;
    }

    footer#main_foot .foot_box .right ul {
        margin-top: 20px;
    }

    footer#main_foot .foot_box ul.foot_nav {
        display: none;
    }

    .Copyright {
        font-size: 10px;
    }

    .a_btn {
        text-align: center;
        width: 100%;
    }

    /*slider*/
    .bx-wrapper {
        padding: 0 30px;
        background: #fff;
    }

    .bx-wrapper .bx-prev {
        left: 0px;
        background: url(/wp-content/themes/twentynineteen/image/prev.svg) no-repeat;
        display: block;
    }

    .bx-wrapper .bx-next {
        right: 0px;
        background: url(/wp-content/themes/twentynineteen/image/next.svg) no-repeat;
        display: block;
    }

    section#sec04 .bx-wrapper .bx-next:hover,
    section#sec04 .bx-wrapper .bx-next:focus {
        background-position: 0 0;
    }

    /*固定ページ*/
    div#common-main {
        height: 230px;
    }

    .archive div#common-main {
        height: 130px;
    }

    div#common-main .wrap h1 {
        left: 0;
        top: 25%;
        bottom: auto;
        min-width: 100%;
        line-height: 90px;
        font-size: 20px;
        background: rgba(255, 255, 255, 0.8);
    }

    div#common-main h1:after {
        top: 70px;
    }

    .common-wrap {
        padding: 60px 0;
    }

    /*固定ページ h2*/
    .title {
        text-align: center;
    }

    h2.page_h2 {
        font-size: 4.8vw;
        margin-bottom: 25px;
        padding: 0 30px;
    }

    h2.page_h2:before,
    h2.page_h2:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: black;
    }

    /*運営会社情報 company*/
    iframe {
        height: 350px;
    }

    /*当社の強み strength*/
    #strength .str_box {
        position: static;
    }

    #strength .str_box .img {
        width: 100%;
    }

    #strength .str_box .text {
        background: rgba(255, 255, 255, 0.6);
        width: 100%;
        line-height: 1.8;
        padding: 30px 15px;
    }

    #strength .str_box .right.text {
        position: static;
    }

    #strength .str_box .left.text {
        position: static;
    }

    /*他社との違い difference*/
    #difference dl.sec02_box di {
        width: 100%;
        max-width: -webkit-fill-available;
        margin-bottom: 50px;
    }

    #difference dl.sec02_box .img {
        text-align: center;
        position: relative;
        display: inline-block;
        width: 100%;
        height: 170px;
        background: #f0f0f0;
        overflow: hidden;
    }

    #difference .dif_box di .img img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    #difference dl.sec02_box dt.title {
        font-size: 16px;
        margin: 10px 0 5px;
    }

    #difference dl.sec02_box dd.text {
        font-size: 13px;
        line-height: 1.8;
    }

    #difference dl.sec02_box di:last-child {
        margin-bottom: 0px;
    }

    #difference .dif_box .img {
        width: 100%;
        margin-bottom: 20px;
        position: static;
    }

    #difference .dif_box .text {
        width: 100%;
        padding: 0;
    }

    #difference .dif_box:nth-child(2) .img:before,
    #difference .dif_box:nth-child(2) .img:after,
    #difference .dif_box:nth-child(3) .img:before,
    #difference .dif_box:nth-child(3) .img:after {
        content: none;
    }

    /*サブリースとは about*/
    #about .about_box {
        margin-bottom: 70px;
        position: static;
    }

    #about .about_box .text {
        width: 100%;
        padding: 0px;
        position: static;
    }

    #about .about_box .img {
        margin-bottom: 20px;
        width: 100%;
    }

    /*ご利用プラン plan*/
    #plan table.table01 {
        width: 100%;
        border-top: 1px dashed #ccc;
    }

    #plan table.table01 tr:nth-child(odd) {
        background: #f7f6f3;
    }

    #plan table.table01 th.name {
        font-size: 20px;
        width: 100%;
    }

    #plan table.table01 tr {
        border-bottom: 1px dashed #ccc;
    }

    #plan table.table01 td,
    #plan table.table01 th {
        padding: 20px 10px;
        border-bottom: none;
    }

    #plan table.table01 td.menu {
        padding: 0px 10px;
        line-height: 2;
    }

    #plan table.table01 td.price {
        font-size: 20px;
        white-space: nowrap;
        font-weight: bold;
        text-align: right;
    }

    #plan table {
        width: 100%;
    }

    #plan th,
    td {
        display: block;
        text-align: left;
        width: 100%;
    }

    /*サブリース仕組み flow*/
    #flow li.flow_item {
        padding: 30px 0;
    }

    #flow dl.flex {
        display: block;
        padding-left: 10px;
    }

    #flow dt.flow_title {
        font-size: 18px;
        width: 100%;
    }

    #flow dd.flow_text {
        width: 100%;
        padding: 10px 0 0;
        font-size: 14px;
    }

    #flow li.flow_item:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 8px 0 8px;
        border-color: #1B362F transparent transparent transparent;
        position: absolute;
        left: 8%;
        right: 0;
        bottom: -10px;
    }

    /*お問い合わせ*/

    div#step-wrap {
        margin: 40px 0;
    }

    .step-box p {
        font-size: 16px;
    }

    .step-box {
        width: 27%;
    }

    #contact table {
        margin-bottom: 50px;
        overflow: hidden;
    }

    #contact table th {
        width: 96vw;
        background: #f0f0f0;
    }

    #contact table td {
        width: 96vw;
    }

    #contact table th,
    #contact table td {
        padding: 15px;
        display: block;
        border: none;
    }

    input[type="text"] {
        width: 94%;
    }

    #contact textarea {
        width: 95%;
        font-size: 16px;
        height: 200px;
    }

    #contact select {
        display: block;
        font-size: 16px;
        padding: 0 10px;
    }

    #contact table td span {}

    button.kakunin,
    button.back-btn,
    button.soshin {
        width: 80%;
        height: 45px;
        font-size: 14px;
    }

    p#contact-text {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 15px;
        line-height: 2;
        border: none;
    }

    button.back-btn {
        margin: 0 0 15px 0;
    }

    button.soshin {
        margin: 0;
    }

    section#contact .wrap {
        padding: 20px 0;
        overflow: hidden;
        box-shadow: none;
    }

    section#contact h2 {
        font-size: 16px;
        border-left: none;
        padding-left: 30px;
        margin-bottom: 20px;
        position: relative;
    }

    section#contact h2:before {
        content: "";
        display: block;
        width: 3px;
        height: 16px;
        background: #1a1a1a;
        position: absolute;
        left: 4%;
        top: 0px;
    }

    input[type="email"] {
        width: 100%;
    }

    #contact input[type="text"],
    input[type="email"] {
        font-size: 16px;
        width: 95%;
    }

    input.tel {
        height: 35px !important;
        width: 70px !important;
    }

    input#zip {
        width: 95%;
    }

    section#contact {
        background: white;
    }

    .page-id-89 .select-wrap.pr {
        width: 100%;
    }

    .select-wrap.flex-sb {
        width: 100%;
    }

    .select-wrap.flex-sb:nth-child(2) {
        margin-top: 10px;
    }

    div#type-1 .select-in {
        width: 100%;
    }

    span.mwform-radio-field.horizontal-item {
        display: block;
        margin-left: 0 !important;
    }

    /*single*/
    section#single-1 {
        padding: 1em;
    }

    section#single-1 h1 {
        font-size: 16px;
    }

    section#single-1 h1:before {
        width: 5%;
    }

    .entry-single p {
        font-size: 14px;
        line-height: 2;
    }

    a.ichiran_link {
        width: 55%;
        height: 45px;
        font-size: 14px;
        margin: 40px auto 30px auto;
    }

    a.ichiran_link:hover {
        opacity: 1;
    }

    .single .breadcrumbs {
        background: none;
        color: #1a1a1a;
    }

    .single .breadcrumbs a {
        color: #1a1a1a;
    }

    /*archive*/
    .archive .common-wrap {
        background: url(/wp-content/uploads/2019/02/top_bg01.png);
    }

    #column_main ul li {
        background: white;
        padding: 10px;
        border: 1px solid #1a1a1a;
        width: 100%;
    }

    /*wp-page navi*/
    .wp-pagenavi {
        clear: both;
        text-align: center;
        margin: 30px 0 10px 0;
    }

    .top_fv_sec .catch_text_area {
        padding: 56vw 0 102vw;
        text-shadow: 1px 2px 3px #0d0d0d;
    }

    .top_fv_sec .catch_text_area .en_ttl {
        font-size: 6vw;
        line-height: 1.6;
        margin-bottom: .4em;
    }

    .top_fv_sec .catch_text_area .mainTxt {
        font-size: 7vw;
    }

    .top_fv_sec .catch_text_area .ttl {
        font-size: 3.3vw;
    }

    .top_about_sec {
        position: relative;
        padding: 51vw 0 15vw;
    }

    .top_about_sec::before {
        inset: 0 0 0 5%;
        height: 59vw;
    }

    .top_about_sec::after {
        inset: 30vw 0 0 0;
        background-image: url(/wp-content/themes/child/image/top_border_bg_about_sp.jpg);
    }

    .top_about_sec .ttl_box .en_ttl {
        font-size: 16vw;
    }

    .top_about_sec .ttl_box .ttl {
        font-size: 3.6vw;
        gap: 1em;
    }

    .top_about_sec .cont {
        flex-direction: column;
        gap: 4vw;
        margin-top: 6vw;
        padding-left: 4vw;
    }

    .top_about_sec .cont .head_ttl {
        font-size: 6vw;
        width: 100%;
    }

    .top_about_sec .cont .text_area {
        margin-top: unset;
        width: 100%;
    }

    .top_about_sec .cont .text_area .text {
        font-size: 3.4vw;
        line-height: 1.8;
    }

    .top_about_sec .a_btn {
        text-align: center;
        margin-top: 5vw;
    }

    .top_about_sec .a_btn .btn {
        width: 70%;
        font-size: 3.8vw;
        height: 13vw;
        line-height: 12.5vw;
    }

    .top_about_sec .a_btn .btn:hover {
        color: #fff;
        border: 3px solid #FFF;
    }

    a.btn:hover::after {
        top: -100%;
        left: -100%;
    }

    .top_business_sec::before {
        width: 5px;
    }

    .top_business_sec .other_business_box .cont {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .top_business_sec .other_business_box .item .img {
        height: 50vw;
    }

    .top_business_sec .other_business_box .item .text_area {
        padding: 3.5vw;
    }

    .top_business_sec .other_business_box .item .text_area .text {
        font-size: 3vw;
        line-height: 1.8;
    }

    .top_business_sec .other_business_box .item .text_area .ttl {
        font-size: 4.4vw;
        line-height: 1.6;
    }

    .top_business_sec .content {
        padding-left: 4vw;
    }

    .top_business_sec {
        padding: 20vw 0 0;
    }

    #new_footer {
        padding: 12vw 0 8vw 0;
        text-align: center;
    }

    #new_footer .contents {
        display: block;
    }

    #new_footer .information {
        margin-bottom: 8vw;
    }

    #new_footer .information .logo .footer_logo_image {
        width: 12.821vw;
    }

    #new_footer .information .logo {
        margin-bottom: 4vw;
        justify-content: center;
    }

    #new_footer .information .logo .text {
        font-size: 5vw;
    }

    #new_footer .information .address {
        font-size: 3.5vw;
    }

    #new_footer .information .tel {
        font-size: 7vw;
        font-weight: bold;
        padding: .6vw;
        padding-left: 7vw;
        background-size: contain;
        background-position: 0vw;
        margin-bottom: 0;
        pointer-events: all;
    }

    #new_footer .information .time {
        margin-top: 3vw;
        font-size: 3vw;
    }

    #new_footer .information .time_wrap {
        gap: 1.28vw;
    }

    #new_header {
        padding: 6vw;
    }

    #new_header .contents {
        text-shadow: 1px 1px 2px #333;
    }

    #new_header .contents .logo h1 {
        font-size: 5vw;
    }

    #new_header .information {
        display: none;
    }

    /* 私たちについて */
    .page-id-232 #company table.company_table th {
        width: 39%;
    }

    /* TOP用ハンバーガー */
    header#header-sp.home {
        padding: 0;
    }

    header#header-sp.home #menu {
        padding-top: 65px;
        top: 0;
    }

    header#header-sp.home nav.menu {
        top: 5px;
    }


    /* 賃貸管理事業 */
    .investment_sale_title {
        font-size: 5vw;
        margin: 0 0 4vw;
    }

    .investment_sale_text {
        font-size: 3.6vw;
        text-align: justify;
    }

    .investment_sale_recommend {
        padding: 20vw 0;
    }

    .investment_sale_recommend::before {
        bottom: 5.5vw;
        width: 150px;
    }

    .investment_sale_recommend .wrap {
        padding: 5vw;
    }

    .investment_sale_recommend ul {
        padding: 5vw;
    }

    .investment_sale_recommend ul li {
        font-size: 3.6vw;
        padding-left: 6vw;
    }

    .investment_sale_recommend ul li+li {
        margin-top: 2.5vw;
    }

    .investment_sale_recommend ul li::before {
        width: 3.5vw;
        height: 2.2vw;
        top: 1vw;
    }

    .investment_sale_point {
        padding: 20vw 0;
    }

    .investment_sale_point_list li {
        padding: 5vw;
    }

    .investment_sale_point_list li+li {
        margin-top: 5vw;
    }

    .investment_sale_point_list li .number {
        font-size: 10vw;
        margin: 0 0 1vw;
    }

    .investment_sale_point_list li .number span {
        margin-right: 7px;
        font-size: 6vw;
    }

    .investment_sale_point_list li .title {
        font-size: 4.2vw;
        margin: 0 0 2vw;
    }

    .investment_sale_point_list li .text {
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .common_free_sec .reason_cont .reason_list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
        margin-top: 6vw;
    }

    .common_free_sec .reason_cont {
        margin-bottom: 20vw;
    }

    .common_free_sec .reason_cont .page_common_ttl_box {
        margin-bottom: 8vw;
    }

    .page_common_ttl_box .en_ttl {
        font-size: 10vw;
    }

    .page_common_ttl_box .ttl {
        font-size: 4.5vw;
    }

    .common_free_sec .reason_cont .reason_list ul {
        margin-top: 6vw;
        gap: 8vw 0;
    }

    .common_free_sec .reason_cont .reason_list ul li .theme_box {
        gap: 0 2vw;
        margin-top: -5vw;
        flex-direction: row;
        align-items: flex-end;
    }

    .common_free_sec .reason_cont .reason_list ul li .theme_box .theme {
        font-size: 4.3vw;
        padding-bottom: 1vw;
    }

    .common_free_sec .reason_cont .reason_list ul li .theme_box .num {
        font-size: 10vw;
        padding: 4vw 3vw 0;
    }

    .common_free_sec .reason_cont .reason_list ul li .text_box {
        padding: 0 3.85vw;
    }

    .common_free_sec .reason_cont .reason_list ul li .text_box .text {
        font-size: 3.5vw;
    }

    .common_free_sec .reason_cont .reason_list ul li .img_box {
        height: 45vw;
    }

    .common_free_sec .reason_cont .reason_list ul li .img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .strong_sec .strong_cont {
        margin-bottom: 120px;
    }

    .strong_sec .strong_cont::before {
        top: -70px;
        left: 0;
        width: 450px;
        height: 488px;
    }

    .strong_sec .strong_cont .page_common_ttl_box {
        margin-bottom: 40px;
    }

    .strong_sec .strong_cont .text_box .text {
        font-size: 20px;
    }

    .strong_sec .strong_cont .text_box .text .color {
        font-size: 30px;
        padding: 0 5px;
    }

    .strong_sec .thought_cont {
        margin-bottom: 120px;
    }

    .strong_sec .thought_cont::before {
        bottom: -60px;
        right: 0;
        width: 360px;
        height: 390px;
    }

    .strong_sec .thought_cont .page_common_ttl_box {
        margin-bottom: 40px;
    }

    .strong_sec .thought_cont .text_box {
        padding: 0 50px;
    }

    .strong_sec .thought_cont .text_box .text {
        font-size: 3.4vw;
    }


    .strong_sec .strong_list {
        margin-bottom: 15vw;
    }

    .strong_sec .strong_list ul li {
        padding: 4vw;
        position: relative;
    }

    .strong_sec .strong_list ul li+li {
        margin-top: 10vw;
    }

    .strong_sec .strong_list ul li .inner_top {
        display: block;
        margin-bottom: 3vw;
    }

    .strong_sec .strong_list ul li .inner_top .img {
        width: 100%;
        margin-bottom: 5vw;
    }

    .strong_sec .strong_list ul li .inner_top .ttl_box .num {
        font-size: 10vw;
        background: #F1F2EF;
        opacity: 1;
        width: 15vw;
        aspect-ratio: 1;
        text-align: center;
        padding-top: 4vw;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% -50%;
    }

    .strong_sec .strong_list ul li .inner_top .ttl_box .ttl {
        font-size: 5vw;
        margin-bottom: 1vw;
        text-align: center;
    }

    .strong_sec .strong_list ul li .inner_bottom .text_box .text {
        font-size: 3.4vw;
    }

    .strong_sec .strong_list ul li .inner_bottom .text_box .text+.text {
        margin-top: 16px;
    }

    .strong_sec .strong_list ul li .inner_bottom .text_box+.text_box {
        margin-top: 18px;
    }

    .strong_sec .strong_list ul li .inner_bottom .text_box .label {
        font-size: 18px;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .strong_sec .strong_box .text_box .text {
        font-size: 20px;
    }

    .strong_sec .strong_box .text_box .text .color {
        font-size: 26px;
        margin: 0 5px;
    }


    .strong_sec .strong_box::before {
        bottom: -60px;
        width: 200px;
        height: 30px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

    /* リフォーム */

    #page_reform .section_main {
        margin-bottom: 20vw;
    }

    #page_reform .section_main .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_reform .section_main .image img {
        height: auto;
    }

    #page_reform .section_main .text_area {
        width: 100%;
    }

    #page_reform .section_main .text_area .title {
        font-size: 4.8vw;
        line-height: 1.5;
    }

    #page_reform .section_main .text_area .lead {
        font-size: 4.2vw;
    }

    #page_reform .section_main .text_area .text {
        font-size: 3.4vw;
    }

    #page_reform .section_title {
        margin-bottom: 10vw;
    }

    #page_reform .section_title .title {
        font-size: 4.8vw;
    }

    #page_reform .last {
        font-size: 4vw;
    }

    .section_strong.common_free_sec .reason_cont .reason_list ul li .theme_box {
        padding-left: 20vw;
    }

    /* 不動産売買 */
    #page_buying .section_main {
        margin-bottom: 15vw;
    }

    #page_buying .section_main .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_buying .section_main .image img {
        height: auto;
    }

    #page_buying .section_main .text_area {
        width: 100%;
    }

    #page_buying .section_main .text_area .title {
        font-size: 4.8vw;
        line-height: 1.4;
    }

    #page_buying .section_main .text_area .lead {
        font-size: 4.2vw;
        line-height: 1.3;
    }

    #page_buying .section_main .text_area .text {
        font-size: 3.6vw;
    }

    #page_buying .section_title {
        margin-bottom: 5vw;
    }

    #page_buying .section_title .title {
        font-size: 4.8vw;
        line-height: 1.4;
    }

    #page_buying .suggestion {
        margin-bottom: 15vw;
    }

    #page_buying .suggestion .text {
        font-size: 3.6vw;
        text-align: left;
    }

    #page_buying .suggestion .text+.text {
        margin-top: 4vw;
    }

    #page_buying .suggestion .sec01_box {
        flex-direction: column;
        gap: 7vw;
        margin: 8vw 0;
    }

    #page_buying .suggestion .sec01_box .item {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5vw;
    }

    #page_buying .suggestion .sec01_box .img {
        width: 45%;
        margin-bottom: 0;
    }

    #page_buying .suggestion .sec01_box .item_text {
        font-size: 4.1vw;
        text-align: left;
    }

    #page_buying .correspondence {
        margin-bottom: 15vw;
    }

    #page_buying .correspondence .reason_list {
        margin-bottom: 5vw;
    }

    #page_buying .correspondence .lead {
        margin-bottom: 5vw;
        font-size: 4.1vw;
        line-height: 1.6;
    }

    #page_buying .example .sec03_list {
        margin: 5vw 0;
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    #page_buying #sec03 li {
        margin-bottom: 0;
    }

    #page_buying #sec03 li .img {
        margin-bottom: 0;
    }

    #page_buying #sec03 li .img img {
        aspect-ratio: 30/18;
    }

    #page_buying .example .text {
        font-size: 4.1vw;
    }

    #page_buying .example .item {
        margin-top: 3vw;
        font-size: 4.1vw;
    }

    #page_buying .support .investment_sale_recommend .investment_sale_title {
        text-align: center;
    }

    #page_buying .support .investment_sale_recommend ul {
        margin: 5vw 0;
    }

    #page_buying .support .investment_sale_kaiketsu {
        padding: 0 0 15vw;
    }

    #page_buying .page_cta .section_title .title {
        color: #fff;
    }

    #page_buying .page_cta .message_title {
        font-size: 4.8vw;
        margin-bottom: 3vw;
    }

    #page_buying .page_cta .decoration::before,
    #page_buying .page_cta .decoration::after {
        width: 4.6vw;
        height: 2px;
        bottom: 1.8vw;
    }

    #page_buying .page_cta .decoration::before {
        left: -5.1vw;
    }

    #page_buying .page_cta .decoration::after {
        right: -5.1vw;
    }

    #top_cnt.page_cta .time_container {
        flex-direction: column;
    }

    #top_cnt.page_cta p.sec_p {
        font-size: 3.6vw;
        margin-bottom: 5vw;
    }

    #top_cnt.page_cta .left .time_label,
    #top_cnt.page_cta .time_wrap .time {
        font-size: 4.1vw;
    }

    #page_buying .page_cta .message_box {
        padding: 7vw 5vw;
    }

    section#contact .contact_pictext {
        font-size: 4vw;
    }

    #new_footer .information .add_box {
        grid-template-columns: 1fr;
        margin-bottom: 5vw;
    }

    #new_footer .information .add_box .add_area .address {
        font-size: 3.8vw;
    }

    #new_footer .information .add_box .add_area+.add_area {
        margin-top: 10vw;
    }

    #new_footer .information .add_box .add_area+.add_area::before {
        width: 90%;
        height: 0.2vw;
        top: -4vw;
        left: 50%;
        transform: translateX(-50%);
    }

    #company table.company_table th {
        padding: 4vw;
        line-height: 1.4;
    }


    #company .company_box .theme {
        font-size: 4.6vw;
    }

    #company .company_box+.company_box {
        margin-top: 10vw;
    }


}