@charset "utf-8";


#fnavi .address.tokyo {
    display: none;
}

/* header
----------------------------------------------------------- */

.header_bg {
	width: 100%;
	height: 786px;
    position: relative;
    overflow: hidden;
	background-size: cover;
}
.zs-enabled .zs-slideshow {
    z-index: 0 !important;
}
.header_bg .inner {
	padding-top: 50px;
}

.logo_menu {
    display: flex;
    align-items: center;
	position: relative;
	padding: 12px 0px;
}
.site_logo {
    display: flex;
    align-items: center;
}
.site_logo p.ld {
    margin-left: 10px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.3px;
}
img.logo_en {
    margin-top: 8px;
}
.header_bg2.fixed .site_logo {
	top: 19px;
}
/*
.header_bg2.fixed #g_navi {
    top: 23px;
}
*/
.header_bg2.fixed .lang_switch {
    top: 26px;
}
.header_bg h1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 38px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: 1.6px;
}
.header_bg p {
    padding-left: 5px;
    letter-spacing: 1.9px;
    font-size: 12px;
    color: #fff;
}

.header_bg2 {
    background: #fff;
    transition: .8s;
}
.header_bg2.fixed {
    background-color: rgb(255 255 255 / 98%);
    transition: .8s;
    height: 80px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}


/* eyecatch
----------------------------------------------------------- */

#eyecatch {
	position: relative;
	left: 0%;
    display: flex;
    align-items: center;
    height: 620px;
    z-index: 2;
    overflow: hidden;
}

/*
.loop__box img {
    max-width: inherit;
    height: 100vh;
}
*/
.inner-content {
    position: relative;
    z-index: 3;
}
.inner-content h1 {
    margin-bottom: 15px;
    font-size: 58px;
    letter-spacing: 5.2px;
    color: var(--green);
    line-height: 1.2;
    font-weight: 900;
}
.inner-content .sub {
    display: block;
    margin: 12px 0px 12px;
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 600;
    line-height: 1;
    text-transform: initial;
    color: #fff;
}

.ld.fv_ld {
    position: relative;
    margin: 0 0 15px;
    padding: 12px;
    max-width: 380px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--green);
    border-radius: 5px;
    letter-spacing: 3px;
}
.ld.fv_ld:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: var(--green) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}
#eyecatch p.eye_txt {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 16px;
    /*
    opacity: 0;
    transform: translateX(-8px);
    animation: fadein_lft .5s ease-out 2.3s 1 forwards;
    */
}



ul.fv_sales {
    display: flex;
    margin-top: 20px;
    gap: 15px;
}

ul.fv_sales li {
    width: 160px;
    height: 160px;
    padding: 5px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 1px 2px 6px #3151377a;
}
ul.fv_sales li .cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 2px dotted var(--base2);
    border-radius: 50%;
}
ul.fv_sales li .txt {
    font-size: 14px;
    font-weight: 500;
    color: var(--green);
}
ul.fv_sales li .txt .ld {
    position: relative;
    top: 0px;
    margin-bottom: 8px;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1;
    background: var(--green);
    color: var(--white);
}
ul.fv_sales li .txt .num {
    position: relative;
    top: 7px;
    padding-right: 3px;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}
ul.fv_sales li .txt .num2 {
    display: inline-block;
    margin-top: 7px;
    font-size: 24px;
    letter-spacing: -3px;
    font-weight: 900;
}
ul.fv_sales li .txt .btm {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0px;
}

#eyecatch .btn {
    margin-top: 20px;
}
#eyecatch .btn .button_y {
    padding: 20px 40px;
}


/* 画像loopスライド */

.loop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}

.loop:before {
    background-color: rgb(63 85 56 / 52%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}
.loop__box {
    display: flex;
    width: 100%;
}

.loop__box img:first-child {
    animation: loop 100s -50s linear infinite;
}
.loop__box img:last-child {
    animation: loop2 100s linear infinite;
}


@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}



/* 左下の下部スクロールの案内 */

@-webkit-keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@-webkit-keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
@keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}


}


#opening {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

/* eyecatch_bk_2の場合ここから */

.inner-content h1,
#eyecatch p.eye_txt {
    color: #fff;
    text-shadow: 2px 2px 2px #096032;
}
.inner-content h1,
#eyecatch p.eye_txt {
    text-shadow: 2px 2px 5px #096032f0;
}
#opening .overlay {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(23 88 13 / 12%);
    background-color: rgb(23 88 13 / 18%);
}
/* eyecatch_bk_2の場合ここまで */

#opening .slideArea
#opening #openingSlide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.wipeSlide .slide {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#opening #openingSlide .slide:not(:first-child) {
    display: none;
}

#opening #openingSlide .slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	/*
    display: table-cell;
    width: calc(100% / 3);
    */
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* スライド停止*/
.wipeSlide .slide.wipeCurrentSlide .bg {
    animation-duration: 5.0s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-name: scaleAnim;
}

@keyframes scaleAnim {
    0% {
      opacity: 1;
      transform: scale(1); }
    100% {
      transform: scale(1.03) ; } 
}

/* 左下の下部スクロールの案内 */

@-webkit-keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@-webkit-keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
@keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
.scrool-area {
    position: absolute;
    left: 1.5%;
    bottom: -4%;
    z-index: 9;
    width: 1px;
    height: 120px;
    background-color: var(--base2);
}
span.scl-name {
    position: absolute;
    left: 5px;
    writing-mode: vertical-lr;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-style: italic;
    text-transform: uppercase;
    color: #16406b;
}
.scl-l {
    width: 9px;
    height: 9px;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-animation-name: moveScrollPointer;
    animation-name: moveScrollPointer;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}
.scl-l:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #919191;
    -webkit-animation-name: moveScrollPointerIn;
    animation-name: moveScrollPointerIn;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}




.fv_column_area {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 2;
    width: 600px;
    background: var(--green);
}

.fv_column_area .fv_column_area_in {
	padding: 25px;
    align-items: center;
}
.fv_column_area .tl {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.fv_column_area .headline_list li a {
	color: #fff;
}
.fv_column_area .icon_arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    border-color: #fff;
}
.fv_column_area .icon_arrow:before {
    background: url(./images/arrow_link_white.svg) no-repeat 50% 50%;
}
.fv_column_area a:hover .icon_arrow {
    background-color: #2e5831;
}

.headline_list_2 {
    margin-left: 20px;
    width: calc(100% - 90px);
}
.headline_list_2 li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
	color: #fff;
}
.headline_list_2 li .date {
    margin-right: 5px;
    width: 80px;
    font-size: 13px;
}
.headline_list_2 li .tl {
	width: calc(100% - 90px);
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headline_list_2 li a {
	color: #fff;
}
.headline_list_2 li p {
	display: none;
}

/* G-navi
----------------------------------------------------------- */

.g_navi_sub {
    margin-left: auto;
}
.header_bg2.fixed .g_navi_sub {
    top: 18px;
}


.header_btn {
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.header_btn .tel_block {
    padding: 0px 18px;
    /*
    height: 63px;
    background: var(--base);
    */
}
.tel_block .tel_num {
    position: relative;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1.3px;
    color: var(--green);
}
.tel_block .tel_num span {
    position: relative;
    display: inline-block;
    top: -3px;
    left: 0px;
    margin-right: 5px;
}
.tel_block .tel_num a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.tel_block .tel_sub {
	margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}
.tel_block .tel_sub span {
	display: inline-block;
	margin-left: 3px;
	font-size: 11px;
}


.header_btn .frm_block {
	
}
.header_btn .frm_block a {
    padding: 7px 14px;
    font-size: 14px;
}


#g_navi {
    padding: 12px 0px;
    transition: .7s;
}
#g_navi nav {
    margin: 0 auto 0px;
}
.nav-unshown {
	display:none;
}
#g_navi nav {
    margin: 0 auto 0px;
}
#g_navi nav ul {
    display: flex;
    align-items: center;
}
#g_navi .nav>ul>li {
    position: relative;
    width: calc(100% / 7 );
    padding: 0px 8px;
    border-left: 2px dotted var(--border);
}
#g_navi .nav>ul>li>a {
	display: table;
    position: relative;
    padding: 14px 0px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: var(--font);
    transition: .5s;
}
#g_navi .nav>ul>li:last-child {
    border-right: 2px dotted var(--border);
}
#g_navi li.active a,
#g_navi .nav>ul>li>a:hover {
    text-decoration: none;
    color: var(--green);
}
/*
#g_navi .nav>ul>li>a:hover::after,
#g_navi .nav>ul>li.active a:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
*/
#g_navi .nav>ul>li>a span {
    display: block;
}
#g_navi .nav>ul>li>a span.gf {
	display: none;
    font-size: 12px;
    font-weight: 400;
}

/* 固定 */
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}

#g_navi.fixed {
	border-bottom: 1px solid #ddd;
}
#g_navi.fixed li {
   bottom: -1px;
}
#g_navi.fixed nav {
	width: 100%;
}

#g_navi .nav>ul>li.nav-item>a span {
	position: relative;
}


#g_navi .nav>ul>li.nav-item>a span:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--font);
    border-right: 2px solid var(--font);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: transform .3s;
}
#g_navi .nav>ul>li.nav-item a:hover:after {
	border-color: var(--green);
}
    
/* マウスオーバー時の動作 */
@media screen and (min-width: 880px) {
	
	
	.nav-item_sub {
        position: absolute; /* absolute に変更 */
        z-index: 9;
        top: 100%;          /* 親である #g_navi の一番下辺にぴったりくっつける */
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
        display: none;
        padding: 10px 0px;
        background-color: rgb(255 255 255 / 95%);
    }
    #g_navi .nav>ul>li.nav-item {
        position: static; /* 基準を解除して、上の階層の #g_navi を基準にさせる */
    }
    #g_navi {
        position: relative; /* #g_navi を全体の横幅100%の基準に設定 */
    }
	.nav-item:hover .nav-item_sub {
		opacity: 1;
		visibility: visible;
	/*
		transition-duration: 1s;
	*/
	}
}

@media screen and (max-width: 880px) {
	.nav-item_sub {
		display: none;
	}
	li.nav-item.active .nav-item_sub {
		display: block;
        padding: 10px 5px;
        background: var(--base2);
	}
	.nav-list {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* breadcrumb
----------------------------------------------------------- */

#breadcrumb {
    position: relative;
    margin: 0px;
    padding: 12px 0px;
    font-size: 12px;
}
#breadcrumb:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

#breadcrumb ul {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1100px;
    white-space: nowrap;
    margin: 0px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
#breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 11px;
}
#breadcrumb li a {
    display: block;
    padding: 0 12px 0 10px;
    max-width: 360px;
    height: 18px;
    line-height: 18px;
    text-decoration:none;
    color: #999;
    white-space: nowrap;
}

#breadcrumb li a:after {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(-45deg);
    border-right: 1px solid #999;
}
#breadcrumb li a:before {
    float: right;
    display: block;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(45deg);
    border-right: 1px solid #999;
}
#breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    padding: 0 22px 0 10px;
}

/* lead
----------------------------------------------------------- */

.lead {
    position: relative;
    /*
    background: url(./images/feature_bk.jpg) bottom right no-repeat;
    background-size: cover;
    */
    background: var(--base);
    display: none;
}
/*
.lead:before {
    background-color: rgb(12 86 83 / 26%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
*/
.lead .inner {
	position: relative;
    display: table;
    height: 130px;
}
.lead .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.lead h1,
.lead .lead_tl {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1.8px;
    font-weight: 800;
    color: var(--brown);
}
.lead span {
	display: none;
}

/* 汎用スタイル
----------------------------------------------------------- */

section {
    position: relative;
	padding: 80px 0px;
}
/*
section:last-child {
    padding-bottom: 0;
}
*/
.head_area {
    position: relative;
    color: var(--green);
}

.head_area .arrow {
    position: relative;
    display: inline-block;
    padding: 0px 80px;
}
.head_area .arrow:before, .head_area .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #555;
}
.head_area .arrow:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.head_area .arrow:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.head_title {
    margin-bottom: 40px;
}


.tl_white .head_title h2,
.tl_white .head_title h2 span.sub {
	color: #fff;
}


.head_title h2 {
	position: relative;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
body.home .head_title h2 {
    font-size: 38px;
}
/*
.head_title h2:after {
    content: "";
    position: relative;
    bottom: -15px;
    left: 4px;
    display: block;
    width: 62px;
    height: 2px;
    border-bottom: 1px solid var(--black);
}
.head_title.t_center h2:after {
    left: calc(50% - 31px);
}
*/
.head_title h2 span {
    display: block;
}
.head_title h2 b {
    color: var(--orange);
}

.head_title h2 span.sub {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--green);
}
.head_title h2 span {
    display: block;
}
body.home .head_title h2:before {
	content: none;
}


.entry-header .head_title {
    margin: 30px 0px;
    padding-bottom: 20px;
    border-bottom: 2px dotted var(--base2);
}
.entry-header h1.entry-title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
}

.base_tl {
	margin: 40px 0px 30px;
}
.base_tl h3 {
    position: relative;
    padding: 12px 0px 12px 20px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 800;
    color: var(--green);
    border-left: 2px solid var(--green);
    letter-spacing: 2px;
}
.base_tl h4 {
    position: relative;
    padding: 15px 0;
    border-top: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}
.sub_lead {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px;
    word-break: break-word;
}

/* レイヤー重ね */
.lt_tl {
	position: relative;
}
.lt_tl:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    z-index: -1;
}
.lt_tl .inner {
	position: relative;
    margin-top: -30px;
}
.lt_tl .sub_lead {
    position: absolute;
    left: -30px;
    top: -22px;
    font-size: 48px;
    color: #f1f1f1;
}

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 160px;
    padding: 24px 18px 24px 0px;
    border-bottom: 2px solid var(--green);
    font-size: 16px;
    font-weight: 600;
    color: var(--font);
}
.dl_base dd {
    width: calc(100% - 160px);
    margin: 0;
    padding: 24px 0px 24px 18px;
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 2px solid #ddd;
}
/* 基本タイトル
----------------------------------------------------------- */

.entry-content h2 {
    margin: 40px 0px 30px;
    padding: 20px 18px 20px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.6;
    color: var(--black);
    background-color: var(--base3);
    border-radius: 5px;
}
.entry-content h3 {
    margin: 30px 0px 30px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.6;
    border-top: 2px dotted var(--black);
    border-bottom: 2px dotted var(--black);
    padding: 20px 0px 20px 10px;
}
.entry-content h4 {
	position: relative;
    margin-bottom: 30px;
    padding: 12px 0px 12px 20px;
    font-weight: 800;
    font-size: 18px;
    color: var(--green);
    border-left: 3px solid var(--green);
}
.category_tag a,
.cat {
    display: inline-block;
    padding: 3px 8px;
    background: var(--yellow);
    color: var(--green) !important;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}
.entry-content img {
	max-width: 100%;
    height: auto;
}

body.single-column .entry-content b {
	background: none;
}
.cat a {
    color: var(--green);
}
.cat a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* 良くある悩み
------------------------------------------------------*/

body.home section.problem_area {
    background: var(--base);
    margin-top: -130px;
    padding-top: 200px;
}

.problem_area_wrap {
	position: relative;
}
.problem_area_wrap .pw_icon {
	position: absolute;
    top: -152px;
    right: 30px;
}
.problem_area_list {
    justify-content: center;
}
.problem_area_list li {
    display: flex;
    align-items: center;
    position:relative;
    width: calc(100% / 3 - 10px);
    margin: 5px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
/*
.problem_area_list li:before,
.problem_area_list li:after {
    position: absolute;
    content:'”';
    font-size: 60px;
    line-height: 1;
    color: var(--green);
}
.problem_area_list li:before {
    top: -40px;
    left: -10px;
    transform: rotate(-180deg);
}
*/
.problem_area_list li:after {
    bottom: -40px;
    right: -15px;
}
.problem_area_list li p {
	width: 30%;
}
.problem_area_list li p img {
	width: 100%;
}
.problem_area_list li p.txt {
	width: 70%;
	padding-left: 15px;
    font-size: 16px;
    line-height: 1.6;
}
.problem_area_list li span {
    font-size: 22px;
    border-bottom: 3px dotted var(--green);
}


.problem_area2_list {
    max-width: 880px;
    margin: 0 auto;
    padding: 30px;
    background: var(--base);
    border-radius: 5px;
}
.problem_area2_list li {
    display: flex;
    align-items: center;
    position:relative;
    width: calc(100% / 2 - 30px);
    margin: 10px 15px;
    font-size: 16px;
    font-weight: 600;
}
.problem_area2_list li:before {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-right: 12px;
    border-bottom: 2px solid var(--green);
    border-left: 2px solid var(--green);
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}

.sv_span_wrap {
	margin: 0 auto 30px;
}
.sv_span_wrap .sv_span_list {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
}
.sv_span_list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 9px;
    background-color: var(--green);
    color: #fff;
    border-radius: 5px;
}


/* staff
------------------------------------------------------*/

.staff_list li {
	margin-bottom: 90px;
    padding: 40px;
    background: var(--base);
	border-radius: 15px;
}
.staff_list li:last-child {
	margin-bottom: 0px;
}
.staff_list li .img {
	width: 400px;
}
.staff_list li .img img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.staff_list li .txt {
	width: calc(100% - 400px);
	padding-left: 60px;
}
.staff_list li .name_area {
	margin-bottom: 12px;
}
.staff_list li .name_area h2 {
	margin-bottom: 7px;
    font-size: 34px;
    letter-spacing: 3px;
	font-weight: 600;
}
.staff_list li .name_area .furigana {
	font-size: 18px;
}
.staff_list li .post {
	margin-top: 15px;
}
.staff_list li .post span {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 3px 9px;
	background-color: var(--green);
	color: #fff;
	border-radius: 5px;
}
.staff_list li .post span:last-child {
	margin-right: 0px;
}
.staff_list li .dl_base dt {
    padding: 14px 12px 14px 0px;
    font-size: 14px;
}
.staff_list li .dl_base dd {
    padding: 14px 0px 14px 14px;
    font-size: 13px;
}
.staff_list li .prof {
	margin: 30px 0px;
}
.staff_list li .prof .tl,
.staff_list li .greeting .tl {
	display: inline-block;
	margin-bottom: 12px;
	padding: 3px 9px;
	color: var(--green);
	background-color: #fff;
	border-radius: 5px;
}



/* service
------------------------------------------------------*/

.service_area {
	position: relative;
	background-color: var(--base);
}
.service_area:before,
.sv_support_area:before {
    content: "";
    position: absolute;
    top: 60px;
    right: 132px;
    width: 282px;
    height: 278px;
    background: url(./images/se2_human.png) no-repeat center center / contain;
}

.top_sv_list {
    margin: 30px auto 0;
    /*
    max-width: 960px;
    */
}
.top_sv_list>li {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid var(--base2);
}
.top_sv_list>li:last-child {
	margin-bottom: 0px;
}
.top_sv_list li a {
	display: block;
	color: var(--font);
    transition: .5s;
}
.top_sv_list li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.top_sv_list li .flex_in {
    align-items: center;
}
.top_sv_list li .img {
	width: 35%;
    overflow: hidden;
}
.top_sv_list li .img img {
	width: 100%;
    border-radius: 5px;
}
.top_sv_list li .txt {
    position: relative;
    width: calc(100% - 35%);
    padding-right: 30px;
}
.top_sv_list li .txt h3 {
    display: flex;
    align-items: center;
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
}
.top_sv_list li .txt h3 span {
	font-size: 26px;
	color: var(--green);
}
.top_sv_list li .txt h3 span.arrow {
	margin-left: 15px;
}
body.test .top_sv_list li .txt h3 span.arrow,
body.tokyo .top_sv_list li .txt h3 span.arrow {
	display: none;
}
.top_sv_list li .txt p {
	
}
.top_sv_list li ul.check2_list {
	margin-top: 20px;
}
ul.check2_list li {
    position: relative;
    width: calc(100% / 2 - 10px);
    margin: 0 5px 12px;
    padding: 0px 5px 12px;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px dotted var(--base2);
}
/* style変更案ここから */

.top_sv_list {
	counter-reset: feat_list; /* カウンターの初期化 */
}

.top_sv_list>li {
	position: relative;
    border: 3px solid var(--base2);
}
.top_sv_list>li .feat_list_sp {
    display: inline-block;
    margin-bottom: 7px;
    padding: 5px 12px;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.5px;
    font-style: normal;
    color: var(--green);
    background: var(--yellow);
    border-radius: 5px;
}
.top_sv_list>li .feat_list_sp:after {
	content: counter(feat_list, decimal-leading-zero) " ";
	counter-increment: feat_list;
}
.top_sv_list li .txt h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 3px dotted var(--base2);
    color: var(--orange);
    font-size: 26px;
    font-weight: 800;
}
.top_sv_list li .arrow:before {
	
}
ul.check2_list li {
	position: relative;
    padding: 10px 8px 12px;
    color: #9e8050;
    font-weight: 700;
    background: var(--base);
    border-radius: 5px;
    border: none;
}

ul.check2_list li {
    color: #fff;
    background: #a38c34;
}
/* style変更案ここまで */

.check2_list li:before {
    display: inline-block;
    content: ""; 
    width: 10px; 
    height: 10px;
    background-color: var(--base2);
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 7px; 
}

.check2_list li:before {
    background-color: #fff8e2;
}
#g_navi nav ul .top_sv_list>li {
    width: calc(100% / 2 - 2%);
    margin: 1%;
}
#g_navi nav ul .top_sv_list {
	margin-top: 10px;
    max-width: 100%;
}
#g_navi nav ul .top_sv_list li .img {
    width: 30%;
}
#g_navi nav ul .top_sv_list li .txt {
    width: calc(100% - 30%);
    padding-right: 20px;
}
#g_navi nav ul .top_sv_list li .txt h3 {
    margin-bottom: 12px;
    font-size: 18px;
}
#g_navi nav ul .top_sv_list li .txt p {
    font-size: 14px;
    line-height: 1.6;
}
#g_navi nav ul .check2_list {
    display: none;
}

/* service-下層ページ
----------------------------------------------------------- */

.sv_ud_lead {
	position: relative;
    padding: 40px 0;
}
.sv_ud_lead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(./images/sv_under_bk.jpg) center left no-repeat;
    background-size: cover;
}
.sv_ud_lead .flex_in {
	align-items: center;
}
.sv_ud_lead .txt {
	width: 50%;
}
.sv_ud_lead .txt p {
	font-size: 15px;
    text-align: justify;
}
.sv_ud_lead .img {
	width: 50%;
	padding-left: 40px;
}
.sv_ud_lead .txt p.sub {
	margin-bottom: 15px;
	font-size: 28px;
    line-height: 1.6;
	font-weight: 800;
    color: var(--green);
}

section.sv_ud_nayami {
    background: var(--base);
}
.nayami_area {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 60px;
    background: #fff;
    border-radius: 5px;
}
.nayami_area h2 {
    position: relative;
    top: -20px;
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 600;
}
.nayami_area .flex_in {
    padding: 30px 0px;
}
.nayami_area .sol_list {
    width: 490px;
}
.nayami_area .img {
    width: calc(100% - 490px);
}
.nayami_area .img img {
    position: absolute;
    bottom: -2px;
    right: 20px;
    width: 300px;
}
ul.sol_list li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    border-bottom: 2px dotted var(--base2);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
ul.sol_list li b {
    color: #333;
}
ul.sol_list li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 0.4em;
    width: 12px;
    height: 7px;
    border-left: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
    transform: rotate(-45deg);
}
ul.sol_list li:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0em;
    left: 0em;
    width: 25px;
    height: 25px;
    background: var(--base2);
    border-radius: 50%;
}
ul.sol_list li:last-child {
	margin-bottom: 0px;
}
.sv_merit_list {
	
}
.sv_merit_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	margin-bottom: 40px;
    align-items: center;
}
.sv_merit_list li:nth-child(even) {
    flex-direction: row-reverse;
}
.sv_merit_list li:nth-child(even) .txt {
    padding-left: 0px;
    padding-right: 40px;
}
.sv_merit_list li .img {
	width: 40%;
}
.sv_merit_list li .img img {
	
}
.sv_merit_list li .txt {
    position: relative;
    width: calc(100% - 40%);
    padding-left: 40px;
}
.sv_merit_list li .num {
	width: 46px;
}

.sv_merit_list li .num span {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    background: var(--yellow);
    color: var(--green);
    font-weight: 600;
}
.sv_merit_list li .txt h3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 800;
}
.sv_merit_list li .txt h3 .t {
	width: calc(100% - 46px);
    padding-left: 10px;
    color: var(--green);
}
.sv_merit_list li .txt p {
	margin-bottom: 15px;
}

.sv_merit_list li .txt p:last-child {
	margin-bottom: 0px;
}


section.sv_support_area {
	position: relative;
    background: var(--base);
}
.sv_support_area:before {
    top: -75px;
}
/*
.sv_support_area:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
*/
.sv_support_list {
	
}
.sv_support_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 3px solid var(--base2);
    border: 3px solid var(--brown);
    background: var(--white);
}
.sv_support_list li .num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 100%;
    text-align: center;
    background: var(--green);
    color: #fff;
}
.sv_support_list li .num span {
    display: block;
    font-size: 11px;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
}
/*
.sv_support_list li .num:before {
    content: '';
    position: absolute;
    top: 25%;
    left: 48%;
    z-index: 0;
    width: 1px;
    height: 75%;
    background-color: var(--white);
}
*/

.sv_support_list li .left {
	width: 280px;
    text-align: center;
}
.sv_support_list li .icon {
    margin: 0 auto 15px;
    width: 100px;
    height: 100px;
}
.sv_support_list li h3 {
	font-size: 18px;
	font-weight: 800;
}
/*
.sv_support_list li .txt p {
	margin-bottom: 15px;
	font-size: 15px;
}
.sv_support_list li .txt {
    width: calc(100% - 280px);
    padding-left: 20px;
}
*/

.sv_support_list li .txt p {
	margin-bottom: 15px;
}
.sv_support_list li .txt p:last-child {
	margin-bottom: 0px;
}

/* style追加ここから */
.sv_support_list {
	gap: 25px;
}
.sv_support_list li {
    width: calc(100% / 2 - 20px);
    display: block;
    margin: 0px;
    padding: 30px;
    border-radius: 5px;
}

.sv_support_list li .left {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 3px dotted var(--base2);
	width: 100%;
    align-items: center;
}
.sv_support_list li .icon {
	margin: 0px;
    padding: 12px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 3px solid var(--base2);
}
.sv_support_list li h3 {
	width: calc(100% - 80px);
	padding-left: 15px;
    font-size: 24px;
    color: var(--brown);
    font-weight: 800;
    text-align: left;
}
.sv_support_list li .txt {
    margin-top: 15px;
}
.sv_support_list li h3 br {
	display: none !important;
}
/* style追加ここまで */

ul.sv_price_list {
    max-width: 920px;
    margin: 0 auto;
}
.sv_price_list li {
	margin-bottom: 25px;
}
.sv_price_list li h3 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}
.sv_price_list li dl {
    display: flex;
    flex-direction: row;
	margin: 5px 0px;
    border-bottom: 1px solid #ddd;
}
.sv_price_list li dt {
	width: 70%;
    padding: 16px 18px 16px 0px;
    font-size: 14px;
}

.sv_price_list li dd {
    width: calc(100% - 70%);
    padding: 16px 0px 16px 16px;
    text-align: right;
}
.sv_price_list li dd .num {
	font-size: 20px;
    color: var(--font);
    font-weight: 600;
}
.sv_price_area .btn {
	margin-top: 20px;
}
.sv_price_area .button_y {
	margin: 0 auto;
}
.sv_price_area .sv_komi_pk_img {
    max-width: 920px;
    margin: 0 auto 30px;
}

section.sv_flow_area {
    background: var(--base3);
}
section.sv_flow_area .flow_list li {
    border: 2px solid var(--base2);
}

.sv_ex_list {
	gap: 26px;
}
.sv_ex_list li {
	width: calc(100% / 4 - 20px);
}
.sv_ex_list li img {
	
}
.sv_ex_list li h3 {
	margin: 15px 0 10px;
	font-size: 18px;
    font-weight: 800;
    color: var(--green);
}
.sv_ex_list li p {
    font-size: 14px;
    line-height: 1.6;
}

section.sv_ex_area {
	padding-bottom: 0px;
}

/* service-下層LPページ
----------------------------------------------------------- */

.service-template-single-service-lp #breadcrumb {
	display: none;
}
.sv_lp_eyecatch {
	position: relative;
	padding: 60px 0px;
}
.sv_lp_eyecatch:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.sv_lp_eyecatch:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}
.sv_lp_eyecatch .inner {
	
}
.sv_lp_eyecatch .ld.fv_ld {
    position: relative;
    margin: 0 0 20px;
}
.sv_lp_eyecatch h1 {
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.4;
    font-weight: 900;
}
.sv_lp_eyecatch p.eye_txt {
}
.sv_lp_eyecatch ul.fv_sales_2 {
    max-width: 620px;
    margin: 20px 0px;
    justify-content: center;
    gap: 10px;
}
.sv_lp_eyecatch ul.fv_sales_2 li {
    width: calc(100% / 2 - 10px);
    padding: 10px 5px;
    background: #fff;
    text-align: center;
    font-weight: 800;
    border-radius: 5px;
}
.sv_lp_eyecatch .frm_block {
    max-width: 380px;
}

.sv_lp_eyecatch.business-owner:before {
    background: url(./images/lp_business-owner_bk.png) center left no-repeat;
    background-size: cover;
}
.sv_lp_eyecatch.business-owner:after {
    background-color: var(--base);
}
.sv_lp_eyecatch.business-owner .ld.fv_ld {
    background-color: var(--brown);
}
.sv_lp_eyecatch.business-owner .ld.fv_ld:after {
    border-color: var(--brown) transparent transparent transparent;
}
.sv_lp_eyecatch.business-owner h1,
.sv_lp_eyecatch.business-owner ul.fv_sales_2 li {
    color: var(--brown);
}
.sv_lp_eyecatch.anshin-pack:before {
    top: 20%;
    left: inherit;
    right: 30px;
    width: 38%;
    height: 68%;
    background: url(./images/souzoku_pack_img.svg) center left no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.sv_lp_eyecatch.anshin-pack:after {
    background: url(./images/souzoku_pack_bk.jpg) center left no-repeat;
    background-size: cover;
}
.sv_lp_eyecatch.anshin-pack h1,
.sv_lp_eyecatch.anshin-pack ul.fv_sales_2 li {
    color: var(--green);
}
.sv_lp_eyecatch.anshin-pack h1 {
    font-size: 54px;
    letter-spacing: 0px;
}

.sv_lp_eyecatch.anshin-pack h1 span.s {
    margin-right: -8px;
	font-size: 14px;
    letter-spacing: 0;
}
.sv_lp_eyecatch.anshin-pack h1 span.gf {
    position: relative;
    top: 4px;
    font-size: 66px;
    line-height: 1;
}
.sv_lp_eyecatch.anshin-pack {
	
}
section.sv_lp_ud_lead {
    padding: 60px 0px 20px;
}
section.sv_lp_ud_lead p {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
}
#pict_slide.sv_lp_slide {
    margin: 40px auto 0;
}



.sv_btm_link {
	padding: 0 0 60px;
}
ul.ct_list {
    gap: 18px;
}
ul.ct_list li {
    width: calc(100% / 3 - 12px);
}
ul.ct_list li a {
    display: block;
    padding: 20px 20px 20px 18px;
    color: #333;
    font-size: 16px;
    background: #fff;
    font-weight: 800;
    box-shadow: 0 3px 6px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
    transition: .5s;
    border-radius: 5px;
}
ul.ct_list li a.arrow2:after {
    top: 44%;
    right: 12px;
    transition: .3s;
}
ul.ct_list li a:hover {
    color: #fff;
    background: var(--green);
    text-decoration: none;
}
ul.ct_list li a:hover:after {
    right: 11px;
    border-color: #fff;
}

/* 特徴
----------------------------------------------------------- */

.feature_area {
	position: relative;
    z-index: 3;
}
.feature_area:before, .feature_area:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 340px;
}
.feature_area:before {
    background: url(./images/feature_bk.jpg) bottom right no-repeat;
    background-size: cover;
}
.feature_area:after {
    background-color: rgb(12 86 83 / 26%);
}
.feature_list li {
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 0 10px;
	padding: 0 15px;
}
.feature_list li .img {
	
}
.feature_list li .img img {
	width: 100%;
	height: auto;
    border-radius: 10px;
}

.feature_list li .txt {
	margin-top: 25px;
	text-align: center;
}
.feature_list li .txt h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}
.feature_list li .txt p {
	
}
.feature_list li .num {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.feature_list li .num span {
    font-size: 160px;
    line-height: 1;
    color: rgb(208 208 208 / 20%);
}


/* 特徴_下層
----------------------------------------------------------- */

.l_feature_area {
	position: relative;
	padding-top: 0px;
}
/*
.l_feature_area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background: url(./images/bk_logo.png) top left no-repeat;
    background-size: contain;
    z-index: 0;
}
*/
.l_feature_area .catch {
    margin: 0 auto 60px;
}
.l_feature_area .catch .inner {
    position: relative;
    padding: 90px 0px;
}
.l_feature_area .catch .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 4%;
    width: 106%;
    height: 96%;
    background: url(./images/feature_catch_bk.jpg) top right no-repeat;
    background-size: cover;
    z-index: -1;
}
.l_feature_area .catch .tl {
	margin-bottom: 25px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px;
    color: var(--green);
}
.l_feature_area .catch p {
    max-width: 594px;
	font-size: 15px;
	text-align: justify;
}


.l_feature_list li {
	position: relative;
    margin-bottom: 40px;
    padding: 0px 30px 40px 0px;
    align-items: center;
}
.l_feature_list li:before,
.l_feature_list li:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
}
/*
.l_feature_list li:before {
    width: 1px;
    height: 100%;
    background: #ddd;
}
.l_feature_list li:after {
    right: 0;
    width: 10px;
    height: 10px;
    background: var(--green);
    border-radius: 50%;
}
*/
.l_feature_list li .img {
	position: relative;
	width: 45%;
}
/*
.l_feature_list li .img:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background-color: var(--green);
    z-index: -1;
    border-radius: 3px;
}
*/
/*
.l_feature_list li .img:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    width: 100%;
    height: 100%;
    border: 1px solid #e2dfe0;
    border-radius: 3px;
}
*/
.l_feature_list li .img img {
	width: 100%;
    border-radius: 3px;
}
.l_feature_list li .txt {
	width: calc(100% - 45%);
	padding: 0px 0px 0px 60px;
}
.l_feature_list li .txt h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 3px dotted var(--base2);
    color: var(--green);
    font-size: 28px;
    font-weight: 800;
}
.l_feature_list li .txt h3 span {
    display: block;
    margin-bottom: 5px;
}
.l_feature_list li .txt h3 span i {
    display: inline-block;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    background: var(--yellow);
    border-radius: 30px;
    font-style: inherit;
}
.l_feature_list li .txt p {
	font-size: 16px;
}
.l_feature_list li .num {
    position: absolute;
    top: -20px;
    right: 0px;
    z-index: -1;
    letter-spacing: 10px;
}
.l_feature_list li .num span {
    font-size: 280px;
    line-height: 1;
    font-weight: 600;
    color: var(--base);
}
.l_feature_list li:nth-child(even) {
	flex-direction:row-reverse;
    padding: 0px 0px 40px 30px;
}
.l_feature_list li:nth-child(even):before,
.l_feature_list li:nth-child(even):after {
	left: 0px;
	right: inherit;
}
.l_feature_list li:nth-child(even):after {
	left: 0px;	
}
.l_feature_list li:nth-child(even) .txt {
	padding: 0px 60px 0px 0px;
}
.l_feature_list li:nth-child(even) .num {
	right: inherit;
	left: 30px;
}

.l_greeting_area {
	background: url(./images/haikei_bk.jpg) top left no-repeat;
    background-size: cover;
}
.l_greeting_area .wrap {
	
}
.l_greeting_area .wrap .left {
	width: 40%;
}
.l_greeting_area .wrap .sign {
    position: relative;
    top: -44px;
    left: 8px;
    display: inline-block;
    padding: 8px 15px;
    background: #fff;
    line-height: 1;
}
.l_greeting_area .wrap .sign span {
	display: inline-block;
	margin-left: 5px;
	font-size: 20px;
}
.l_greeting_area .wrap .right {
	width: calc(100% - 40%);
	padding-left: 30px;
}
.l_greeting_area .wrap .right p {
	
}


/* 料金と流れ
----------------------------------------------------------- */

.price_flow_area {
	padding-bottom: 90px;
}

/*
.price_flow_list {
    max-width: 920px;
    margin: 0 auto;
}
*/

.price_flow_list li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

.price_flow_list li .img {
    width: 100px;
    height: 100px;
    padding: 20px;
    background: var(--green);
    border-radius: 50%;
}

.price_flow_list li .img img {
    width: 100%;
}

.price_flow_list li a {
	align-items: center;
    padding: 20px 30px;
    background: var(--base);
    border-radius: 50px;
	color: var(--font);
    transition: 0.5s;
}
.price_flow_list li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.price_flow_list li .txt {
	width: calc(100% - 100px - 24px);
	padding-left: 40px;
}
.price_flow_list li .txt .en {
	margin-bottom: 5px;
	font-size: 12px;
    color: var(--green);
}
.price_flow_list li .txt h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}
.price_flow_list li .link {
	width: 24px;
}

.sv_case_area {
	padding-top: 0px;
}
.sv_case_list li {
	margin-bottom: 30px;
    padding: 30px;
    background: var(--base);
    border-radius: 5px;
}
.sv_case_list li .tl h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 800;
}
.sv_case_list li .left {
	width: 140px;
}
.sv_case_list li .right {
	width: calc(100% - 140px);
	padding-left: 30px;
}
.sv_case_list .wrap dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    padding: 18px 15px;
    background: #fff;
    border-radius: 5px;
}
.sv_case_list .wrap dl dt {
    width: 70px;
}
.sv_case_list .wrap dl dd {
    width: calc(100% - 70px);
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.sv_case_list .wrap dl dt span {
    display: inline-block;
    padding: 5px 9px;
    font-weight: 700;
    font-size: 15px;
    color: var(--green);
    background: var(--yellow);
    border-radius: 5px;
}

.sv_case_list .wrap dl.before {
    margin-bottom: 15px;
}
.sv_case_list .wrap dl.before dt span {
    background: #7f7f7f;
    color: #fff;
}

.sv_case_list .wrap dl.before dd {
    color: #555;
}
.voice_area .btn a {
    margin: 0 auto;
}
body.post-type-archive-voice .voice_list {
	max-width: 860px;
	margin: 0 auto;
}
body.post-type-archive-voice .voice_box {
	margin-bottom: 30px;
	width: 100%;
    background: #fff;
}
.voice_list.flex_in {
	gap: 30px;
	margin-bottom: 40px;
}
.voice_box {
    padding: 20px;
    border-radius: 5px;
    background: var(--base);
}
.voice_list .voice_box {
    width: calc(100% / 2 - 15px);
}
.voice_box .img {
	width: 200px;
}
.voice_box .right {
	width: calc(100% - 200px);
	padding-left: 25px;
}
.voice_box .right .name {
	font-size: 13px;
}
.voice_box .right .sv {
    margin-top: 5px;
    font-size: 18px;
}
.voice_box .voice_relate_sv {
	margin: 12px 0px;
}
.voice_box .voice_relate_sv .wrap {
    align-items: center;
}
.voice_box .voice_relate_sv .wrap .tl {
	width: 80px;
    padding: 3px 5px;
    background: var(--brown);
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.voice_box .voice_relate_sv .wrap .right {
	width: calc(100% - 80px);
	padding-left: 15px;
    font-size: 14px;
	font-weight: 600;
}
.voice_box p {
	font-size: 15px;
	line-height: 1.6;
}

/* 会社案内
----------------------------------------------------------- */

.company_area {
	position: relative;
}
.company_area:before,
.company_area:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.company_area:before {
	
}
/*
.company_area:after {
    background: linear-gradient(90deg, #fff1c3 0%, #fdffea 100%);
}
*/
.company_area .in {
	position: relative;
	z-index: 1;
}

.solution_tl {
    margin-top: -120px;
    text-align: center;
}
.solution_tl .ld {
	position: relative;
    margin: 0 auto 20px;
    padding: 15px 20px;
    max-width: 600px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--green);
    border-radius: 5px;
}
.solution_tl .ld:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: var(--green) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}
.company_area .flex_in {
	margin-top: 50px;
	align-items: center;
}
.company_area .left {
    width: calc(100% - 480px);
    padding-right: 30px;
}
.company_area .left .head_title {
	margin-bottom: 30px;
}
.company_area .right {
    position: relative;
	width: 480px;
}
.company_area img {
	width: 100%;
}
.company_area .txt p {
	font-size: 16px;
}
.company_area .btn {
	margin-top: 30px;
}
#pict_slide {
    position: relative;
    margin: 40px auto 0px auto;
    padding: 220px 0 0;
    background: url(./images/contentsmain-back02.png?06) repeat-x top center;
    animation: slide-background 60s linear infinite;
}

@keyframes slide-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -2620px 0;
    }
}

.access_wrap {
	margin-bottom: 60px;
}
.access_wrap:last-child {
	margin-bottom: 0px;
}
.access_wrap .access_map {
	margin-top: 20px;
}


.access_list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 45px;
    width: 100%;
}
.access_list li .img {
    width: 360px;
}
.access_list li .img img {
	width: 100%;
	height: auto;
}
.access_list li .txt {
    width: calc(100% - 360px);
    padding-left: 30px;
}
.access_list li .tl h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
.access_list li .txt p {
	font-size: 13px;
}


.access_list li .access_map iframe {
	margin-top: 20px;
    width: 100%;
    height: 100%;
}

.office_tour {
	margin: 30px 0px 10px;
	gap: 24px;
}
.office_tour li {
	width: calc(100% / 3 - 16px)
}
.office_tour li .sub {
    padding: 8px 0px;
    letter-spacing: 3px;
    text-align: center;
    background: var(--brown);
    color: #fff;
}

.ac_wrap p {
	font-weight: 500;
}

.ac_wrap {
    margin: 25px 0px;
    padding: 30px;
    background: #fffefb;
    border: 2px solid var(--base);
}
.ac_wrap .ac_tl {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.ac_wrap .ac_tl span {
    display: inline-block;
    margin-right: 10px;
    padding: 11px;
    width: 48px;
    height: 48px;
    background: var(--brown);
    border-radius: 50%;
}
.ac_wrap .ac_tl span svg {
    color: #fff;
}
.dl_access dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 15px;
}
.dl_access dt {
    width: calc(100% - 200px);
    padding: 24px 18px 5px 5px;
    border-top: 1px solid #ddd;
    font-weight: 600;
    font-size: 16px;
}
.dl_access dd {
    width: 200px;
    margin: 0;
    padding: 24px 5px 5px 18px;
    font-size: 16px;
    line-height: 1.8;
    border-top: 1px solid #ddd;
    text-align: right;
    color: var(--orange);
    font-weight: 800;
}
ul.ac_list {
	
}
ul.ac_list li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
ul.ac_list li .tl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

ul.ac_list li .tl span {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 9px;
    background: var(--orange);
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
}
ul.ac_list li p {
    font-size: 15px;
}


/* ミッションステートメント
----------------------------------------------------------- */

.mission_area {
	position: relative;
}
.mission_area:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(./images/mission_bg.jpg) bottom center no-repeat;
    background-size: cover;
}
.mission_area .txt_area {
    max-width: 532px;
    margin: 0 auto;
    text-align: center;
}
.mission_area .sub_tl {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 10px;
}
.mission_area .txt p {
	margin-bottom: 20px;
}

.action_area {
	
}

.action_list li {
    align-items: center;
    margin-top: 45px;
    padding: 30px;
    background: #f7f7f7;
}
.action_list .img {
	width: 420px;
}
.action_list .img img {
	width: 100%;
    height: auto;
}
.action_list .txt {
	width: calc(100% - 420px);
	padding-left: 40px;
}
.action_list .tl {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 600;
}
.action_list .txt p {
	
}


.credo_area {
	position: relative;
    margin: 90px 0px;
}
.credo_area .left {
    width: 340px;
}
.credo_area .sub_tl {
    padding: 10px;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 10px;
    background: var(--black);
    color: #fff;
}
.credo_area .img {
    margin: 25px 0px;
}
.credo_area .img img {
    width: 100%;
}
.credo_area .philo_list {
	padding-left: 20px;
    width: calc(100% - 340px);
}
.philo_list li {
    margin-bottom: 20px;
    padding: 10px 0px;
    align-items: center;
}
.philo_list li:last-child {
	margin-bottom: 0px;
}

.philo_list li .left {
    width: 140px;
    margin-right: 30px;
    border-right: 1px solid #ddd;
    font-style: italic;
}

.philo_list li .left span {
    display: block;
    font-size: 14px;
    text-align: center;
}

.philo_list li .left span.n {
    font-size: 32px;
}

.philo_list li .right {
    width: calc(100% - 170px);
}
.philo_list li .right h3 {
    font-size: 20px;
}


/* 代表挨拶
----------------------------------------------------------- */

.greeting_area {
	padding-top: 0px;
}
.greeting_area .flex_in {
    align-items: center;
    margin-bottom: 30px;
}
.greeting_area .img {
	width: 420px;
}
.greeting_area .img img {
	width: 100%;
	height: auto;
}
.greeting_area .txt {
	width: calc(100% - 420px);
	padding-left: 40px;
}
.greeting_area .name_area {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}

.greeting_area .name_area .post {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
}
.greeting_area .name_area .name {
	margin: 12px 0px 15px;
    letter-spacing: 7px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}
.greeting_area .name_area .gf {
    padding-left: 5px;
	font-size: 11px;
    letter-spacing: 3px;
}
.ceo_profile_area {
	margin-top: 60px;
    padding: 0px 40px 40px;
    border: 1px solid #ddd;
}
.dl_item_area .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.dl_item_area .term {
    margin-right: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 110px;
    letter-spacing: 1px;
    color: var(--font);
}
.dl_item_area .term:after {
    display: block;
    content: "";
    height: 1px;
    width: 32px;
    background-color: rgb(82 82 82 / 20%);
}
.dl_item_area .desc {
    font-size: 13px;
    line-height: 1.6;
}

/* 流れ
----------------------------------------------------------- */


.flow_step_area {
    width: 100%;
    margin: 0 auto;
}
.flow_step {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
    min-height: 74px;
    min-height: 74px;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgb(153 83 11 / 15%);
}
.flow_step:before {
    content: "";
    width: 1px;
    height: calc( 100% - 20px);
    position: absolute;
    left: 10%;
    top: 10px;
    background: var(--green);
}
.flow_step:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--green);
    border-right: 1px solid var(--green);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.flow_step.last:after,
.flow_step:last-child:after {
    content: none;
}
.flow_step .block_text {
	
}
.flow_step .left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 40%;
}
.flow_step .right {
    width: 60%;
    margin-left: auto;
    padding-left: 15px;
}
.flow_step .step_label {
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    color: var(--green);
    font-weight: 500;
}
.flow_step .step_label span {
    font-size: 26px;
}
.flow_step .step_title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 75%;
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
}
.flow_step .step_title img {
	width: 90px;
}
.flow_step .step_title h3 {
    display: inline-block;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--font);
}
.flow_step .step_text {
    font-size: 13px;
    line-height: 1.8;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}

.flow_list {
	margin: 40px auto 0;
	max-width: 860px;
}
.flow_list li {
	position: relative;
	margin-bottom: 50px;
	padding: 30px;
    background: var(--base);
    border-radius: 10px;
}
/*
.flow_list li .left {
	width: calc(100% - 260px);
	padding-right: 30px;
}
*/
.flow_list li .left p {
	font-size: 15px;
}
/*
.flow_list li .right {
	width: 260px;
}
.flow_list li .right img {
	width: 100%;
	height: auto;
    border-radius: 10px;
}
*/
.flow_list li .icon {
    position: absolute;
    top: -10px;
    left: -10px;
    display: inline-block;
    padding: 12px 10px 10px;
    width: 56px;
    height: 56px;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    background-color: var(--yellow);
    font-weight: 900;
    border-radius: 50%;
    text-align: center;
    color: var(--green);
}
.flow_list li .icon span {
    display: block;
    position: relative;
    font-size: 22px;
    line-height: 1;
}
.flow_list li .tl {
	margin: 15px 0px;
}
.flow_list li .tl h3 {
	font-size: 20px;
	font-weight: 600;
    color: var(--brown);
}
.flow_list li .tl h3 span {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    padding: 3px 9px;
    color: #fff;
    background: var(--brown);
    border-radius: 30px;
}
/*
.flow_list li:not(:last-child):before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-top: 10px solid var(--green);
    transform: translateX(-50%);
}
*/
.flow_list li:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    border-left: 3px dotted var(--base2);
    bottom: -50px;
    left: 50%;
}
.cta_ct_sec.flow_ct_d {
	margin-top: 15px;
    padding: 15px 15px;
    background: #fff;
    border-radius: 5px;
}
.cta_ct_sec.flow_ct_d .tel_block {
    margin-right: 15px;
    padding-right: 5px;
    padding-top: 5px;
    width: 270px;
    border-right: 1px solid #ddd;
}
.cta_ct_sec.flow_ct_d .tel_block .tel_num span {
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 0px;
}
.cta_ct_sec.flow_ct_d .tel_block .tel_sub {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.cta_ct_sec.flow_ct_d .frm_block {
    display: flex;
    width: calc(100% - 285px);
}
.cta_ct_sec.flow_ct_d .btn_contact {
    padding: 8px 40px;
    min-height: 50px;
}
.cta_ct_sec.flow_ct_d .btn_contact:before {
    top: 1px;
    left: 5px;
    width: 16px;
    height: 16px;
}
.cta_ct_sec.flow_ct_d .btn_contact.line_btn {
    margin-right: 12px;
}

.lp_flow_area {
    background: url(./images/flow_bg.jpg?04) top left no-repeat;
}
.lp_flow_area .top_flow_list {
	margin: 60px 0 30px;
}
.lp_flow_area .top_flow_list li {
    position: relative;
    width: 33%;
    height: auto;
	padding: 60px 15px 20px;
    background: #fff;
    border: 2px solid var(--base2);
    border-radius: 5px;
    text-align: center;
}
.lp_flow_area .top_flow_list li:after {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    right: -21px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--base2);
    border-right: 3px solid var(--base2);
    transform: rotate(45deg);
}

.lp_flow_area .top_flow_list li:last-child:after {
	content: none;
}
.lp_flow_area .top_flow_list li .step_box {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    padding-top: 15px;
    background-color: var(--yellow);
    font-weight: 900;
    border-radius: 50%;
    text-align: center;
    color: var(--green);
}
.lp_flow_area .top_flow_list li .step_box:before {
	
}
.lp_flow_area .top_flow_list li .step_box .tl {
    margin-bottom: 0px;
    font-size: 12px;
}
.lp_flow_area .top_flow_list li .step_box .num {
    line-height: 1;
    font-size: 30px;
}
.lp_flow_area .top_flow_list .txt {
	
}
.lp_flow_area .top_flow_list .txt .img {
    max-width: 86px;
    margin: 0 auto 15px;
    padding: 15px;
    border: 3px solid var(--base2);
    border-radius: 50%;
}

.lp_flow_area .top_flow_list .txt .img img {
    width: 100%;
}
.lp_flow_area .top_flow_list .txt .tl {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
    color: var(--brown);
}


/* swiperの部品 */

.swiper-btm-area {
	margin-top: 20px;
    align-items: center;
}

.swiper-btm-area .swiper-handle {
    position: relative;
    justify-content: center;
    align-items: center;
	width: 120px;
}
.swiper-btm-area .swiper-button-prev,
.swiper-btm-area .swiper-button-next {
    position: relative;
    left: 0;
    margin-top: auto;
}
.swiper-btm-area .swiper-button-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 15px;
}
.swiper-btm-area .swiper-handle-set {
	position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--brown);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    background: #cdc3c3;
}

.swiper-btm-area .swiper-handle-set:before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    top: 20px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    z-index: 2;
}
.swiper-btm-area .swiper-button-next:after,
.swiper-btm-area .swiper-button-prev:after{
	content: none;
}

.swiper-btm-area .swiper-scrollbar {
    position: relative;
    top: 0px;
    width: calc(100% - 120px - 30px);
    height: 4px;
    margin: 0 0 0 30px;
    background-color: #f7f7f7;
}
.swiper-btm-area .swiper-scrollbar-drag {
    background-color: var(--brown);
}
.swiper-btm-area .swiper-btm-area .btn {
	width: 180px;
}



.flow_list.flow_img_list li:not(:first-child) .left {
    width: calc(100% - 300px);
    padding-right: 30px;
}

.flow_list.flow_img_list li .right {
    width: 300px;
}
.flow_list.flow_img_list li .right img {
    width: 100%;
}



/* 代表挨拶
----------------------------------------------------------- */


/* 他事務所との違い
----------------------------------------------------------- */

.diff_area {
    position: relative;
    margin-bottom: 90px;
}
.diff_area .flex_in {
	position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;	
}

.diff_area img {
    height: auto;
    width: 100%;
}

.diff_area .txt_area {
    padding: 50px;
}

.diff_area p.txt {
    text-align: justify;
    font-size: 13px;
    line-height: 2;
}
.diff_area:before {
	position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    content: '';
    background: #f5f5f5;
}
.diff_area:nth-child(2n+1):before {
    right: 0;
}
.diff_area:nth-child(2n):before {
    left: 0;
}
.diff_area:nth-child(2n) .flex_in {
	flex-direction:row-reverse
}
.diff_area .left {
	width: 50%;
}
.diff_area .right {
	width: 50%;
}
.diff_area .sub_e {
    font-size: 10px;
    text-transform: uppercase;
}
.diff_area .base_tl h2 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
}
.diff_area .num {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    font-size: 160px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: rgb(229 229 229 / 30%);
}

.diff_area:nth-child(2n) .num {
	left: inherit;
	right: 0px;
}

/* 会社概要
----------------------------------------------------------- */

.profile_area {
	padding-top: 0px;
}
.profile_area .left {
	width: 50%;
}
.profile_area .right {
	width: 50%;
	padding-left: 60px;
}
.profile_area .right iframe {
    height: 100%;
}


/* プライバシーポリシー
----------------------------------------------------------- */

.policy_list {
    margin: 30px 0 20px;
    padding-left: 20px;
}
.policy_list li {
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 1.8;
    list-style: disc;
}
.policy_list.type2 {
    padding: 0px;
}
.policy_list.type2 li {
    list-style: none;
}


/* コラム
----------------------------------------------------------- */

.column_area {
	position: relative;
    background: var(--base);
}
section.column_area:last-child {
	padding-bottom: 90px;
}
.column_area .btn {
    margin: 30px auto 0;
    text-align: center;
}
.column_area .btn a {
    margin: 0 auto;
}
.column_list li {
	width: calc(100% / 3);
	padding: 12px;
}
.column_list li a {
    display: block;
    position: relative;
	color: var(--font);
	text-decoration: none;
    background: #fff;
    border-radius: 5px;
}
.column_list li a:hover {
    opacity: .8;
    text-decoration: none;
    transition: .8s;
}
.column_list li a:hover img {
    transform: scale(1.1);
    transition-duration: .9s;
}
.column_list li .img {
    width: 100%;
    max-height: 175px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.column_list li .img .no-image {
    width: 100%;
}
/*
.column_list li .img img {
    width: 100%;
    border-radius: 10px;
}
*/
.column_list li .date_cat {
    position: relative;
    margin: 20px 0px 10px;
}
.column_list li .date {
	padding: 0 15px 0;
    font-size: 14px;
}
.column_list li .cat {
	position: absolute;
    top: -4px;
    right: 15px;
}
.column_list li .txt {
	padding: 0 15px 15px;
}
.column_list li .txt h3 {
	font-size: 16px;
	font-weight: 600;
}

/* お知らせ
----------------------------------------------------------- */

.headline_list {
    max-width: 940px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.headline_list li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ddd;
}
.headline_list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.headline_list li span.data {
    position: relative;
    top: 1px;
    width: 100px;
    font-size: 14px;
    font-weight: 400;
    color: var(--font);
}
.headline_list li span.cate {
    display: inline-block;
    width: 132px;
    margin-right: 20px;
    padding: 3px 5px;
    font-size: 12px;
    text-align: center;
    background-color: var(--base);
    border-radius: 10px;
}
.headline_list li span.title {
    width: calc(100% - 100px - 160px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.headline_list li a {
	position: relative;
	color: var(--font);
	text-decoration: underline;
}
.headline_list li a:hover {
	text-decoration: none;
}


/* メルマガ登録
----------------------------------------------------------- */

.mail_mag_area {
	margin-bottom: 120px;
}
.mail_mag_area a {
	display: block;
}
.mail_mag_area a:hover {
    opacity: .8;
    text-decoration: none;
    transition: .8s;
}


/* よくある質問
----------------------------------------------------------- */

.faq_area {
	padding: 0px 0px;
}
ul.faq_list {
    margin: 0 auto 40px;
    max-width: 96%;
}
.faq_area .faq_list li {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.faq_area .faq_list li h3.faq_title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.faq_area .faq_list li .faq_contents {
    margin-top: 20px;
    padding: 15px;
    background: var(--base3);
    border-radius: 5px;
}


/* 詳細系
----------------------------------------------------------- */

.entry-content {
	
}

.entry-header {
    position: relative;
}

article img {
    max-width: 100%;
    height: auto;
}

.post-thumbnail {
    margin-bottom: 25px;
}
.entry-content a img:hover {
    opacity: 0.6;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
strong {
    font-weight: 600;
}

.entry-content p {
    margin-top: 10px;
    margin-bottom: 25px;
}

.single .entry-content p,
.page .entry-content p {
    margin-bottom: 25px;
}
.et_author {
    margin-top: -15px;
    margin-bottom: 20px;
}
.et_author h3 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}
.nickname {
    font-size: 11px;
    letter-spacing: 0.5px;
}

/* タグ */
.entry-header .category_tag {
    position: absolute;
    top: -2px;
    right: 0px;
    padding: 0px;
    text-align: right;
}

/* 記事内のタグ等 */
.add_lnk_area {
    padding: 15px;
    background: var(--base);
    border-radius: 5px;
}
.add_lnk_area li {
    padding: 5px;
    display: inline-block;
}
.add_lnk_area li .name {
    display: inline-block;
    padding-right: 3px;
    font-size: 14px;
    font-weight: 600;
}

/* 投稿者 */
#author {
    position: relative;
    margin: 30px 0px 30px;
    padding: 20px;
    background: #353535;
    color: #fff;
}
#author .fl_l {
    text-align: center;
}
#author h3 {
    font-size: 16px;
    margin-top: 8px;
}
#author p {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
}
#author a {
    text-decoration: underline;
    color: #fff;
}
#author_tl {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 46px;
    color: #d4d4d4;
    opacity: 0.6;
}

/* チェックリスト */

.entry-content.news-content ul,
ul.check_list {
    margin: 20px 0px 30px;
    padding: 16px 10px;
    background: #fffcef;
    border: 2px solid #b8d2bc;
    border-radius: 3px;
}

.entry-content.news-content ul li,
ul.check_list li {
    position: relative;
    list-style: none;
    padding-bottom: 16px;
    padding-left: 36px;
    margin: 0 0 14px;
    border-bottom: 2px dotted #b8d2bc;
    font-weight: 700;
}
.entry-content.news-content ul li:before,
ul.check_list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.8em;
    width: 12px;
    height: 7px;
    border-left: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
    transform: rotate(-45deg);
}
ul.check_list.color_red li:before {
    color: #FF3D3D;
}
ul.check_list li.color_red,
ul.check_list li.color_red:before {
    color: #FF3D3D;
}
.entry-content.news-content ul li:last-child,
ul.check_list li:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px;
    padding-bottom: 0px;
}
ul.check_list li p {
    margin-top: 8px;
    margin-bottom: 5px !important;
    padding-left: 3px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 1px;
}


/* 目次
----------------------------------------------------------- */

.entry-content #ez-toc-container {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: none;
}
.entry-content #ez-toc-container p.ez-toc-title {
    color: #555;
    font-weight: 600;
}
#ez-toc-container ul, #ez-toc-container li {
    border: 0;
}
.entry-content #ez-toc-container ul.ez-toc-list>li {
    margin: 15px 0px;
    font-weight: 600;
}
.entry-content #ez-toc-container ul.ez-toc-list li:before {
	content: none;
}
.entry-content #ez-toc-container ul.ez-toc-list>li:last-child {
	margin-bottom: 0px;
}
.entry-content #ez-toc-container ul.ez-toc-list a,
div#ez-toc-container ul.ez-toc-list a:visited,
.entry-content .ez-toc-counter nav ul li a::before {
	color: #555 !important;
}
.entry-content #ez-toc-container ul.ez-toc-list>li>ul {
	margin-top: 9px;
}
.entry-content #ez-toc-container ul.ez-toc-list>li>ul>li {
	margin-top: 6px;
    font-weight: 400;
}

/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {
	
	.entry-content #ez-toc-container {
	    padding: 15px;
	}
}
/* サイドメニュー
----------------------------------------------------------- */

.widget {
	margin-bottom: 30px;
	padding: 0px;
    background: #fff;
}
.widget h2.widget-title {
    padding: 15px 0px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: var(--green);
    border-radius: 5px 5px 0px 0px;
}
.widget>ul {
    padding: 20px;
}
.widget>ul>li {
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px dotted #d5dbe2;
}
.widget>ul>li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
    padding-bottom: 0px;
}
.widget>ul>li .wrap {
	margin-bottom: 0px;
}
.widget>ul>li a {
    display: block;
	color: var(--font);
    line-height: 18px;
}

.widget>ul>li a:hover {
	text-decoration: none;
	opacity: 0.7;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.widget>ul>li h4 {
	font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
.sv_cate_list li {
	position: relative;
}
.widget>ul.sv_cate_list>li a {
	display: table;
    width: 100%;
}
.sv_cate_list li .img,
.sv_cate_list li h3 {
	display: table-cell;
    vertical-align: middle;
}
.sv_cate_list li .img {
    width: 46px;
}
.sv_cate_list li .img img {
	width: 32px;
}
.sv_cate_list li h3 {
	
}
/* ギャラリー
----------------------------------------------------------- */

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
img.attachment-large.size-large {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
    font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}


/* カテゴリー */

.category_tag a {
    margin: 3px 3px;
    border-radius: 20px;
}
.category_tag a:before {
    font-weight: 600;
    content: "#";
    padding-right: 3px;
}


.tagcloud a {
    font-size: 12px !important;
    display: inline-block;
    padding: 2px 8px;
    margin: 3px 3px;
    background-color: #eaeaea;
    color: #777;
    border-radius: 5px;
}
.tagcloud a:hover {
    text-decoration: none;
    background-color: var(--font);
    color: #fff;
}


/* form
----------------------------------------------------------- */

.form_area {
    margin: 0 auto;
}
.form_list {
	margin-top: 40px;
}
.form_list p {
    text-align: left;
}
.form_list ul {
	margin-bottom: 40px;
}
.form_list li {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dcdcdc;
}
.form_list li:last-child {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.form_list li .th,
.form_list li .td {
	display: table-cell;
    vertical-align: middle;
}
.form_list li .th {
	width: 252px;
	min-width: 252px;
	max-width: 252px;
	padding-right: 20px;
	border-right: 1px dotted #999;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
}
.form_list li .td {
	width: 100%;
    padding-left: 3%;
}
.form_list li input#zipcd {
    width: 30%;
}
.form_list li input#address {
    width: 80%;
    position: relative;
    top: 2px;
}
.form_list li input.tel_fm {
    width: 25%;
}
.form_list li input#age {
    width: 70px;
}

.form_list li .td .td_area {
	margin-bottom: 8px;
}
.form_list li .td .td_in {
	padding-right: 8px;
}
.form_list li .td .datepicker {
    margin-right: 8px;
    width: 50%;
}
.form_list li input.resume,
.form_list li input.vitae {
    width: 80%;
}

.form_list li .td .horizontal-item {
    display: inline-block;
    width: 49%;
}

.form_list li .td .sub {
	margin-top: 7px;
	font-size: 12px;
	color: #5e5e5e;
}

.mail_re_conf {
    margin-top: 10px;
}
.mail_re_conf p {
	margin-bottom: 10px;
    font-size: 14px;
}

.mw_wp_form .horizontal-item label {
    min-width: 260px;
    display: inline-block;
    margin: 5px 0px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0px !important;
}

.mw_wp_form .td.w_sm .horizontal-item label {
    min-width: 80px;
}

.mw_wp_form_confirm .conf_none {
	display: none;
}

.form_list .button_y {
    margin-left: 12px;
}


.form_list .error {
    margin-top: 12px;
    background: #f94e4e;
    color: #fff !important;
    padding: 8px 12px;
}

.required {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    background: #c54e4e;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
}
.free {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    background-color: #4E94E4;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
}

.lb_fl label {
    margin-right: 8px;
    margin-bottom: 3px;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.lb_fl label input {
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.caution {
    margin: 0 auto 30px;
    border: 1px solid #efd18f;
    padding: 15px;
    background: #fffedb;
    text-align: center;
    font-weight: 600;
    color: #e24848;
    line-height: 24px;
}
.caution p {
    color: #e24848;
}

.form_list .horizontal-item label {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.form_area dl {
    padding: 25px 0px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
.form_area dl:last-child {
    border-bottom: 0px;
}
.form_area dt, .form_area dd {
    padding: 0px;
    float: left;
    font-size: 14px;
}
.form_area dt {
    font-weight: 600;
    width: 20%;
    clear: both;
    min-width: 150px;
}
#content .form_area dd {
    width: 80%;
    margin-bottom: 0px;
    font-weight: normal;
    line-height: 1.8;
}
.form_area dd:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.scr_area {
    margin: 40px 0px;
    padding: 15px;
    height: 220px;
    overflow-y: scroll;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.scr_area p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #555;
}
/* 確認画面で非表示 */
.mw_wp_form_confirm .scr_area {
    display: none;
}

.wpcf7-submit {
    margin: 0 auto;
    min-width: 220px;
    letter-spacing: 2px;
    font-weight: 600;
}

.div.wpcf7-response-output {
    border: 2px solid #ff0000;
    padding: 12px;
    text-align: center;
}
.radio_li {
	margin-top: 10px;
}
.radio_li label {
    display: inline-block;
    font-weight: bold !important;
    font-size: 14px;
}

/* 検索窓 */

.search-form {
    margin: 12px 0px 20px;
}
input.search-field {
    width: 80%;
    padding: 2px 8px;
    height: 46px;
}
input.search-submit.button_n {
    min-width: 112px;
    border-radius: 5px;
    padding: 12px;
    margin-left: 5px;
}


/* table
----------------------------------------------------------- */
table {
	margin: 0px 0px 30px;
    width: 100%;
}

/* 基本テーブル */

.tl_base {
	margin-top: 30px;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.tl_base thead th {
    text-align: center;
}
.tl_base thead th {
    font-weight: 700;
    color: #fff;
    background: var(--green);
    border: 1px solid #e1e1e1;
}

.tl_base td, .tl_base th {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    padding: 15px;
}
.tl_base tr {
    display: table-row;
}
.tl_base tbody th  {
    width: 220px;
    font-size: 14px;
    background: var(--base);
    font-weight: 600;
}

.tl_base td {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
}
.tl_base td .fee_memo {
    font-size: 13px;
    font-weight: normal;
}
/* table */

.entry-content table {
    width: 100%;
    margin-bottom: 30px;
    table-layout: fixed;
}
.entry-content table thead th {
    text-align: center;
}


.entry-content table th,.entry-content table td {
    word-wrap: break-word;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.entry-content table th {
    width: 28%;
    padding: 20px 8px 20px 12px;
    background-color: var(--green);
    border-left: 1px solid #e1e1e1;
    border-right: 1px dotted #e1e1e1;
    color: #fff;
    font-weight: 800;
}
.entry-content table td {
    vertical-align: middle;
    padding: 15px 8px 15px 20px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background-color: #fff;
    font-weight: 600;
    text-align:left;
}

.entry-content table .second_tr td {
    background: #efefef;
    color: #777;
    border-left: 1px solid #e4e2df;
    padding-left: 5%;
}


/* 料金表
----------------------------------------------------------- */

body.fee #content .wrap {
    margin-bottom: 60px;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
}
body.fee #content .wrap:last-child {
	margin-bottom: 0px;
}

body.fee #content .wrap.anker_link_area {
    margin: 0px 0 40px;
    padding: 0;
    background: none;
}
.anker_link_area ul {
    gap: 8px;
}

.anker_link_area ul li {
    width: calc(100% / 4 - 6px);
}

.anker_link_area ul li .anchor_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px; 
  min-height: 60px;
  margin: 0 auto;
    border: 2px solid var(--green);
    border-radius: 30px;
    background: #fff;
    text-decoration: none;
    color: var(--green) !important;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease;
}

.anker_link_area ul li .anchor_btn span {
  font-size: 14px;
  font-weight: 600;
}

.anker_link_area ul li .anchor_btn::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 47%;
  width: 10px;
  height: 10px;
    border-right: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease;
}

.anker_link_area ul li .anchor_btn:hover {
  opacity: 0.7;
  text-decoration: none;
  
}

.memo_area {
    padding: 15px;
    border: 2px solid var(--base2);
    border-radius: 5px;
}

.memo_area p {
    font-size: 13px;
    font-weight: #555;
    color: var(--brown);
}



body.fee .sv_price_list li h3 {
    font-size: 18px;
}
table.tl_base.tl_price {
	
}
table.tl_base.tl_price th {
    width: 276px;
}
table.tl_base.tl_price td {
    max-width: 300px;
    font-size: 15px;
    text-align: center;
}
table.tl_base.tl_price td:first-child {
    font-weight: 600;
    text-align: left;
    background: var(--base);
}

table.tl_base.tl_price td .memo {
    margin-top: 5px;
    font-size: 13px;
    color: #555;
}

ul.sz_pack_list {
	margin-top: 25px;
    gap: 12px;
}
ul.sz_pack_list li {
    display: flex;
    width: calc(100% / 3 - 8px);
    padding: 12px 5px;
    background: #ddd;
    text-align: center;
    align-items: center;
    background: var(--yellow);
    border-radius: 5px;
}
ul.sz_pack_list li p {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}
ul.sz_pack_list li p span {
	display: block;
    margin-top: 7px;
    font-size: 12px;
}




.fee_tab_area input[type="radio"] {
  display: none;
}
.fee_tab_buttons {
  margin: 20px 0 0;
  display: flex;
  gap: 8px;
}
.fee_tab_buttons label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  flex: 1;
  padding: 15px;
  background: #f5f5f5;
  color: #888;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}
.fee_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fee_item_list li {
  flex: 1 1 calc(33.333% - 10px);
  min-width: 200px;
  padding: 12px;
  background: #c5c5c5;
  border-radius: 5px;
  color: #6e6e6e;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.fee_tab_area.type2 .fee_item_list li {
  flex: 1 1 calc(25% - 10px);
}
.fee_tab_desc {
  margin: 20px 0;
}
.fee_tab_desc p {
  display: none;
  color: var(--green);
  font-weight: 600;
}
.fee_item_list li::before {
  content: "×";
  margin-right: 3px;
  font-weight: 800;
  color: #888;
}
.fee_item_list li:first-child::before {
  content: "‐";
}

/* --- タブ選択：説明文の表示 --- */
#tab_guide:checked ~ .fee_tab_desc .desc_guide,
#tab_notary:checked ~ .fee_tab_desc .desc_notary,
#tab_consult:checked ~ .fee_tab_desc .desc_consult,
#tab_tax:checked ~ .fee_tab_desc .desc_tax,
#tab2_analysis:checked ~ .fee_tab_desc .desc2_analysis,
#tab2_trial:checked ~ .fee_tab_desc .desc2_trial,
#tab2_measure:checked ~ .fee_tab_desc .desc2_measure {
  display: block;
}

/* --- タブ選択：ボタンのアクティブ化 --- */
#tab_guide:checked ~ .fee_tab_buttons label[for="tab_guide"],
#tab_notary:checked ~ .fee_tab_buttons label[for="tab_notary"],
#tab_consult:checked ~ .fee_tab_buttons label[for="tab_consult"],
#tab_tax:checked ~ .fee_tab_buttons label[for="tab_tax"],
#tab2_analysis:checked ~ .fee_tab_buttons label[for="tab2_analysis"],
#tab2_trial:checked ~ .fee_tab_buttons label[for="tab2_trial"],
#tab2_measure:checked ~ .fee_tab_buttons label[for="tab2_measure"] {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

/* --- タブ選択：リストとアイコンのアクティブ化 --- */
#tab_guide:checked ~ .fee_item_list .plan_guide,
#tab_notary:checked ~ .fee_item_list .plan_notary,
#tab_consult:checked ~ .fee_item_list .plan_consult,
#tab_tax:checked ~ .fee_item_list .plan_tax,
#tab2_analysis:checked ~ .fee_item_list .plan2_analysis,
#tab2_trial:checked ~ .fee_item_list .plan2_trial,
#tab2_measure:checked ~ .fee_item_list .plan2_measure {
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
}
#tab_guide:checked ~ .fee_item_list .plan_guide::before,
#tab_notary:checked ~ .fee_item_list .plan_notary::before,
#tab_consult:checked ~ .fee_item_list .plan_consult::before,
#tab_tax:checked ~ .fee_item_list .plan_tax::before,
#tab2_analysis:checked ~ .fee_item_list .plan2_analysis::before,
#tab2_trial:checked ~ .fee_item_list .plan2_trial::before,
#tab2_measure:checked ~ .fee_item_list .plan2_measure::before {
  content: "○";
  color: var(--black);
}
/* --- タブ選択：ボタンのアクティブ化 ＋ 下矢印の追加 --- */
#tab_guide:checked ~ .fee_tab_buttons label[for="tab_guide"],
#tab_notary:checked ~ .fee_tab_buttons label[for="tab_notary"],
#tab_consult:checked ~ .fee_tab_buttons label[for="tab_consult"],
#tab_tax:checked ~ .fee_tab_buttons label[for="tab_tax"],
#tab2_analysis:checked ~ .fee_tab_buttons label[for="tab2_analysis"],
#tab2_trial:checked ~ .fee_tab_buttons label[for="tab2_trial"],
#tab2_measure:checked ~ .fee_tab_buttons label[for="tab2_measure"] {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

/* ★追加：アクティブになったlabelの下側に三角を表示 */
#tab_guide:checked ~ .fee_tab_buttons label[for="tab_guide"]::after,
#tab_notary:checked ~ .fee_tab_buttons label[for="tab_notary"]::after,
#tab_consult:checked ~ .fee_tab_buttons label[for="tab_consult"]::after,
#tab_tax:checked ~ .fee_tab_buttons label[for="tab_tax"]::after,
#tab2_analysis:checked ~ .fee_tab_buttons label[for="tab2_analysis"]::after,
#tab2_trial:checked ~ .fee_tab_buttons label[for="tab2_trial"]::after,
#tab2_measure:checked ~ .fee_tab_buttons label[for="tab2_measure"]::after {
  content: "";
  position: absolute;
  bottom: -7px; /* 飛び出す位置の調整 */
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px 6px 0 6px; /* 三角形のサイズ設定（上 左右 下） */
  border-color: var(--green) transparent transparent transparent;
}



/* ページャー
----------------------------------------------------------- */

.ori_pagenavi {
    clear:both;
    padding:20px 0;
    position:relative;
    line-height:13px;
    text-align: center;
}
 
.ori_pagenavi span, .ori_pagenavi a {
    display: inline-block;
    margin: 2px 8px 2px 0;
    padding:14px 14px 13px 14px;
    border-radius: 20px;
    text-decoration:none;
    min-width:40px;
    color:#fff;
    background: #afafaf;
}
 
.ori_pagenavi a:hover{
    color:#fff;
    background: var(--green);
}
 
.ori_pagenavi .current{
    padding:14px 14px 13px 14px;
    background: var(--green);
    color:#fff;
}


.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 30px auto;
}
.blog-pagination_after-outer,
.blog-pagination_before-outer,
.blog-pagination_index-outer {
    width: calc(100% / 3);
    font-weight: 700;
}
.blog-pagination_before-outer {
    text-align: right;
}
.blog-pagination_after,
.blog-pagination_before,
.blog-pagination_index {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 600;
}

.blog-pagination a {
	color: var(--font);
}
.blog-pagination_before.arrow:after {
    right: inherit;
    left: -16px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.blog-pagination_index-outer {
    text-align: center;
}
.blog-pagination_after-outer {
    text-align: left;
}





/* CTA
----------------------------------------------------------- */

body.home section.cta {
    padding: 45px 0px 0px;
}
.cta {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 45px 0px 0px;
}
.cta:before,
.cta:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 68%;
}
/*
.cta:before {
    background: url(./images/cta_bk2.jpg) top center no-repeat;
    background-size: cover;
}
*/
.cta:after {
    background-color: #54b365;
}
.cta .inner {
	position: relative;
	z-index: 1;
    max-width: 880px;
    padding: 40px 20px;
    border: 5px solid #e3f9e9;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 5px 6px #4f7e5830;
}


.cta .ld {
    position: relative;
    margin: 0 auto 15px;
    padding: 12px;
    max-width: 380px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--green);
    border-radius: 50px;
}
.cta .ld:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: var(--green) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}
.cta .cta_tl {
	position: relative;
    margin: 15px 0;
    text-align: center;
}
.cta .cta_tl .sub {
    position: absolute;
    z-index: -1;
    top: -28px;
    left: 50%;
    color: rgb(45 133 65 / 8%);
    font-size: 10vw;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cta .cta_tl p {
	font-size: 18px;
    font-weight: 600;
}

.cta_sales_list {
	margin: 0 auto 20px;
    max-width: 680px;
}
.cta_sales_list li {
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
    padding: 7px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--yellow);
    border: 2px dotted var(--green);
    border-radius: 5px;
}
.cta .cta_ct_sec {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.cta .inner .tel_block {
    margin: 0 auto 30px;
    text-align: center;
}
.cta .inner .tel_block .tel_num span img {
    width: 64px;
}
.cta .inner .tel_block .tel_num span {
    top: -5px;
    margin-right: 10px;
}
.cta .inner .tel_block .tel_num {
    font-size: 56px;
}
.cta .inner .tel_block .tel_sub {
    font-size: 14px;
}
/*
.cta .frm_block {
    width: calc(100% / 2 - 10px);
}
*/
.cta .cta_ct_sec .cta_memo {
    margin-top: 2px;
    font-size: 14px;
}



/* PCの右下CTA
----------------------------------------------------------- */

.ftside_btn {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.ftside_btn_in {
	display: block;
    padding: 15px;
    background: rgb(255 255 255 / 95%);
    border-radius: 10px;
    box-shadow: 0px 3px 13px rgba(90, 90, 90, 0.2);
    text-align: center;
}
#switch:checked ~ .ftside_btn_in {
	display: none;
}

.ftside_btn h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}
.ftside_btn .cta_sales_point {
    margin-bottom: 10px;
}
.ftside_btn .cta_sales_point li {
    margin: 0 3px;
    padding: 7px 12px;
    font-size: 12px;
}
.ftside_btn .tel_block {
	margin-bottom: 15px;
}
.ftside_btn .tel_num {
    font-size: 30px;
}
.ftside_btn .tel_sub {
    font-size: 11px;
    letter-spacing: 0;
}
.ftside_btn .tel_block .tel_sub span {
    margin-left: 2px;
    font-size: 10px;
}
.ftside_btn a.btn_contact {
    width: 100%;
    border-radius: 5px;
    min-height: 50px;
    font-size: 16px;
}
.ftside_btn a.btn_contact .label {
    width: 44px;
    height: 44px;
    font-size: 10px;
}
.ftside_btn a.btn_contact.line_btn {
	margin-bottom: 10px;
}

.ftside_btn #switch {
	display: none;
}
 
.ftside_btn .button {
	display: block;
	position: relative;
    padding: 0px 0px 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}
 
.ftside_btn .icon {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-68%);
	width: 22px;
	height: 22px;
}
 
.ftside_btn .icon::before,
.ftside_btn .icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 15px;
	background: #333; 
	transform: translate(-50%,-50%) rotate(45deg);
	transition: 0.5s all;
}
.ftside_btn .icon::after{
	transform: translate(-50%,-50%) rotate(-225deg);
}

.ftside_btn .close {
	margin-left: 24px;
}
 
.ftside_btn .open {
	display: none;
    padding: 12px 20px;
    background: var(--green);
    border-radius: 20px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
 
.ftside_btn .close {
	display: inline-block;
}

.ftside_btn #switch:checked + .button > .icon::before,
.ftside_btn #switch:checked + .button > .icon::after{
	content: none;
}

.ftside_btn #switch:checked + .button > .open{
	display: inline-block;
}

.ftside_btn #switch:checked + .button > .close{
	display: none;
}


/* スマホの最下部CTA
----------------------------------------------------------- */

.footer_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 320px;
    width: 100%;
    z-index: 999;
    background-color: var(--base);
}
.footer_btn .flex_in {
    align-items: center;
}
.footer_btn .tel_block {
    width: 40%;
}

.footer_btn .frm_block {
    width: 30%;
}
.footer_btn .tel_block a {
    display: block;
    color: var(--green);
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
}
.footer_btn .tel_block .icon {
    margin: 0 auto 1px;
}
.footer_btn .tel_block .icon span {
    display: inline-block;
    background-color: var(--green);
    border-radius: 10px;
    color: #fff;
    padding: 5px 8px 2px 10px;
    letter-spacing: 3px;
    line-height: 1;
    font-size: 12px;
}
.footer_btn .frm_block a.btn_contact {
    width: 100%;
    padding: 10px 5px;
    border-radius: 0;
}

.footer_btn .frm_block a.btn_contact:before {
    display: block;
    top: 0px;
    left: 0px;
    margin: 0 auto 1px;
    width: 20px;
    height: 20px;
}
.footer_btn .frm_block a.btn_contact .txt {
	top: 0px;
}

/* footer
----------------------------------------------------------- */

#page_top_btm {
    display: none;
}
#page_top {
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: 2px solid var(--green);
    background-color: var(--green);
    color: #fff !important;
    font-size: 13px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 3px 13px rgba(90, 90, 90, 0.2);
}
#page_top::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 3px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg);
    transition: .3s;
}
#page_top:hover {
    background-color: white;
    color: var(--green) !important;
    text-decoration: none;
}
#page_top:hover::before {
    border-top: 2px solid var(--green);
    border-right: 2px solid var(--green);
} 


#fnavi {
	position: relative;
}
#fnavi:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(./images/footer_bk.svg) top left no-repeat;
    background-size: cover;
    opacity: 0.16;
}

#fnavi .flex_in {
    position: relative;
    align-items: center;
}

/* PCのみ */
@media screen and (min-width: 880px) {
	
	/* GoogleMap非表示
	#fnavi .lt_block {
	    position: relative;
	    left: 50%;
	    width: 490px;
		padding: 90px 0px;
	    -webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    transform: translateX(-100%);
	}
	#fnavi .rt_block {
	    position: absolute;
	    top: 0;
	    left: 50%;
	    width: 50%;
	    height: 100%;
	}
	*/
	
	/* GoogleMap非表示期間中の追記 */
	
	#fnavi>.flex_in {
	    display: block;
	    position: relative;
	    width: 90%;
	    max-width: 1200px;
	    margin: 0 auto;
	}
	#fnavi .lt_block {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 60px 0px 20px;
	}
	/* ここまで */
	
}

#fnavi .lt_block .img {
    margin: 15px 0px 30px;
}
.dfe_area {
    width: calc(100% - 490px);
}

/* 202405追加 */
.ft_bn_area {
	padding: 60px 0px;
    background: var(--base);
}
.ft_banner li {
	width: calc(100% / 3 - 20px);
	margin: 10px;
}
.ft_banner img {
    border: 1px solid #ddd;
    border-radius: 10px;
}
.ft_banner a:hover img,
.lt_block a:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

.ft_banner_2 li a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ddd;
    border-radius: 10px;
}


#fnavi .f_list {
    margin-top: 0px;
    width: 490px;
    padding-left: 35px;
}
#fnavi .f_list li {
    width: calc(100% / 3 - 10px);
    margin: 10px 5px;
}
/* ここまで */

#fnavi .f_list li a {
	position: relative;
	color: #555;
}
#fnavi .f_list li a:before {
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 10px;
    content: "";
    height: 1px;
    width: 10px;
    background: #555;
}


#fnavi iframe {
    width: 100%;
    height: 100%;
}

#fnavi .ft_btm {
    padding: 20px 0 20px;
}
#fnavi .ft_btm p {
    color: #fff;
    clear:both;
    text-align:center;
    line-height: 1.4;
    letter-spacing:1px;
    padding : 4px;
}
#fnavi .ft_btm address{
    clear:both;
    text-align:center;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing:1px;
    padding : 4px;
}


/* タブレットに適用させるCSS */
@media screen and ( max-width:1180px ) {
	
	.site_logo img {
	    width: 360px;
	}
	#g_navi .nav>ul>li>a {
	    font-size: 13px;
	}
	#g_navi .nav>ul>li.nav-item>a span:after {
        top: 4px;
        right: 16px;
    }
    .inner,#content .in,.in {
        width: 92%;
        min-width: 900px;
        margin: 0 auto;
    }
	#fnavi .lt_block .img img {
	    max-width: 100%;
	}
	.dfe_area p.address {
		font-size: 14px;
	}
	#fnavi .f_list {
    	width: 420px;
    }
	#fnavi .f_list li {
	    font-size: 13px;
	}

}

@media screen and ( max-width:1090px ) {
	
	.cta_ct_sec .tel_block .tel_num {
    	font-size: 34px;
    }
	
}

/* スマホに適用させるCSS */
@media screen and ( max-width:880px ) {

	
    .inner, #content .in, .in {
        min-width: inherit;
    }
    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    p {
    	font-size: 14px;
	}
    
    .home #wrapper {
	    padding-top: 0px;
	}
	.button_y {
    	max-width: 300px;
    }
	
	.about_area .left, .about_area .right, .company_area .left, .company_area .right, .people_list>li .left, .people_list>li .right, .access_area .left, .access_area .right, .column_area .left, .column_area .right, .service_list li .img, .service_list li .txt, .rec_detail_list li,.diff_area .left,.diff_area .txt_area,ul.sv_det_list li .img,ul.sv_det_list li .txt,.action_list .img,.action_list .txt,.credo_area .left,.credo_area .philo_list,.profile_area .left,.profile_area .right,greeting_area .img,.greeting_area .txt,
	.l_feature_list li .txt,.l_feature_list li .img,.flow_list li .left,.flow_list li .right,.l_greeting_area .wrap .left,.l_greeting_area .wrap .right,.sv_ud_lead .txt,.sv_merit_list li .img,.sv_merit_list li .txt,.sv_support_list li .left,.sv_support_list li .txt,.sv_merit_list li:nth-child(even) .txt,.sv_ud_lead .img,.sv_case_list li .left,.sv_case_list li .right {
	    width: 100%;
	    padding: 0px;
	}
	
	#content.slim .in {
		min-width: 92%;
    	padding: 40px 20px;
	}
    
    
    /* 開閉アイコン
    ----------------------------------------------------------- */

    #panel-btn {
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 20px;
        z-index: 99999;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    #panel-btn:hover {
    }
    #panel-btn:active,
    #panel-btn:focus {
        background: none;
    }
    .header_bg #panel-btn-icon,
    .header_bg #panel-btn-icon:before,
    .header_bg #panel-btn-icon:after {
        background: #333;
    }
    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #333;
        transition: .2s;
    }

    #panel-btn-icon:before, #panel-btn-icon:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #333;
        transition: .3s;
    }
    #panel-btn-icon:before{
        margin-top: -6px;
    }
    #panel-btn-icon:after{
        margin-top: 4px;
    }
    #panel-btn .close{
        background: transparent;
    }
    #panel-btn .close:before, #panel-btn .close:after{
        margin-top: 0;
    }
    #panel-btn .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: #fff;
    }
    #panel-btn .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        background: #fff;
    }
	
	
    
    /* Gメニュー
    ----------------------------------------------------*/
    
    #g_navi {
        position: absolute;
        top: 0px;
        right: 30px;
	}
    #g_navi nav {
	    margin: 25px auto 0px;
	}
	#nav-drawer {
		position: absolute;
		z-index: 99999;
	}
	.header_bg2.fixed .g_navi_sub {
	    top: -5px;
	}
	/*アイコンのスペース*/
	#nav-open {
	    display: inline-block;
	    /* text-align: center; */
	    width: 30px;
	    height: 20px;
	    vertical-align: middle;
	}
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span::before, #nav-open span::after {
	    position: absolute;
	    height: 2px;/*線の太さ*/
	    width: 25px;/*長さ*/
	    border-radius: 3px;
	    background: #333;
	    display: block;
	    content: '';
	    cursor: pointer;
	}
	
	#nav-open span::before {
	    width: 20px;
	}
	#nav-open span:before {
	    bottom: -8px;
	}
	#nav-open span:after {
	    bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	    display: none;/*はじめは隠しておく*/
	    position: fixed;
	    z-index: 99;
	    top: 0;/*全体に広がるように*/
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background: black;
	    opacity: 0;
	    transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 9999;
	    width: 80%;
	    max-width: 530px;
	    height: 100%;
	    background: #fff;
	    transition: .3s ease-in-out;
	    -webkit-transform: translateX(105%);
	    transform: translateX(105%);
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	    display: block;
	    opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
    	background: var(--base);
	    -webkit-transform: translateX(0%);
	    transform: translateX(0%);
	    box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	/*開いた際のエリア部分*/
	.nav-tl-menu {
	    display: block;
	    position: relative;
	    padding: 20px 10px 18px 18px;
	    font-size: 14px;
	    font-weight: 600;
	    letter-spacing: 3px;
	    color: #fff;
	    background: var(--green);
	}
	#g_navi nav ul {
		display: block;
	}
    #g_navi .nav>ul>li {
	    width: 100%;
	    padding: 0px;
        border: 0;
    }
    #g_navi .nav>ul>li>a {
	    display: block;
	    width: 100%;
	    height: auto;
        padding: 12px 12px 12px 20px;
        font-size: 15px;
        text-align: left;
    }
    #g_navi .nav>ul>li.nav-item.active a:after {
	    top: 20px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(-45deg);
	}
	
	#g_navi .nav>ul>li .sv_list_area .list>li {
	    width: 100%;
    	margin: 0 0 15px;
	    padding-left: 20px;
	}
    #g_navi .nav>ul>li .sv_list_area .list li a {
    	display: block;
    	padding: 0px;
	}
	#g_navi .nav>ul>li .sv_list_area .list li a .img {
	    margin: 0 auto;
	    width: 100%;
	    height: 120px;
	    overflow: hidden;
	}
	#g_navi .nav>ul>li .sv_list_area .list li a:after {
		content: none;
	}
	#g_navi .nav>ul>li .sv_list_area .list .tl {
	    margin-top: 0px;
	    padding: 15px;
	    width: 100%;
	    font-size: 12px;
	    font-weight: 600;
	}
	#g_navi .nav>ul>li .sv_list_area .list .tl h3 {
	    font-size: 14px;
	}
	#g_navi .nav>ul>li .sv_list_area .list .tl li {
	    font-size: 11px;
	}
    #g_navi .nav>ul>li>a:hover, #g_navi .nav>ul>li.active a {
		
	}
    #g_navi .nav>ul>li a:hover {
        text-decoration:none;
    }
	#g_navi .nav>ul>li>a:after {
	    content: none;
	}
	#g_navi .nav>ul>li>a span.gf {
	    font-size: 13px;
	}
	#g_navi .mb_navi_btn {
    	padding-bottom: 30px;
    	text-align: center;
    	background-color: var(--base);
	}
	#g_navi .mb_navi_btn .tel_block,
	#g_navi .mb_navi_btn .frm_block {
	    display: block;
	    width: 100%;
	    padding: 20px 10px;
	}
	#g_navi .mb_navi_btn .tel_block {
    	margin: 15px auto 0px;
    	padding-bottom: 15px;
	    color: var(--green);
	}
	#g_navi .mb_navi_btn .tel_num a {
		color: var(--green);
	}
	.tel_block .tel_sub span {
	    font-size: 9px;
	}
	#g_navi .mb_navi_btn .tel_block .tel_sub {
        line-height: 1.4;
	}
	#g_navi .mb_navi_btn .frm_block {
    	padding: 8px 10px;
	}
	#g_navi .mb_navi_btn .btn_contact {
		width: 90%;
        margin: 0 auto;
        padding: 7px 0px;
    }
	#g_navi .mb_navi_btn .navi_ft_logo {
		padding: 20px;
	}

	/* 閉じるボタン */
	#nav-drawer .close {
	    position: absolute;
	    top: 10px;
	    right: 14px;
	    width: 20px;
	    height: 20px;
	}
    #nav-drawer .close:before, #nav-drawer .close:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
        margin-top: 0;
	    width: 20px;
	    height: 2px;
    	background: #fff;
	}
    #nav-drawer .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #nav-drawer .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    
	
    header .in,#breadcrumb ul,#bread_all ul,#footer_body,
    #side,#side_wrap,#main,#main_area {
        width: 100%;
        float: none;
    }
    #main {
        margin: 0px 0px 40px;
        border-right: 0px;
    	padding: 10px; 
    }
    #side {
        height: auto !important;
    }
    #side_wrap {
        position: relative !important;
    }
    
    
    
	#nav-content {
	    max-width: 330px;
	}
    #nav-drawer {
	    top: 24px;
	}
    #nav-open span, #nav-open span::before, #nav-open span::after {
    	position: absolute;
    	height: 2px;
    	width: 18px;
    }
    #nav-open span::before {
	    width: 14px;
	}
	#nav-open span:before {
	    bottom: -6px;
	}
	#nav-open span:after {
	    bottom: -12px;
	}
	
    /* eyecatch
    ----------------------------------------------------*/
    
	#eyecatch {
    	display: block;
    	height: auto;
    }
	.inner-content {
        width: 100%;
	    left: 0;
	    padding: 40px 8px;
	    text-align: center;
	}
	.ld.fv_ld {
	    margin: 0 auto 15px;
	    max-width: 260px;
    	padding: 9px;
    	font-size: 16px;
    }
	.inner-content h1, #eyecatch p.eye_txt {
	    text-shadow: 2px 4px 6px #074926f0;
	}
	.inner-content h1 {
		font-size: 10.4vw;
	    letter-spacing: .2px;
	}
	#eyecatch p.eye_txt {
	    font-size: 14px;
        letter-spacing: 0px;
	}
	#opening .overlay {
	    background-color: rgb(23 88 13 / 40%);
	}

	.inner-content ul.fv_sales {
        max-width: 380px;
	    gap: 6px;
	    padding-left: 6px;
	}
	.inner-content ul.fv_sales li {
	    width: calc(100% / 3);
	    height: unset;
    	padding: 2px;
	    aspect-ratio: 1 / 1;
    }
	.inner-content ul.fv_sales li .txt .ld {
	    margin-bottom: 8px;
	    padding: 3px 8px;
	    font-size: 10px;
    }
	.inner-content ul.fv_sales li .txt .num {
	    top: 4px;
	    font-size: 28px;
    }
    .inner-content ul.fv_sales li .txt .btm {
        font-size: 9px;
        font-weight: 600;
        letter-spacing: -0.5px;
	}
    /* lauout
    ----------------------------------------------------*/
    
	body.home section {
	    padding: 90px 0px;
	}
	.header_bg {
		top: 0px;
    	z-index: 4;
	}
	.header_bg2 {
	    height: 66px;
	}
	.header_bg2 .site_logo {
	    top: 14px;
	    left: 10px;
	}
	.site_logo img {
	    width: 244px;
	}
	.header_bg #nav-open span, .header_bg #nav-open span::before,
	.header_bg #nav-open span::after {
    	background: #fff;
	}
    img {
        max-width: 100%;
        height: auto;
    }
    .section {
        clear: both;
        width:100%;
    }
    #content.wide .in {
        width: 100%;
        padding-top: 20px;
    }
	.entry-content {
	    margin: 0px 0px;
	    padding: 0px;
	}
    #main .entry-content.in {
        padding: 0px;
    }
    .w_80,.w_80_txt,w_60_txt {
        width: 100% !important;
    }
    .head_title h2 {
		font-size: 24px;
	    line-height: 1.4;
    }
    .head_title.t_center h2:after {
	    left: 38%;
	}
	.base_tl h3 {
		font-size: 18px;
	}
    .entry-content .smr_tl {
    	margin: 20px 0px;
    }
    .page .entry-content h2 {
        font-size: 16px;
    }
    #content {
    	padding: 10px 0px !important;
    }
    section {
		padding: 60px 0px;
	}
    .single .entry-content h2, .page .entry-content h2 {
        font-size: 18px;
    }
    .single .entry-content h3, .page .entry-content h3 {
        font-size: 16px;
    }
     .page .entry-content .feature_list li h3 {
		font-size: 20px;
	}
    #breadcrumb, #bread_all {
	    padding: 0px;
	    margin-top: 20px;
	    background: none;
    }
    #breadcrumb li a {
    	
    }
    #breadcrumb li:last-child, #bread_all li:last-child {
    	
    }
    
	.dl_base dt {
		width: 120px !important;
        padding-right: 5px;
        font-size: 15px;
	}
	.dl_base dd {
    	width: calc(100% - 120px) !important;
	    font-size: 14px;
    	line-height: 1.6;
	}
	
	
    
    /* eyecatch
    ----------------------------------------------------------- */
    
	
	
	.scrool-area {
    	left: 10px;
    	bottom: -60px;
	}
	
    .fv_column_area {
	    position: absolute;
	    bottom: 0px;
	    width: calc(100% - 30px);
	    margin-left: auto;
	}
	.fv_column_area .fv_column_area_in {
	    padding: 20px 20px;
	}
	.fv_column_area .tl {
	    font-size: 13px;
	}
	
	
	.headline_list li span.data {
	    width: 90px;
	    font-size: 12px;
	}
	.headline_list li span.title {
    	display: block;
		margin-top: 10px;
	    width: 100%;
	}
	
    /* ヘッダーのフォーム
    ----------------------------------------------------------- */
    
    #g_navi_sub {
        display: none;
        position: absolute;
        left: 120px;
        width: 120px;
        height: 70px;
    }
    #g_navi_sub .frm_block {
        height: 70px;
    }
    
    
    /* TOP
    ----------------------------------------------------------- */
 	
    .slick-dots {
    	bottom: 15px !important;
    }
    .home #content .in {
	    margin-top: 0px;
	}
	.head_title {
		margin-bottom: 40px;
	}
	body.home .head_title h2,
    .head_title h2 {
    	font-size: 24px;
	    line-height: 1.4;
        letter-spacing: .5px;
    }
	.cat {
		font-size: 10px;
	}
	.feature_list li,
	.service_list li,
	.company_feature_list li {
		width: 100%;
    	margin: 0px 0px 40px 0px;
	}
	.service_list li {
		
	}
	.feature_list li:last-child,
	.service_list li:last-child,
	.company_feature_list li:last-child {
    	margin-bottom: 0px;
	}
	.lt_tl .sub_lead {
	    left: 0px;
	    top: -22px;
	    font-size: 38px;
	}
	
	body.home .cta, .cta {
	    padding: 60px 0px;
	}
	.cta .inner {
    	padding: 30px 10px;
    }
	.cta .cta_tl {
	    margin: 0 0 12px;
	}

	.cta .cta_tl .sub {
    	top: -7px;
    	font-size: 18vw;
    }
    .cta .cta_tl p {
        font-size: 15px;
        line-height: 1.6;
    }
    .cta .inner .tel_block {
	    margin: 0 auto 20px;
	}
    .cta .inner .tel_block .tel_num span img {
	    width: 40px;
	}
	.cta .inner .tel_block .tel_num {
	    font-size: 38px;
	}
	.cta .inner .tel_block .tel_sub {
	    font-size: 11px;
	    letter-spacing: 0px;
	}
	.cta_ct_sec {
		
	}
	.cta_ct_sec .tel_block,
	.cta_ct_sec .frm_block {
		width: 100%;
		margin: 0px 0px 0px;
		padding: 0px;
	    border: 0px;
	    text-align: center;
	}
	
	body.home section.problem_area {
	    padding-bottom: 40px;
	}
	section.problem_area .head_title {
        position: relative;
        z-index: 2;
    }
	.problem_area_wrap .pw_icon {
	    position: absolute;
	    top: -154px;
	    right: -30px;
	    opacity: 0.2;
	}
	.problem_area_list li {
        width: 100%;
        margin: 0px 5px 10px;
        padding: 12px;
	}
	.problem_area_list li p {
        width: 20%;
        font-size: 14px;
        letter-spacing: 0.5px;
	}
	.problem_area_list li p.txt {
	    width: 80%;
	    padding-left: 12px;
	    font-size: 16px;
	    line-height: 1.6;
	}
	.problem_area_list li span {
	    font-size: 16px;
	}
	.solution_tl .ld {
    	padding: 15px 4px;
	    font-size: 16px;
	    line-height: 1.6;
    }
	.company_area .btn .button_y {
	    margin: 0 auto;
	}

	.lp_flow_area .top_flow_list li {
	    width: 68%;
	    padding: 50px 10px 20px;
	}
	.lp_flow_area .top_flow_list .tl_wrap {
		margin-bottom: 8px;
	    display: flex;
	    align-items: center;
	    text-align: left;
	}
	.lp_flow_area .top_flow_list .txt .img {
	    max-width: 46px;
	    width: 46px;
	    margin: 0;
	    padding: 7px;
	    border: 2px solid var(--base2);
	}
	.lp_flow_area .top_flow_list .txt .tl {
		width: calc(100% - 46px);
	    margin: 0px;
		padding-left: 10px;
	    font-size: 16px;
	}
	.lp_flow_area .top_flow_list .txt p {
		font-size: 14px;
        line-height: 1.4;
	}
	body.post-type-archive-voice .voice_list {
		margin-top: 20px;
	}
	.voice_list .voice_box {
	    width: 100%;
	}
	.voice_box .img {
	    width: 70px;
	}
	.voice_box .right {
	    width: calc(100% - 70px);
	    padding-left: 15px;
	}
	.voice_box .voice_relate_sv {
	    margin: 9px 0px 0;
	}
	.voice_box p.mb {
		margin-top: 10px;
	}

	#g_navi nav ul .top_sv_list>li {
	    width: 100%;
	    margin: 0px auto 8px;
	    padding: 15px;
	}
    #g_navi nav ul .top_sv_list li .img {
        display: none;
    }
    #g_navi nav ul .top_sv_list li .txt {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	#g_navi nav ul .top_sv_list>li .feat_list_sp {
		display: none;
	}
    #g_navi nav ul .top_sv_list li .txt h3 {
		justify-content: space-between;
		margin-bottom: 0px;
	    padding-bottom: 0px;
    	font-size: 14px;
        color: var(--brown);
	    border-bottom: 0;
	}
	#g_navi nav ul .top_sv_list li .txt h3 span.arrow {
	    margin-left: 12px;
	}
    #g_navi nav ul .top_sv_list li .txt p {
	    display: none;
	}
	#g_navi .tel_block .tel_num {
    	font-size: 32px;
    }
	.feature_list li .img {
	    height: 200px;
	    overflow: hidden;
	}
	.feature_list li .txt h3 {
	    font-size: 18px;
	}

	.price_flow_list li {
	    width: 100%;
	    margin: 0px 0px 25px;
	}
	.price_flow_list li .img {
	    width: 62px;
	    height: 62px;
	    padding: 10px;
	}
	.price_flow_list li .txt {
	    width: calc(100% - 62px - 24px);
	    padding-left: 20px;
	}
	.price_flow_list li .txt .en {
	    margin-bottom: 2px;
	}
	.price_flow_list li .txt h3 {
	    font-size: 18px;
	    letter-spacing: 2px;
	}
	body.home .news_area .in {
	    padding: 60px 25px;
	}
	.news_area .left,.news_area .right {
		width: 100%;
		padding: 0px;
	}
	.news_area .btn {
	    margin-top: 30px;
	}
	
	.staff_list li {
		margin-bottom: 40px;
		padding: 20px;
	}
	.staff_list li .img,
	.staff_list li .txt {
		width: 100%;
    	padding: 0;
	}
	.staff_list li .img {
	    margin-bottom: 30px;
	    max-height: 380px;
	    overflow: hidden;
    	border-radius: 15px;
	}
	.staff_list li .name_area h2 {
	    font-size: 28px;
	}
	.sv_merit_list li .img {
	    margin-bottom: 20px;
	    max-height: 180px;
	    overflow: hidden;
	}
	.sv_merit_list li .img img {
	    margin-top: -10%;
	}
	
	
    /* 特徴
    ----------------------------------------------------------- */

	.l_feature_area {
		padding-bottom: 40px;
	}
	.l_feature_area:before {
	    width: 100%;
	    height: 100%;
	}
	.l_feature_area .catch .inner {
	    padding: 30px 0px 60px;
	}
	.l_feature_area .catch .inner:before {
        top: -20%;
	    left: inherit;
	    right: -6%;
	    width: 100%;
	    height: 100%;
	    background: url(./images/feature_catch_bk_mb.jpg) top right no-repeat;
	    background-size: contain;
	    opacity: 0.7;
	}
	.l_feature_area .catch {
		margin-bottom: 0px;
	}
	.l_feature_area .catch .tl {
        font-size: 6.3vw;
        letter-spacing: 1px;
	}
	.l_feature_area .catch p {
        font-size: 14px;
	}
	.l_feature_list li,
	.l_feature_list li:nth-child(even) {
	    padding: 0 5px;
	}
	.l_feature_list li .txt {
		margin-top: 0px;
	}
	.l_feature_list li:nth-child(even) .txt {
		padding: 0px;
	}
	.l_feature_list li .txt h3 {
	    font-size: 22px;
	}
	.l_feature_list li:before, .l_feature_list li:after {
		content: none;
	}
	.l_feature_list li:last-child {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.l_feature_list li .img {
	    margin-bottom: 20px;
	    max-height: 180px;
	    overflow: hidden;
	}
	.l_feature_list li .img img {
	    margin-top: -10%;
	}
	.l_feature_list li .txt p {
	    font-size: 14px;
	}
    /* 会社概要
    ----------------------------------------------------------- */
	
	.company_area .in {
	    position: relative;
	    z-index: 1;
	}
	.lt_txt .bg {
    	left: -25px;
    	font-size: 142px;
    }
	.company_area .img {
	    max-height: 270px;
	    overflow: hidden;
	    margin-bottom: 30px;
	}
	.company_area .txt p {
		font-size: 15px;
	}
	.profile_area {
	    padding-bottom: 30px;
	}
	.profile_area .right {
		margin-top: 30px;
	}
	.profile_area .right .img {
		max-height: 260px;
		overflow: hidden;
	}
	ul.ct_list li a {
	    padding: 15px 25px 15px 12px;
	    font-size: 12px;
	}
	.mission_area .sub_tl {
	    font-size: 30px;
	    letter-spacing: 1.5px;
	}
	.mission_area .txt p {
	    font-size: 13px;
	}
	.action_area {
		padding-bottom: 0px;
	}
	.action_list li {
		padding: 0px;
		background: none;
	}
	.action_list .img {
	    height: 200px;
	    overflow: hidden;
	}
	.action_list .txt {
	    margin-top: 25px;
	}
	.action_list .tl {
	    font-size: 22px;
	}
	.credo_area:before {
	    width: 88%;
	}
	.philo_list li .left {
	    width: 70px;
	    margin-right: 30px;
	}
	.philo_list li .right {
	    width: calc(100% - 100px);
	}
	.philo_list li .right h3 {
	    font-size: 16px;
	}
	.diff_area {
	    margin-bottom: 60px;
	}
	.diff_area:before {
	    height: 105%;
	}
	.diff_area p.txt {
		margin-top: 25px;
	    text-align: left;
	    font-size: 13px;
	    line-height: 1.8;
	}
	.l_greeting_area .left {
	    max-width: 100%;
	    margin: 0 auto;
	}
	.greeting_area .img {
	    width: 100%;
	}
	.greeting_area .txt {
	    margin-top: 25px;
	}
	.greeting_area .name_area .post {
	    font-size: 14px;
	}
	.access_wrap .access_map iframe {
	    height: 260px;
	}
	
	.access_list li {
		display: block;
	}
	.access_list li .img,
	.access_list li .txt {
		width: 100%;
		padding: 0px;
	}
	.access_list li .txt {
	    margin-top: 20px;
	}
	.sv_btm_link {
	    padding: 0 0 40px;
	}
	ul.ct_list li {
	    width: 100%;
	}
	/*
	section.l_access_area {
	    padding-bottom: 0;
	}
	*/
	.office_tour {
	    gap: 6px;
	}
	.office_tour li {
	    width: calc(100% / 3 - 4px);
	}
	.office_tour li .sub {
	    padding: 4px 0px;
	    font-size: 12px;
	    letter-spacing: 1px;
    }
.ac_wrap {
    margin: 25px 0px;
    padding: 20px 10px;
}
.ac_wrap .ac_tl,
ul.ac_list li .tl {
    font-size: 16px;
}
.ac_wrap .ac_tl span {
    padding: 8px;
    width: 42px;
    height: 42px;
}
.dl_access dl {
    padding: 0px;
}
.dl_access dt {
    width: calc(100% - 80px);
    padding: 20px 0px 5px 5px;
    font-size: 13px;
}
.dl_access dd {
    width: 80px;
    padding: 20px 5px 5px 10px;
    font-size: 14px;
}
ul.ac_list li p {
    font-size: 13px;
}
    /* service
    ----------------------------------------------------------- */
    
	.service_area:before,
	.sv_support_area:before {
	    top: 120px;
	    right: 8px;
	    width: 200px;
	    height: 191px;
	    opacity: 0.2;
	}
	.sv_support_area:before {
        width: 178px;
        top: -4%;
        right: 28px;
        opacity: 1;
    }
	section.sv_ud_nayami {
		/*
    	padding-bottom: 90px;
    	*/
    }
    .sv_ud_lead .img {
	    margin-bottom: 20px;
	}
	.nayami_area {
	    padding: 0 10px;
	}
	.nayami_area h2 {
	    top: -12px;
	    font-size: 18px;
	    letter-spacing: 0;
	}
	.nayami_area .flex_in {
	    padding: 15px 5px;
	}
	.nayami_area .img img {
		display: none;
	    position: absolute;
	    bottom: -21%;
	    right: -23px;
	    width: 130px;
	}
	.sv_ex_list {
	    gap: 15px;
	}
	.sv_ex_list li {
	    width: calc(100% / 2 - 10px);
	}
	.sv_ex_list li h3 {
    	margin: 15px 0 5px;
    	font-size: 16px;
    }
	.top_sv_list>li {
	    margin-bottom: 15px;
	    padding: 20px 15px;
	}
	.top_sv_list li .txt {
	    width: 100%;
	    margin-top: 20px;
	    padding-right: 0px;
	    order: 2;
	}

	.top_sv_list li .txt h3 {
	    margin-bottom: 10px;
	    font-size: 18px;
	}
	.top_sv_list li .img {
	    width: 100%;
	    height: 150px;
	    order: 1;
	    overflow: hidden;
	}
	.top_sv_list li .img img {
	    position: relative;
	    top: -25px;
	}
	.top_sv_list li .txt p {
	    font-size: 14px;
	}
	.top_sv_list li ul.check2_list {
		
	}
	.top_sv_list li ul.check2_list li {
	    display: flex;
	    align-items: center;
	    align-self: stretch;
		font-size: 14px;
	}
	.check2_list li:before {
		display: none;
	}
	.sg_service_area section:first-child {
	    padding-top: 60px;
	}
	
	.problem_area2_list {
	    padding: 30px 15px;
	}
	.problem_area2_list li {
	    width: calc(100% / 2 - 20px);
	    margin: 7px 10px;
	    font-size: 12px;
	}
	.top_sep_img {
	    position: relative;
	    z-index: 1;
	    height: 140px;
	}

	.sv_detail_list>li {
	    width: 100%;
	    margin: 20px 10px;
	    padding: 20px;
	}
	.sv_detail_list>li .tl {
	    font-size: 16px;
	}
	
	.arch_sv.sv_list_area .list>li {
	    width: 100%;
	    margin: 0 0 20px;
	}
	.arch_sv.sv_list_area .list li a {
		display: block;
	    padding: 10px;
	    box-shadow: none;
	}
	.arch_sv.sv_list_area .list .img,
	.arch_sv.sv_list_area .list .tl {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	}
	.arch_sv.sv_list_area .list .tl {
		margin-top: 20px;
	}
	
	.sv_support_list {
	    gap: 15px;
	}
	.sv_support_list li {
        display: flex;
        align-items: center;
	    width: 100%;
        margin-bottom: 0px;
        padding: 12px 15px;
    }
	.sv_support_list li .left {
		position: relative;
        display: flex;
        align-items: center;
		cursor: pointer;
		border-bottom: 0px;
	}
	.sv_support_list li .left::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		width: 10px;
		height: 10px;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		transition: transform 0.3s ease;
	}
	.sv_support_list li.open .left::after {
		transform: translateY(-25%) rotate(-135deg);
	}
	.sv_support_list li .icon {
	    margin: 0;
    	padding: 10px;
	    width: 60px;
	    height: 60px;
	}
	.sv_support_list li h3 {
	    width: calc(100% - 60px - 30px);
	    padding-left: 12px;
    	font-size: 16px;
	    text-align: left;
    }
	.sv_support_list li .txt {
		display: none;
	}
	.sv_support_list li.open .txt {
		display: block;
		padding-top: 0px;
	}
	.sv_support_list li.open .txt p {
        font-size: 14px;
    }
	.sv_price_list li h3 {
	    font-size: 18px;
	}
	.sv_price_list li dt {
	    width: 68%;
	    padding: 12px 5px 16px 0px;
	    font-size: 13px;
	}
	.sv_price_list li dd {
	    width: calc(100% - 68%);
	    padding: 12px 0px 16px 5px;
        font-size: 11px;
	    text-align: right;
	}
	.sv_price_list li dd .num {
	    font-size: 18px;
	}
	.fee_tab_buttons label {
    	min-height: 50px;
	    padding: 5px;
	    border-radius: 10px;
	    font-size: 12px;
    }
    .fee_item_list {
    	display: block;
    }
    .fee_item_list li {
    	flex: 0;
    	margin-bottom: 9px;
    }
    .fee_item_list li:last-child {
		margin-bottom: 0px;
	}
	.sz_pack_list {
		margin-bottom: 20px;
	}
	ul.sz_pack_list li {
    	width: calc(100% / 2 - 8px);
    }
    ul.sz_pack_list li p {
    	font-size: 13px;
    	line-height: 1.2;
    }
    ul.sz_pack_list li p span {
	    margin-top: 3px;
	    font-size: 11px;
    }
	.sv_lp_eyecatch.business-owner:before {
	    background: url(./images/lp_business-owner_bk_mb.jpg) center left no-repeat;
	    background-size: cover;
	    opacity: 0.15;
	}
	.sv_lp_eyecatch .inner {
		text-align: center;
	}
	.sv_lp_eyecatch .ld.fv_ld {
	    margin: 0 auto 20px;
	}
	.sv_lp_eyecatch h1 {
	    font-size: 30px;
	    letter-spacing: 0px;
	}
	.sv_lp_eyecatch ul.fv_sales_2 li {
	    padding: 10px 2px;
	    font-size: 13px;
	}
	
	
	.sv_lp_eyecatch.anshin-pack:after {
	    background: url(./images/souzoku_pack_bk_mb.jpg) center left no-repeat;
	    background-size: cover;
	}
	.sv_lp_eyecatch.anshin-pack:before {
		display: none;
	}
	.sv_lp_eyecatch.anshin-pack h1 {
	    font-size: 36px;
	}
	.sv_lp_eyecatch.anshin-pack h1 span.gf {
    	font-size: 52px;
    }
	.sv_ud_lead .txt p.sub {
		font-size: 20px;
	}
	.sv_ud_lead .txt p {
	    font-size: 13px;
	}
	ul.sol_list li {
	    font-size: 14px;
	}
	.sv_ex_list li p {
	    font-size: 13px;
	}
	.sv_merit_list li .txt h3 {
	    font-size: 20px;
	}
	.sv_merit_list li .txt p {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	
	
    /* 料金表
    ----------------------------------------------------------- */
	body.fee #content .wrap.anker_link_area {
	    margin-top: 20px;
	}
	.anker_link_area ul li {
	    margin-top: 8px;
	    width: 100%;
	}
	body.fee #content .wrap {
	    margin-bottom: 40px;
	    padding: 30px 15px;
    }
    .scroll-hint-icon {
		z-index: 10 !important;
	}
	.scroll-hint-shadow-wrap::before,
	.scroll-hint-shadow-wrap::after {
		display: none;
	}
	.js-scrollable table {
        margin-top: 0;
		width: auto;
		min-width: 100%;
		border-collapse: separate;
		border-spacing: 0;
	}
	.js-scrollable tr>th:first-child {
		position: sticky;
		left: 0;
		z-index: 2;
		white-space: normal;
		width: 100px !important;
		min-width: 100px;
		max-width: 100px !important;
	}
	.js-scrollable thead th {
		white-space: normal;
		width: 100px !important;
	}
	.js-scrollable th,
	.js-scrollable td {
		white-space: nowrap;
		padding: 10px 15px !important;
		max-width: inherit !important;
	}
	
	.flow_list li .icon {
	    top: -22px;
	    left: -12px;
    }
    
    /* お客様の声
    ----------------------------------------------------------- */
    
    .sv_case_list li {
	    position: relative;
	    padding: 20px;
	}
	.sv_case_list li .tl h3 {
	    padding-right: 60px;
	    font-size: 16px;
	}
	.sv_case_list li .left {
	    position: absolute;
	    top: 15px;
	    right: 15px;
	    width: 55px;
	}
	.sv_case_list .wrap dl {
	    display: block;
	    padding: 15px;
    }
    .sv_case_list .wrap dl dt,
    .sv_case_list .wrap dl dd {
		width: 100%;
		padding: 0px;
        font-size: 13px;
	}
	.sv_case_list .wrap dl dt span {
		margin-bottom: 8px;
    	font-size: 11px;
    }
    
    
    /* コラム
    ----------------------------------------------------------- */
	
	.column_area {
    	margin-bottom: 60px;
	}
	.column_area:before, .credo_area:before {
	    width: 75%;
	}
	.column_area .arrow_subtl {
	    font-size: 13px;
	}
	.column_list {
	    margin-top: 30px;
	}
	.column_list li,
	.column_list.cl_w li {
	    width: calc(100% / 2);
	    padding: 6px;
	}
	.column_list li .img {
	    max-height: 96px;
	}
	.column_list li .date_cat {
	    position: relative;
	    margin: 15px 0px 5px;
	}
	.column_list li .date {
	    font-size: 11px;
	}
	.column_list li .cat {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 5px 0px 0px 12px;
	}
	.column_list li .txt h3 {
	    font-size: 12px;
	}
	
	
    /* table
    ----------------------------------------------------------- */
    
    .tl_base td, .tl_base th {
	    padding: 10px;
	}
	
	.tl_base td {
	    font-size: 12px;
	}
    .tl_base tbody th {
    	width: 120px;
	}
	
    /* 記事詳細
    ----------------------------------------------------------- */
    .wrap .m_r_10, .wrap .m_r_20, .wrap .m_r_30 {
        margin-right: 0px !important;
    }
    .fl_l,.fl_r {
        text-align: center;
        float: none !important;
        margin-bottom: 15px;
    }
    #main .in {
        padding: 0px 0px 20px;
    }
    .head_area {
        width: 90%;
    }
    body.single .entry-header .head_title {
        margin: 20px 0px;
        text-align: left;
    }
    body.single .entry-header h1.entry-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .head_area2 h1, .head_area2 h2 {
		margin-bottom: 30px;
	}
    
    .lp_flow_area {
		padding-bottom: 0px !important;
	    background: url(./images/flow_bg_mb.jpg?04) top left no-repeat;
        background-size: contain;
	}
	.flow_step_area {
	    width: 90%;
	    margin: 0 auto 30px;
	}
	.flow_step .left {
	    width: 100%;
	}
	.flow_step .right {
	    width: 100%;
	    margin-left: 0%;
	    padding-left: 0%;
	}
	.flow_step .step_label {
	    width: 100%;
	    font-size: 13px;
	}
	.flow_step .step_label span {
	    font-size: 20px;
	}
	.flow_step:before {
	    content: "";
	    width: 100%;
	    height: 1px;
	    position: absolute;
	    left: 0%;
	    top: 68px;
	}
	.flow_step .step_title {
    	display: block;
	    width: 100%;
    	padding: 40px 15px 0px;
	    font-size: 16px;
	    text-align: center;
	}
	.flow_step .step_text {
    	padding: 15px 20px 0px;
    	font-size: 12px;
	}
	.flow_list li {
		padding: 20px;
	}
	.flow_list.flow_img_list li:not(:first-child) .left {
	    width: 100%;
	    padding-right: 0px;
	}
	.flow_list li .img {
	    margin-bottom: 20px;
        max-height: 166px;
	    overflow: hidden;
	}
	.flow_list li .img img {
			margin-top: -20px;
	}
	.flow_list li .right {
	    margin-top: 20px;
	}
	.cta_ct_sec.flow_ct_d {
	    padding: 15px 10px;
	}
	.cta_ct_sec.flow_ct_d .tel_block,
	.cta_ct_sec.flow_ct_d .frm_block {
	    display: block;
	    width: 100%;
	    margin: 0 auto 0;
	    padding: 0;
	    text-align: center;
    	border-right: 0;
	}
	.cta_ct_sec.flow_ct_d .btn_contact.line_btn {
		margin-top: 20px;
		margin-right: 0px;
	}
	.cta_ct_sec.flow_ct_d .btn_contact {
		margin-top: 12px;
	    padding: 8px 16px;
	}
	.l_feature_list li .num {
        position: absolute;
        top: inherit;
        left: inherit !important;
        bottom: -7%;
        right: -10%;
        z-index: -1 !important;
        opacity: 0.7;
	}
	.l_feature_list li .num span {
	    font-size: 192px;
	}
    /* lead
    ----------------------------------------------------------- */
    
	.lead .inner {
	    height: 120px;
	}
	.lead h1, .lead .lead_tl {
	    font-size: 18px;
	}
	
	
	
    /* 細部の修正
    ----------------------------------------------------------- */
    
	
    /* フッター
    ----------------------------------------------------------- */

    #fnavi {
		padding: 30px 0px 80px;
	}
	#fnavi:before {
		background: url(./images/footer_bk_mb.svg) bottom left no-repeat;
        background-size: cover;
    	opacity: 0.4;
	}
	#fnavi .f_list {
	    width: auto;
	    margin: 20px 0px 0px;
	    padding-left: 30px;
	    text-align: left;
	}
	#fnavi .dfe_area {
		width: 92%;
		margin: 0 auto;
	}
	#fnavi .f_list li {
	    font-size: 12px;
	}
	#fnavi .f_list li a:before {
		display: none;
	}
    #fnavi .rt_block {
	    width: 100%;
	    height: 280px;
	}
	#fnavi .ft_btm address {
	    clear: both;
	    text-align: center;
	    font-weight: 500;
	    font-size: 11px;
    }
	.footer_btn .frm_block a.btn_contact:before {
		display: none;
	}
    /* 背景レイヤー
    ----------------------------------------------------------- */
    .bg_layer {
        display: none;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3500;
    }


    /* フォーム
    ----------------------------------------------------------- */

    .form_area {
        width: 96%;
    }
    .form_area dt {
        float: none;
        margin-bottom: 12px;
    }
    .form_area dd,
    #content .form_area dd {
    	width: 100%;
    }
  	.form_area .button_n2 {
	    min-width: 80px;
	    padding: 14px 20px;
	}
	.form_list .button_n {
	    min-width: 150px;
	    padding: 14px 14px;
	}
	
	input[type="search"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input.login, select {
		width: 100%;
	}
	.form_list li input#zipcd,
	.form_list li .td .datepicker,
	.form_list li input.resume, .form_list li input.vitae {
		width: 100%;
	}
	input.tel_fm {
    	max-width: 78px;
    	min-width: 78px;
    }
	.form_list li .th, .form_list li .td {
		display: block;
	}
	.form_list li .th {
	    width: 100%;
	    min-width: 100%;
	    max-width: 100%;
	    padding-right: 0px;
    	padding-bottom: 15px;
	    border-right: 0px;
	    font-size: 14px;
	    font-weight: 700;
    }
    .form_list li .td {
		padding-left: 0px;
	}
	.form_list li .td .td_area {
	    padding: 12px;
	    background: #f7f7f7;
	    border-radius: 5px;
	}
	.form_list li .td .td_in {
	    display: block;
	    margin-bottom: 8px;
	}
	.form_list li .td .datepicker {
		margin: 0px 0px 5px;
	}
	select[name="pref"] {
		margin-bottom: 10px;
	}
	.mw_wp_form .horizontal-item label {
    	min-width: 49%;
    	font-size: 13px;
    }
	.form_list li input#address {
    	width: 100%;
    }

}


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

	.inner-content h1 {
	    font-size: 16px;
	}
	.inner-content .sub {
	    font-size: 9px;
	    letter-spacing: 1px;
	}
}
