@charset "utf-8";


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

.start {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
    background: var(--accent);
    -webkit-animation: slideR 0.6s 3s forwards;
    animation: slideR 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: 96px;
    margin: 0 auto;
}
.site_logo {
    position: absolute;
    top: 16px;
    left: 20px;
}
.site_logo p.ld {
    margin-bottom: 5px;
    color: #555;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.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: 20px;
    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: 38px 12px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #333;
    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: #111;
    text-decoration: none;
    transition: .5s;
    font-weight: 600;
}
#g_navi .nav>ul>li>a span {
    display: block;
}
#g_navi .nav>ul>li>a span.gf {
	display: none;
	margin-top: 0px;
    font-weight: 500;
    font-size: 13px;
    color: #333;
    line-height: 1;
}

#g_navi .service_list li a {
    display: flex;
    align-items: center;
}


/* 固定 */
.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: 14px;
    right: 12px;
}

.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: 36px;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 1;
    text-transform: none;
}
.tel_num span {
    padding-right: 3px;
    letter-spacing: 1px;
    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: 500;
    text-align: center;
}
/* eyecatch
----------------------------------------------------------- */

#eyecatch {
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 3;
    height: 400px;
}
#eyecatch:before {
    background: rgb(0 110 151 / 58%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 2;
}
.inner-content {
    position: relative;
    z-index: 3;
    text-align: center;
}
.inner-content .sub,
.inner-content h1,
#eyecatch p.eye_txt {
    color: #fff;
}
.inner-content h1 {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 8px;
    font-weight: 500;
    text-align: center;
}

.inner-content .sub {
    margin-left: 3px;
    display: block;
    letter-spacing: 1.8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
}
#eyecatch p.eye_txt {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    margin-left: 7px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
}
/*
.slide-in {
	overflow: hidden;
    display: inline-block;
    padding: 35px 45px;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 92%);
}
*/
.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: 0%;
    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(0 0 0 / 34%);
    */
}
#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 top;
}
/* スライド停止*/
.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: 2.5%;
    bottom: -4%;
    z-index: 9;
    width: 1px;
    height: 120px;
    background-color: #999;
}
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: #999;
    -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
----------------------------------------------------------- */

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

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

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

.lead {
    position: relative;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.lead .txt {
    position: relative;
    width: 40%;
    min-width: 300px;
    padding: 45px 0 65px 50px;
    border-left: 3px solid var(--accent);
}
.lead .txt .area {
    position: relative;
}
.lead .txt .area h1 {
    position: absolute;
    left: 5px;
    bottom: -26px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.lead .txt .area span {
    font-size: 50px;
    line-height: 1;
    color: var(--accent);
    letter-spacing: 2px;
    font-weight: 600;
}
.post-type-archive-consul .lead .txt .area span,
.privacy-policy .lead .txt .area span {
    font-size: 42px;
    letter-spacing: 3px;
}
.lead .txt .tl {
    margin-top: 3px;
	display: flex;
	align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.lead .txt .tl:before {
	content: "";
    width: 2em;
    margin-right: 0.5em;
	border-top: 1px solid;
}

.lead #breadcrumb {
    position: absolute;
    left: 58px;
    bottom: 30px;
    z-index: 3;
    width: 100%;
}
.lead .img {
    margin-top: 30px;
    padding: 0 0 20px 20px;
    width: 60%;
    position: relative;
    z-index: 1;
    background: var(--base);
}
.lead .img figure {
    margin: -30px 0px 0px;
    position: relative;
    padding-bottom: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 390px;
}
body.post-type-archive-precedent .lead .img figure {
    background-position: top;
}
body.post-type-archive-lawyer .lead .img figure {
    background-position: bottom;
}
/*
.lead .img figure:before {
    background-color: rgb(0 166 255 / 20%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
}
*/
.lead_2 {
    position: relative;
    background: url(./images/lead2_bk.jpg) center left no-repeat;
    background-size: cover;
}
.lead_2:before {
    background-color: rgb(67 67 67 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.lead_2 .txt {
    display: table;
    height: 180px;
    text-align: center;
}

.lead_2 .area {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.lead_2 .txt h1 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 500;
}
.lead_2 .en {
    display: none;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1;
}
body.about .lead_2 {
    background: url(./images/about_lead.jpg) center left no-repeat;
    background-size: cover;
}
body.post-type-archive-news .lead_2,
body.single-news .lead_2 {
    background: url(./images/news_lead.jpg) center left no-repeat;
    background-size: cover;
}
body.post-type-archive-schedule .lead_2,
body.single-schedule .lead_2 {
    background: url(./images/schedule_lead.jpg) center left no-repeat;
    background-size: cover;
}
body.activity .lead_2 {
    background: url(./images/activity_lead.jpg) center left no-repeat;
    background-size: cover;
}


#breadcrumb.type2 {
    position: relative;
    padding-top: 30px;
    left: 58px;
}
/* 汎用スタイル
----------------------------------------------------------- */

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

.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 40px;
}
.head_title .sub {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}
/*
.head_title.t_center .sub {
    left: 37%;
}
*/
.head_title h2 {
	position: relative;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
body.home .head_title h2 {
    font-size: 26px;
}

.head_title h2:before {
    content: "";
    position: relative;
    top: -25px;
    left: 0px;
    display: block;
    width: 42px;
    height: 2px;
    border-bottom: 2px solid var(--accent);
}
.head_title.t_center h2:before {
    left: 43.5%;
}
.head_title h2 span {
    display: block;
}
.head_title h2 span.sub {
    font-size: 12px;
}

body.home .head_title h2 span.sub {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
}
body.home .head_title h2:before {
	content: none;
}

.entry-header {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    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: 15px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    background: #f3f3f3;
}


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

.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: var(--base);
    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(--accent);
}
.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: 500;
    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: 300px;
}
.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(57 57 57 / 38%);
    transition: .8s;
}



/* 私たちについて
----------------------------------------------------------- */

section.about_area {
    position: relative;
}

section.about_area .tl {
    width: 360px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 12px;
    line-height: 1.6;
}
section.about_area .flex_in .txt {
	width: calc(100% - 360px);
	padding-left: 40px;
}
section.about_area .flex_in .txt p {
	
}

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

.about_msg_area {
	margin-bottom: 60px;
}
.about_msg_area .img {
    width: 240px;
}
.about_msg_area .img img {
	width: 100%;
	height: auto;
}
.about_msg_area .txt {
    width: calc(100% - 240px);
    padding-left: 40px;
}
.about_msg_area p {
    font-size: 14px;
    line-height: 1.6;
}
.about_msg_area .sign {
	margin: 12px 0 0;
    text-align: right;
}
.about_msg_area .sign span {
    position: relative;
    top: 2px;
	padding: 0 5px;
    font-size: 22px;
    font-weight: 500;
}

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



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

body.home .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 .head_title {
	margin-top: 0px;
}
.news_area .head_title h2:before {
	content: none;
}
.news_area .headline#_list {
    max-width: 860px;
    margin: 60px auto 40px;
}
.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 {
    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;
}
.news_area .btn a {
	margin: 30px 0 0 auto;
}
.schedule_list {
    gap: 20px;
}
.schedule_list li {
    width: calc(100% / 2 - 10px);
}
.schedule_list li a {
    max-width: 100%;
    min-width: 100%;
}
.publication_list {
	gap: 16px;
}
.publication_list li {
	width: calc(100% / 4 - 12px);
}
.publication_list a {
	display: block;
	color: #333;
}
.publication_list .tl {
	margin: 15px 0px 5px;
	font-size: 16px;
	font-weight: 600;
}
.publication_list .img {
}
.publication_list .img img {
	width: 100%;
	height: 100%;
}
.publication_list p {
	font-size: 13px;
    line-height: 1.4;
	color: #555;
}



.smp_list {
    gap: 35px;
	justify-content: space-between;
}
.smp_list li {
	width: calc(100% / 2 - 20px);
}
.smp_list li a {
    position: relative;
    display: block;
    color: #555;
}
.smp_list li a:hover {
	text-decoration: none;
}
.smp_list li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 34px);
    margin-top: 17px;
    background-color: #B2B2B2;
    transition: all .3s;
}
.smp_list li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 34px);
    margin-top: 17px;
    background-color: #B2B2B2;
    transition: all .3s;
}

.smp_list li a:hover:before,
.smp_list li a:hover:after {
    height: 100%;
    margin-top: 0;
    background-color: #111;
}
.smp_list li a .txt {
    position: relative;
    padding: 70px 0 70px 80px;
}
.smp_list li a .txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #B2B2B2;
    transition: all .3s;
}

.smp_list li a:hover .txt:before,
.smp_list li a:hover .txt:after {
    left: 0;
    width: 100%;
    background-color: #111;
}

.smp_list li a .txt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #B2B2B2;
    transition: all .3s;
}
.smp_list li a .sub {
    position: relative;
    display: block;
    margin-bottom: 3px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
}
.smp_list li a .tl {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 3px;
}
.smp_list li a .tl.icon-blank:after {
    margin-top: -3px;
    right: -13px;
}
.smp_list li a .link_arrow {
    position: absolute;
    bottom: 10%;
    right: 6%;
    z-index: 9;
    display: inline-block;
    transition: .5s;
}
.smp_list li a .link_arrow:after {
    content: '';
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 42px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: skewX(45deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -o-transform: skew(45deg);
    transition: .5s;
}
.smp_list li a:hover .link_arrow {
    right: 4%;
}


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

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 122px;
    padding: 20px 18px 18px 0px;
    border-bottom: 2px solid var(--accent);
    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: 2px solid #ddd;
}
.access_guide {
    margin-top: 30px;
    counter-reset: number 0;
}
.access_guide li {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 10px;
}
.access_guide li .img {
    width: 280px;
}
.access_guide li .img img {
    width: 100%;
}
.access_guide li .txt {
    width: calc(100% - 280px);
    padding-left: 30px;
    counter-increment: number;
}
.access_guide li .txt:before {
    display: block;
    margin-bottom: 5px;
    content: "0" counter(number) "";
    font-size: 30px;
    font-style: italic;
}

ul.sitemap li {
    width: calc(100% / 3 - 10px);
    margin: 10px 5px;
}
ul.sitemap li a {
    position: relative;
    color: #555;
}
ul.sitemap li a:before {
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 10px;
    content: "";
    height: 1px;
    width: 10px;
    background: #555;
}


.aca_wrap .img {
	margin-bottom: 15px;
}
@media screen and ( min-width:760px ) {
	.aca_wrap {
    	align-items: center;
	}
	.aca_wrap .img {
		width: 300px;
		margin-bottom: 0px;
	}
	.aca_wrap .img img {
		width: 100%;
		height: auto;
	}
	.aca_wrap p {
		width: calc(100% - 300px);
		padding-left: 30px;
	}
}
/* 詳細系
----------------------------------------------------------- */

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-bottom: 30px;
    line-height: 2;
}

.single .entry-content p,
.page .entry-content p {
    margin-bottom: 30px;
}
.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: 0;
    right: 0;
    text-align: right;
}
body.single-case .entry-header .category_tag {
    top: -40px;
}
/* 記事内のタグ等 */
.add_lnk_area {
    padding: 20px 15px;
    background: var(--base);
}
.add_lnk_area li {
    padding: 5px;
    display: inline-block;
}
.add_lnk_area li .name {
    display: inline-block;
    padding-right: 3px;
    font-weight: 500;
}

/* 関連ポスト */
.relate_post {
    margin-top: 60px;
    border-top: 1px solid #ddd;
}
.relate_post .case_list {
    margin-top: 30px;
}

.relate_post .btn a {
    margin: 30px auto 0px;
}

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

/* チェックリスト */

.entry-content ol,
.entry-content ul,
ul.check_list {
    margin: 20px 0px 30px;
    padding: 20px 20px 20px 40px;
    border: 1px solid #ddd;
}
.entry-content ol li,
.entry-content ul li,
ul.check_list li {
    position: relative;
    list-style: disc;
    margin-bottom: 15px;
    font-weight: 500;
}
.entry-content ol li {
    list-style: decimal;
}
.entry-content ol li:last-child,
.entry-content ul li:last-child,
ul.check_list li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.entry-content ol li p,
.entry-content ul li p,
ul.check_list li p {
    padding-left: 15px;
    margin-bottom: 5px !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 8px;
}


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

.check_list_2 {
    margin: 20px 0px 30px;
    padding: 20px;
    background: #f5f5f5;
}
.check_list_2 li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.check_list_2 li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}


.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 15px 15px 40px;
    margin: 30px 0px;
    color: #555;
    background: var(--base);
}
blockquote:before{
    position: absolute;
    top: 15px;
    left: 15px;
    content: '”';
    font-size: 36px;
    line-height: 1;
}
.pre_area blockquote p,
.entry-content blockquote p {
    margin: 0px !important;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

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


/* カテゴリー */

.category_tag a,
.tagcloud a  {
    font-size: 12px;
    display: inline-block;
    padding: 2px 10px;
    margin: 3px 3px;
    background-color: #fff;
    border: 1px solid #999;
    color: #555;
}
.category_tag a:hover,
.tagcloud a:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--accent);
}


#toc_container span.toc_toggle {
	display: none;
}
#toc_container p.toc_title {
    padding: 3px 18px !important;
}


.price_wrap {
    margin: 20px 0 30px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ddd;
}

.price_wrap span {
    padding: 15px 20px;
}

.price_wrap .ld {
    min-width: 170px;
    background: var(--accent);
    color: #fff;
    text-align: center;
}


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


/* 内部リンクをショートコードでブログカード化
----------------------------------------------------------- */
.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;
}
 
.blog-card-date{
	color:#333;
	font-size:75%;
	margin-right:10px;
}

ol.wp-block-list {
    margin: 30px 0px;
    /*
    padding-left: 30px;
    */
}

ol.wp-block-list span.tl {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
}


ol.wp-block-list li {
    margin-bottom: 20px;
    /*
    list-style: decimal;
    */
    list-style: none;
    font-size: 13px;
    line-height: 1.6;
    color: #111;
}

ol.wp-block-list li ol {
	padding-left: 20px;
}
ol.wp-block-list li li {
    margin-bottom: 10px;
	list-style-type: none;
	counter-increment: cnt;
}
ol.wp-block-list li li:before {
	content: "(" counter(cnt) ") ";
}
ol.wp-block-list li:last-child,
ol.wp-block-list li li:last-child {
	margin-bottom: 0px;
}

ol.wp-block-list>li>br:first-child {
    display: block;
    content: "";
    margin: 12px 0;
}

ol.wp-block-list li ol {
    margin: 15px 0px;
}


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

.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(--accent);
}
.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(--accent);
}
.widget>ul.sd_menu a:hover h3:after,
.widget>ul.sd_menu a.active h3:after {
	content: ">";
    padding-left: 10px;
    color: var(--accent);
    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;
}


/* 検索窓 */

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


/* table
----------------------------------------------------------- */
table {
    width: 100%;
}

/* 基本テーブル */

.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: 700;
    color: #fff;
    background: var(--accent);
    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(--accent);
    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;
}

.fee_table {
	margin-bottom: 60px;
}

/* 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(--accent);
    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 5px 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(--accent);
}
 
.ori_pagenavi .current{
    padding:14px 14px 13px 14px;
    background: var(--accent);
    color: #fff;
}


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


#fnavi {
	position: relative;
	padding: 40px 0px;
    background: var(--base);
}

#fnavi .inner.flex_in {
    align-items: center;
    justify-content: space-between;
}
#fnavi .lt_block {
	width: 220px;
}
#fnavi .lt_block .address {
    margin-top: 10px;
    font-size: 13px;
}
#fnavi .lt_block .address .tl {
    display: inline-block;
    width: 90px;
    margin: 0 7px 5px 0px;
    padding: 3px 12px;
    text-align: center;
    background: var(--accent);
    color: #fff;
}
#fnavi .right {
    width: calc(100% - 220px);
    margin-left: auto;
	padding-left: 30px;
}
#fnavi .f_list {
    margin-right: auto;
    text-align: right;
}
#fnavi .f_list li {
    display: inline-block;
    margin-left: 12px;
}
#fnavi .right .sub_link {
	margin-top: 15px;
    text-align: right;
    font-size: 13px;
}
#fnavi .right .sub_link a,
#fnavi .f_list li a {
    color: #333;
}
#fnavi .f_list li a.icon-blank,
#fnavi .right .sub_link a.icon-blank {
    padding-right: 11px;
}
#fnavi .icon-blank:after {
    width: 9px;
    height: 9px;
    margin-top: -3px;
}
#fnavi .lt_block .img {
	margin-bottom: 15px;
}
#fnavi .lt_block .img img {
	max-width: 100%;
}

#footer {
    padding: 12px 0px;
    background-color: var(--accent-hover);
    line-height: 1;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
}
#footer address{
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
}





/* タブレットに適用させる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;
    }
	#content .in.slim {
    	padding: 0px;
	}
    #main {
        margin: 0px;
        border-right: 0px;
    	padding: 10px; /* 20200519 */
    }
    #side {
		margin-top: 20px;
    }
	
	
}


/* フッターのCSS */
@media screen and ( max-width:962px ) {
	
	#fnavi .lt_block,
	#fnavi .right {
		width: 100%;
        margin: 0 auto;
		padding: 0px;
	}
	#fnavi .lt_block {
	    text-align: center;
	}
	#fnavi .f_list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 30px;
        text-align: center;
	}
	#fnavi .f_list li {
        width: calc(100% / 2);
        margin: 0 0 20px;
	    text-align: center;
	}
	#fnavi .right .sub_link {
		margin-top: 15px;
	    text-align: center;
	}
	
}
/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {

    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    
    
    
    /* 開閉アイコン
    ----------------------------------------------------------- */

    #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: 0px;
		right: 0px;
	}
    #g_navi nav {
	    margin: 25px auto 0px;
	}
	#nav-drawer {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 99999;
	}
	/*アイコンのスペース*/
	#nav-open {
        display: inline-block;
        width: 64px;
        height: 64px;
        background: #333;
        vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span,
	#nav-open span::before,
	#nav-open span::after {
	    position: absolute;
	    height: 2px;
	    width: 26px;
	    border-radius: 3px;
	    background: #333;
	    display: block;
	    content: '';
	    cursor: pointer;
	    background: #fff;
	}

	/*閉じる用の薄黒カバー*/
	#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: #333;
	    -webkit-transform: translateX(0%);
	    transform: translateX(0%);
	    box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	/*開いた際のエリア部分*/
	.nav-tl-menu {
	    display: block !important;
	    position: relative;
	    padding: 20px 10px 18px 18px;
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing: 3px;
	    color: #fff;
	    background: #333;
	}
    #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 .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.pc {
		display: none;
	}
	.header_btn.mb {
	    display: block !important;
	    position: relative;
	    top: inherit;
	    right: inherit;
        max-width: 80%;
        margin: 15px auto 0;
	}
	.header_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
	    border: 1px solid #fff;
	}
	.header_btn a.button_y img {
	    width: 24px;
	    margin-right: 5px;
	}
	
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span::before, #nav-open span::after {
	    height: 2px;
	    width: 15px;
	}
	
	#nav-open span {
	    top: 24px;
	    right: 24px;
	}
	#nav-open span:before {
	    bottom: -6px;
	}
	#nav-open span:after {
	    bottom: -12px;
	}
	
    /* lauout
    ----------------------------------------------------*/
    
    
    .home #wrapper {
	    padding-top: 0px;
	}
	p {
	    font-size: 13px;
	}
	a.st_btn {
	    min-width: 200px;
	    padding: 12px 16px 12px 34px;
	    font-size: 13px;
    }
	.btn a.st_btn {
    	margin: 0 auto;
	}
	
	.price_flow_list li,
	ul.feature_list li,
	.about_msg_area .left,
	.about_msg_area p,
	.flow_list li .left,
	.flow_list li .right,
	.cta_ct_sec.flow_ct_d .tel_block,
	.cta_ct_sec.flow_ct_d .frm_block,
	.about_area .left,
	.about_area .right,	
	.company_area .left,
	.company_area .right,
	.company_area.type_2 .left,
	.company_area.type_2 .right,
	.message .tl,
	.message p,
	.access_area .left,
	.access_area .right {
	    width: 100%;
	    padding: 0px;
	}
	
	
	
	
	.header_bg2 {
		width: 100%;
	}
	.logo_menu {
		width: 100%;
		height: 64px;
	}
	.header_bg2.fixed {
		height: 64px;
	}
	header.header_bg2 .site_logo {
        top: 8px;
	}
	header.header_bg2 .site_logo img {
	    position: relative;
	    width: 140px;
	}
	.site_logo p.ld {
	    font-size: 10px;
	}
	
    .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: 60px 0px;
	}
    #content.wide .in {
	    width: 90%;
	    padding: 0px;
	    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;
    }
    
	body.home .head_title h2 {
	    font-size: 22px;
	}
    .head_title {
		margin-bottom: 30px;
	}
    .head_title h2 {
	    line-height: 1.4;
    	font-size: 20px;
    }
    .head_title.t_center h2:after {
	    left: 38%;
	}
    .entry-content .smr_tl {
    	margin: 20px 0px;
    }
    .page .entry-content h2 {
        font-size: 16px;
    }
    #content {
        padding: 30px 0px 40px;
    }
    .home #content {
	    padding-top: 0px;
	}
    .single .entry-content h2 {
        font-size: 18px;
    }
    .single .entry-content h3 {
        font-size: 16px;
	    line-height: 26px;
	    padding: 15px 0px 15px 10px;
    }
    #breadcrumb, #bread_all {
	    padding: 0px;
	    margin-top: 50px;
	    background: none;
    }
    #breadcrumb li {
    	font-size: 10px;
    }
    #breadcrumb li:last-child, #bread_all li:last-child {
    	
    }
    
    
    /* eyecatch
    ----------------------------------------------------------- */
    
    #eyecatch {
        height: 390px;
	}

	.inner-content {
	    width: 90%;
	    margin: 0 auto;
	}
	.inner-content h1 {
        margin-bottom: 0px;
        font-size: 22px;
        letter-spacing: 1.6px;
 	}
	.inner-content .sub {
        margin-left: 2px;
        letter-spacing: .1px;
        line-height: 1;
        font-size: 9px;
        font-weight: 300;
	}
	#eyecatch p.eye_txt {
	    font-size: 11px;
	    letter-spacing: 1px;
	}
    #opening #openingSlide .slide:first-child .bg {
	    background-position-x: -300px;
	}
	.scrool-area {
        left: 2%;
        height: 80px;
    }
	
	@-webkit-keyframes moveScrollPointer {
		0% {
		    -webkit-transform:translate3d(0,0,0);
		    transform:translate3d(0,0,0);
		}
		100% {
		    -webkit-transform:translate3d(0,80px,0);
		    transform:translate3d(0,80px,0);
		}
	}
	@keyframes moveScrollPointer {
		0% {
		    -webkit-transform:translate3d(0,0,0);
		    transform:translate3d(0,0,0);
		}
		100% {
		    -webkit-transform:translate3d(0,80px,0);
		    transform:translate3d(0,80px,0);
		}
	}
    /* TOP
    ----------------------------------------------------------- */
	
	body.home .mission_area {
	    padding-top: 60px;
	}
	.flow_bk_txt {
	    top: -20px;
	}
	.has .txt {
	    font-size: 7rem;
	}
	.mission_area .left,
	.mission_area .right {
	    width: 100%;
	    padding: 0px;
	}
	.mission_area .right {
		margin-top: 30px;
	}
	.mission_area h2 {
	    font-size: 6vw;
	    letter-spacing: 8px;
	}
	.mission_area .right p {
	    line-height: 1.8;
	    font-size: 12px;
	}
	.message .tl {
	    margin-bottom: 15px;
	    font-size: 20px;
	    letter-spacing: 3px;
	}
	.message .c_m p {
	    margin-top: 15px;
	}
	.top_sep_img {
	    height: 140px;
	}
	.service_list {
        margin-top: 20px;
	}
	.service_list li {
        width: calc(100% / 2 - 8px);
	}
	.service_list li .img {
	    width: 100%;
	}
	.service_list li .icon {
	    width: 60px;
	    margin: -25px auto 0;
        padding: 12px 12px 8px;
	}
	#g_navi .service_list li .icon,
	.service_list li p {
        display: none;
    }
	.service_list li .tl h3 {
	    font-size: 13px;
	}
	.service_list li .sub {
	    top: -33px;
	    font-size: 18px;
	}
	.service_list li .txt_area {
	    padding: 15px 15px;
	}
	.service_list li .txt {
	    width: calc(100% - 20px);
	    padding-right: 5px;
	}
	.service_list li .arrow {
	    width: 20px;
	    height: 20px;
	}
	.service_list li .arrow:after {
	    width: 6px;
	    height: 6px;
	    top: 7px;
	    right: 8px;
	}
	
	.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%;
	}
	.lt_txt .bg {
	    top: -90px;
	    left: -11px;
	    font-size: 102px;
	 }
	 .company_area.type_2.lt_txt .bg {
	    right: -269px;
	}
	.a_f_s_list li {
	    width: 100%;
	    margin: 0 0 30px;
	}
	.a_f_s_list li:last-child {
		margin-bottom: 0px;
	}
	.a_f_s_list li .img {
	    height: 186px;
	}

	.headline_list li span.date {
	    width: 96px;
	}
	.headline_list li span.title {
	    width: calc(100% - 96px);
    	font-size: 12px;
	}
	.case_list li {
	    width: 100%;
	    margin: 10px auto;
	}
	.case_area .inner {
		
	}
	ul.case_list li .data {
    	width: 130px;
    }
	.case_area ul.case_list {
	    padding: 20px;
	}
	ul.case_list li {
	    display: block;
	}
	ul.case_list li .txt {
	    width: 100%;
	    margin-top: 10px;
	    padding-left: 0px;
	}
	.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;
	}
	.cta .inner {
    	width: 90%;
	    padding: 40px 20px;
	}
	.cta .cta_tl {
	    margin: 0px 0 0px;
	}
	.cta .cta_tl .sub {
	    top: 0px;
	    font-size: 60px;
	    letter-spacing: 2px;
	}
	.cta .cta_tl p {
        font-size: 13px;
        line-height: 1.6;
	}
	.cta_ct_sec.flex_in {
	    padding: 15px 0px 0px;
	}
	
	.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: 32px;
	}
	.cta .cta_ct_sec .tel_num a {
		
	}
	.cta .cta_ct_sec .button_y {
	    width: 90%;
	    padding: 16px 0px;
    	font-size: 14px;
	}
	.cta .cta_ct_sec .button_y img {
	    margin-right: 6px;
	}
	section.sec_outline {
	    padding-bottom: 0px;
	}
	
	body.home section.about_area {
    	padding-top: 0px;
	}
	.about_area h3 {
	    font-size: 18px;
	}
	.about_area .flex_in {
		
	}
	.about_area .flex_in .mb {
	    order: 4;
    	width: 100%;
	}
	.about_area .img {
	    width: 100%;
        max-height: 200px;
        overflow: hidden;
	}
	.about_area .txt {
	    width: 100%;
	    padding: 30px 0px 0px;
	}
	.about_area .txt .btn {
	    margin: 20px 0px;
	    text-align: center;
	}
	.smp_list {
	    gap: 22px;
	}
	.smp_list li {
	    width: 100%;
	}
	.smp_list li a .txt {
	    padding: 40px 0 40px 25px;
	}
	.smp_list li a .sub {
	    font-size: 20px;
	}
	.smp_list li a .tl {
	    font-size: 15px;
	}
	
	ul.law_list {
	    display: block;
	}
	.law_list>li {
	    width: 100%;
	    margin: 0 0 15px;
	}
	body.fee #content .in.slim section {
	    padding-bottom: 30px;
	}
	.price_wrap {
	    margin: 10px 0 20px;
	}
	.price_wrap .ld {
	    padding: 10px 5px;
	    width: 130px;
	    min-width: auto;
	    font-size: 13px;
	}
	.price_wrap span {
		width: calc(100% - 130px);
		padding: 10px 5px 10px 20px;
	    font-size: 14px;
	}
	.pre_area.entry-content {
	    padding: 35px 25px 10px;
	}
	.pre_area.entry-content {
	    margin-bottom: 30px;
	    padding: 35px 25px 10px;
	}
	.news_area .inner {
	    display: block;
	}
	.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;
	    line-height: 1.6;
	}
	
    /* lead
    ----------------------------------------------------------- */

	.lead {
	    overflow: inherit;
	    background: none;
	}

	.lead .txt {
	    width: 100%;
        padding: 20px 20px 22px;
	    border-left: 0;
	    order: 1;
	    z-index: 2;
	}
	.lead .txt .area h1 {
		left: 0;
    	bottom: -18px;
	    font-size: 14px;
	}
	.lead .txt .area span {
        font-size: 40px;
	}
	.lead .txt .tl {
	    font-size: 13px;
	}
	.lead #breadcrumb {
	    position: relative;
	    left: 15px;
	    margin-top: 0px;
	    bottom: auto;
	    width: 100%;
	    order: 2;
	}
	.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, .single-post .entry-content ul li, ul.check_list li {
	    font-size: 13px;
	}
	.company_area .right {
		margin-top: 40px;
	}
	.company_area .google-maps {
	    padding-bottom: 50%;
	}
	.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;
	}
	section.ceo_msg {
	    padding: 0px;
	}
	.about_msg_area .img,
	.about_msg_area .txt {
		width: 100%;
		padding: 0px;
	}
	.about_msg_area .img {
        max-width: 90%;
        margin: 0 auto 20px;
	}
	.about_msg_area .name_in {
	    margin: 0px 0px 20px;
	    text-align: right;
        font-size: 13px;
	}
	.about_msg_area .name_in .name {
    	font-size: 18px;
    }
	.about_msg_area p {
		font-size: 13px;
	}
	ul.feature_list li {
	    padding: 20px 15px;
	}
	.publication_list li {
	    width: calc(100% / 3 - 12px);
	}
	.publication_list .tl {
    	font-size: 13px;
    }
    .publication_list p {
    	font-size: 11px;
    }
    /* 記事詳細
    ----------------------------------------------------------- */
    .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: 16px;
	}
	.base_tl h4,
	.entry-content h4 {
	    font-size: 15px;
	    line-height: 26px;
	}

	
    /* 細部の修正
    ----------------------------------------------------------- */
    
    .bgata_table.tl_base tbody th {
	    min-width: 65px;
	}
	
	.tl_base tbody th {
    	min-width: 90px;
    }

	
    /* フッター
    ----------------------------------------------------------- */
	
	
	#fnavi .inner {
    	display: block;
    }
	#fnavi .lt_block {
	    margin: 0 auto;
	}
	#fnavi .lt_block .address {
	    text-align: left;
	}
	#fnavi .img {
	    width: 280px;
	    margin: 0 auto;
	}
	#fnavi .right .sub_link {
        margin-top: 5px;
    }
	
    /* 背景レイヤー
    ----------------------------------------------------------- */
    .bg_layer {
        display: none;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3500;
    }

}
