@charset "utf-8";


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

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

.logo_menu {
	position: relative;
}
.site_logo {
    position: absolute;
    top: 30px;
    left: 20px;
    display: flex;
    align-items: center;
}
.site_logo p.ld {
	display: none;
    margin-left: 12px;
    color: #111;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.8px;
}
img.logo_en {
    margin-top: 8px;
}
.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 {
    position: relative;
    z-index: 3;
    height: 102px;
    background-color: #fff;
    transition: .8s;
}

.header_bg2.fixed {
    margin: 0;
    transition: .8s;
    width: 100%;
    height: 80px;
    background-color: rgb(255 255 255 / 95%);
    border-radius: 0;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
.header_bg2.fixed .site_logo {
	top: 18px;
}
.header_bg2.fixed #g_navi {
    top: 0px;
}
.header_bg2.fixed #g_navi .nav>ul>li>a {
    padding: 30px 0px;
}
.header_bg2.fixed .header_btn {
    top: 1px;
}

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

#eyecatch {
	position: relative;
	left: 3%;
    display: flex;
    align-items: center;
    margin-top: -132px;
    height: 820px;
    z-index: -1;
    background: url(./images/fv_bg.svg) top right no-repeat;
    background-size: contain;
}

/*
.loop__box img {
    max-width: inherit;
    height: 100vh;
}
*/
.inner-content {
    position: relative;
    z-index: 3;
}
.inner-content h1 {
    margin-bottom: 15px;
    padding: 16px 16px;
    font-size: 56px;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: var(--red);
    border-radius: 5px;
}
.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;
}
#eyecatch p.eye_txt {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    /*
    opacity: 0;
    transform: translateX(-8px);
    animation: fadein_lft .5s ease-out 2.3s 1 forwards;
    */
}
#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);
	}
}
.scrool-area {
    width: 1px;
    height: 120px;
    position: absolute;
    bottom: -20px;
    left: -1.5%;
    z-index: 999;
    background-color: #ddd;
}
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-color: var(--red);
    -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(--red);
}

.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 {
	
}
.header_bg2.fixed .g_navi_sub {
    top: 18px;
}

.header_btn {
    position: absolute;
    top: 14px;
    right: 8px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.header_btn .tel_block {
    padding: 13px 18px;
    /*
    height: 63px;
    background: var(--base);
    */
}
.header_btn .tel_block .tel_num {
    position: relative;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.2px;
}
.header_btn .tel_block .tel_num span {
    position: relative;
    top: -2px;
    left: -1px;
	font-size: 12px;
}
.header_btn .tel_block .tel_num a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.header_btn .tel_block .tel_sub {
	margin-top: 3px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.header_btn .frm_block {
    margin-right: 12px;
    padding: 12px 0px;
}
.header_btn .frm_block a {
    padding: 15px 5px;
}


#g_navi {
    position: absolute;
    top: 0px;
    right: 348px;
    transition: .7s;
}
#g_navi nav {
    margin: 0 auto 0px;
}
.nav-unshown {
	display:none;
}
#g_navi nav {
    margin: 0 auto 0px;
}
#g_navi .nav>ul>li {
    position: relative;
    display: inline-block;
    padding: 0px 8px;
}
#g_navi .nav>ul>li>a {
	display: table;
    position: relative;
    padding: 40px 0px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: var(--font);
    transition: .5s;
}
#g_navi .nav>ul>li>a:after {
    position: absolute;
    bottom: -2px;
    left: 35%;
    content: '';
    width: 30%;
    height: 1px;
    background: var(--red);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
#g_navi li.active a,
#g_navi .nav>ul>li>a:hover {
    text-decoration: none;
}
/*
#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;
}



.header_bg2 #g_navi .nav>ul>li>a:after {
    background: var(--red);
}
/* 固定 */
.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%;
}


/* 業務内容の表示 */

/* マウスオーバー時の動作 */
@media screen and (min-width: 880px) {
	
	
	#g_navi .nav>ul>li.nav-item {
		margin-right: 12px;
	}
	
	#g_navi .nav>ul>li.nav-item:after {
	    content: "";
	    position: absolute;
	    top: 45px;
	    right: -8px;
	    width: 8px;
	    height: 8px;
	    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 ul ul.company_list {
		margin-top: 0px;
	}
	.nav-item_sub {
		position: fixed;
    	z-index: 9;
		top: 126px;
		left: 0;
		display: none;
		width: 100%;
	}
	.nav-item_sub .inner {
        width: 92%;
        max-width: inherit;
        padding: 15px;
	    background-color: rgb(255 255 255 / 89%);
	    border-radius: 5px;
	}
	.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;
	}
	.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: 1200px;;
    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-color: var(--red);
}
.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: 150px;
}
.lead .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.lead h1,
.lead .lead_tl {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 3px;
    font-weight: 600;
}
.lead span {
	
}

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

body.home section {
	padding: 120px 0px;
}
section {
    position: relative;
	padding: 90px 0px;
}
/*
section:last-child {
    padding-bottom: 0;
}
*/
.head_area {
    position: relative;
    color: var(--red);
}

.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: 50px;
}


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


.head_title h2 {
	position: relative;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.4px;
}
body.home .head_title h2 {
    font-size: 42px;
}
/*
.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 span.sub {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--red);
}
.head_title h2 span {
    display: block;
}
body.home .head_title h2:before {
	content: none;
}


.entry-header .head_title {
    margin: 30px 0px;
}
.entry-header h1.entry-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.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: 600;
    color: var(--red);
    border-left: 2px solid var(--red);
}
.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: 140px;
    padding: 24px 18px 24px 0px;
    border-bottom: 2px solid var(--red);
    font-size: 16px;
    font-weight: 600;
    color: var(--font);
}
.dl_base dd {
    width: calc(100% - 140px);
    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: 600;
    line-height: 1.6;
    color: var(--red);
    background-color: var(--base);
}
.entry-content h3 {
    margin: 30px 0px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 16px 0px 16px 10px;
}
.entry-content h4 {
	position: relative;
    margin-bottom: 30px;
    padding: 8px 0px 8px 20px;
    font-weight: 600;
    font-size: 18px;
    color: var(--red);
    border-left: 3px solid var(--red);
}
.entry-content h5 {
	position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}
pre {
	margin: 0 0 30px;
	padding: 15px;
	background-color: #333;
	color: #fff;
	border-radius: 6px;
	overflow-x: auto;
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 14px;
	line-height: 1.5;
}


.cat {
    display: inline-block;
    padding: 3px 8px;
    background: var(--red);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
.entry-content img {
	max-width: 100%;
    height: auto;
}
.cat a {
    color: #2b4a32;
}
.cat a:hover {
	text-decoration: none;
	opacity: 0.8;
}

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

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

.problem_area_list {
    justify-content: center;
}
.problem_area_list li {
    position:relative;
    width: calc(100% / 3 - 60px);
    margin: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 0px 20px 0px 20px;
    text-align: center;
}
.problem_area_list li:before,
.problem_area_list li:after {
    position: absolute;
    content:'”';
    font-size: 60px;
    line-height: 1;
    color: var(--red);
}
.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 {
    font-size: 18px;
    line-height: 1.6;
}
.problem_area_list li span {
    font-size: 22px;
    border-bottom: 3px dotted var(--red);
}


.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(--red);
    border-left: 2px solid var(--red);
    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(--red);
    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(--red);
	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(--red);
	background-color: #fff;
	border-radius: 5px;
}



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

.service_area {
	
}
.service_list {
    justify-content: space-between;
}
.service_list li {
	position: relative;
    width: calc(100% / 3 - 20px);
}
/*
.service_list li:nth-child(2n) {
    top: 80px;
}
*/
.service_list li a {
    display: block;
    position: relative;
}

.sv_list_area .list .img:before,
.service_list li a:before {
    background-color: rgb(253 253 253 / 7%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
}

.service_list li .img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 30px 30px 0px 0px;
}
.service_list li .img img {
    width: 100%;
	height: auto;
}
.service_list .txt {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    color: #fff;
    display: block;
    padding: 15px;
    width: 100%;
    background-color: rgb(76 141 81 / 88%);
}
.service_list .num {
    font-size: 11px;
    letter-spacing: 2px;
}
.service_list .txt h3 {
	margin-bottom: 7px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
}
.service_list .txt p {
    line-height: 1.6;
    color: #fff;
}
.service_list .link {
    position: absolute;
    top: 28px;
    right: 20px;
}
.service_list .link .arrow:before {
    background-color: #fff;
}
.service_list .link .arrow:after {
    border-top: 2px solid var(--red);
    border-left: 2px solid var(--red);
}
.service_list li a:hover {
    text-decoration: none;
    transition: .8s;
}
.service_list li a:hover img {
    transform: scale(1.1);
    transition-duration: .9s;
}
.service_list li a:hover:before {
    /* background-color: rgb(60 60 60 / 85%); */
}
.service_list li a:hover .link:after {
	border-color: #fff;
}

.service_list a:hover .link {
    background: var(--red);
    transition: .8s;
}



.top_sv_list>li {
	width: calc(100% / 2 - 30px);
	margin: 0 15px;
	padding: 0;
}
.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 .img {
    height: 380px;
    overflow: hidden;
}
.top_sv_list li .img img {
	width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.top_sv_list li .txt {
    position: relative;
    margin: -80px auto 0;
    padding: 30px;
    width: 90%;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}
.top_sv_list li .txt h3 {
    display: flex;
    align-items: center;
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
    text-align: center;
}
.top_sv_list li .txt h3 span {
	font-size: 24px;
	color: var(--red);
}
.top_sv_list li .txt h3 span.arrow {
	margin-left: 10px;
}
.top_sv_list li .txt ul.check2_list {
	
}
ul.check2_list li {
    position: relative;
    width: calc(100% / 2 - 10px);
    margin: 0 5px 12px;
    padding: 0px 5px 12px;
    font-size: 15px;
    border-bottom: 2px dotted var(--red);
}
.check2_list li:before {
    display: inline-block;
    content: ""; 
    width: 10px; 
    height: 10px;
    background-color: var(--red);
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 7px; 
}

.sv_list_area .list>li {
    width: calc(100% / 3 - 2%);
    margin: 1%;
}
.sv_list_area .list li a {
	display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding-right: 10px;
    background: #fff;
	color: var(--font);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    transition: .8s;
    border-radius: 10px;
}
.sv_list_area .list li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    border-radius: 3px 0px 0px 0px;
    border-color: transparent transparent transparent var(--red);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sv_list_area .list li a.arrow:after {
	top: inherit;
}

.sv_list_area .list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.sv_list_area .list .img {
	position: relative;
	width: 120px;
}
.sv_list_area .list img {
    width: 100%;
    height: auto;
    border-radius: 5px 0px 0px 5px;
}
.sv_list_area .list .tl {
	width: calc(100% - 120px);
	padding-left: 20px;
}
.sv_list_area .list .tl h3 {
	margin-bottom: 10px;
    font-size: 18px;
	font-weight: 600;
}
.sv_list_area .list .tl p {
    font-size: 13px;
    line-height: 1.6;
}
.sv_list_area .list .tl ul {
	margin-top: 12px;
}
.sv_list_area .list .tl li {
    padding: 0px 2px 8px;
    font-size: 13px;
}

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

.sg_service_area section {
	
}
.sg_service_area section:first-child {
	padding-top: 0px;
}

.sg_service_area section.even {
	background-color: #f7f7f7;
}

.sg_service_area .inner {
    max-width: 860px;
}
.sg_service_area p {
	margin-bottom: 25px;
}

ul.sv_det_list li {
    align-items: center;
	margin-bottom: 30px;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}
ul.sv_det_list li:last-child {
	margin-bottom: 0px;
}
ul.sv_det_list li .img {
	position: relative;
	width: 360px;
}
/*
ul.sv_det_list li .img:before {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: -10px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: var(--red);
}
*/
ul.sv_det_list li img {
	position: relative;
    z-index: 1;
	width: 100%;
    height: auto;
}
ul.sv_det_list li .txt {
	width: calc(100% - 360px);
    padding: 25px 25px 25px 40px;
    z-index: 1;
}
ul.sv_det_list li .base_tl_t {
	margin-bottom: 15px;
    font-size: 20px;
	font-weight: 600;
}
ul.sv_det_list li .base_tl_t h3 {
	font-weight: 500;
}
ul.sv_det_list li .txt p {
	margin-bottom: 0px;
}
ul.sv_det_list li .num {
    position: absolute;
    z-index: 0;
    right: 18px;
    font-size: 160px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: rgb(229 229 229 / 30%);
}

.sg_service_area .lft .img {
	width: 400px;
}
.sg_service_area .lft .img img {
    width: 100%;
    height: auto;
}
.sg_service_area .lft .txt {
	width: calc(100% - 400px);
	padding-left: 40px;
}

.sv_detail_list>li {
	width: calc(100% / 3 - 20px);
	margin: 10px;
    padding: 20px;
    background: var(--base);
    border-radius: 10px;
}
.sv_detail_list>li .tl_icon {
	margin: 0px auto 20px;
	align-items: center;
}
.sv_detail_list>li .icon {
    width: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
}
.sv_detail_list>li .tl {
	width: calc(100% - 80px);
	padding-left: 15px;
	font-size: 18px;
	font-weight: 600;
}
.sv_detail_list>li .icon img {
	width: 100%;
	height: auto;
}
.sv_detail_list>li ul.check2_list {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}
.sv_detail_list>li ul.check2_list li {
    width: 100%;
    margin: 0 5px 12px;
    font-size: 13px;
}

section.sv_guide_top {
	padding-top: 0px;
}


.top_sep_img {
    position: relative;
    z-index: 1;
    height: 340px;
}
.top_sep_img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./images/wide_pict_a.jpg) no-repeat top/cover;
}


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

.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);
	padding: 0 10px;
}
.feature_list li .img {
	
}
.feature_list li .img img {
	width: 100%;
	height: auto;
    border-radius: 10px;
}

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


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

.l_feature_area {
	position: relative;
	padding-top: 0px;
}

.l_feature_list li {
    position: relative;
    width: calc(100% / 2 - 20px);
    margin: 10px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* overflow: hidden; */
    background: #fff;
}
.l_feature_list li .txt h3 {
    margin-bottom: 0px;
    width: calc(100% - 46px);
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--red);
}
.reason_tl {
    align-items: center;
    margin-bottom: 15px;
    padding-top: 10px;
}
.reason_badge {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	left: 3px;
	bottom: 0px;
	z-index: 1;
	width: 46px;
	color: #fff;
}
.reason_badge:before {
	content: '';
	position: absolute;
	width: 55px;
	height: 55px;
	/* left: -3px; */
	bottom: -10px;
	background: var(--red);
	border-radius: 50%;
	z-index: -1;
}


.reason_badge .label {
  font-size: 10px;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: 0px;
}

.reason_badge .number {
    margin-top: -3px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.l_feature_list li p {
	font-size: 14px;
}



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

.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(--red);
    border-radius: 50%;
}

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

.price_flow_list li a {
	align-items: center;
    padding: 20px 30px;
    background: var(--base2);
    border-radius: 5px;
	color: var(--font);
    box-shadow: 0 3px 6px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
    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(--red);
}
.price_flow_list li .txt h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}
.price_flow_list li .link {
	width: 24px;
}



.price_guide_area {
    margin-bottom: 30px;
    padding: 5px;
    background: var(--red);
    border-radius: 10px;
}

.price_guide_area .wrap {
    padding: 30px;
    align-items: center;
    font-size: 28px;
    color: var(--red);
    background: #fff;
    border-radius: 10px;
}


.price_guide_area .tl {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    color: #fff;
    background: var(--red);
    font-size: 20px;
    letter-spacing: 3px;
    border-radius: 5px;
}


.price_guide_area .cost {
    display: inline-block;
    margin-left: 10px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.price_guide_area .cost i {
    font-style: normal;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    padding: 0 5px;
    color: var(--red);
}

.price_guide_area .tl.type2 {
    margin-left: 10px;
}


.white_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.white_list li .img {
    width: 80px;
}
.white_list li .img img {
    width: 100%;
    height: auto;
}

.white_list li .txt {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.white_list li .txt .tl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.white_list li .txt p {
    font-size: 13px;
    line-height: 1.6;
}

.white_list li .txt .btn_area {
    margin: 10px 0 0;
    text-align: inherit;
}
.white_list li .txt .btn_area a {
    position: relative;
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    color: #333;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    border: 1px solid #e7e7e7;
}
.white_list li .txt .btn_area a:first-child {
	margin-bottom: 10px;
	margin-right: 10px;
}

.anker_link ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.anker_link li {
    width: calc(100% / 4);
    padding: 10px;
}

.anker_link li a {
    display: block;
    padding: 15px;
    background: #f7f7f7;
    color: #555;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.anker_link li a:hover ,
.anker_link li.active a {
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
}


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

body.home section.company_area {
	position: relative;
	margin-bottom: 60px;
}

.company_area:before {
    position: absolute;
    content: '';
    top: 33px;
    right: 0;
    width: 75%;
    height: 90%;
    background-color: var(--base2);
    z-index: 0;
    border-radius: 120px 0px 0px;
}
.company_area img {
	max-width: 100%;
	height: auto;
    border-radius: 0 90px 0px 0px;
}
.company_area .flex_in {
    align-items: center;
}
.company_area .left {
	position: relative;
	width: 50%;
}
.company_area .right {
    position: relative;
    width: 50%;
    padding: 60px;
}
.company_area .btn {
	margin-top: 30px;
}


.access_wrap {
	margin-bottom: 60px;
}
.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%;
}




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

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


.ms_area_in .in:after {
    position: absolute;
    content: '';
    top: -25%;
    left: -2%;
    width: 150%;
    height: 150%;
    background: url(./images/logo_mark.svg) top left no-repeat;
    background-size: contain;
    z-index: 0;
}

.ms_area_in .flex_in {
    align-items: center;
}

.ms_area_in .left {
    width: 420px;
}

.ms_area_in .right {
    width: calc(100% - 420px);
    padding-left: 40px;
}

.ms_area_in .left .tl {
    font-size: 42px;
    font-weight: 600;
}
/*
.ms_area_in .left .tl span {
    display: inline-block;
    margin-bottom: 15px;
    padding: 9px 9px;
    background: var(--navy);
    color: #fff;
}
*/
.ms_area_in .right p {
    font-size: 16px;
    font-weight: 500;
}
.ms_area_in .img {
    max-width: 700px;
    margin: 40px 0 0 auto;
}
.ms_area_in .img img {
	width: 100%;
}
body.home section.ms_area_in {
	padding-bottom: 0px;
}

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

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




.benefits_list {
	margin-bottom: 40px;
}
.benefits_list li {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-top: 3px solid var(--red);
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.benefits_list li .wrap {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
body.home .benefits_list li .wrap {
    margin-bottom: 0px;
}
.benefits_list li .tl {
    width: calc(100% - 90px);
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
}
.benefits_list li .img {
    padding: 15px;
    width: 90px;
    border-radius: 50%;
    background-color: var(--red);
}



#content section.top_guide_area .in {
    max-width: 960px;
    margin: 0 auto;
}

section.top_guide_area {
    margin-top: -5px;
    background: #fbf7f0;
}


body.home .benefits_list li {
    width: calc(100% / 4 - 10px);
    margin: 5px;
    padding: 20px;
}
body.home .benefits_list li .tl {
    width: 100%;
    font-size: 18px;
    text-align: center;
    order: 1;
}
body.home .benefits_list li .img {
    padding: 15px;
    width: 90px;
    margin: 0 auto 15px;
    order: 0;
}
body.home .benefits_list li p {
	font-size: 14px;
	display: none;
}

.top_guide .txt {
    width: calc(100% - 400px);
    padding-right: 40px;
}
.top_guide .img {
    width: 400px;
}
.top_guide .img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

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


.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(--red);
}
.flow_step:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--red);
    border-right: 1px solid var(--red);
    -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(--red);
    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 li {
	position: relative;
	margin-bottom: 50px;
	padding: 30px;
    background: var(--base2);
    border-radius: 10px;
}
.flow_list li .left {
	width: calc(100% - 260px);
	padding-right: 30px;
}
.flow_list li .right {
	width: 260px;
}
.flow_list li .right img {
	width: 100%;
	height: auto;
    border-radius: 10px;
}
.flow_list li .icon {
	font-weight: 600;
	color: var(--red);
}
.flow_list li .icon span {
    position: relative;
    top: 4px;
    left: 4px;
    font-size: 32px;
    line-height: 1;
}
.flow_list li .tl {
	margin: 15px 0px;
}
.flow_list li .tl h3 {
	font-size: 20px;
	font-weight: 600;
}
.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(--red);
    transform: translateX(-50%);
}

.cta_ct_sec.flow_ct_d {
	margin-top: 15px;
    padding: 15px 15px;
    background: #fff;
}
.cta_ct_sec.flow_ct_d .tel_block {
    margin-right: 15px;
    padding-right: 5px;
    width: calc(100% - 342px - 15px);
    border-right: 1px solid #ddd;
}
.cta_ct_sec.flow_ct_d .tel_block .tel_num {
    font-size: 26px;
    letter-spacing: 0.5px;
}
.cta_ct_sec.flow_ct_d .tel_block .tel_num span {
    font-size: 13px;
    letter-spacing: 1px;
}
.cta_ct_sec.flow_ct_d .tel_block .tel_sub {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
}
.cta_ct_sec.flow_ct_d .frm_block {
    width: 342px;
}
.cta_ct_sec.flow_ct_d .btn_contact {
    width: 166px;
    padding: 10px 5px;
    border-radius: 40px;
    font-size: 13px;
}
.cta_ct_sec.flow_ct_d .btn_contact:before {
    top: 2px;
    left: -5px;
    width: 18px;
    height: 18px;
}
.cta_ct_sec.flow_ct_d .btn_contact.line_btn {
    margin-right: 5px;
}



/* tab
------------------------------------------------------*/

.tab {
	margin-bottom: 15px;
}

.tab ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.tab li {
    width: calc(100% / 2);
    padding: 12px;
}

.tab li a {
    display: block;
    padding: 20px 20px;
    background: #f7f7f7;
    color: #555;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.tab li a:hover ,
.tab li.active a {
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
}

.tab2 {
    margin: 30px 0px;
}
.tab2:after {
    content: "";
    position: relative;
    top: -2px;
    z-index: 1;
    display: block;
    border-bottom: 2px solid #ddd;
}
.tab2 li {
    position: relative;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    transition: .8s;
}
.tab2 li a {
	display: block;
	width: 100%;
    padding: 15px;
	text-decoration: none;
	color: #999;
}


.tab2 li a:before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    background-color: var(--blue);
    width: 0;
    height: 2px;
    bottom: 0px;
    left: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
}
.tab2 li a:hover {
    text-decoration: none;
}
.tab2 li.active a:before,
.tab2 li a:hover:before {
    width: 100%;
}

.tab2 li.active a,
.tab2 li a:hover {
	color: var(--red);
}
.tab-switch {
	display: none;
}


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


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

.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;
}
.head_area2 .tl {
    margin-bottom: 30px;
    padding: 5px 0px 5px 20px;
    border-left: 1px solid #464646;
}

.head_area2 .tl .en {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0px;
}

.head_area2 .tl .txt {
    letter-spacing: 3px;
}

.arrow_subtl {
	position: relative;
    font-size: 14px;
    font-weight: 600;
}
.arrow_subtl a {
    color: #555;
    transition: .8s;
}
.arrow_subtl a:after {
    content: "";
    position: relative;
    bottom: 5px;
    left: 10px;
    display: inline-block;
    width: 50px;
    height: 8px;
    border-right: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    transform: skewX(45deg);
    transition: .3s;
}
.arrow_subtl a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.arrow_subtl a:hover:after {
    left: 18px;
}
.column_list li {
	width: calc(100% / 3);
	padding: 12px;
}
.column_list.cl_w li {
	width: calc(100% / 4);
}
.column_list li a {
    display: block;
    position: relative;
	color: var(--font);
	text-decoration: none;
}
.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: 180px;
    border-radius: 10px 10px 0px 0px;
    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 15px;
}
.column_list li .date {
    font-size: 14px;
}
.column_list li .cat {
	position: absolute;
    top: -4px;
    right: 0;
    font-size: 11px;
}
.column_list li .txt h3 {
	font-size: 15px;
	font-weight: 500;
}

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

.news_area {
    background: var(--base2);
}
.news_area .in {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
}
.news_area .flex_in {
    align-items: center;
}

.news_area .left {
	width: 200px;
}
.news_area .right {
	width: calc(100% - 200px);
	padding-left: 60px;
}

.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;
    color: var(--font);
}
.headline_list li span.cate {
    display: inline-block;
    width: 100px;
    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 - 120px);
	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;
}
.faq_area .faq_list li {
    margin-bottom: 30px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
}
.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: #fff;
    border-radius: 10px;
}


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

.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 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.single .entry-content p,
.page .entry-content p {
    margin-bottom: 20px;
}
.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: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
}
.add_lnk_area li {
    padding: 5px;
    display: inline-block;
}
.add_lnk_area li .name {
    display: inline-block;
    padding-right: 3px;
    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: 15px 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 3px 7px rgba(90, 90, 90, 0.2);
    border-radius: 3px;
}

.entry-content.news-content ul li,
ul.check_list li {
    position: relative;
    list-style: none;
    padding-bottom: 12px;
    padding-left: 36px;
    margin: 0 0 12px;
    border-bottom: 1px dotted #ddd;
    font-size: 14px;
    font-weight: 600;
}
.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: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    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;
}
ul.list li {
    margin-bottom: 5px;
}
ul.list li:last-child {
    margin-bottom: 0px;
}

/* 第1階層のol */
.entry-content.news-content > ol {
  margin: 20px 0 30px;
  padding: 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 3px 7px rgba(90, 90, 90, 0.2);
  border-radius: 3px;
  list-style: none;
  counter-reset: num;
}

.entry-content.news-content > ol > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 32px;
  font-size: 15px;
}

.entry-content.news-content > ol > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  counter-increment: num;
  content: counter(num);
  background: var(--black);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.entry-content.news-content > ol > li:last-child {
	margin-bottom: 0px;
}

/* 入れ子のol */
.entry-content.news-content ol ul {
    margin: 15px 0 20px 0;
    padding: 0px;
    border: none;
    counter-reset: sub;
}

.entry-content.news-content ol ul li {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    border: 0;
}

/* 入れ子の番号（例：1-1, 1-2 ではなく ①② にしたい場合） */
.entry-content.news-content ol ul li::before {
  counter-increment: sub;
  content: counter(sub) ".";
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  color: var(--black);
  width: auto;
  height: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  transform: rotate(0deg);
}

/* サイドメニュー
----------------------------------------------------------- */

.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(--red);
    border-radius: 30px;
}
.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 {
	
}

.ad_banner img {
    border-radius: 5px;
}

/* ギャラリー
----------------------------------------------------------- */

.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 {
    display: inline-block;
    margin: 3px 3px;
    padding: 3px 10px;
    font-size: 12px;
    background-color: #eaeaea;
    color: #555;
    border-radius: 20px;
}
.category_tag a:before {
    font-weight: 600;
    content: "#";
    padding-right: 3px;
}
.category_tag a:hover {
    text-decoration: none;
    background-color: var(--font);
    color: #fff;
}


.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: 32%;
}

.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(--red);
    border: 1px solid #e1e1e1;
}

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

.tl_base td {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.tl_base td .fee_memo {
    font-size: 13px;
    font-weight: normal;
}
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;
}

/* table */

.entry-content table {
    width: 100%;
    margin-bottom:40px;
    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;
    font-size:13px;
    text-align:left;
    border-top: 1px solid #e4e2df;
    border-bottom: 1px solid #e4e2df;
}
.entry-content table th {
    width: 28%;
    padding: 20px 8px 20px 12px;
    background-color: var(--red);
    border-left: 1px solid #e4e2df;
    border-right: 1px dotted #ddd;
    color: #fff;
    font-weight: 600;
}
.entry-content table td {
    vertical-align: middle;
    padding: 15px 8px 15px 20px;
    border-right: 1px solid #e4e2df;
    border-left: 1px solid #e4e2df;
    background-color: #fff;
    text-align:left;
}

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

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

.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(--red);
}
 
.ori_pagenavi .current{
    padding:14px 14px 13px 14px;
    background: var(--red);
    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
----------------------------------------------------------- */
.cta {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 60px 0px;
    background: var(--red);
    overflow: hidden;
}
body.contact .cta,
body.confirm .cta,
body.comp .cta {
	display: none;
}

body.home section.cta {
    padding: 90px 0px;
}
.cta:before,
.cta:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
/*
.cta:before {
    background: url(./images/cta_bk.jpg) bottom right no-repeat;
    background-size: cover;
}
.cta:after {
    background-color: rgb(76 141 81 / 75%);
}
*/
.cta .inner {
    position: relative;
    z-index: 2;
}
.cta .cta_tl {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}
.cta .cta_tl .ld {
	position: relative;
	display: block;
    margin: 0 auto 25px;
    padding: 16px 22px;
    font-size: 20px;
    font-weight: 600;
	border: solid 2px #fff;
	border-radius: 48px;
	color: var(--red);
	background-color: #fff;
	width: fit-content;
}

.cta .cta_tl .ld::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	rotate: 135deg;
	translate: -50%;
}

.cta .cta_tl .ld::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: solid 2px;
	border-color: #fff #fff transparent transparent;
	background-color: #fff;
	rotate: 135deg;
	translate: -50%;
}
.cta .cta_tl h2 {
    margin: 0 auto 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 1px 3px var(--red-hover);
}
.cta .cta_tl p.txt {
    color: #fff;
    text-shadow: 2px 1px 3px #831c13;
}
.cta .cta_img {
    position: absolute;
    z-index: 0;
    top: -55px;
    right: -30px;
}
.cta_ct_sec {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 30px auto 0;
	padding: 30px;
    background: var(--base2);
    border-radius: 10px;
}
.cta_ct_sec p.txt {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
}
.cta_ct_sec .flex_in {
    justify-content: center;
    align-items: center;
}

.cta_ct_sec .tel_block {
    margin-right: 20px;
    padding-right: 20px;
    width: calc(100% - 580px);
    border-right: 1px solid #ddd;
}
.cta_ct_sec .frm_block {
    margin-top: 10px;
}

.cta_ct_sec .tel_block .tel_num {
    position: relative;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.cta_ct_sec .tel_block .tel_num span {
    position: relative;
    top: -2px;
    left: -1px;
	font-size: 18px;
}
.cta_ct_sec .tel_block .tel_num a {
	color: var(--font);
}
.cta_ct_sec .tel_block .tel_num a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.cta_ct_sec .tel_block .tel_sub {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #555;
    letter-spacing: 2px;
    text-align: center;
}


.cta_ct_sec .btn_contact {
    width: 268px;
    border-radius: 40px;
    font-size: 16px;
}
.cta_ct_sec .btn_contact:before {
    top: 3px;
    left: -6px;
    width: 22px;
    height: 22px;
}
.cta_ct_sec .btn_contact.line_btn {
	margin-right: 15px;
}

.cta_sales_point {
    margin-bottom: 15px;
    justify-content: center;
}
.cta_sales_point li {
    margin: 0 5px;
    padding: 15px 20px;
    color: var(--red);
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    background: #fff;
    border: 1px dotted var(--red);
}
.cta_sales_point li span {
    display: inline-block;
	color: var(--red);
}

/* qa
----------------------------------------------------------- */

.faq_item {
	margin-top: 35px;
	counter-increment: faq;
}
.faq_item .faq_question:before {
	display: block;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	content: "Q" counter(faq);
    font-family: 'Roboto', sans-serif;
	color: var(--red);
	font-size: 26px;
	letter-spacing: 1.5px;
}
.faq_question {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 80px;
    padding: 22px 20px 20px 75px;
    background-color: #f1f1f1;
    font-size: 20px;
	font-weight: 600;
}
.faq_question .btn {
	position: absolute;
	top: 43px;
	right: 30px;
	width: 50px;
	font-size: 14px;
    letter-spacing: 0px;
	text-align: center;
}
.faq_question .btn:before,
.faq_question .btn:after {
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 24px;
    height: 2px;
    background-color: var(--red);
}
.faq_question .btn:after {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq_question .btn.open:after {
	-webkit-transform: rotate(0deg);
      transform: rotate(0deg);
}
.faq_answer {
	display: none;
	padding: 20px;
    font-size: 16px;
    line-height: 1.8;
}

/* 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%);
    background: var(--base2);
    border-radius: 5px;
    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: 12px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--red);
}
.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: 24px;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.ftside_btn .tel_num span {
    font-size: 14px;
}
.ftside_btn .tel_sub {
    font-size: 12px;
}
.ftside_btn a.btn_contact {
    width: 100%;
    border-radius: 50px;
    padding: 15px 0px 13px;
    font-size: 16px;
}
.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(--red);
    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: 50%;
}
.footer_btn .tel_block a {
    display: block;
    color: var(--red);
    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(--red);
    border-radius: 10px;
    color: #fff;
    margin-bottom: 2px;
    padding: 6px 8px 3px 10px;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 12px;
}
.footer_btn .frm_block a.btn_contact {
    width: 100%;
    padding: 10px 5px;
    font-size: 13px;
    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
----------------------------------------------------------- */


#fnavi {
	position: relative;
	padding: 60px 0px 20px;
}
/*
#fnavi:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(./images/ft_bk.jpg) top left no-repeat;
    background-size: cover;
}
*/
#fnavi .flex_in {
    position: relative;
    align-items: center;
}


#fnavi .lt_block {
	margin-bottom: 20px;
}


#fnavi .lt_block p {
	font-size: 14px;
}
#fnavi .lt_block .img {
    margin: 10px 0px 0px;
}
.dfe_area {
    margin: 0 auto;
    text-align: center;
}

/* 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: 30px;
    width: 520px;
    padding-left: 35px;
}
#fnavi .f_list li {
    width: calc(100% / 2 - 10px);
    margin: 5px;
}



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


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

#fnavi .ft_btm {
    padding: 20px 0 0px;
}
#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;
}


@media screen and (max-width: 1350px) {
	
	.site_logo {
    	top: 35px;
    }
	.site_logo img {
	    width: 140px;
	}
	#g_navi {
	    right: 322px;
	}
	#g_navi .nav>ul>li {
	    padding: 0px 5px;
	}
	#g_navi .nav>ul>li>a {
	    padding: 42px 0px;
	    font-size: 13px;
    }
    .btn_contact {
	    width: 138px;
	    font-size: 13px;
    }
    
}



@media screen and (max-width: 1160px) {
	
	
	.header_btn {
		display: none;
	}
	
    /* 開閉アイコン
    ----------------------------------------------------------- */

    #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 {
    	top: 0px;
		right: 0px;
	}
    #g_navi nav {
	    margin: 10px auto 0px;
	}
	#nav-drawer {
		position: absolute;
        top: 40px;
        right: 18px;
        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: var(--red);
	    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: 75%;
	    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(--red);
	    -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(--red);
	}
    #g_navi .nav>ul>li {
	    width: 100%;
	    padding: 0px;
    }
    .header_bg2.fixed #g_navi .nav>ul>li>a,
    #g_navi .nav>ul>li>a {
	    display: block;
	    width: 100%;
	    height: auto;
	    padding: 15px 15px 15px 25px;
	    color: #fff;
	    text-align: left;
    	font-size: 16px;
    }
    #g_navi .nav>ul>li.nav-item:after {
	    content: "";
	    position: absolute;
	    top: 18px;
	    right: 20px;
	    width: 8px;
	    height: 8px;
	    border-top: 2px solid #fff;
	    border-right: 2px solid #fff;
	    -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.active: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: 0 15px;
	}
    #g_navi .nav>ul>li .sv_list_area .list li a {
    	display: flex;
    	padding: 0px;
    	border-radius: 5px;
	}
	#g_navi .nav>ul>li .sv_list_area .list li a .img {
	    margin: 0 auto;
	    width: 100px;
	    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: calc(100% - 100px);
	    font-size: 12px;
	    font-weight: 600;
	}
	#g_navi .nav>ul>li .sv_list_area .list .tl h3 {
		margin-bottom: 0;
	    font-size: 14px;
	}
	#g_navi .nav>ul>li .sv_list_area .list p {
		display: none;
	}
	#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(--red);
	}
	#g_navi .mb_navi_btn .tel_num a {
	    color: var(--red);
        font-size: 24px;
        font-weight: 600;
	}
	#g_navi .mb_navi_btn .tel_num a span {
        font-size: 12px;
        font-weight: 400;
	}
	#g_navi .mb_navi_btn .tel_block .tel_sub {
	    letter-spacing: 1.5px;
	}
	#g_navi .mb_navi_btn .frm_block {
    	padding: 8px 10px;
	}
	#g_navi .mb_navi_btn .btn_contact {
	    display: inline-block;
	    width: 90%;
    }
	#g_navi .mb_navi_btn .navi_ft_logo {
		padding: 20px;
	}

	/* 閉じるボタン */
	#nav-drawer .close {
	    position: absolute;
	    top: 18px;
	    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-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;
	}
	
	
}


/* タブレットに適用させるCSS */
@media screen and ( max-width:1100px ) {
	
    .inner,#content .in,.in {
        width: 92%;
        margin: 0 auto;
    }

}

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

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


    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    p {
		font-size: 14px;
        line-height: 1.6;
	}
	section {
	    padding: 60px 0px;
	}
    .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,
	.top_guide .txt,.top_guide .img,ul.feature_list_2 li,.ms_area_in .left,.ms_area_in .right {
	    width: 100%;
	    padding: 0px;
	}
	
	#content.slim .in {
		min-width: 92%;
    	padding: 40px 20px;
	}
    
    
	#nav-drawer {
        top: 20px;
        right: 6px;
	}
	
    /* lauout
    ----------------------------------------------------*/
	body.home section {
	    padding: 60px 0px;
	}
	.header_bg {
		top: 0px;
    	z-index: 4;
	}
	.header_bg2,
	.header_bg2.fixed {
	    height: 58px;
	}
	.header_bg2 .site_logo {
        top: 17px;
        left: 8px;
	}
	.site_logo p.ld {
        display: block;
    	margin-left: 5px;
        font-size: 9px;
        letter-spacing: .5px;
    }
	.header_bg2.fixed .site_logo p.ld {
    	margin-left: 9px;
	}
	.site_logo img {
	    width: 100px;
	}
	.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: 20px 0px 50px;
    }
    .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;
	}
	.entry-content p {
    	line-height: 1.6;
	}
    #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: 90px !important;
		font-size: 14px;
	}
	.dl_base dd {
    	width: calc(100% - 90px) !important;
	    font-size: 14px;
	}
	.tab li {
	    width: calc(100% / 2);
	    padding: 6px;
	}

	.tab li a {
	    padding: 15px 5px;
	    font-size: 13px;
	}
    
    /* eyecatch
    ----------------------------------------------------------- */
    
	
    #eyecatch {
        display: block;
    	height: auto;
	    left: 0%;
	}
	.loop {
	    position: relative;
	}
	.loop:before {
    	background-color: rgb(63 85 56 / 8%);
	}
	.inner-content {
        margin: 0 auto 0;
        padding: 20px;
        text-align: left;
        background: var(--red);
	}
	.inner-content h1 {
	    display: block;
        margin-bottom: 10px;
        padding: 0;
        font-size: 24px;
        letter-spacing: 2px;
        background: none;
        color: #fff;
        text-align: left;
	}
	
	#eyecatch p.eye_txt {
	    font-size: 13px;
	}

	.wipeSlide .slide {
	    border-radius: 0px;
	}
	
	
	.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
    ----------------------------------------------------------- */

	body.home section.ms_area_in {
	    padding-bottom: 60px;
	}
	.ms_area_in .in:after {
	    top: 11%;
	    left: 0%;
	    width: 100%;
	    height: 100%;
        opacity: 0.5;
	    background: url(./images/logo_mark.svg) top left no-repeat;
	    background-size: contain;
	}
	.ms_area_in .img {
	    margin: 0px auto 25px;
	}
	.ms_area_in .left .tl {
		margin-bottom: 25px;
        font-size: 22px;
	}
	.ms_area_in .right p {
	    font-size: 14px;
	}
	
	body.home .benefits_list li {
	    width: calc(100% / 2 - 10px);
	    margin: 5px;
	    padding: 15px;
	}
    body.home .benefits_list li .img {
	    padding: 12px;
	    width: 65px;
	}
    body.home .benefits_list li .tl {
	    font-size: 14px;
	}
	
	.slick-dots {
    	bottom: 15px !important;
    }
    .home #content .in {
	    margin-top: 0px;
	}
	.head_title {
		margin-bottom: 40px;
	}
	body.home .head_title h2,
    .head_title h2 {
	    line-height: 1.4;
    	font-size: 22px;
    	letter-spacing: 1.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 section.cta,
	section .cta {
	    padding: 40px 0px;
	}
	.cta .cta_img {
        top: -28px;
        right: -154px;
	}
	.cta .cta_img img {
	    width: 390px;
	}
	.cta_ct_sec {
        margin-top: 20px;
	    padding: 20px 15px;
	}
	.cta .cta_tl .ld {
        margin-bottom: 15px;
   		padding: 12px 16px;
    	font-size: 16px;
    }
    .cta .cta_tl h2 {
	    font-size: 20px;
	}
	.cta p {
	    font-size: 12px;
	}
	.cta_sales_point li {
        display: block;
        margin: 0 4px 4px;
        padding: 9px 4px;
        width: calc(100% / 2 - 8px);
        font-size: 13px;
        text-align: center;
	}
	
	.cta_ct_sec p.txt {
    	margin-bottom: 15px;
	    font-size: 13px;
    	line-height: 1.6;
    	letter-spacing: 0.5px;
	}
	.cta_ct_sec .tel_block,
	.cta_ct_sec .frm_block {
		width: 100%;
		margin: 0px 0px 0px;
		padding: 0px;
	    border: 0px;
	    text-align: center;
	}
	.cta_ct_sec .tel_block {
		margin-bottom: 5px;
	}
	.cta_ct_sec .tel_block .tel_num {
	    font-size: 32px;
	}
	.cta_ct_sec.flow_ct_d .tel_block .tel_sub {
        text-align: center;
	}
	.cta_ct_sec .frm_block {
		display: flex;
	}
	.cta_ct_sec .btn_contact {
	    width: 100%;
	    margin-top: 0px;
    	padding: 8px 10px 12px;
    	font-size: 13px;
	}
	.cta_ct_sec .btn_contact.line_btn {
    	margin-right: 10px;
	}
	.cta_ct_sec.flow_ct_d .btn_contact {
    	width: 136px;
    }
	
	.problem_area_list li {
	    width: calc(100% / 2 - 20px);
	    margin: 0px 10px 30px;
	    padding: 12px;
	}
	.problem_area_list li:before, .problem_area_list li:after {
	    font-size: 42px;
	}
	.problem_area_list li:before {
	    top: -25px;
	    left: -10px;
	}
	.problem_area_list li:after {
	    bottom: -25px;
	    right: -10px;
	}
	.problem_area_list li p {
	    font-size: 14px;
    	letter-spacing: 0.5px;
	}
	.problem_area_list li span {
	    font-size: 16px;
	}
	.solution_tl .ld {
	    padding: 15px 10px;
	    font-size: 16px;
	    line-height: 1.6;
	}
	body.home .service_area {
		
	}
		
	.service_list li a {
	    color: var(--font);
	}
	.service_list li .img {
	    height: 190px;
	    border-radius: 5px 5px 0px 0px;
	}

	.service_list .txt {
	    position: relative;
	    margin-top: 20px;
	    color: var(--font);
	    padding: 15px;
	    width: 100%;
	    background: none;
	}
	.service_list .num {
	    font-size: 10px;
	    letter-spacing: 1px;
	}
	body.home .service_list .txt  {
		padding: 0 10px;
	}
	.service_list .txt h3 {
	    margin-bottom: 10px;
	    font-size: 20px;
	}
	.service_list .link {
	    top: 6px;
	    right: 20px;
	}
	.service_list .txt .arrow:after {
	    width: 12px;
	    height: 12px;
	}
	.service_list a:hover .link {
		background: none;
	}
	.service_list .link .arrow:before {
		content: none;
	}
	.service_list .txt p {
	    line-height: 1.6;
	    color: var(--font);
	}

	.top_sv_list>li {
	    width: 100%;
	    margin: 0px auto 15px;
	    padding: 15px;
	}
	.top_sv_list li .img {
	    height: auto;
	}
	.top_sv_list li .txt {
	    margin: -30px 0 0;
	    padding: 30px 0px 0px;
	    width: 100%;
	    border-radius: 0px 60px 0px 0px;
	}
	.top_sv_list li .txt h3 {
	    font-size: 16px;
	    text-align: left;
	}
	.top_sv_list li .txt h3 span {
	    font-size: 22px;
	}
	ul.check2_list li {
	    font-size: 13px;
	}

	.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: 40px;
	}
	
	.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;
	}
	
	.company_area .head_title {
        width: 92%;
        margin: 0 auto 40px;
	}
	
    /* 特徴
    ----------------------------------------------------------- */

	.l_feature_area {
		padding-bottom: 40px;
	}
	.l_feature_area:before {
	    width: 100%;
	    height: 100%;
	}
	
	.l_feature_area .catch {
		margin-bottom: 40px;
	}
	.l_feature_area .catch .tl {
	    font-size: 26px;
	    letter-spacing: 2px;
	}
	.l_feature_area .catch p {
	    font-size: 14px;
	    letter-spacing: 1.5px;
	}
	.l_feature_list li,
	.l_feature_list li:nth-child(even) {
	    padding: 10px 15px 20px;
	}
	.l_feature_list li .txt {
		margin-top: 40px;
	}
	.l_feature_list li:nth-child(even) .txt {
		padding: 0px;
	}
	.l_feature_list li:before, .l_feature_list li:after {
		content: none;
	}
	.l_feature_list li:last-child {
	}
	.l_feature_list li .txt h3 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.l_feature_list li .txt p {
	    font-size: 14px;
	}
	.l_feature_list li .img {
		max-height: 180px;
	}

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

	.company_area .img {
	    max-height: 230px;
	    overflow: hidden;
	}
	.company_area .txt {
        width: 90%;
        margin: 25px auto 0px;
	}
	.company_area .btn {
        width: 90%;
        margin: 25px auto 0px;
	}
	.company_area .btn .button_y {
        margin: 0 auto;
    }
	.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;
	}
	.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;
	}

	.top_guide .txt {
	    margin-top: 20px;
	}
	ul.feature_list_2 li {
	    padding: 15px;
	}
	ul.feature_list_2 li .img {
	    width: 80px;
	}
	ul.feature_list_2 li .txt {
	    width: calc(100% - 80px);
	}
	ul.feature_list_2 li h3 {
	    margin-bottom: 5px;
	    font-size: 16px;
	}
	
	.price_guide_area {
	    padding: 3px;
	    border-radius: 10px;
	}
	.price_guide_area .wrap {
        padding: 12px;
        font-size: 18px;
        text-align: center;
	}
	.price_guide_area .tl {
        margin-right: 3px;
        padding: 5px;
        font-size: 13px;
        letter-spacing: 1px;
	}
	.price_guide_area .tl.type2 {
	    margin-left: 3px;
	}
	.price_guide_area .cost {
        margin-left: 3px;
        font-size: 15px;
	}
	.price_guide_area .cost i {
	    font-size: 26px;
	}
	
	
	.faq_area .faq_list li {
	    margin-bottom: 25px;
	    padding: 15px;
	}
	.faq_area .faq_list li h3.faq_title {
	    margin-bottom: 5px;
	    font-size: 15px;
	}
	.faq_area .faq_list li .faq_contents {
	    margin-top: 12px;
	    padding: 12px;
	}
	
    /* service
    ----------------------------------------------------------- */
    

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

	
	
    /* コラム
    ----------------------------------------------------------- */
	
	.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: 10px;
	}
	.column_list li .img {
	    max-height: 80px;
	}
	.column_list li .date_cat {
	    position: relative;
	    margin: 15px 0px 5px;
	}
	.column_list li .cat {
	    position: relative;
	    top: inherit;
	    margin: 5px 0px 0px;
	}
	.column_list li .txt h3 {
	    font-size: 12px;
	}
	
	
    /* table
    ----------------------------------------------------------- */
    
    .tl_base td, .tl_base th {
	    padding: 10px;
	}
	.tl_base th {
		font-size: 13px;
	}
	.tl_base td {
	    font-size: 12px;
	}
    .tl_base tbody th {
    	width: 96px;
    	font-size: 12px;
	}
	
    /* 記事詳細
    ----------------------------------------------------------- */
    .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;
	}
    
	.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 li .right {
	    margin-top: 20px;
	}
	.cta_ct_sec.flow_ct_d {
        padding: 0;
        background: none;
    }
	.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;
	}
	
	.l_feature_list li .num {
	    position: absolute;
	    top: 220px;
    	left: inherit !important;
	    right: 0;
	    z-index: -1 !important;
	    letter-spacing: 5px;
	}
	.l_feature_list li .num span {
	    font-size: 192px;
	}
	.anker_link li {
	    width: calc(100% / 2);
	    padding: 10px;
	}

    /* lead
    ----------------------------------------------------------- */
    
	.lead .inner {
	    height: 100px;
	}
	.lead h1, .lead .lead_tl {
	    font-size: 16px;
	}
	
	
	
    /* faq
    ----------------------------------------------------------- */
    
	.faq_item {
	    margin-top: 20px;
	}
	.faq_question {
	    padding: 20px 56px 20px 56px;
	    font-size: 16px;
	}
	.faq_item .faq_question:before {
	    left: 17px;
	    font-size: 22px;
	}
	.faq_question .btn {
	    top: 46px;
	    right: 8px;
	    width: 42px;
	    font-size: 12px;
	}
	.faq_question .btn:before, .faq_question .btn:after {
	    top: -12px;
	    width: 12px;
	}
	.faq_answer {
		padding: 15px;
	    font-size: 14px;
	}

    /* フッター
    ----------------------------------------------------------- */

	/* 202405追加 */
	.ft_banner li {
	    width: 100%;
	    margin: 0;
	    padding: 10px;
	}


    #fnavi {
		padding-bottom: 90px;
	}
    #fnavi .lt_block {
		
	}
	#fnavi .lt_block .img {
	    max-width: 250px;
	    margin: 0 auto 20px;
	}
	#fnavi .dfe_area {
		width: 100%;
	}
	
	#fnavi .ft_banner {
	    display: block;
	    margin: 0 auto;
	    padding: 0 30px;
	}
	#fnavi .ft_banner li {
		margin-right: 0px;
		margin-bottom: 15px;
	}

	#fnavi .ft_banner li {
	    width: 100%;
	}
	#fnavi .f_list {
	    width: auto;
        max-width: 310px;
        margin: 20px auto 0px;
	    padding: 0px;
	    text-align: left;
	}
	#fnavi .f_list li {
        margin: 8px 5px;
        padding: 0 10px 0 20px;
        font-size: 13px;
	}
    #fnavi .rt_block {
	    width: 100%;
	    height: 280px;
		}
	#footer .flex_in {
	    flex-direction: row-reverse;
	}
	#footer address {
		margin-top: 7px;
	    font-size: 11px;
	    order: 2;
	}
	#footer .group_list {
	    margin: 0 auto;
	    text-align: center;
	}
	#footer .group_list li {
	    display: inline-block;
	    margin-left: 0px;
	    margin-bottom: 12px;
	}

	    
    /* 背景レイヤー
    ----------------------------------------------------------- */
    .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: 100%;
    }
    .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;
	}
}
