@charset "utf-8";


/* start - loading
----------------------------------------------------------- */

.start {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
    background: var(--navy);
    -webkit-animation: slideB 0.6s 3s forwards;
    animation: slideB 0.6s 3s forwards;
}
.start .box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 230px;
}


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

#top_head {
	position: relative;
}
.header_bg h1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 38px;
    line-height: 58px;
    font-weight: 500;
    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: 9;
    transition: .7s;
}
.header_bg2 #g_navi .nav>ul>li>a:after {
    background: #000;
}
.header_bg2.fixed {
    margin: 0;
    background-color: rgb(255 255 255/90%);
    transition: .8s;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
.header_bg2.fixed #g_navi .nav>ul>li>a {
	
}

.logo_menu {
	position: relative;
    height: 100px;
    margin: 0 auto;
}
.site_logo {
    position: absolute;
    top: 24px;
    left: 20px;
    display: flex;
    align-items: flex-start;
}
.site_logo a {
}
.site_logo a:hover {
	text-decoration: none;
}
.site_logo img {
	
}
.site_logo p.ld {
    position: absolute;
    top: 2px;
    left: 50px;
    color: #383838;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 500;
}

.zs-enabled .zs-slideshow {
    z-index: 0 !important;
}

#btm_contact {
	display: none;
}

#canvas-container {
    position: relative;
    top: -72px;
    z-index: 3;
}

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

.g_navi_sub {
    position: absolute;
    right: 180px;
    transition: .7s;
}
#g_navi {
}
#g_navi nav {
    margin: 0 auto 0px;
}
.nav-unshown {
	display:none;
}
#g_navi ul {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
#g_navi .nav>ul>li {
    position: relative;
    width: auto;
}
#g_navi .nav>ul>li>a {
	display: table;
    position: relative;
    padding: 32px 12px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    color: #555;
    transition: .5s;
}
#g_navi .nav>ul>li.active a,
#g_navi .nav>ul>li>a:hover,
#g_navi .nav>ul>li.active a span.gf,
#g_navi .nav>ul>li>a:hover span.gf {
	color: var(--navy);
    text-decoration: none;
    transition: .5s;
    font-weight: 600;
}
#g_navi .nav>ul>li>a span {
	margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
#g_navi .nav>ul>li>a span.gf {
	margin-top: 0px;
    font-weight: 300;
    font-size: 13px;
    color: #6a6a6a;
    letter-spacing: 0.7px;
    line-height: 1;
}

#g_navi .service_list li a {
    display: flex;
    align-items: center;
}
/* マウスオーバー時の動作 */
@media screen and (min-width: 768px) {
	
	.nav-item_sub {
		position: fixed;
		top: 86px;
		left: 0;
		opacity: 0;
		transition: all 0.2s ease;
		visibility: hidden;
		width: 100%;
		padding: 20px 0px;
		background-color: rgb(222 222 222/90%);
	}
	.nav-item:hover .nav-item_sub {
		opacity: 1;
		visibility: visible;
	}
	
	#g_navi .service_list {
	    margin: 0px 0px 0px;
	}

	#g_navi .service_list li .icon,
	#g_navi .service_list li p {
		display: none;
	}
	
	#g_navi .service_list li .img {
	    width: 120px;
	}
	#g_navi .service_list li .txt {
	    width: calc(100% - 120px);
	    padding: 15px;
	}
	#g_navi .service_list li {
	    font-size: 13px;
	    box-shadow: none;
    	background: #fff;
	}
	#g_navi .service_list li a {
		color: #333 !important;
	}
	#g_navi .service_list li h3 {
		margin-bottom: 0px;
	    font-size: 13px;
	}
	#g_navi .service_list li .sub {
	    top: -13px;
	    right: 5px;
	    font-size: 26px;
	}


}

@media screen and (max-width: 768px) {
	.nav-item_sub {
		display: none;
	}
	.nav-list {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}






/* 固定 */
.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%;
}
.header_btn {
    position: absolute;
    top: 0px;
    right: 0px;
}

.header_btn .tel_block {
    margin-top: -2px;
    padding: 0px 15px 0px 15px;
}
.header_btn .tel_block a {
	color: #fff;
}
.tel_num {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: none;
}
.tel_num span {
    font-size: 20px;
}
.tel_num a {
	color: #333;
}
.tel_num a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.tel_block .tel_sub {
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
/* eyecatch
----------------------------------------------------------- */

#eyecatch {
    display: flex;
    align-items: center;
	position: relative;
    z-index: 3;
    margin-left: 0%;
    height: 620px;
}
#eyecatch:before {
	/*
	background: linear-gradient(rgb(0 169 235 / 45%),rgb(0 103 153 / 45%));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    */
}
.inner-content {
    position: relative;
	left: 6%;
    z-index: 3;
}
.inner-content .sub,
.inner-content h1,
#eyecatch p.eye_txt {
    color: #fff;
}
.inner-content h1 {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 500;
    font-feature-settings: "palt";
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.inner-content .sub {
    display: block;
    margin-left: 7px;
    letter-spacing: 3.5px;
    font-size: 12px;
    font-weight: 400;
}
#eyecatch p.eye_txt {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
}
.slide-in {
	overflow: hidden;
    display: inline-block;
    /*
    padding: 20px;
    background-color: rgb(255 255 255 / 99%);
    */
}

.slide-in_inner {
	display: inline-block;

}


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

/* スライド */


.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
#opening {
    position: absolute;
    top: 0px;
    left: 3%;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
#opening .overlay {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: rgb(13 56 92 / 68%);
}
#opening .slideArea
#opening #openingSlide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

@-webkit-keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@-webkit-keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
@keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
.scrool-area {
    position: absolute;
    left: 1.5%;
    bottom: 0%;
    z-index: 9;
    width: 1px;
    height: 120px;
    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: var(--navy);
    -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);
}


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

.breadbox {
    position: relative;
    z-index: 3;
}

#breadcrumb {
    padding: 20px 40px;
    font-style: italic;
}
#breadcrumb ul {
    display: flex;
    align-items: center;
}
#breadcrumb li {
    position: relative;
    padding-right: 52px;
    font-weight: 500;
    font-size: 13px;
    white-space: nowrap;
}
#breadcrumb li a {
    display: block;
    font-weight: 600;
	color: #333;
    white-space: nowrap;
}

#breadcrumb li a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    border-bottom: 1px solid #909090;
}
#breadcrumb li:last-child {
    padding-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}


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

/*
.lead {
    position: relative;
    background: url(./images/lead_bk.jpg) bottom right no-repeat;
    background-size: cover;
}
body.post-type-archive-service .lead {
    position: relative;
    background: url(./images/lead_service_bk.jpg) bottom right no-repeat;
    background-size: cover;
}
body.fee .lead {
    position: relative;
    background: url(./images/lead_fee_bk.jpg) bottom right no-repeat;
    background-size: cover;
}
body.about .lead {
    position: relative;
    background: url(./images/lead_about_bk.jpg) bottom right no-repeat;
    background-size: cover;
}
*/


.lead {
    position: relative;
}
.lead .img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}
.lead .img img {
    width: 100%;
}
.lead:before {
    background-color: rgb(16 47 80 / 82%);
    background-color: rgb(33 72 113);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: ' ';
}
.lead .inner {
	position: relative;
    display: table;
    height: 210px;
}
.lead .txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    color: #fff;
}
.lead h1,
.lead .lead_tl {
    margin: 5px 0 0;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.lead span {
    position: relative;
    display: block;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.lead span:after {
    content: '';
    width: 42px;
    height: 2px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}




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

.head_area {
    position: relative;
    color: var(--navy);
}

.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 {
	position: relative;
    margin: 40px 0px 50px;
    color: #000;
}
.head_title .sub {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--navy);
}
/*
.head_title.t_center .sub {
    left: 37%;
}
*/
.head_title h2 {
	position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: 2px;
}
body.home .head_title h2 {
    font-size: 26px;
}

.head_title h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background-color: var(--navy);
}
.head_title.t_center h2:before {
    left: calc(50% - 30px);
}
.head_title.t_center h2:after {
    left: 50%;
}
.head_title h2 span {
    display: block;
}
.head_title h2 span.sub {
    margin-bottom: 10px;
    font-size: 12px;
}

body.home .head_title h2 span.sub {
    margin-bottom: 3px;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1;
}
body.home .head_title h2 span {
    display: block;
    font-size: 16px;
}

.entry-header {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ddd;
}
.entry-header .head_title {
    margin: 15px 0px 30px;
}


.head_title2 {
	position: relative;
	margin-bottom: 40px;
}
.head_title2 .sub_lead {
    font-size: 48px;
    font-weight: 500;
    color: #ddd;
    margin-bottom: 0;
}
.head_title2 h2 {
	font-size: 18px;
	font-weight: 600;
}

.base_tl {
	margin: 40px 0px 20px;
}
.base_tl h3 {
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 1px;
    border-left: 3px solid var(--navy);
}


.entry-header h1.entry-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.sub_lead {
    position: absolute;
    display: block;
    top: -36px;
    left: -2%;
    font-size: 56px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    font-style: italic;
    color: #ececec;
}

/* レイヤー重ね */

.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: -50px;
    top: -59px;
    font-size: 60px;
    color: #d9e1e4;
    font-style: italic;
}

/* レイヤー重ね_2 */

.lt_tl_2 {
	position: relative;
}
.lt_tl_2:before,
.lt_tl_2:after {
	content: '';
    position: absolute;
    top: 0;
    z-index: -2;
    width: 90%;
    height: 360px;
    background-color: var(--navy);
}
.lt_tl_2:after {
    background: #edf0f5;
    right: 0;
    z-index: -10;
    top: 128px;
}
.lt_tl_2 .head_title h2 {
    text-align: left;
    color: #fff;
}
.lt_tl_2 .head_title .sub {
    color: #fff;
}
.lt_tl_2 .ct {
    margin-left: 85px;
    padding: 60px 40px;
    background-color: #f5f5f5;
    box-shadow: 0px 1px 10px 0px rgb(11 126 153 / 15%);
}

/* 強調 */

.sub.arrow {
    position: relative;
    display: inline-block;
    padding: 0px 25px;
    font-size: 20px;
}
.home .head_title h2 .sub.arrow {
	font-size: 30px;
}
.sub.arrow:before,
.sub.arrow:after {
    content: '';
    position: absolute;
    top: 55%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #000;
}
.sub.arrow:before {
    left: -22px;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sub.arrow:after {
    right: -22px;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}


.arrow_tl .tl {
	position: relative;
	font-size: 42px;
	font-weight: 500;
}
.arrow_tl .tl a {
    color: #000;
    transition: .8s;
}
.arrow_tl .tl a:after {
    content: "";
    position: relative;
    bottom: 11px;
    left: 20px;
    display: inline-block;
    width: 28px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: skewX(45deg);
    transition: .8s;
}
.arrow_tl .tl a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.arrow_tl .tl a:hover:after {
    left: 30px;
}

/* 基本タイトル
----------------------------------------------------------- */

.entry-content h2 {
    margin: 40px 0px 30px;
    padding: 20px 18px 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #000;
    background-color: #F2F2F2;
}
.entry-content h3 {
    margin: 30px 0px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 15px 0px 15px 10px;
}
.base_tl h4,
.entry-content h4 {
	position: relative;
    padding: 10px 0px 10px 15px;
    margin-bottom: 20px;
    border-left: 2px solid #333;
    font-weight: 500;
    font-size: 18px;
    color: #333;
}


.top_sep_img {
    position: relative;
    z-index: 1;
    height: 290px;
}
.top_sep_img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./images/sep_img2.jpg) no-repeat center/cover;
}
.top_sep_img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    background-color: rgb(255 255 255 / 12%);
    transition: .8s;
}


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

.entry-content #toc_container {
    width: 100%;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: none;
}
.entry-content #toc_container p.toc_title {
    text-align: left;
}
.entry-content #toc_container ul.toc_list {
    border: 0;
}
.entry-content #toc_container ul.toc_list>li {
    margin: 15px 0px;
    font-weight: 600;
    border: 0;
}
.entry-content #toc_container ul.toc_list li:before {
    content: none;
}
.entry-content #toc_container ul.toc_list>li:last-child {
	margin-bottom: 0px;
}
.entry-content #toc_container ul.toc_list a {
	color: #555;
}
.entry-content #toc_container ul.toc_list>li>ul {
	margin-top: 9px;
}
.entry-content #toc_container ul.toc_list>li>ul>li {
	margin-top: 6px;
    font-weight: 400;
}

#toc_container span.toc_toggle {
	display: none;
}
/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {
	
	.entry-content #toc_container {
	    padding: 15px;
	}
}


/* 業務内容の一覧
----------------------------------------------------------- */

.service_area {
	position: relative;
}
/*
.service_area:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--navy);
    height: 220px;
}
*/
.service_list {
    margin: 40px 0px 0px;
}
.service_list li {
    width: calc(100% / 2);
    padding: 10px;
}
.service_list li:last-child {
	margin-bottom: 0px;
}

.service_list li a {
    position: relative;
    color: #333;
    padding: 25px;
    transition: color .2s cubic-bezier(0.33, 1, 0.68, 1);
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 3px 4px -1px rgb(83 83 83 / 20%), 0 0 5px -4px rgb(85 85 85 / 20%);
}

.service_list li a:hover {
    text-decoration: none;
    transition: .8s;
}

.service_list .link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.service_list a:hover .link:after {
    background: var(--navy);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    height: 1px;
    width: 100%;
}
/*
.service_list li .img,
.service_list li .txt {
    width: 50%;
}
*/

/*
.service_list li .img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
    background-color: rgb(0 199 41 / 5%);
}
*/
.service_list li .img {
    width: 90px;
    padding: 10px;
}
.service_list li .img img {
    width: 100%;
	height: auto;
}

.service_list a:hover img {
    transform: scale(1.1);
    transition-duration: .8s;
}

.service_list li .icon {
    position: relative;
    width: 87px;
    margin: -45px auto 0;
    padding: 20px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
}
.service_list li .icon img {
	width: 100%;
}
.service_list li .txt {
	position: relative;
    width: calc(100% - 90px);
    padding: 10px 0 0 12px;
}
.service_list li .tl {
	
}
.service_list li .tl h3 {
    font-size: 18px;
    font-weight: 600;
}
.service_list li .sub {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 2;
    font-size: 38px;
    line-height: 1;
    color: #d6e0e7;
}
.service_list li p {
	margin-top: 5px;
	font-size: 15px;
}

.service_list .link {
    position: relative;
    margin-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    text-align: right;
}
.service_list .link .gf {
    padding-right: 20px;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
}
.service_list .link_arrow {
    position: relative;
}
.service_list .link_arrow:before,
.service_list .link_arrow:after {
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -12.5px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.service_list .link_arrow:before {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--navy);
}
.service_list .link_arrow:after {
    left: -7px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.service_list .link_arrow {
    position: relative;
    margin-left: 20px;
    top: -2px;
}
.service_list .viewbtn {
    position: absolute;
    bottom: -8px;
    right: -8px;
    font-size: 11px;
}



/* 業務内容の詳細
----------------------------------------------------------- */

.sv_detail .img {
	max-height: 380px;
	overflow: hidden;
}

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

.company_area {
	position: relative;
}
.company_area:before {
    position: absolute;
    content: '';
    top: -15px;
    right: 0;
    width: 75%;
    height: 102%;
    background-color: #f4f7fa;
    z-index: -1;
}
.company_area .flex_in {
	align-items: center;
}
.company_area .left {
	width: 560px;
}
.company_area .right {
    position: relative;
    width: calc(100% - 560px);
    padding-left: 60px;
}
.company_area .right .sub_2 {
    position: absolute;
    top: -120px;
    right: 0;
    z-index: -1;
    font-size: 136px;
    font-style: italic;
    line-height: 1;
    color: #ddd;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-7deg);
}
.company_area .left img {
	width: 100%;
}
.company_area .btn {
	margin-top: 30px;
}



.access_area .flex_in {
    align-items: stretch;
}
.access_area .left {
	width: calc(100% - 500px);
}
.access_area .right {
    width: 500px;
}
.access_area .right img {
    width: 100%;
    height: auto;
}

.access_area .left {
    padding: 0px 40px 0px 0px;
}
.access_area .left .img {
    margin-bottom: 15px;
    height: 240px;
    overflow: hidden;
}
.access_area .left .img img {
    width: 100%;
}
.access_area .right iframe {
    height: 80%;
}
.access_area .right .rt_2 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.access_area .right .rt_2 li {
    width: 49%;
}
.access_area .right .rt_2 li:last-child {
    margin-left: auto;
}
.access_area .btn {
	margin-top: 30px;
}

.google-maps {
	height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    /*
    filter: grayscale(95%);
    */
}
body.home .google-maps {
    padding-bottom: 90%;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.about_area .google-maps iframe {
	
}






/* タブ */

#tab {
	margin: 40px auto 20px;
	text-align: center;
}
#tab li {
	display: inline-block;
}
#tab li a {
	display: block;
	margin: 5px;
	padding: 8px 12px;
	color: #000;
	font-size: 13px;
    background: #e4e4e4;
}
#tab li a.active,
#tab li a:hover {
    color: #fff;
    background: var(--navy);
    text-decoration: none;
}



/* 業務＞提供の流れ */

.recruit_step_area {
    width: 100%;
    margin: 0 auto;
}
.recruit_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%);
}
.recruit_step:before {
    content: "";
    width: 1px;
    height: calc( 100% - 20px);
    position: absolute;
    left: 10%;
    top: 10px;
    background: var(--navy);
}
.recruit_step:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--navy);
    border-right: 1px solid var(--navy);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.recruit_step.last:after,
.recruit_step:last-child:after {
    content: none;
}
.recruit_step .block_text {
	
}
.recruit_step .left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 40%;
}
.recruit_step .right {
    width: 60%;
    margin-left: auto;
    padding-left: 15px;
}
.recruit_step .step_label {
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    color: var(--navy);
    font-weight: 500;
}
.recruit_step .step_label span {
    font-size: 26px;
}
.recruit_step .step_title {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 75%;
    padding-left: 30px;
}
.recruit_step .step_title img {
	width: 90px;
}
.recruit_step .step_title h3 {
    display: inline-block;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.recruit_step .step_text {
    font-size: 13px;
    line-height: 1.8;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}


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

.recruit_type_list li a {
	position: relative;
    display: block;
    color: #000;
}
.recruit_type_list li a:hover {
    opacity: .7;
    text-decoration: none;
    transition: .8s;
}
.recruit_type_list a:hover img {
    transform: scale(1.1);
    transition-duration: .8s;
}
.recruit_type_list li .img {
	overflow: hidden;
    width: 100%;
    height: auto;
}
.recruit_type_list li .img img {
	width: 100%;
	height: auto;
    transition-duration: .8s;
}
.recruit_type_list li .tl {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.recruit_frm {
	margin: 50px auto 10px;
	text-align: center;
}


.tel_form_ct_area {
    display: table;
    margin: 0 auto;
}

.tel_form_ct_area .tel_block {
    padding-right: 30px;
}
.tel_form_ct_area .tel_block .tel_sub {
    margin-bottom: 3px;
    font-size: 16px;
}
.tel_form_ct_area .btn_contact {
    height: 64px;
    text-align: center;
    padding: 22px 5px;
}


/* メッセージ
----------------------------------------------------------- */

body.home section.message {
    padding: 120px 0px;
}
.message {
	position: relative;
}
.message:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(./images/message_bk.jpg) top center no-repeat;
    background-size: cover;
}

@media screen and ( min-width:760px ) {
	.c_m  {
	    position: relative;
	    z-index: 1;
	    width: 586px;
	    height: 320px;
	    margin: 0 auto;
	    -webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	    -webkit-text-orientation: upright;
	    text-orientation: upright;
	}
	.c_m .tl {
	    font-size: 24px;
	    font-weight: 600;
	    margin-left: 45px;
    	letter-spacing: 8px;
	}
	.c_m p {
	    margin-left: 30px;
	    font-size: 16px;
	    line-height: 2.4;
    	letter-spacing: 2.5px;
	}

}

@media (min-width: 768px) {

	.message .bg {
	    top: -94px;
	    left: -37px;
	    font-size: 130px;
	    letter-spacing: -.03em;
	}

}



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

body.home section.feature_area {
    position: relative;
    margin-top: -90px;
    padding-top: 200px;
    padding-bottom: 0px;
    z-index: 0;
}
.feature_area:before, .feature_area:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 180px);
}
.feature_area:before {
    background: url(./images/feature_bk.jpg) bottom right no-repeat;
    background-size: cover;
}
.feature_area:after {
    background-color: rgb(227 227 227 / 30%);
}

.feature_list li {
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 30px 10px 0px;
    background: #fff;
    box-shadow: 0 3px 6px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
}
.feature_list li .img {
	
}
.feature_list li .img img {
	width: 100%;
	height: auto;
}

.feature_list li .txt {
    position: relative;
	padding: 35px 20px 20px;
}
.feature_list li .ft_point {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -23px;
    left: 50%;
    z-index: 1;
    width: 45px;
    height: 45px;
    padding-right: 0px;
    background: var(--navy);
    border-radius: 50%;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feature_list li h3 {
	margin-bottom: 10px;
	font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--navy);
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}


/* 代表挨拶と料金表
----------------------------------------------------------- */

body.home .a_f_s_area {
	padding-top: 0px;
}
.a_f_s_list li {
    width: calc(100% / 2 - 2%);
    margin: 1%;
}

.a_f_s_list li a {
    display: block;
    position: relative;
    padding: 0;
}
.a_f_s_list li a:before {
    background-color: rgb(13 52 86 / 70%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
}
.a_f_s_list li a:hover {
    opacity: .8;
    text-decoration: none;
    transition: .8s;
}
.a_f_s_list li a:hover img {
    transform: scale(1.1);
    transition-duration: .9s;
}
.a_f_s_list li a:hover:before {
    background-color: rgb(13 52 86 / 90%);
}
.a_f_s_list li a:hover .txt {
	
}
.a_f_s_list .tl {
    position: relative;
    margin-bottom: 30px;
}
.a_f_s_list li .img {
    width: 100%;
    max-height: 280px;
    overflow: hidden;
}
.a_f_s_list li .img img {
    width: 100%;
	height: auto;
}
.a_f_s_list .txt {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 4rem;
    color: #fff;
    text-align: center;
}


.a_f_s_list li h3 {
    font-size: 18px;
    font-weight: 600;
}

.a_f_s_list li .txt .sub {
    font-size: 30px;
    font-weight: 600;
}


/* case
----------------------------------------------------------- */

.case_area {
	position: relative;
}
.case_area:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100%);
    background: url(./images/case_bk.jpg) top center no-repeat;
    background-size: cover;
}
.case_area .inner {
    position: relative;
    padding: 60px;
    background: rgba(255, 255, 255, 0.7);
}
.case_list {
	margin: 30px 0px 0px;
}

.case_list li {
	width: calc(100% / 2 - 20px);
	margin: 10px;
    box-shadow: 0px 1px 5px 0px rgb(10 86 96 / 20%);
}

.case_list li a {
	position: relative;
	display: block;
    padding: 20px;
	color: #333;
}
.case_list li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.case_list li .c_cate {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 13px;
    background: var(--navy);
    color: #fff;
}
.case_list li .tl {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
}
.c_cate_area {
    padding: 20px 20px 11px 20px;
    background: #f7f7f7;
}
.c_cate_area .c_cate_list li {
    margin: 0px 18px 9px 0px;
}

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

.qa_area {
	position: relative;
}
.qa_area:before {
    content: "";
    position: absolute;
    top: 90px;
    left: 60px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f3f6fb;
    z-index: -1;
}
.qa_area .inner {
    padding-left: 80px;
}
.qa_area .head_title {
    margin: 80px 0px 30px;
}
.qa_area .qa_list {
	padding: 40px 0px 40px 40px;
}
.qa_list {
	width: 100%;
}
.qa_list li {
    width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.qa_list li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.qa_list li a {
    display: block;
    position: relative;
    color: #333;
}
.qa_list li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.qa_list li .c_cate {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 12px;
    font-size: 12px;
    border: 1px solid #555;
}

.qa_list li .tl {
    display: inline;
}
.head_title_qa h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px dotted #555;
}
.head_title_qa h2 .faq_icon {
    margin-right: 20px;
}
.answer_area {
    align-items: flex-start;
}
.answer_area .right {
    width: calc(100% - 50px);
    padding-left: 10px;
}
/* FAQのアイコン */
.faq_icon {
    display: inline-block !important;
    margin-right: 10px;
    padding: 5px 8px 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #cc6969;
}
.faq_icon.answer {
    background: var(--navy);
}
/* column
----------------------------------------------------------- */

.column_list {
	margin: 10px 0px 40px;
}

li.column_li {
	position: relative;
    width: calc(100% / 4 - 20px);
    margin: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgb(163 90 15 / 20%);
}
li.column_li a {
    display: block;
    color: #333;
}
li.column_li a:hover {
    text-decoration: none;
	opacity: 0.8;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}
li.column_li .img {
	overflow: hidden;
    max-height: 186px;
}
li.column_li .img img {
	width: 100%;
	height: auto;
}
li.column_li a:hover img {
    transform: scale(1.1);
    transition-duration: .8s;
}
li.column_li .date {
    position: relative;
}
li.column_li .date span {
    position: relative;
    display: inline-block;
    padding: 5px 12px;
    background: var(--navy);
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
li.column_li .cate_info {
    margin-top: 20px;
    border: 1px solid #505050;
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
}
li.column_li .txt {
    padding: 15px 20px 20px;
}
li.column_li .txt .tl {
    margin: 0px;
	font-size: 15px;
	font-weight: 500;
}
li.column_li .txt p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
}
.column_area .btn {
	margin: 0 auto;
	text-align: center;
}

.archive_cate_area {
	margin-bottom: 30px;
    padding: 15px;
    background: #f5f5f5;
}

ul.archive_cate_list li {
    display: inline-block;
    padding: 12px;
}

ul.archive_cate_list li a {
	color: #333;
}

.relate_sv_ct {
    padding: 20px;
    background: #f5f5f5;
}
.relate_sv_ct h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.relate_sv_ct a {
	color: #333;
	text-decoration: none;
}
.relate_sv_ct .img {
	width: 300px;
}
.relate_sv_ct .txt {
	width: calc( 100% - 300px);
	padding-left: 25px;
}
.relate_sv_ct .txt .tl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}
.relate_sv_ct .txt p {
    font-size: 13px;
}


/* news
----------------------------------------------------------- */

.news_area {
    position: relative;
    z-index: 1;
    width: 100%;
}
.news_area:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./images/news_area.jpg) top center no-repeat;
    background-size: cover;
}
.news_area .inner {
    align-items: center;
    padding: 60px;
    background-color: #fff;
    background-color: #ffffffe6;
}
.news_area .left {
	width: 200px;
}
.news_area .right {
	width: calc(100% - 200px);
	padding-left: 60px;
}
body.home .headline_list {
    margin: 60px auto;
    max-width: 800px;
}
.headline_list li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
.headline_list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.headline_list li span.date {
    padding-top: 3px;
    width: 120px;
    font-size: 14px;
    font-weight: 600;
}
.headline_list li span.title {
    width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.headline_list li a {
	position: relative;
	color: #333;
	text-decoration: underline;
}
.headline_list li a:hover {
	text-decoration: none;
}


/* 装飾
----------------------------------------------------------- */

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 122px;
    padding: 18px 18px 18px 0px;
    border-bottom: 1px solid var(--navy);
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
.dl_base dd {
    width: calc(100% - 122px);
    margin: 0;
    padding: 18px 0px 18px 18px;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}


/* 代表挨拶・代表紹介
----------------------------------------------------------- */

section.sec_mission {
    position: relative;
    margin-top: -120px;
    padding: 120px 0 100px;
    background: url(./images/mission_bk.jpg) bottom right no-repeat;
    background-size: cover;
}
.sec_mission .img {
    margin: 0 auto 30px;
    text-align: center;
}
.sec_mission .sub {
    position: absolute;
    top: -52px;
    left: 50%;
    color: rgb(110 110 110 / 10%);
    font-size: 150px;
    letter-spacing: 3.7px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec_mission .tl {
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 6px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--navy);
}
.sec_mission p {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}


.greeting_area {
	margin-bottom: 40px;
}


.abt_area .abt_area_in {
	
}
.abt_area .abt_area_in .left {
	width: calc(100% - 480px);
	padding-right: 60px;
}
.abt_area .abt_area_in .right {
	width: 480px;
}
.abt_area .abt_area_in .right img {
	width: 100%;
}

.abt_area .abt_name {
    margin-bottom: 30px;
}

.abt_area .abt_name .post {
    margin-bottom: 10px;
    font-size: 16px;
}

.abt_area .abt_name .name h3 {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
}

.abt_area .abt_name .name span {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: -5px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.abt_area ul.abt_cat {
    margin-bottom: 30px;
}

.abt_area ul.abt_cat li {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 7px;
    background: var(--navy);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.abt_area ul.abt_cat li:last-child {
    margin-right: 0;
}
.abt_area p.abt_txt {
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.8;
}

.abt_area .abt_sec {
    margin-top: 30px;
}
.abt_area .abt_sec_in {
    margin-bottom: 40px;
}
.abt_area .abt_sec_in h3 {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.abt_area .abt_sec_in h3 span {
    margin-right: 15px;
    font-size: 20px;
    font-weight: 600;
    color: var(--navy);
}
.abt_area .abt_sec_in h3:after {
    content: "";
    flex: 1;
    display: block;
    position: relative;
    top: 15px;
    height: 1px;
    background-color: var(--border);
}
.abt_area .abt_sec dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.abt_area .abt_sec dt {
    width: 90px;
    font-size: 16px;
    color: var(--navy);
}

.abt_area .abt_sec dd {
    width: calc(100% - 90px);
}

.abt_area .abt_sec .abt_sv_list {
	padding-left: 20px;
}
.abt_area .abt_sec .abt_sv_list li {
    margin-bottom: 10px;
    list-style: disc;
}

.abt_area .abt_sec .abt_sv_list li:last-child,
.abt_area .abt_sec dl:last-child {
	margin-bottom: 0px;
}


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

body.home .cta, .cta {
    position: relative;
    z-index: 3;
    width: 100%;
    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) top center no-repeat;
    background-size: cover;
}

.cta:after {
    background-color: rgb(13 52 86 / 2%);
}
.cta .inner {
	position: relative;
	z-index: 1;
    padding: 40px;
    max-width: 860px;
    background-color: #fff;
}
.cta .cta_tl {
	position: relative;
    margin: 20px 0;
    text-align: center;
}
.cta .cta_tl .sub {
    position: absolute;
    top: -40px;
    left: 50%;
    color: rgb(16 102 135 / 5%);
    font-size: 110px;
    letter-spacing: 3.7px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cta .cta_tl p {
    font-size: 16px;
    font-weight: 500;
}
.cta .cta_ct_sec {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.cta .tel_block {
    margin-right: 60px;
}
.cta .cta_ct_sec .button_y {
    min-width: 280px;
    padding: 16px;
    font-size: 16px;
}
.cta .cta_ct_sec .tel_num {
    font-size: 38px;
    letter-spacing: 1px;
	line-height: 1.2;
}
.cta .cta_ct_sec .cta_memo {
    margin-top: 5px;
    font-size: 14px;
}


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

.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;
}
.entry-content p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 28px;
}

.et_author {
    margin-top: -15px;
    margin-bottom: 20px;
}
.et_author h3 {
    margin-top: 20px;
    font-weight: bold;
    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: bold;
}

/* 投稿者 */
#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;
}

/* シェア */

.tl_share h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}
.tl_share h3 span {
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
}
.tl_share h3 span:before, .tl_share h3 span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 1.5em;
    height: 1px;
    background-color: black;
}
.tl_share h3 span:before {
    left: 100%;
    transform: rotate(-45deg);
}
.tl_share h3 span:after {
    right: 100%;
    transform: rotate(45deg);
}

/* チェックリスト */

.entry-content ul,
ul.check_list {
    margin: 20px 0px 30px;
    padding: 20px 10px;
    background: #fdfffc;
    border: 2px solid #b7bbb9;
}

.entry-content ul li,
ul.check_list li {
    position: relative;
    list-style: none;
    padding-bottom: 15px;
    padding-left: 36px;
    margin: 0 0 15px;
    border-bottom: 1px dotted #a3c3b6;
    font-size: 14px;
    font-weight: 600;
}
.entry-content ul li:before,
ul.check_list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.8em;
    width: 12px;
    height: 7px;
    border-left: 3px solid var(--navy);
    border-bottom: 3px solid var(--navy);
    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 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;
}


/* チェックリスト2 */

.label_list {
    margin: 20px 0px 30px;
    padding: 15px;
    background: #f5f5f5;
}
.label_list li {
    display: inline-block;
    margin: 4px 4px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
}

/* 引用 */


.conclusion {
    position: relative;
    border: 2px solid #a5c3ca;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 20px;
}
.con_tl {
    position: relative;
    display: inline-block;
    top: -1.8em;
    padding: 0 10px 0px 28px;
    font-weight: bold;
    color: #158AAD;
    font-size: 16px;
    background: white;
    line-height: 1.2;
}
.con_tl:before {
    left: 0;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    color: #158AAD;
     padding-left: 8px;
}
.conclusion p {
    margin-top: -15px !important;
    margin-bottom: 0px !important;
    color: #126984;
}
/* 引用 */
blockquote {
    position: relative;
    padding: 15px;
    margin: 0px 15px 40px;
    color: #585858;
    border: solid 1px #cecece;
    background: #f7f7f7;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    background: #333;
    color: #FFF;
    font-size: 14px;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    background: #333;
    color: #FFF;
    font-size: 14px;
}

.entry-content blockquote p {
    padding: 0;
    font-size: 14px;
    margin: 10px 0px 20px !important;
    line-height: 24px;
}

blockquote cite {
    padding-top: 5px;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


/* 内部リンクをショートコードでブログカード化
----------------------------------------------------------- */
.blog-card {
    display: block;
	border:1px solid #888;
	word-wrap:break-word;
	max-width:100%;
	margin-bottom: 25px;
}
.single-post .blog-card {
	margin-bottom: 45px;
}
.blog-card a {
    display: table;
    width: 100%;
	color: #333;
    padding: 20px;
    background: #fbfaf8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
 
.blog-card a:hover{
    background: #dcdcdc;
	text-decoration: none;
}
 
.blog-card-thumbnail{
    display: table-cell;
    vertical-align: top;
    width: 80px;
    height: 80px;
}
 
.blog-card-thumbnail img {
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
 
.blog-card-content{
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.blog-card-title{
	padding: 0px 10px 10px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}
 
.blog-card-title::before {
    content: '関連記事';
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #333;
    width: 5em;
    display: block;
    padding: 0.2em;
    margin-bottom: 5px;
    text-align: center;
    /* margin-right: 0.5em; */
}
 
.blog-card-date{
	color:#333;
	font-size:75%;
	margin-right:10px;
}


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

.widget {
	margin-bottom: 20px;
    padding: 0;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgb(11 126 153 / 15%);
}
.widget h2.widget-title {
    padding: 15px 0px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: var(--navy);
}
.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.sd_column_list>li a {
	color: #333;
    line-height: 18px;
}

.widget>ul.sd_column_list>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.sd_column_list>li .img {
	width: 65px;
	height: 65px;
}
.widget>ul.sd_column_list>li img {
    width: 100%;
    height: auto;
}
.widget>ul.sd_column_list>li .txt {
    width: calc(100% - 65px);
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.4;
}
.widget>ul.sd_column_list>li h3 {
	font-size: 14px;
	font-weight: 500;
}
.widget>ul.sd_menu {
	padding: 0px;
}
.widget>ul.sd_menu li {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}
.widget>ul.sd_menu a {
    display: block;
    padding: 20px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d5dbe2;
    color: #333;
    transition: .5s;
}
.widget>ul.sd_menu a:hover,
.widget>ul.sd_menu a.active {
	padding-left: 20px;
	text-decoration: none;
    color: var(--navy);
}
.widget>ul.sd_menu a:hover h3:after,
.widget>ul.sd_menu a.active h3:after {
	content: ">";
    padding-left: 10px;
    color: var(--navy);
    transition: .5s;
}

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

.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 {
    font-size: 12px !important;
    display: inline-block;
    padding: 2px 8px;
    margin: 3px 3px;
    background-color: #eaeaea;
    color: #777;
    border-radius: 5px;
}
.category_tag a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f02e";
    padding-right: 3px;
}
.category_tag a:hover {
    text-decoration: none;
    background-color: #333;
    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:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f02c";
    padding-right: 3px;
}
.tagcloud a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}

/* 弁護士費用
----------------------------------------------------------- */
.cost_area_list {
    margin: 40px auto;
    justify-content: space-between
}
.cost_area_list li {
	margin-right: 2%;
	width: calc(100% / 2 - 3%);
    padding: 30px;
    text-align: center;
    border: 2px solid var(--navy);
}

.cost_area_list li:last-child {
	margin-right: 0%;
}
.cost_area_list li .name {
	display: inline-block;
    margin: 0 auto;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #fff;
    background-color: var(--navy);
}
.cost_area_list li .cost_price {
	margin: 10px 0px;
	font-size: 20px;
    color: var(--navy);
}
.cost_area_list li .cost_price span {
    font-size: 42px;
}
.cost_area_list li p {
	
}

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

.form_area {
    width: 80%;
    margin: 0 auto 40px;
    padding: 40px;
    box-shadow: 0px 0px 10px 2px rgb(11 126 153 / 15%);
}
.form_list {
	margin-top: 40px;
}
.form_list p {
    text-align: left;
}
.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: 240px;
	min-width: 240px;
	max-width: 240px;
	padding-right: 20px;
	border-right: 1px dotted #999;
    font-weight: 500;
}
.form_list li .td {
	width: 100%;
    padding-left: 3%;
}
.form_list li .td .txt {
    margin-top: 8px;
    display: block;
    font-size: 12px;
    color: #555;
}
.form_list li .td input {
	width: 100%;
}
.form_list li .td input[type="radio"],
.form_list li .td input[type="checkbox"]  {
    width: auto;
}
.form_list li .td input.readonly {
    background: #ddd;
    color: #6c6c6c;
}
.form_list li input#zipcd {
    width: 30%;
}
.form_list li input#address {
    width: calc(100% - 108px);
    position: relative;
}
.form_list li input.tel_fm {
    width: 25%;
}

.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: 42%;
}
.form_list li .td.contact_type_area label {
	display: block;
}
.form_list li input.resume,
.form_list li input.vitae {
    width: 80%;
}

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

.form_list .button_n {
    width: 170px;
    min-width: 170px;
}
body.confim .form_list .button_n {
    margin-left: 12px;
    width: 170px;
    min-width: 170px;
}

.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;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
}
.free {
    display:inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    background-color: #4E94E4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 11px;
}

.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;
}
.mw_wp_form .vertical-item {
    display: inline-block !important;
}
.form_list li .td label {
    display: inline-block;
    min-width: 149px;
}
.policy_check {
    margin-top: 20px;
    text-align: center;
}
.caution {
    margin: 0 auto 30px;
    border: 1px solid #efd18f;
    padding: 15px;
    background: #fffedb;
    text-align: center;
    font-weight: bold;
    color: #e24848;
    line-height: 24px;
}
.caution p {
    color: #e24848;
}

.form_list .horizontal-item label {
    display: inline-block;
}
.form_list .button_n2 {
	margin-right: 15px;
}

/* company */

.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: bold;
    width: 20%;
    clear: both;
    min-width: 150px;
}
#content .form_area dd {
    width: 80%;
    margin-bottom: 0px;
    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: 20px 20px 0px;
    height: 220px;
    overflow-y: scroll;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
}
.scr_area h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.scr_area span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.scr_area p {
    margin-bottom: 20px;
    font-size: 13px;
}
/* 確認画面で非表示 */
.mw_wp_form_confirm .scr_area {
    display: none;
}

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

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

/* contacの流れ */

.flow_contact_list {
    margin: 40px auto 20px;
}
.flow_contact_list li {
    width: calc(100% / 4);
    text-align: center;
}
.flow_contact_list li .img img {
    height: 80px;
}
.flow_contact_list li .txt {
	
}
.flow_contact_list li .txt .step {
    display: inline-block;
    margin-bottom: 15px;
    padding: 3px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.flow_contact_list li .txt .tl {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
}


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

.fee_area .wrap {
	margin-bottom: 40px;
}
/*
.fee_area .wrap:last-child {
	margin-bottom: 0px;
}
*/
.fee_area p.p_sub {
    font-size: 13px;
    color: #374c58;
}
.fee_area .sub_tl {
    margin-top: 20px;
    color: var(--navy);
    font-size: 15px;
}
.fee_area .sub_tl h3 {
    font-weight: 500;
}

.fee_area .wrap table.tl_base {
	margin-bottom: 10px;
}
.fee_area .wrap .tl_base tbody th {
    min-width: 100px;
    max-width: 100px;
}
.fee_area .fee_price_row {
    margin-bottom: 15px;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
    border: 2px solid var(--navy);
}

.fee_ex_list li {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.fee_ex_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.fee_ex_list li .num {
	width: 60px;
    padding: 20px 5px;
    text-align: center;
    background: var(--blue);
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
}
.fee_ex_list li .num span {
    display: block;
    margin-top: 5px;
    font-size: 28px;
}

.fee_ex_list li .right {
	width: calc(100% - 60px);
	padding-left: 20px;
}
.fee_ex_list li .txt {
	
}
.fee_ex_list li .ans {
    margin: 10px 0px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    border: 2px solid var(--navy);
}
.fee_ex_list li .memo {
    font-size: 13px;
    color: #374c58;
}


/* table
----------------------------------------------------------- */


table {
    width: 100%;
    font-family: 'Noto Sans JP';
}

/* 基本テーブル */

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

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

.tl_base td, .tl_base th {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #c2c4c5;
    padding: 15px;
}
.tl_base tr {
    display: table-row;
}
.tl_base tbody th  {
    min-width: 200px;
    background: var(--navy);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.tl_base th.th_2 {
    width: 12%;
    background: #F7F7EB;
    color: #71531d;
    font-weight: normal;
}
.tl_base td {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
}
.tl_base td .num {
    font-size: 16px;
}
.tl_base td .fee_memo {
    font-size: 13px;
    font-weight: normal;
}
table.tl_base.price_table td {
    font-size: 16px;
}
/* table */

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


.entry-content table th,
.entry-content table td {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #cdcdcd;
}
.entry-content table th {
    min-width: 200px;
    background: var(--navy);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.entry-content table td {
    font-size: 13px;
}


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

.ori_pagenavi {
    clear: both;
    padding: 40px 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: #989898;
}
 
.ori_pagenavi a:hover{
    color:#fff;
    background: var(--navy);
}
 
.ori_pagenavi .current{
    padding:14px 14px 13px 14px;
    background: var(--navy);
    color: #fff;
}

/* 右下CTA
----------------------------------------------------------- */

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

.ftside_btn .txt {
	margin-bottom: 12px;
    align-items: center;
}
.ftside_btn .woman_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--yellow);
}
.ftside_btn .woman_icon img {
    width: 100%;
    border-radius: 50%;
}
.ftside_btn p {
	width: calc(100% - 70px);
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: left;
}
.ftside_btn .tel_block {
    margin: 8px 0 15px;
}
.ftside_btn .tel_num {
    font-size: 26px;
}
.ftside_btn .tel_num .num:before {
    width: 13px;
    height: 21px;
}
.ftside_btn .tel_block .sub {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.ftside_btn .tel_block .sub span {
    margin-right: 3px;
	font-size: 10px;
}
.ftside_btn .button_y {
    padding: 8px 12px 14px;
    width: 90%;
}
.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(--orange);
    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;
}




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


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


#fnavi .flex_in {
    position: relative;
}
#fnavi .lt_block {
    width: 45%;
}
#fnavi .g_map {
    width: 55%;
	padding-left: 60px;
}
#fnavi .lt_block .img {
	margin-bottom: 10px;
}
#fnavi .lt_block p.ld {
    position: absolute;
    top: -4px;
    left: 50px;
    font-size: 12px;
    letter-spacing: 2px;
}
#fnavi .lt_block .cmp_name {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
}
#fnavi .ft_navi {
	margin-top: 20px;
}
#fnavi .ft_navi li {
    padding: 0 15px 15px 0;
}
#fnavi .ft_navi li:last-child {
    padding-right: 0px;
}
#fnavi .ft_navi li a {
	color: #333;
}
#fnavi p.address {
    margin-top: 30px;
}

#fnavi iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}



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




/* タブレットに適用させるCSS */
@media screen and ( max-width:1024px ) {
	
	
    header .in,#breadcrumb ul,#bread_all ul,#footer_body,
    #side,#side_wrap,#main,#main_area {
        width: 100%;
        float: none;
    }
    .inner,#content .in,.in {
        width: 92%;
        margin: 0 auto;
    }
    body.contact #content .in, body.entry #content .in, body.confirm #content .in, body.comp #content .in, #content.wide .in,body.single-topics #content .in, body.single-column #content .in {
	    max-width: 92%;
	    min-width: 92%;
    	padding: 20px;
	}
    #main {
        margin: 0px;
        border-right: 0px;
    	padding: 0px;
    	padding: 20px; /* 20200519 */
    }
    #side {
		margin-top: 20px;
    }
	
	
	#g_navi .nav>ul>li>a {
	    padding: 26px 10px;
	    font-size: 12px;
	}

}

@media screen and ( max-width:920px ) {
	
	
	#g_navi .nav>ul>li>a {
    	padding: 26px 8px;
	}
	
}
@media screen and ( max-width:840px ) {
	
	
	#g_navi .nav>ul>li>a {
	    padding: 26px 6px;
	    font-size: 11px;
	}
	.g_navi_sub {
	    right: 124px;
	}
	.btn_contact {
	    width: 112px;
	    font-size: 13px;
	}
}
/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {

    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    .home #wrapper {
	    padding-top: 0px;
	}
	p {
	    font-size: 13px;
	}
	
    /* snsボタン
    ----------------------------------------------------*/
    
    .sns li a {
        font-size: 15px !important;
        letter-spacing: 0px;
        padding: 15px 3px;
    }
    .sns li a .fa {
        font-size: 15px;
    }
    
    /* lauout
    ----------------------------------------------------*/
	.header_bg2 {
		width: 100%;
	}
	.logo_menu {
		width: 100%;
		height: 64px;
	}
	.header_bg2.fixed {
		height: 64px;
	}
	header.header_bg2 .site_logo {
	    top: 16px;
	    left: 10px;
	}
	header.header_bg2 .site_logo img {
	    position: relative;
	    width: 180px;
	}
	.site_logo p.ld {
        margin-top: 22px;
        margin-left: 10px;
        font-size: 1.2vh;
	}
	
    .header_bg .eyecatch {
	    margin-top: 135px;
	    padding: 0px 5px;
	}
	.header_bg h1 {
		font-size: 28px;
	    line-height: 36px;
	}
	.header_bg p {
	    font-size: 10px;
	    letter-spacing: 3.5px;
	    word-break: normal;
	}
    img {
        max-width: 100%;
        height: auto;
    }
    .section {
        clear: both;
        width:100%;
    }
    body.home section,
    section {
	    padding: 90px 0px;
	}
    #content.wide .in {
	    width: 92%;
	    padding: 20px;
	    min-width: auto;
    }
	.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 {
	    line-height: 1.4;
    	font-size: 22px;
    	letter-spacing: 1.5px;
    }
	body.home .head_title h2 span.sub {
	    font-size: 42px;
	}
    .entry-content .smr_tl {
    	margin: 20px 0px;
    }
    .page .entry-content h2 {
        font-size: 16px;
    }
    #content {
        padding: 20px 0px 40px;
    }
    .single .entry-content h2 {
        font-size: 18px;
    }
    .single .entry-content h3 {
        font-size: 16px;
	    line-height: 26px;
	    padding: 15px 0px 15px 10px;
    }
    
    body.single-service #content .in, body.flow #content .in {
	    padding: 0px 10px;
	    background: #fff;
	    box-shadow: none;
	}

    /* eyecatch
    ----------------------------------------------------------- */
    
    #eyecatch {
    	height: 440px;
	}
	.inner-content {
	    left: 10%;
    	width: 85%;
	}
	.inner-content h1 {
        font-size: 7.3vw;
	    line-height: 1.4;
	    letter-spacing: 0.5px;
	}
	.inner-content .sub {
    	margin-left: 5px;
        letter-spacing: 1.5px;
        font-size: 2.1vw;
	}
	#eyecatch p.eye_txt {
        font-size: 3vw;
	    letter-spacing: 1px;
	}
	#opening {
    	left: 5%;
    }
	.scrool-area {
    	left: 2.5%;
    }
    /* TOP
    ----------------------------------------------------------- */
	
	body.home section.message {
	    padding: 90px 0px;
	}
	
	.message .tl {
	    margin-bottom: 15px;
	    font-size: 20px;
	    letter-spacing: 3px;
	}
	.message .c_m p {
	    margin-top: 15px;
	}

	body.home section.feature_area {
	    padding-top: 160px;
	    padding-bottom: 90px;
	}
	.feature_area:before {
	    height: 100%;
	    background: url(./images/feature_bk_mb.jpg) top right no-repeat;
		background-size: cover;
	}
	.feature_area:after {
		content: none;
	}
	.feature_area .tl_t {
	    margin-bottom: 0px;
	}
	.feature_area .tl_t h2 {
	    font-size: 2vh;
	}
	.feature_list {
        position: relative;
        padding-bottom: 10px;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: inherit;
	}
	.feature_list li {
        width: 82%;
        margin: 0px 5% 20px 0px;
        flex-shrink: 0;
	}
	.feature_list li h3 {
	    font-size: 18px;
	}
	.feature_list li .tl_img {
	    min-height: auto;
	    margin-bottom: 5px;
	}	
	.feature_list li .num span {
	    font-size: 46px;
	}
	
	.top_sep_img {
	    height: 140px;
	}
	
	
	.a_f_s_list li {
	    width: 96%;
	    margin: 0 auto 30px;
	}
	.a_f_s_list li .img {
	    max-height: 180px;
	}
	.a_f_s_list li .txt .sub {
	    font-size: 12px;
	    font-weight: 500;
	}
	.a_f_s_list li h3 {
	    font-size: 18px;
	    font-weight: 600;
	    letter-spacing: 3px;
	}

	body.home section.company_area {
	    padding-top: 60px;
	}
	.company_area .left,
	.company_area .right {
	    width: 100%;
	    padding-left: 0px;
	}
	.company_area .img {
        max-height: 240px;
        overflow: hidden;
    }
	.company_area .txt {
	    margin-top: 25px;
	}
	.company_area .right .sub_2 {
	    display: none;
	    font-size: 62px;
	}
	.company_area:before {
	    top: 0px;
	    width: 75%;
	    height: 100%;
	}
	.headline_list li span.date {
	    width: 96px;
	}
	.headline_list li span.title {
	    width: calc(100% - 96px);
	}
	.case_list li {
	    width: 100%;
	    margin: 10px auto;
	}
	.case_area .inner {
	    padding: 20px;
	}
	.case_list li .c_cate {
	    padding: 4px 12px;
	    font-size: 11px;
	}
	.case_list li .tl {
	    font-size: 13px;
	}
	.qa_area:before {
	    top: 90px;
	    left: 30px;
	}
	.qa_area .inner {
		padding-left: 0px;
	}
	.qa_list li .tl {
	    margin-top: 10px;
	    display: inline-block;
	    font-size: 13px;
	}
	body.home section.cta,
	.cta {
	    padding: 60px 0px 60px;
	}
	.cta .inner {
        width: 90%;
	    padding: 20px;
	}
	.cta .cta_tl {
	    margin: 30px 0 0px;
	}
	.cta .cta_tl .sub {
	    top: 0px;
        font-size: 8vh;
	    letter-spacing: 2px;
	}
	.cta .cta_tl p {
        font-size: 1.8vh;
	}
	.cta_ct_sec.flex_in {
	    padding: 15px 15px;
	}
	
	.cta .cta_ct_sec .tel_block,
	.cta .cta_ct_sec .frm_block {
	    width: 100%;
	}
	.cta .cta_ct_sec .tel_block {
    	margin: 0px 0px 25px;
	}
	.cta .cta_ct_sec .tel_num {
        font-size: 3.6vh;
	}
	.cta .cta_ct_sec .tel_num a {
		
	}
	.cta .cta_ct_sec .button_y {
	    width: 90%;
	    padding: 16px 0px;
    	font-size: 14px;
	}
	section.sec_outline {
	    padding: 20px 0px;
	}
	.about_area {
    	padding-bottom: 40px;
	}
	.about_area h3 {
	    font-size: 18px;
	}
	.about_area .flex_in {
		
	}
	.about_area .flex_in .mb {
	    order: 4;
    	width: 100%;
	}
	.about_area .img {
	    width: 100%;
	}
	.about_area .txt {
	    width: 100%;
	    padding: 20px 0px 0px;
	}
	.about_area .txt .btn {
	    margin: 20px 0px;
	    text-align: center;
	}
		
	body.home .service_list {
	    margin: 40px 0px 0px;
	}
	.service_list li {
	    width: 100%;
        margin: 0 auto 20px;
        padding: 0;
	}
	.service_list li:last-child {
	    margin-bottom: 0px;
	}
	.service_list li a {
        padding: 15px 10px;
    }
    .service_list li .img {
	    width: 70px;
	    padding: 10px;
	}
	.service_list li .txt {
	    width: calc(100% - 70px);
	    padding: 5px 0 0 5px;
	}
	.service_list li .tl h3 {
	    font-size: 16px;
	}
	.service_list li p {
    	margin-top: 6px;
	    font-size: 12px;
	}
	.service_list .viewbtn {
	    bottom: -8px;
	    right: 1px;
	    font-size: 10px;
	}
	
	
	.staff_p_list>li {
    	width: 100%;
    	margin: 0px 0px 30px;
    	padding: 20px;
    }
	.news_area .inner {
	    display: block;
	    padding: 30px;
	}
	.news_area .left,
	.news_area .right {
	    width: 100%;
	    padding: 0px;
	}
	.news_area .btn {
	    margin-top: 30px;
	    text-align: center;
	}
	.head_title_2 .sub {
    	font-size: 24px;
	}
	.head_title_2 .t_m {
	    font-size: 12px;
	    padding-left: 15px;
	}
	.dl_base dt {
		width: 90px !important;
	}
	.dl_base dd {
    	width: calc(100% - 90px) !important;
	    font-size: 13px;
	}
	
    /* lead
    ----------------------------------------------------------- */

	.lead {
		
	}
	
	.lead .inner {
	    height: 120px;
	}

	.lead span {
        padding-left: 35px;
	    font-size: 11px;
	}
	.lead span:after {
	    width: 25px;
	}
	.lead h1, .lead .lead_tl {
	    font-size: 18px;
	}
	.lead .txt {
        padding: 5px 0 0 10px;
	}
	#breadcrumb {
	    padding: 20px 12px;
	}
	#breadcrumb li {
	    padding-right: 34px;
        font-size: 9px;
	}
	#breadcrumb li a:after {
        width: 12px;
        right: 11px;
	}
	
	
	
	
	.lead .img {
	    width: 100%;
	    order: 0;
	}
	
	.lead .img figure {
	    padding-bottom: 0%;
	    height: 160px;
	}
	.lead_2 .txt {
	    height: 100px;
	}
	.lead_2 .txt h1 {
	    font-size: 16px;
	}
	#breadcrumb.type2 {
	    margin-top: 10px;
	    padding: 0px;
	    left: 0px;
	}
	.entry-content ul li, .entry-content ul li, ul.check_list li {
	    padding-bottom: 12px;
	    margin: 0 0 12px;
	    font-size: 13px;
	}
	.access_area .right iframe {
	    height: 260px;
	}
	.access_area.flex_in {
		display: block;
	}
	.access_area .left, .access_area .right {
		width: 100%;
		padding: 0px;
	}
	.access_area .left {
	}
	.access_area .right {
		margin-top: 40px;
	}
	.access_area .google-maps {
	    padding-bottom: 50%;
	}
	
	.staff_p_list li .left,
	.staff_p_list li .right,
	.staff_p_list li .left,
	.staff_p_list li:nth-child(2n) .right {
		width: 100%;
		padding: 0px;
	}
	.staff_p_list li .right {
		margin-top: 0px;
	}
	.staff_p_list li .name {
	    font-size: 24px;
	}
	
	
	
	.message .tl {
	    margin-bottom: 20px;
	    font-size: 22px;
	}
	.message .hed_detail {
	    margin-left: 0px;
	    width: 100%;
	}
	.message .message_img {
	    margin-bottom: 20px;
	}
	.message .bg {
	    z-index: -1;
	}
	#content.sv_detail {
	    margin-top: 0px;
	}
	.service_list_detail li {
	    margin-bottom: 50px;
	    padding: 20px;
	}
	.service_list_detail .head_title {
        margin: 15px 0 50px;
	}
	.service_list_detail li .icon {
	    transform: translateY(-3rem);
	}
	.service_list_detail li .icon img {
	    width: 36px;
	}
	.service_list_detail li .sv_lead_txt {
	    font-size: 14px;
	}
	.service_list_detail li .sv_flex {
	    display: block;
	    margin-top: 20px;
	}
	.service_list_detail li .img,
	.service_list_detail li .txt {
		width: 100%;
	}
	.service_list_detail li .txt {
	    padding: 0;
	    margin-top: 20px;
	}
	section.sec_mission {
	    margin-top: -74px;
        padding: 90px 0 60px;
	}
	.sec_mission .sub {
	    top: -16px;
	    font-size: 11vh;
	}
	.sec_mission .tl {
	    margin-bottom: 15px;
	    letter-spacing: 3px;
	    font-size: 3.1vh;
	}
	.sec_mission p {
	    font-size: 13px;
	}
	section.abt_area {
		padding: 0px;
	}
	.abt_area .abt_area_in {
	    margin-top: 20px;
	}
	.abt_area .abt_area_in .left {
	    width: 100%;
	    padding-right: 0px;
	}
	.abt_area .abt_name {
	    margin-top: 20px;
	    margin-bottom: 20px;
	    padding-bottom: 15px;
	}
	.abt_area .abt_name .post {
	    margin-bottom: 3px;
	    font-size: 12px;
	}
	.abt_area .abt_name .name h3 {
	    font-size: 22px;
	}
	.abt_area .abt_name .name span {
	    top: -4px;
	    font-size: 10px;
	}
	.abt_area ul.abt_cat {
	    margin-bottom: 20px;
	}
	.abt_area ul.abt_cat li {
	    margin: 4px;
	    padding: 4px 4px;
	    font-size: 11px;
	}
	.abt_area p.abt_txt {
	    font-size: 13px;
	}
	.abt_area .abt_sec dt {
	    width: 60px;
	    font-size: 16px;
	}
	.abt_area .abt_sec dd {
	    width: calc(100% - 60px);
	    padding-top: 3px;
	    font-size: 12px;
	}
	.cost_area_list li {
    	margin: 0 0 20px;
    	padding: 20px;
	    width: 100%;
    }

    /* 記事一覧
    ----------------------------------------------------------- */
    
    li.column_li {
    	width: 100%;
    	margin: 10px 5px;
    }
    li.column_li .txt .tl {
		margin-bottom: 0px;
    	font-size: 14px;
	}
    li.column_li .txt p {
	    display: none;
	}
    ul.news_list li.news_li {
	    display: block;
    	padding: 20px 0px;
	}
    ul.news_list .date_cat, ul.news_list .txt {
	    display: block;
	}
	ul.news_list .date_cat {
	    width: 100%;
	    margin-bottom: 10px;
	}
	ul.dep_sec li {
	    width: 100%;
	    margin: 2% 0%;
	}
	ul.dep_sec li .status {
	    font-size: 10px;
	}
	.calt_list_1 li {
		width: 100%;
	}
	.calt_list_1 li .left,
	.calt_list_1 li .right {
    	width: 100%;
    	padding: 0;
    }
    .calt_list_1 li .left {
    	padding: 6px 12px;
    	text-align: left;
	}
    .calt_list_1 li .right {
		margin-top: 15px;
	}
	.calt_list_1 li .left .tl {
	    position: relative;
	    top: -10px;
	    left: 6px;
	    display: inline-block;
	    margin-bottom: 0px;
    	padding-right: 5px;
	    font-size: 15px;
	}
	.calt_list_1 li .left span.m {
	    top: -10px;
	}
	.calt_list_1 li .left span.gf {
	    font-size: 54px;
	}
	body.single-word .box, body.tax-genre .box, body.word .box, body.faq .box {
	    padding: 30px;
	}
    /* 記事詳細
    ----------------------------------------------------------- */
    .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%;
    }
    .entry-header {
    	padding-bottom: 20px;
    	margin-bottom: 25px;
	}
    body.single .entry-header .head_title {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }
    body.single .entry-header h1.entry-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .entry-content p {
        font-size: 14px;
    	line-height: 26px;
    }
    .head_area2 h1, .head_area2 h2 {
		margin-bottom: 30px;
	}
    .single .entry-content h2, .in #main h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .entry-content h3 {
	    font-size: 18px;
	}
	.base_tl h4,
	.entry-content h4 {
	    font-size: 15px;
	    line-height: 26px;
	}

    /* 細部の修正
    ----------------------------------------------------------- */
    
    .tl_base tbody th {
    	min-width: 78px;
    }
    
    .bgata_table.tl_base tbody th {
	    min-width: 65px;
	}
	
	.prof_area .img {
	    float: none;
	    width: 100%;
	}
	.prof_area .prof_info .wrap {
	    position: absolute;
	    width: 100%;
	    padding: 12px 16px;
	    top: auto;
	    bottom: -43px;
	    background-color: rgb(255 255 255 / 85%);
	}
	.prof_info .post {
	    font-size: 14px;
	}
	.prof_info .name {
	    margin-top: 5px;
	    font-size: 30px;
	}
	.prof_info .furigana.gf {
	    font-size: 11px;
	}
	.prof_txt.inner {
	    margin: 40px auto;
	    padding: 0;
	    box-shadow: none;
	}
	.prof_txt p {
	    font-size: 14px;
	    line-height: 2;
	}
	.prof_guide {
	    background: none;
	}
	.prof_guide li {
	    width: 100%;
	    margin: 0px 0px 15px 0px;
	    padding: 20px;
	    background: #f5f5f5;
	}
	.in #main .relate_sv_ct h2 {
	    font-size: 16px;
	}
	.relate_sv_ct .img,
	.relate_sv_ct .txt {
		width: 100%;
		padding: 0px;
	}
	.relate_sv_ct .img {
		margin-bottom: 15px;
	}
	.service_area p.bg_tl {
	    bottom: -18px;
	    font-size: 108px;
	}
	.service_area .sv_copy {
	    margin-top: 20px;
	    font-size: 16px;
    	line-height: 1.8;
	}
	.swiper.sl_img_area {
	    padding: 20px;
	}
	.service_area .sv_txt {
	    font-size: 13px;
	    line-height: 1.8;
	}
    /* Q&A
    ----------------------------------------------------------- */
	
	body.faq .head_title {
	    margin-bottom: 10px;
	}
	.accbox {
	    width: 100%;
	    padding: 0%;
	}
	.accbox label {
	    padding: 20px 18px 20px 50px;
	    font-size: 14px;
	}
	.faq_icon {
	    top: 22px;
	}

    /* 開閉アイコン
    ----------------------------------------------------------- */

    #panel-btn {
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 20px;
        z-index: 99999;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        /*
        background: #227ca9;*/
    }
    #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_sub {
    	top: 3px;
		right: 6px;
	}
    #g_navi nav {
	    margin: 25px auto 0px;
	}
	#nav-drawer {
		position: absolute;
		top: 20px;
		right: 5px;
		z-index: 99999;
	}
	/*アイコンのスペース*/
	#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: 15px;/*長さ*/
	    border-radius: 3px;
	    background: var(--navy);
	    display: block;
	    content: '';
	    cursor: pointer;
	}
	
	#nav-open span:before {
	    bottom: -6px;
	}
	#nav-open span:after {
	    bottom: -12px;
	}

	/*閉じる用の薄黒カバー*/
	#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: 330px;
	    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(--navy);
	    -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: bold;
	    letter-spacing: 3px;
	    color: #fff;
	    background: var(--navy);
	}
    #nav-content ul {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	}
    #nav-content .nav>ul>li {
	    width: 100%;
	    height: auto;
	    float: none;
	    padding: 0px;
    }
    #nav-content .nav>ul>li>a {
	    display: block;
	    vertical-align: middle;
	    width: 100%;
	    color: #fff !important;
	    height: auto;
	    padding: 20px 0px 20px 0px;
    }
    #g_navi .nav>ul>li.active a span.gf,
    #g_navi .nav>ul>li a span.gf {
		color: #fff !important;
	}
    #g_navi .nav>ul>li>a:hover, #g_navi .nav>ul>li.active a {
		
	}
    #nav-content .nav>ul>li>a:hover {
        text-decoration:none;
    }
	#g_navi .nav>ul>li>a:after {
	    content: none;
	}
	#g_navi .mb_navi_btn {
		
    	text-align: center;
	}
	#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 {
	    color: #fff;
	}
	#g_navi .mb_navi_btn .tel_num a {
		color :#fff;
	}
	#g_navi .mb_navi_btn .tel_block .tel_sub {
	    letter-spacing: 1.5px;
	}
	#g_navi .mb_navi_btn .frm_block {
    	padding-top: 5px;
	}
	#g_navi .mb_navi_btn .button_y {
	    margin-top: 30px;
	    display: inline-block;
	    min-width: 90%;
	    width: 90%;
	    border: 1px solid #fff;
	    border-radius: 30px;
	}
	#g_navi .mb_navi_btn .navi_ft_logo {
		padding: 20px;
	}


	#nav-content .nav-item_sub {
	    padding: 15px;
	}
	#nav-content .nav-item_sub .inner {
    	width: 100%;
    }
	#nav-content .nav-item_sub ul.service_list {
    	display: block;
	    margin: 0px;
	}
	#g_navi .service_list li {
    	width: 100%;
	    margin: 0px 0px 15px;
	}
	#g_navi .service_list li .img {
	    width: 100px;
	}
	#g_navi .service_list li .icon {
		display: none;
	}
	#g_navi .service_list li .txt {
	    width: calc(100% - 100px);
	    padding: 0px 15px;
	}
	#g_navi .service_list li h3 {
	    margin: 0px;
	    font-size: 12px;
	}

	/* 閉じるボタン */
	#nav-drawer .close {
	    position: absolute;
	    top: 24px;
	    right: 20px;
	    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_btn {
	    position: relative;
	    margin-top: 15px;
	    text-align: center;
	}
	.header_btn a.button_y {
    	min-width: 200px;
    	padding: 18px 28px;
	}
	.header_btn a.button_y img {
	    width: 24px;
	    margin-right: 5px;
	}
	
	
    /* フッター
    ----------------------------------------------------------- */
	

	#fnavi {
	    padding: 60px 0px 0px;
	}

	#fnavi .inner {
	    width: 92%;
	    margin: 0 auto;
	    display: block;
	}
	#fnavi .lt_block {
	    width: 100%;
	}

	#fnavi .lt_block .img {
	    margin: 0 auto 5px;
	    text-align: center;
	}
	#fnavi .lt_block img {
	    width: 220px;
	}
	#fnavi .lt_block .cmp_name {
	    margin-bottom: 15px;
	    font-size: 12px;
	    text-align: center;
	}
	#fnavi .ft_address {
		margin: 15px 0px 20px 0px;
	}
	#fnavi .ft_address p {
	    font-size: 11px;
	}
	/*
	#fnavi .ft_navi li {
	    width: calc(100% / 3 - 14px);
	    margin: 7px;
	}
	*/
	#fnavi .ft_navi li {
	    width: calc(100% / 3);
	    padding: 7px;
	}
	#fnavi .g_map {
	    width: 100%;
	    margin: 30px 0px;
	    padding-left: 0px;
	}
	#fnavi iframe {
	    min-height: 200px;
	}





	
    /* 背景レイヤー
    ----------------------------------------------------------- */
    .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: 98%;
    	padding: 20px 15px;
    }
	.form_list {
	    margin-top: 20px;
	}
    .form_area dt {
        float: none;
        margin-bottom: 12px;
    }
    .form_area dd,
    #content .form_area dd {
    	width: 100%;
    }
  	.form_area .button_n {
    	min-width: 100px;
	}
	body.confim .form_list .button_n {
	    width: 120px;
	    min-width: 120px;
	}
	
	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: 75px;
    	min-width: 75px;
    }
	.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%;
    }
	.form_list li input#address {
    	width: 100%;
    }
	.flow_contact_list li {
	    padding: 10px;
	    width: calc(100% / 2);
	}
	.flow_contact_list li .txt .tl {
	    font-size: 12px;
	}
	.form_list li .td label {
	    min-width: auto;
	    margin: 5px 8px;
	}


	.ftside_btn {
		width: 100%;
	    bottom: 0px;
	    right: 0px;
	}
	.ftside_btn_in {
    	max-width: 100%;
	    padding: 12px;
	}
	.ftside_btn .ftside_set {
		display: flex;
		align-items: baseline;
        max-width: 340px;
        margin: 0 auto;
	}
	.ftside_btn p {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.ftside_btn .ftside_set .tel_block {
	    position: relative;
	    top: 7px;
		width: 60px;
		margin: 0px;
	}
	.ftside_btn .ftside_set .frm_block {
		width: calc(100% - 60px);
		padding-left: 15px;
	}
	.ftside_btn .ftside_set img {
		width: 100%;
	}
	
}

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

	.form_list .button_n2 {
		margin-right: 10px;
	}
	.form_list .button_n2 {
    	min-width: 80px;
    }
    .form_list .button_n {
	    width: 150px;
	    min-width: 150px;
	}
}