@charset "utf-8";

:root {
    --toast-max-width: 350px;
    --toast-font-size: 16px;
    --toast-color: #fff;
    --toast-bg: #333;
    --toast-border-width: 1px;
    --toast-border-color: #444;
    --toast-border-radius: 8px;
    --toast-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    --toast-header-color: #fff;
    --toast-header-bg: #222;
    --toast-header-border-color: #555;
    --toast-padding-x: 16px;
    --toast-padding-y: 12px;
    --toast-spacing: 10px;
    --toast-zindex: 1050;
  }

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

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


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

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

.logo_menu {
	position: relative;
    height: 82px;
}
.site_logo {
    position: absolute;
    top: 3px;
    left: 20px;
}
.site_logo p.ld {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0.3px;
}
.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;
    background: #fff;
    transition: .8s;
}
.header_bg2 #g_navi li a {
	color: #000;
    font-weight: 500;
}
.header_bg2 #g_navi li a:after {
    background: #000;
}
.header_bg2.fixed {
    background-color: rgb(255 255 255 / 98%);
    transition: .8s;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}

#btm_contact {
	display: none;
}


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

.g_navi_sub {
    position: absolute;
    right: 154px;
    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 li {
    position: relative;
    width: auto;
}
#g_navi li a {
	display: table;
    position: relative;
    padding: 32px 18px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
	color: #333;
    transition: .5s;
    text-decoration: none;
}
#g_navi li.active a,
#g_navi li a:hover {
    text-decoration: none;
}
#g_navi li a span {
    display: block;
}
#g_navi li a span.gf {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* 固定 */
.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;
}

.tel_block, .frm_block {
    display: inline-block;
    vertical-align: middle;
}
.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 {
	position: relative;
    height: 80vh;
}
#fade_slide {
    height: 80vh;
}

.inner-content {
    position: absolute;
    left: 3%;
    bottom: 20%;
    z-index: 1;
    padding: 15px 20px;
}
.inner-content .sub,
.inner-content h1,
#eyecatch p.eye_txt {
    color: #fff;
}
.inner-content h1 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 2.5px;
    font-weight: 600;
    font-feature-settings: "palt";
	text-shadow: 1px 2px 3px #808080;
}
.inner-content h1 span {
    position: relative;
    top: 2px;
    font-size: 38px;
}
.inner-content .sub {
    display: block;
    margin: 20px 0px;
    letter-spacing: 0.8px;
    font-size: 13px;
    font-weight: 400;
    text-transform: initial;
}
#eyecatch p.eye_txt {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 3px;
	text-shadow: 1px 2px 3px #808080;
}
#eyecatch .btn {
    margin-top: 20px;
}
#eyecatch .btn .button_y {
    padding: 20px 40px;
}

/* スライド */
#fade_slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
.zs-enabled .zs-slideshow {
	position: relative !important;
}
.zs-enabled .zs-slideshow .zs-bullets {
    display: none;
}


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

@-webkit-keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@-webkit-keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
@keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
.scrool-area {
    width: 1px;
    height: 120px;
    position: absolute;
    bottom: -8%;
    left: -2%;
    z-index: 999;
    background-color: #ddd;
}
span.scl-name {
    position: absolute;
    left: 5px;
    writing-mode: vertical-lr;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-style: italic;
    text-transform: uppercase;
    color: #16406b;
}
.scl-l {
    width: 9px;
    height: 9px;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-animation-name: moveScrollPointer;
    animation-name: moveScrollPointer;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}
.scl-l:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #072150;
    -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 45px 50px;
}
.lead .txt .area {
    position: relative;
    display: inline-block;
}
.lead .txt .area h1 {
    position: absolute;
    top: -24px;
    font-size: 16px;
}
.lead .txt .area span {
    font-size: 50px;
    line-height: 1;
    color: #474747;
    letter-spacing: 5px;
    font-weight: 600;
}
.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: 600;
}
.lead .txt .tl:before {
	content: "";
    width: 2em;
    margin-right: 0.5em;
	border-top: 1px solid;
}

.lead #breadcrumb {
    position: absolute;
    left: 58px;
    bottom: 0px;
    z-index: 3;
    width: 100%;
}
.lead .img {
    width: 60%;
}
.lead .img figure {
    margin: 0;
    width: 100%;
    position: relative;
    padding-bottom: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 360px;
}

.lead_2 {
    position: relative;
    background-color: #072150;
}

.lead_2 .txt {
    display: table;
    height: 140px;
    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: 600;
}
.lead_2 .gf {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1;
}
#breadcrumb.type2 {
    padding: 10px 10px 0px 0px;
    text-align: right;
}
/* 汎用スタイル
----------------------------------------------------------- */

.head_area {
    position: relative;
    color: #000;
}

.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-bottom: 40px;
    color: #000;
}
.head_title .sub {
    margin-bottom: 5px;
    color: #333;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.head_title.t_center .sub {
    left: 37%;
}
.head_title h2 {
	position: relative;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #333;
    letter-spacing: 3px;
}
.home .head_title h2 {
    font-size: 30px;
    line-height: 38px;
}
.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: 500;
}

.base_tl {
	margin: 40px 0px 20px;
}

.dl_base li{
	margin: 40px 0px 20px;
}

.li_base li{
	margin: 40px auto 20px auto;
  width: 350px;
}

.price_area　.dl_base .base_tl h3 {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #072150;
    letter-spacing: 2px;
}

.base_tl h3 {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #072150;
    letter-spacing: 2px;
    border-left: 3px solid #072150;
}

.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: #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: #072150;
}
.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(0 0 0 / 10%);
}

/* 強調 */

.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: 600;
    line-height: 34px;
    color: #000;
    background-color: #F2F2F2;
}
.entry-content h3 {
    margin: 30px 0px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0px 20px 10px;
}
.base_tl h4,
.entry-content h4 {
	position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    padding-left: 30px;
    margin-bottom: 20px;
}
.base_tl h4:before,
.entry-content h4:before {
    content: "\f13a";
    font-family: 'Font Awesome 5 Free';
    top: 3px;
    left: 1px;
    position: absolute;
    color: #000;
	font-size: 22px;
	font-weight: 600;
}



/* message
------------------------------------------------------*/

.company_message {
    margin-top: -90px;
    padding: 160px 0px 50px;
    width: 100%;
    background: url(./images/gym_bk.png) top left no-repeat;
    background-size: cover;
}
.company_message .head_title {
    margin-bottom: 30px;
}
.company_message .tl {
    margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: center;
}

.company_message .msg_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.company_message .msg_txt {
	position: relative;
    z-index: 1;
    width: 738px;
    height: 338px;
}
.company_message .msg_txt p.txt {
	font-size: 15px;
    line-height: 2.5;
    letter-spacing: 3px;
}
.company_message .msg_txt p.txt.type2 {
	margin-right: 40px;
}

/* 3つの強み
----------------------------------------------------------- */

section.feature_area {
    padding: 0px;
}
.feature_list li {
	margin-top: 30px;
    align-items: center;
}
.feature_list li .img {
    width: 45%;
    vertical-align: middle;
}
.feature_list li .img img {
    height: auto;
    width: 100%;
}
.feature_list li .txt {
    width: 55%;
    vertical-align: middle;
    padding: 50px;
}
.feature_list li .txt .txt_in {
    position: relative;
    max-width: 480px;
}
.feature_list li:nth-child(even) .img {
	order: 2;
}
.feature_list li:nth-child(even) .txt {
	order: 1;
}

.feature_list li .sub {
    position: absolute;
    top: -60px;
    left: -30px;
    font-size: 110px;
    line-height: 1;
    color: #efefef;
    font-style: italic;
    z-index: -1;
}
.feature_list li h3 {
	margin: 10px 0px;
    padding: 12px 20px;
    font-size: 28px;
    font-weight: 500;
    border-left: 3px solid #072150;
    color: #000;
}
.feature_list li p {
    font-size: 16px;
    text-align: justify;
}
.feature_list li .btn {
	margin-top: 20px;
}

.rel{
    position: relative;
    width: calc( 100% - 400px);
    padding-left: 30px;
}

.point_num{
    position: absolute;
    top: 500px;
    left: 20px;
    z-index: -1;
    color: #f3f1ef;
    font-size: 192px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -3px;
}




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

.accbox {
    padding: 0 2%;
}
/*ラベル*/
.accbox label {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 20px 25px 20px 50px;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}
/* FAQのアイコン */
.faq_icon {
    position: absolute;
    top: 14px;
    left: 0px;
    padding: 5px 8px 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.accbox label .faq_icon {
    background: #cc6969;
}
.accbox .accshow .faq_icon {
    top: 26px;
    left: 20px;
    background: #072150
}
/*アイコンを表示*/
.accbox label:after {
    position: absolute;
    top: 26px;
    right: 0px;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}
/*ラベルホバー時*/
.accbox label:hover {
    color: #2889b7;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    display: none;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    position: relative;
    height: auto;
    padding: 30px 30px 30px 65px;
    background: #f7f7f7;
    opacity: 1;
    line-height: 24px;
    display: block;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: '\f077';
}



/* 事務所案内 - 一覧
----------------------------------------------------------- */

.company_list {
    width: 100%;
    margin: 0px auto 40px;
}
.company_list li {
	width: calc(100% / 2);
}
.company_list li a {
	display: block;
	padding: 15px;
	color: #333;
	text-align: center;
}
.company_list li a:hover {
    opacity: .8;
    text-decoration: none;
    transition: .8s;
}
.company_list li .img {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.company_list li img {
	width: 100%;
	height: auto;
}
.company_list li a:hover img {
    transform: scale(1.1);
    transition-duration: .9s;
}
.company_list li .tl h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
}

/* サービス内容 - 一覧
----------------------------------------------------------- */

.home .service_area {
    padding-top: 90px;
}
.service_list {
    margin: 40px auto;
    max-width: 90%;
}

.service_list li {
    width: calc(100% / 2 - 2%);
    margin: 1%;
}

.service_list li a {
    display: block;
    position: relative;
    color: #333;
}
.service_list li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.service_list li.service_list_biz {
    width: 100%;
    margin: 0 auto 50px;
}
.service_list li.service_list_biz a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.service_list li.service_list_biz .img {
	width: 995px;
}
.service_list li.service_list_biz .txt {
    margin-top: 30px;
	padding-left: 40px;
    text-align: left;
}

.service_list li .img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.service_list li .img img {
    width: 100%;
	height: auto;
}
.service_list li .txt {
	margin-top: 20px;
}
.service_list li .sub {
	margin-bottom: 10px;
	font-size: 12px;
}
.service_list li h3 {
	margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}
.service_list li p {
	font-size: 13px;
}


#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;
    border-radius: 20px;
}
#tab li a.active,
#tab li a:hover {
    color: #fff;
    background: #072150;
    text-decoration: none;
}

/* サービス内容 - 下層
----------------------------------------------------------- */

.sv_page .box {
	margin: 40px 0px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}
.sv_page h2:after {
    content: "";
    position: relative;
    top: -8px;
    left: 16px;
    display: inline-block;
    width: 100px;
    height: 1px;
    border-bottom: 1px solid #000;
}
.sv_page .box .tl h3 {
    font-size: 18px;
    font-weight: 600;
}

.point_list li {
    width: calc(100% / 3 - 2%);
    margin: 1%;
    background: #f7f7f7;
}

.point_list li .sv_num {
    margin-top: 15px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}

.point_list li h3 {
    margin: 8px 0px 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.point_list li img {
    width: 100%;
}
.point_list li p {
    padding: 15px;
	font-size: 13px;
}

.what_biz .right {
    width: calc(100% - 310px);
    padding-left: 30px;
}

.what_biz .left {
	width: 310px;
}

.what_biz .right img {
	width: 100%;
	height: auto;
}

.category_list {
	margin-top: 40px;
}
.category_list li {
    width: calc(100% / 6 - 1%);
    margin: 0.5%;
}
.category_list li a {
    display: block;
    height: 100%;
    padding: 15px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    text-align: center;
    color: #333;
}
.category_list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.category_list li .tl {
    margin-top: 1px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
}
.category_list li .icon img {
    width: 100px;
    height: 100px;
}


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

.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(0 0 0 / 10%);
}
.recruit_step:before {
    content: "";
    width: 1px;
    height: calc( 100% - 20px);
    position: absolute;
    left: 10%;
    top: 10px;
    background: #072150;
}
.recruit_step:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #072150;
    border-right: 1px solid #072150;
    -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: #072150;
}
.recruit_step .step_label span {
    font-size: 26px;
}
.recruit_step .step_title {
    position: relative;
    z-index: 1;
    width: 75%;
    padding-left: 30px;
    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: 600;
	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;
}


/* recruit
----------------------------------------------------------- */

body.recruit .catch {
	margin-top: 40px;
    text-align: center;
}

body.recruit .catch h2 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 600;
}

body.recruit .catch p {
    max-width: 694px;
    margin: 0 auto;
}

ul.dep_sec li {
	position: relative;
    width: calc(100% / 3 - 2%);
    margin: 1%;
    padding: 25px 20px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}
ul.dep_sec li a {
	display: block;
	color: #333;
}
ul.dep_sec li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
ul.dep_sec li .dep {
    font-size: 24px;
    font-weight: 600;
}

ul.dep_sec li .mem {
    margin: 12px 0px;
    padding: 5px;
    font-size: 12px;
    background: #f5f5f5;
}

ul.dep_sec li .txt {
	
}
ul.dep_sec li .txt p {
    font-size: 13px;
    text-align: left;
}
ul.dep_sec li .status {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 3px 10px;
    background: #333;
    color: #fff;
    font-size: 12px;
}
ul.dep_sec li .status.on {
    background: #cb4545;
}

.calt_list_1 li {
	width: 50%;
	padding: 15px;
    align-items: center;
}
.calt_list_1 li .left {
    padding: 12px;
    width: 160px;
    text-align: center;
    background: #f5f5f5;
}
.calt_list_1 li .right {
	width: calc(100% - 160px);
	padding-left: 30px;
}
.calt_list_1 li .left .tl {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}
.calt_list_1 li .left span.gf {
    font-size: 64px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1.5px;
}
.calt_list_1 li .left span.m {
    position: relative;
    top: -12px;
    left: 6px;
}

.strong_point li {
	margin-bottom: 45px;
    align-items: center;
}
.strong_point li:last-child {
	margin-bottom: 0px;
}
.strong_point li:nth-child(even) .left { 
	order: 1;
}
.strong_point li:nth-child(even) .right { 
	padding-left: 0px;
	padding-right: 30px;
	order: 0;
}
.strong_point li .left {
	width: 400px;
}
.strong_point li .right {
    position: relative;
	width: calc( 100% - 400px);
	padding-left: 30px;
}
.strong_point li .num {
    position: absolute;
    top: -30px;
    left: 20px;
    z-index: -1;
    color: #f3f1ef;
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -3px;
}
.strong_point li h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
}
.strong_point li .en.gf {
    margin-bottom: 15px;
    font-size: 10px;
    letter-spacing: 0.7px;
    text-transform: inherit;
}
.strong_point li img {
	width: 100%;
	height: auto;
}
.rec_interview_list {
    margin-top: 40px;
}
.rec_interview_list li {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}

.rec_interview_list li .prof {
    width: 250px;
}
.rec_interview_list li .prof .dep {
	margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}
.rec_interview_list li .profile {
	margin-top: 10px;
	font-size: 13px;
}
.rec_interview_list li .qa {
    width: calc(100% - 250px);
    padding-left: 40px;
}

.rec_interview_list li .prof .txt_area {
    margin-top: 15px;
    text-align: center;
}
.rec_interview_list li .qa .q {
    font-size: 16px;
    font-weight: 600;
}

.rec_interview_list li .qa .a {
    margin: 10px 0 15px;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.6;
}

.rec_interview_list li .qa .q .q_t {
    position: relative;
    top: 2px;
    padding-right: 8px;
    font-size: 30px;
    color: #b54e4e;
}
/* company
----------------------------------------------------------- */

body.company section {
    padding: 60px 0px;
}

body.company .philosophy_area {
    position: relative;
    margin-bottom: 40px;
    padding: 90px 0px 160px;
}
.philosophy_area .bg {
	position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 70%;
    background-size: cover;
    background-image: url(./images/ceo_message.jpg);
}
.philosophy_area .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.philosophy_area .card {
    position: relative;
    padding: 90px 50px;
    background: #fff;
    box-shadow: 0 0px 30px 1px rgb(28 54 74 / 10%)
}
.philosophy_area .card h3 {
    margin: 12px 0px 20px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
}
.philosophy_area .card .txt {
	
}

body.company .message_area {
    position: relative;
}
.message_area .img {
    position: relative;
}
.message_area .img img {
    width: 100%;
}
#content .message_area .in {
    position: relative;
    width: 80%;
    margin-top: -80px;
    padding: 10px 40px 40px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}

/* access
----------------------------------------------------------- */

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

.page-template-page-service-lp section .access_area .head_title {
	margin-bottom: 40px;
    text-align: left;
}
.page-template-page-service-lp section .access_area .head_title h2:after {
	content: none;
}

.access_area .flex_in {
    align-items: stretch;
}
.access_area .left {
	width: calc(100% - 520px);
}
.access_area .right {
    width: 520px;
}
.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 .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: 125%;
    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;
}


.access_area .how_access {
	margin-top: 30px;
}
.how_access li {
    width: 100%;
	margin-bottom: 5%;
	display: block;
	padding: 20px;
	border: 1px solid #333;
}
.how_access li:last-child {
	margin-bottom: 0;
}
.how_access li h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.how_access li .icon,
.how_access li .txt {
	display: table-cell;
	vertical-align: middle;
}
.how_access li .icon img {
    width: 64px;
}
.how_access li .txt {
    padding-left: 20px;
}
.how_access li .txt p {
	
}
.how_access li .sub {
    margin-top: 15px;
    font-size: 11px;
    color: #555;
}
ul.office_li_img {
    margin-top: 30px;
    justify-content: space-between;
}
ul.office_li_img li {
    width: calc(100% / 4);
    padding: 10px;
    text-align: center;
}
ul.office_li_img li img {
	width: 100%;
	height: auto;
}
.access_area .right .txt,
ul.office_li_img li .txt {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
}

.map{
  margin: 50px 0 0;
}

.map iframe{
   height: 500px;
}


/* column
----------------------------------------------------------- */

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

li.column_li {
	position: relative;
    width: calc(100% / 3 - 10px);
    margin: 10px 5px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
}
li.column_li a {
    display: block;
    color: #333;
}
li.column_li a:hover {
    text-decoration: none;
   opacity: 0.7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}
li.column_li .img {
	height: 160px;
	overflow: hidden;
}
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.gf {
    position: absolute;
}
li.column_li .date span {
    position: relative;
    top: -25px;
    display: inline-block;
    padding: 6px 12px 6px 1px;
    background: #fff;
    font-size: 13px;
}
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 {
	
}
li.column_li .txt .tl {
	margin: 10px 0px;
	font-size: 16px;
	font-weight: 600;
}
li.column_li .txt p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
}


.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: 600;
}
.relate_sv_ct .txt p {
    font-size: 13px;
}


/* 1件だけのnews
----------------------------------------------------------- */

.tp_news_area {
	position: relative;
	z-index: 1;
    top: -44px;
}
#content .tp_news_area .in {
    max-width: 1000px;
    background: rgba(2, 31, 82, 0.9);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.tp_news_area .ct {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.tp_news_area .tl,
.tp_news_area .block,
.tp_news_area .btn  {
    padding: 20px 20px;
}
.tp_news_area .block {
    width: calc(100% - 292px);
	padding-left: 30px;
    text-align: center;
}
.tp_news_area .tl {
    width: 150px;
	border-right: 1px solid #ddd;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    color: white;
}
.tp_news_area .date {
    display: inline-block;
    margin-right: 15px;
	color: white;
}
.tp_news_area .cat {
    margin-right: 15px;
}
.cat {
    display: inline-block;
    width: 94px;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}
.cat a {
    color: #000 !important;
}
.cat.type_29 {
    background: #59a29f;
}
.cat.type_28 {
    background: #a56b7b;
}
.cat.type_27 {
    background: #8479a7;
}
.cat.type_26 {
    background: #709e5d;
}
.cat.type_25 {
    background: #6383ab;
}
.cat.type_30 {
    background: #9477bb;
}
.cat.type_31 {
    background: #76ad43;
}
.cat.type_32 {
    background: #498cb3;
}
.cat.type_33 {
    background: #c17b9c;
}
.cat.type_34 {
    background: #525252;
}
.cat a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.tp_news_area .txt {
    font-size: 19px;
}
.tp_news_area .txt a {
	color: white;
    text-decoration: none;
}
.tp_news_area .btn {
    float: right;
    width: 140px;
}
.tp_news_area .btn a {
    position: relative;
    display: block;
    padding: 8px 30px 8px 20px;
    border: 1px solid #fff;
    color: white;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    transition: .5s;
}
.tp_news_area .btn a:after {
	position: absolute;
    top: 52%;
    right: 18px;
    margin-top: -4px;
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s;
}

.tp_news_area .btn a:hover {
    color: #fff;
    background-color: #333;
}
.tp_news_area .btn a:hover:after {
	border-color: #fff;
}


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

.news_area_2 {
    position: relative;
    padding: 80px 0px;
    width: 100%;
    background: url(./images/gym_image_2.jpg) top left no-repeat;
    background-size: cover;
}
.news_area_2 .inner {
    padding: 60px 40px 20px;
    background-color: rgba(255,255,255,.9);
}
.head_title_2 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}
.head_title_2 .sub {
    font-size: 40px;
    font-weight: 600;
    color: #072150;
    line-height: 1;
}

.head_title_2 .t_m {
    font-size: 18px;
    line-height: 1;
    padding-left: 20px;
}

.news_area_2 .list_link_rt {
    position: absolute;
    top: 68px;
    right: 40px;
}
.news_area_2 .list_link_rt .arrow {
    display: inline-block;
    color: #000;
}
.news_area_2 .list_link_rt .arrow:after {
    content: "";
    position: relative;
    top: -4px;
    left: 8px;
    display: inline-block;
    width: 26px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: skewX(45deg);
}
.news_area_2 .list_link_rt .arrow:hover:after {
    left: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.news_area_2 .list_link_rt .arrow:hover {
	text-decoration: none;
}
.top_news_list {
    width: 100%;
    margin: 40px auto 40px;
    padding: 20px;
}
.news_area {
    padding-bottom: 0;
}
.news_area .head_title {
    margin-bottom: 20px;
}
.top_news_list {
    width: 100%;
    margin: 40px auto 40px;
}
.top_news_list li {
	display: table;
	width: 100%;
	position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.top_news_list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.top_news_list li .date_cat,
.top_news_list li .txt {
	display: table-cell;
    vertical-align: middle;
}
.top_news_list li .date {
    display: inline-block;
	width: 100px;
}
.top_news_list li .date_cat {
    width: 220px;
}
.top_news_list li.mainfo_li .date_cat {
    width: 100px;
}
.top_news_list li .txt {
	
}
.top_news_list li .txt p {
	font-size: 12px;
}
.top_news_list li .txt p a {
    color: #333;
}

/* news - 一覧
----------------------------------------------------------- */

.archive .top_news_list,
.news .top_news_list {
	width: 100%;
	margin: 0 0 30px;
}

/* コロナの告知
----------------------------------------------------------- */

.news_box_2 {
    margin-top: -90px;
}
.news_box_2 .inner {
    padding: 30px;
    border: 4px double #072150;
    background: #fff;
}
.news_box_2 h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.news_box_2 p {
    margin-top: 15px;
    font-size: 13px;
}
/* 事務所案内
----------------------------------------------------------- */



/* TOP＞事務所紹介 */

.about_area {
    padding-top: 0px;
}
.about_area .flex_in {
    align-items: center;
}

.about_area .img {
    width: 400px;
}
.about_area .img img {
    width: 100%;
}

.about_area .txt {
    width: calc(100% - 400px);
    padding-left: 30px;
}
.about_area  h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
}
.about_area .txt .btn {
    margin-top: 20px;
}

/* 下層＞事務所紹介 */


.anker_link {
	width: 80%;
	margin: 0 auto;
}
.anker_link ul {
    text-align: center;
}

.anker_link li {
    display: inline-block;
    width: calc(100% / 4);
    padding: 15px;
}
.anker_link li a {
    display: block;
    position: relative;
    padding: 15px 0px;
    background: #e7f1f5;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #072150;
    text-align: center;
	letter-spacing: 3px;
    transition: 0.2s ease-out;
}
.anker_link li a:before {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 40%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #072150;
    border-right: 2px solid #072150;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.2s ease-out;
}
.anker_link li a:hover {
    background-color: #072150;
    color: #fff;
    text-decoration: none;
}
.anker_link li a:hover:before {
    bottom: 36%;
    border-color: #fff;
}

.agree_area .flex_in {
    align-items: flex-start;
}
.agree_area .left {
    position: relative;
    width: 50%;
    max-width: 500px;
}
.agree_area .img img {
    width: 100%;
}
.agree_area .name_area {
    position: absolute;
    bottom: -30px;
    padding: 12px 15px 0px 20px;
    background: #fff;
}
.agree_area .sub {
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 1px;
}
.agree_area .name {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3px;
}
.agree_area .name span {
    position: relative;
    top: -2px;
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    letter-spacing: 1px;
}

.agree_area .right {
    width: 50%;
    min-width: calc(100% - 500px);
    padding: 0px 30px 0px 40px;
}

.policy_area {
	position: relative;
    width: 100%;
    background: url(./images/policy_bk.jpg) bottom left no-repeat;
    background-size: cover;
}
.policy_area:before {
    background-color: rgb(255 255 255 / 80%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 0;
}

.policy_area .head_title {
    text-align: center;
}
.policy_list {
    width: 60%;
    margin: 0 auto;
    padding: 10px 20px 30px;
    background-color: rgb(255 255 255 / 60%);
}
.policy_list li {
	position: relative;
    margin-top: 25px;
	padding-left: 55px;
}
.policy_list li .num {
	position: absolute;
	top: -1px;
	left: 0px;
	font-size: 56px;
	line-height: 1;
    font-style: italic;
    color: #072150;
}
.policy_list li h3 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}
.policy_list li p {
    font-size: 13px;
}

.company_area {
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
}
.company_area .left {
    width: 560px;
}

.home .company_area {
	padding-top: 120px;
}

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

.company_area .right {
    width: calc(100% - 560px);
    padding-left: 30px;
}
.company_area .right .google-map iframe {
    height: 436px;
}
.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;
}

/* footer_cta
----------------------------------------------------------- */

#f_cta {
    background: #f5f5f5;
}

.f_cta_list li {
	width: 33.3333%;
    padding: 40px 20px 30px;
    border-right: 1px dotted #ddd;
    text-align: center;
}
.f_cta_list li:last-child {
	border-right: 0px;
}
.f_cta_list li h3 {
    font-size: 16px;
	font-weight: 500;
}
.f_cta_list li .f_cta_sec {
    margin: 15px 0px 30px;
}
.f_cta_list li .ft_cta_thr {
	
}
.f_cta_list li .ft_cta_thr p {
    margin-top: -10px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
}
.f_cta_list li .map_area {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.f_cta_list li .map_area iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* メンバー 一覧
----------------------------------------------------------- */


/* 代表紹介
----------------------------------------------------------- */


.prof_area {
    position: relative;
    overflow: hidden;
}
.prof_area .img {
    float: right;
    width: 50%;
}
.prof_area .img img {
    width: 100%;
    max-width: 700px;
}
.prof_area .prof_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prof_area .prof_info .wrap {
    position: relative;
    width: 980px;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}
.prof_info .post {
    font-size: 20px;
}
.prof_info .name {
    display: inline-block;
    position: relative;
    left: -5px;
    margin-top: 10px;
    padding-right: 5px;
    font-size: 46px;
    letter-spacing: 3px;
    line-height: 1;
}
.prof_info .furigana.gf {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: inherit;
}

.prof_txt {
    margin: 40px auto;
    padding: 40px;
    width: 80%;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}
.prof_txt p {
	font-size: 16px;
    line-height: 2;
}

.prof_guide {
    margin: 40px 0 0;
    background: #f5f5f5;
}

.prof_guide li {
    width: calc(100% / 3 - 30px);
    margin: 15px;
    padding: 15px;
}

.prof_guide li h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
    font-size: 16px;
    font-weight: 500;
}
.timeline {
	margin: 1%;
    padding: 15px;
}
.timeline > li {
	overflow: hidden;
	position: relative;
	color: #718073;
}
.timeline-date {
    margin-top: -2px;
	width: 120px;
	float: left;
    line-height: 1;
    color: #718073;
}
.timeline-date .gf {
    padding: 0 2px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.timeline-content {
	width: calc(100% - 120px);
    margin-top: -5px;
	padding-left: 40px;
	float: left;
	border-left: 1px #b0b8ac solid;
}
.timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #84a08b;
	position: absolute;
	left: 115px;
    top: 0px;
	border-radius: 100%;
}
.timeline-content p {
    margin-bottom: 20px;
}



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

.cta {
    position: relative;
    width: 100%;
    padding: 90px 0px;
    background: url(./images/contact_bg.jpg) top center no-repeat;
    background-size: cover;
}
.cta:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 0;
    background-color: rgb(255 255 255 / 5%);
}
.cta .inner {
    position: relative;
    z-index: 2;
    width: 90%;
    padding: 40px 20px;
    background-color: rgb(255 255 255 / 85%);
}
.cta_ct_sec.flex_in {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cta .ct_text {
    width: calc(100% - 560px);
    padding-right: 10px;
    border-right: 1px solid #999;
}
.cta .ct_text h3 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}
.cta .cta_ct_sec .tel_block,
.cta .cta_ct_sec .frm_block {
    width: 280px;
}
.cta .cta_ct_sec .button_y {
	
}
.cta .cta_ct_sec .cta_ld {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.cta .cta_ct_sec .tel_num {
    font-size: 36px;
}
.cta .cta_ct_sec .cta_memo {
    margin-top: 5px;
    font-size: 14px;
}



/* 用語集
------------------------------------------------------*/

ul.word_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 20px;
}
ul.word_list li {
	width :calc(100% / 3);
    margin-bottom: 15px;
    padding-right: 12px;
}
ul.word_list li a {
	color: #333;
}
body.single-word .box,
body.tax-genre .box,
body.word .box,
body.faq .box {
    margin: 40px 0px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}

/* メンバー
------------------------------------------------------*/


ul.member_list li {
	margin-bottom: 30px;
}
ul.member_list li .img {
    width: 290px;
}
ul.member_list li .img img {
    width: 100%;
}
ul.member_list li .txt {
    width: calc(100% - 290px);
    padding: 0 30px;
}

ul.member_list li .txt .prof {
    margin-bottom: 20px;
    letter-spacing: 3px;
}

li .prof h3 {
    margin: 6px 0px 6px;
    font-size: 28px;
    line-height: 1;
}

.prof .post {
    font-size: 16px;
}
.prof .furigana {
    position: relative;
    top: -3px;
    padding-left: 11px;
    font-size: 12px;
    color: #555;
    font-weight: 100;
    letter-spacing: 1.5px;
}
ul.member_list li .comment {
    padding: 15px;
    font-size: 13px;
    background: #f5f5f5;
    line-height: 2;
}

ul.member_list li.sep {
    display: inline-block;
    width: 50%;
    padding: 15px;
}
ul.member_list li.sep .prof {
    margin-bottom: 20px;
}

/* M&A案件
------------------------------------------------------*/

.btn_ma_link {
	margin: 30px auto 0px;
	text-align: center;
}

ul.ma_list li {
	position: relative;
    width: calc(100% / 4 - 2%);
    margin: 1%;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
}

ul.ma_list.consul_list li {
    width: calc(100% / 3 - 2%);
}
ul.ma_list li a {
	display: block;
    padding: 20px;
    height: 100%;
	color: #333;
    transition: .8s;
}
ul.ma_list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
ul.ma_list li .status {
    position: absolute;
    right: 10px;
    top: 10px;
}
ul.ma_list li .status span {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1;
}
ul.ma_list li .status span.new {
    color: #d23434;
    border: 1px solid #d23434;
}
ul.ma_list li .txt_area {
	
}
ul.ma_list li .postnumber {
    font-size: 12px;
}
ul.ma_list li .postnumber span {
    position: relative;
    top: 1px;
    font-size: 15px;
}
ul.ma_list li .tl {
    margin: 12px 0px;
    padding: 12px 0px;
    font-size: 16px;
    font-weight: 600;
    border-top: 1px dotted #c3c3c3;
    border-bottom: 1px dotted #c3c3c3;
}
ul.ma_list li .ma_dl dl {
	display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
ul.ma_list li .ma_dl dt {
    width: 80px;
    margin: 5px 0px;
    padding: 5px 0px;
    font-weight: 600;
    color: #3a3a3a;
    background: #e2e2e2;
    line-height: 1;
    font-size: 11px;
    text-align: center;
}
ul.ma_list li .ma_dl dd {
    width: calc(100% - 110px);
    margin: 0;
    padding: 9px 0px 0px 12px;
    line-height: 1;
}

ul.ma_list li .comment {
	margin: 20px 0;
}
ul.ma_list li .ma_btn {
	text-align: center;
}

.mainfo_area {
	padding-top: 0px;
}
.mainfo_area .top_news_list {
    width: 80%;
}
dl.mainfo_monthlist {
    max-width: 650px;
    margin: 40px auto;
}
.mainfo_monthlist dt {
    width: 100px;
    margin-bottom: 15px;
    font-weight: 600;
}

.mainfo_monthlist dd {
    width: calc(100% - 100px);
}
/* 詳細系
----------------------------------------------------------- */

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

.single .entry-content p,
.page .entry-content p {
    margin-bottom: 35px;
}
.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);
}

/* チェックリスト */

.single-post .entry-content ul,
ul.check_list {
    margin: 20px 0px 30px;
    padding: 15px 10px;
    background: #eff5f9;
    border: 1px solid #072150;
}
.single-post .entry-content ul li,
ul.check_list li {
    position: relative;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 40px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #a3bac3;
    font-size: 14px;
    font-weight: 500;
}

.single-post .entry-content ul li:before,
ul.check_list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    position: absolute;
    left: 1em;
    top: 4px;
    color: #072150;
}
ul.check_list.color_red li:before {
    color: #FF3D3D;
}
ul.check_list li.color_red,
ul.check_list li.color_red:before {
    color: #FF3D3D;
}

.single-post .entry-content ul li:last-child,
ul.check_list li:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.single-post .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 */

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


#toc_container span.toc_toggle {
	display: none;
}
#toc_container p.toc_title {
    padding: 3px 18px !important;
}
/* 内部リンクをショートコードでブログカード化
----------------------------------------------------------- */
.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(0 0 0 / 10%);
}
.widget h2.widget-title {
    padding: 15px 0px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #072150;
}
.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: #072150;
}
.widget>ul.sd_menu a:hover h3:after,
.widget>ul.sd_menu a.active h3:after {
	content: ">";
    padding-left: 10px;
    color: #072150;
    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: 600;
    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: 600;
    content: "\f02c";
    padding-right: 3px;
}
.tagcloud a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}


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

.form_area {
    width: 80%;
    margin: 0 auto 40px;
    padding: 40px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}
.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;
}
.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% - 98px);
    position: relative;
    top: 2px;
}
.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: 50%;
}
.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: 3px solid #dedbb5;
    padding: 15px;
    background: #fffedb;
    text-align: center;
    font-weight: bold;
    color: #967565;
    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;
    height: 220px;
    overflow-y: scroll;
    background-color: white;
    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 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: 600;
}
.flow_contact_list li .txt .tl {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
}


/* 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: #072150;
    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: #072150;
    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;
    border: 1px solid #c2c4c5;
    padding: 15px;
}
.entry-content table tr >*:first-child,
.entry-content table th {
    min-width: 200px;
    background: #072150;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.entry-content table td {
    background: #e7f1f5;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

/* 料金表table */

.price_area {
    margin: 20px auto;
	text-align: center;
}

.price_area_table {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.price_row {
    margin: 0 auto 20px;
}
.price_row dl {
    display: inline-block;
    margin: 0 15px;
}
.price_row dt,
.price_row dd {
	display: block;
	font-weight: 600;
	color: #256276;
}
.price_row dt {
	font-size: 16px;
}
.price_row dd span {
    position: relative;
    top: 2px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0px;
    padding-right: 5px;
    font-style: italic;
}
.price_tl{


}
table.pt_plan {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	text-align: center;
}
table.pt_plan tr:nth-child(even) {
    background-color: #F8F8F8;
}
table.pt_plan th,
table.pt_plan td {
    vertical-align: middle;
    padding: 16px 8px 16px 12px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}
table.pt_plan thead th {
	background: #666;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
table.pt_plan th.plan_st1, table.pt_plan th.plan_st2 {
	color: #fff;
}
table.pt_plan th {
	background: #838383;
	color: #fff;
	font-size: 14px;
    text-align: center;
    font-weight: 500;
}
table.pt_plan h4 {
	margin-bottom: 5px;
}
table.pt_plan th.plan_st1 {
    background: #269dc3;
    font-size: 16px;
}
table.pt_plan th.plan_st2 {
    background: #b7c2c8;
}
table.pt_plan th.plan_st3 {
	background: #b7c2c8;
}
table.pt_plan th.plan_st4 {
	background: #b7c2c8;
}
table.pt_plan th.plan_st5 {
	background: #b7c2c8;
}
table.pt_plan td {
	text-align: center;
	border-left: 1px solid #ddd;
}
table.pt_plan td:last-child {
	border-right: 1px solid #ddd;
}
table.pt_plan td.biz_plan {
	background: #fffede;
}

/* 料金プランの全体デザイン */
.price_area {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* タイトル */
.head_title {
    text-align: center;
    margin-bottom: 20px;
}

/* プランのボックス */
.plan_box {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

/* プラン名 */
.plan_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* プラン詳細 */
.plan_details {
    list-style: none;
    padding: 0;
}

.plan_details li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.plan_details li:last-child {
    border-bottom: none;
}

/* 注意書き */
.note {
    text-align: center;
    color: #555;
    font-size: 14px;
}

/* 料金表の全体デザイン */
.price_area_table {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* タイトルの中央揃え */
.head_title {
    text-align: center;
    margin-bottom: 20px;
}

/* テーブルの基本デザイン */
.table {
    width: 100%;
    border-collapse: collapse;
}

/* テーブルヘッダーのスタイル */
.table thead {
    background-color: #343a40;
    color: white;
}

/* セルのデザイン */
.table th, 
.table td {
    padding: 15px;
    border: 1px solid #dee2e6;
}

/* 金額を強調 */
.table td:nth-child(2), 
.table td:nth-child(3) {
    font-weight: bold;
}

/* 注意書きのスタイル */
.t_center {
    text-align: center;
    color: #555;
    font-size: 14px;
}

/* スマホ対応：横スクロールを許可 */
@media (max-width: 768px) {
    .price_area_table {
        padding: 10px;
    }
    .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}



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

.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: #072150;
}
 
.ori_pagenavi .current{
    padding:14px 14px 13px 14px;
    background: #072150;
    color: #fff;
}


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

.ft_gmap iframe {
	height: 280px;
    filter: grayscale(65%);
}

#fnavi {
    padding: 60px 0px;
}
#fnavi .inner {
    width: 80%;
}
#fnavi .desc {
    width: calc(100% - 480px);
    padding-right: 40px;
}
#fnavi .ft_logo {
    margin-bottom: 15px;
}
#fnavi .ft_logo img {
    max-width: 100%;
}
#fnavi .ft_address p {
    font-size: 13px;
}
#fnavi .ft_list {
    width: 160px;
    margin-left: 0px;
}

#fnavi .ft_list li {
    margin-bottom: 15px;
    font-size: 13px;
}
#fnavi .ft_list li:last-child {
    margin-bottom: 0px;
}
#fnavi .ft_list li a {
	position: relative;
    color: #333;
}
#fnavi .ft_list li a:before {
    content: ">";
    padding-right: 5px;
    transition: .5s;
    font-size: 12px;
}
#fnavi .ft_list li a:hover {
	text-decoration: none;
}

#footer {
    color: #fff;
    background-color: #072150;
    line-height: 1;
    margin: 0 auto;
    font-size: 11px;
    padding: 10px 0 8px;
}
#footer_body{
    margin:0 auto;
}

#footer p {
    color: #fff;
    clear:both;
    text-align:center;
    line-height: 1.4;
    letter-spacing:1px;
    padding : 4px;
}
#footer address{
    clear:both;
    text-align:center;
    font-style : normal;
    line-height: 1.2;
    letter-spacing:1px;
    padding : 4px;
}





/* タブレットに適用させるCSS */
@media screen and ( max-width:1024px ) {

	.start .box {
		position: fixed;
		left: 47%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 9999;
		width: 250px;
	}

    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: 15px auto;
    }
    body.contact #content .in, body.entry #content .in, body.confirm #content .in, body.comp #content .in, #content.wide .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 li a {
	    padding: 26px 10px;
	    font-size: 12px;
	}

}

@media screen and ( max-width:920px ) {
	
	.start .box {
		position: fixed;
		left: 47%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 9999;
		width: 250px;
	}
	
	#g_navi li a {
    	padding: 26px 8px;
	}
	
}
@media screen and ( max-width:840px ) {
	
	
	.start .box {
		position: fixed;
		left: 47%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 9999;
		width: 250px;
	}

	#g_navi 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 ) {

	.start .box {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 9999;
		width: 250px;
	}

    .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.header_bg2,
	.header_bg2.fixed {
    	padding: 9px 0px 0px;
		height: 64px;
	}
	.logo_menu {
		height: 64px;
	}
	.header_bg2.fixed {
		
	}
	header.header_bg2 .site_logo {
	    left: 12px;
	}
	header.header_bg2 .site_logo img {
	    position: relative;
	    top: -5px;
	    left: -16px;
	    width: 100px;
	}
	.header_bg #nav-open span, .header_bg #nav-open span::before,
	.header_bg #nav-open span::after {
    	background: #fff;
	}
	
    .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%;
    }
    section {
	    padding: 10px 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 {
		margin-bottom: 30px;
	}
    .head_title h2 {
	    line-height: 1.4;
    	font-size: 24px;
    	letter-spacing: 1.5px;
    }
    .head_title.t_center h2:after {
	    left: 38%;
	}
    .entry-content .smr_tl {
    	margin: 20px 0px;
    }
    .page .entry-content h2 {
        font-size: 16px;
    }
    #content {
        padding: 0px 0px 40px;
    }
    .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,#fade_slide {
    	height: 470px;
 }
	.inner-content {
    	bottom: 35px;
    	padding: 10px;
 }
	.inner-content h1 {
	    font-size: 16px;
	    line-height: 1.4;
	}
	.inner-content h1 span {
	    font-size: 22px;
	}
	#eyecatch p.eye_txt {
	    font-size: 11px;
	    letter-spacing: 0px;
		text-shadow: 1px 2px 3px #808080;
	}
	.button_y {
	    width: 100%;
    	min-width: 100%;
    	padding: 16px 10px;
    	font-size: 14px;
	}
	.button_y:after {
	    width: 26px;
	    height: 8px;
	}
	
	
    /* TOP
    ----------------------------------------------------------- */

	.tp_news_area {
    	top: -30px;
	}
	.tp_news_area .tl, .tp_news_area .block {
    	padding: 9px 15px;
	}
	.tp_news_area .tl {
	    width: 78px;
    	font-size: 13px;
    }
    .tp_news_area .block {
	    width: calc(100% - 78px);
	}
    .tp_news_area .date {
	    font-size: 12px;
	}
	.tp_news_area .txt {
	    display: block;
	    margin-top: 3px;
	    font-size: 14px;
	}
	.tp_news_area .btn {
	    display: none;
	}
	
	.home .head_title h2 {
	    font-size: 26px;
	    line-height: 32px;
	}
	.home .service_area {
    	padding: 25px 0px 20px;
	}
	.head_title.t_center .sub {
	    left: 16%;
	}
	.company_message {
		position: relative;
	    margin-top: 0px;
	    padding: 20px 0px 30px;
	}
	.company_message:before {
	    background-color: rgb(255 255 255 / 55%);
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    content: ' ';
	    z-index: 0;
	}
	.company_message .tl {
	    margin-bottom: 30px;
	    font-size: 18px;
	}
	.company_message .msg_txt {
	    position: relative;
	    z-index: 1;
	    width: 100%;
	    height: auto;
	}
	.company_message .msg_txt p.txt {
	    font-size: 13px;
	    line-height: 2;
	    letter-spacing: 2px;
	}
	.company_message .msg_txt p.txt.type2 {
	    margin: 20px 0 0px 0;
	}
		
	body.company .philosophy_area {
	    margin-bottom: 0px;
	    padding: 30px 0px 0px;
	}
	.philosophy_area .left {
	    max-width: 100%;
	    flex: auto;
	}
	.philosophy_area .card {
	    padding: 40px;
	}
	.philosophy_area .card h3 {
	    margin: 6px 0px 14px;
	    font-size: 26px;
	}
	.philosophy_area .bg {
	    position: relative;
	    z-index: -1;
	    bottom: 50px;
	    width: 100%;
	    height: 250px;
	}
	.philosophy_area .card .txt p {
		font-size: 12px;
	}
	#content .message_area .in {
	    width: 90%;
	    margin-top: -50px;
	    padding: 10px 30px 30px;
	}

	
	#tab li a {
	    font-size: 13px;
	}
	.service_list li {
	    width: 100%;
    	margin: 0 0 30px;
	}
	.service_list li a {
		padding: 0px;
	}
	.service_list li.service_list_biz a {
	    display: block;
	}
	.service_list li.service_list_biz .img,
	.service_list li.service_list_biz .txt {
		width: 100%;
		padding: 0;
	}
	.service_list li.service_list_biz .txt {
		margin-top: 20px;
	}
	.service_list li .img img {
	    width: 100%;
	    margin: 0 auto;
	}
	.service_list li h3 {
	    margin-bottom: 10px;
	    font-size: 17px;
	}
	.cta {
	    padding: 60px 0px;
	}
	.cta .inner {
	    width: 90%;
	    padding: 30px;
	}
	.cta_ct_sec.flex_in {
	    display: block;
	    text-align: center;
    }
	.cta .ct_text {
		margin-right: 0px;
		padding-right: 0px;
    	width: 100%;
		border-right: 0px;
	}
	.cta .cta_ct_sec .tel_block {
    	margin: 18px 0px;
	}
	.lt_tl_2:after {
    	top: 75px;
	    height: 600px;
	    background: #edf0f5;
	}
	.lt_tl_2 .ct {
		margin: 0px;
    	padding: 20px
	}
	.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;
	}
	.company_list {
	    width: 100%;
	    margin: 0px auto 40px;
	}
	.company_list li .tl h3 {
	    margin-top: 20px;
	    font-size: 18px;
	}
	
	
	.news_area_2 {
	    padding: 20px 0px;
	}
	.news_area_2 .inner {
	    width: 96%;
	    padding: 60px 20px 60px;
	}
	.news_area_2 .list_link_rt {
		display: none;
	}
	.head_title_2 .sub {
    	font-size: 24px;
	}
	.head_title_2 .t_m {
	    font-size: 12px;
	    padding-left: 15px;
	}
	.top_news_list {
	    width: 98%;
	    margin: 20px auto 0px;
	    padding: 10px;
	}
	.top_news_list li {
	    display: block;
	}
	.top_news_list li .date_cat {
    	margin-bottom: 10px;
	    width: 100%;
	}
	.top_news_list li .date_cat, .top_news_list li .txt {
	    display: block;
	    vertical-align: middle;
	}
	.dl_base dt {
		width: 90px !important;
	}
	.dl_base dd {
    	width: calc(100% - 90px) !important;
	    font-size: 13px;
	}
    /* lead
    ----------------------------------------------------------- */

	.lead {
	    overflow: inherit;
	}

	.lead .txt {
	    width: 95%;
	    margin-right: 5%;
	    margin-top: -15%;
	    padding: 20px;
	    border-left: 0;
	    order: 1;
	    z-index: 2;
	    background: #fff;
	}
	.lead .txt .area h1 {
	    position: relative;
	    top: 0;
	    font-size: 14px;
	    margin-bottom: 2px;
	}
	.lead .txt .area span {
	    font-size: 30px !important;
	    letter-spacing: 3px;
	}
	.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: 200px;
	}
	body.company .lead .img figure {
    	background-position-y: -50px;
	}
	.lead_2 .txt {
	    height: 100px;
	}
	.lead_2 .txt h1 {
	    font-size: 16px;
	}
	#breadcrumb.type2 {
	    margin-top: 10px;
	    padding: 0px;
	}
    /* 基本
    ----------------------------------------------------------- */
    
	ul.ma_list li {
	    width: calc(100% / 2 - 2%) !important;
	}
	ul.ma_list li a {
	    padding: 12px;
	}
	ul.ma_list li .status {
	    right: 3px;
	    top: 3px;
	}
	ul.ma_list li .status span {
	    transform: scale(0.7);
		padding: 3px 4px;
		font-size: 11px;
	}
	ul.ma_list li .postnumber {
	    font-size: 10px;
	}
	ul.ma_list li .postnumber span {
	    font-size: 11px;
	}
	ul.ma_list li .tl {
	    margin: 10px 0px;
	    padding: 10px 0px;
    	font-size: 1em;
	}
	ul.ma_list li .ma_dl dl {
	    display: block;
	}
	ul.ma_list li .ma_dl dt {
	    width: 100%;
	}
	ul.ma_list li .ma_dl dd {
	    width: 100%;
	    margin: 12px 0px;
	    padding: 0;
	}
		
	ul.ma_list li .comment {
	    margin: 10px 0 0;
	    padding-top: 10px;
	    font-size: 0.8em;
	    border-top: 1px solid #ddd;
	}
	.mainfo_area .top_news_list {
	    width: 90%;
	}
	
	body.recruit .recruit_step_area {
		width: 80%;
	}
	
	.rec_flow_area .recruit_step_area {
		width: 100%;
	}
	.recruit_step .left {
	    width: 100%;
	}
	.recruit_step .right {
	    width: 100%;
	    margin-left: 0%;
	    padding-left: 0%;
	}
	.recruit_step .step_label {
	    width: 100%;
	    font-size: 13px;
	}
	.recruit_step .step_label span {
	    font-size: 20px;
	}
	.recruit_step:before {
	    content: "";
	    width: 100%;
	    height: 1px;
	    position: absolute;
	    left: 0%;
	    top: 68px;
	}
	.recruit_step .step_title {
	    width: 100%;
	    padding-top: 40px;
	    padding-left: 0px;
	    font-size: 16px;
	    text-align: center;
	}
	.recruit_step .step_text {
    	padding: 15px 15px 0px;
    	font-size: 12px;
    	text-align: center;
	}
	
	.entry-content ul li, .single-post .entry-content ul li, ul.check_list li {
	    font-size: 13px;
	}
		
	.access_area .flex_in {
		display: block;
	}
	.access_area .left, .access_area .right {
		width: 100%;
		padding: 0px;
	}
	.access_area .left {
		order: 2;
	}
	.access_area .right {
		order: 1;
		margin-bottom: 40px;
	}
	.access_area .google-maps {
	    padding-bottom: 50%;
	}
    /* 記事一覧
    ----------------------------------------------------------- */
    
    li.column_li {
    	width: 100%;
    	margin: 10px 5px;
    }
    
    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;
	}
	
	body.recruit .catch {
	    text-align: left;
	}
	body.recruit .catch h2 {
	    font-size: 16px;
	    line-height: 1.6;
	}
	
	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;
	}
	.strong_point li {
		display: block;
	}
	.strong_point li .left,
	.strong_point li .right {
		width: 100%;
		padding: 0 !important;
	}
	.strong_point li .left {
	    overflow: hidden;
	    height: 225px;
	}
	.strong_point li .staff_img {
	    overflow: hidden;
	    height: 300px;
	}
	.strong_point li .right {
		margin-top: 20px;
	}
	.strong_point li h3 {
	    font-size: 18px;
	}
	.strong_point li p {
	    font-size: 12px;
	}
	
	.rec_interview_list li {
	    width: 90%;
	    margin: 0 auto 15px;
	    padding: 30px 20px;
	}
	.rec_interview_list li .prof,
	.rec_interview_list li .qa {
		width: 100%;
		padding: 0;
	}
	.rec_interview_list li .prof {
		margin-bottom: 20px;
    	text-align: center;
	}
	.rec_interview_list li .prof img {
	    width: 60%;
	}
	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 {
    	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;
	}

    /* 細部の修正
    ----------------------------------------------------------- */
    
    .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;
	}
	.sv_page .box {
    	margin: 0 0 20px;
    	padding: 30px 15px;
    }
    .sv_page .box .head_title h2 {
	    font-size: 18px;
	}
	.sv_page h2:after {
	    top: -7px;
	    width: 70px;
	}
	.point_list li {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.what_biz .left,
	.what_biz .right {
		width: 100%;
		padding: 0px;
	}
	.what_biz .right {
		margin-top: 20px;
	}
	.category_list {
	    margin-top: 0px;
	}
	.category_list li {
	    width: calc(100% / 2 - 4%);
	    margin: 2%;
	}
	
	
    /* 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;
	}

    .qa-section {
        max-width: 600px;
        margin: auto;
    }
    .question {
        font-weight: bold;
        margin-top: 20px;
        cursor: pointer;
        background: #104478;
        color: white;
        padding: 10px;
        border-radius: 5px;
    }
    .answer {
        display: none;
        padding: 10px;
        background: white;
        border-left: 4px solid #376a9d;
        margin-top: 5px;
    }

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

    #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: -5px;
		right: 0px;
		border-top: 0px;
	}
    #g_navi nav {
	    margin: 25px auto 0px;
	}
	#nav-drawer {
		position: absolute;
		top: 20px;
		right: 5px;
		z-index: 99999;
	}
	.header_bg2.fixed .g_navi_sub {
	    top: -5px;
	}
	/*アイコンのスペース*/
	#nav-open {
	    display: inline-block;
	    /* text-align: center; */
	    width: 30px;
	    height: 20px;
	    vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span::before, #nav-open span::after {
	    position: absolute;
	    height: 2px;/*線の太さ*/
	    width: 15px;/*長さ*/
	    border-radius: 3px;
	    background: #333;
	    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: #010358;
	    -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: #03025c;
	}
    #nav-content ul {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	}
    #nav-content li {
	    width: 50%;
	    height: auto;
	    float: none;
	    padding: 0px;
    }
    #nav-content li a {
	    display: block;
	    vertical-align: middle;
	    width: 100%;
	    color: #fff !important;
	    height: auto;
	    padding: 20px 0px 20px 0px;
    }
    #g_navi li a:hover, #g_navi li.active a {
		
	}
    #nav-content li a:hover {
        text-decoration:none;
    }
	#g_navi li a:after {
	    content: none;
	}
	#g_navi li a span.gf {
	    font-size: 13px;
	}
	#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 {
		
	}
	#g_navi .mb_navi_btn .button_y {
	    display: inline-block;
    	min-width: 90%;
    	width: 90%;
    	border: 1px solid #fff;
	}
	#g_navi .mb_navi_btn .navi_ft_logo {
		padding: 20px;
	}

	/* 閉じるボタン */
	#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);
    }


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

	#fnavi {
	    padding: 40px 0px 0px;
	}
	#fnavi .inner {
		width: 100%;
    	display: block;
    }
	#fnavi .ft_logo {
	    width: 80%;
	    margin: 0 auto;
	}
	#fnavi .desc {
	    width: 90%;
	    margin: 0 auto 30px;
	    padding-right: 0px;
    	text-align: center;
	}
	
	#fnavi .ft_address {
		margin: 15px 0px 20px 0px;
	}
	#fnavi .ft_address p {
	    font-size: 11px;
	}
	#fnavi .ft_list {
	    width: auto;
	    padding: 12px 20px 0px;
	    background: #f5f5f5;
	}
	#fnavi .ft_list li {
	    width: 100%;
	    display: block;
	    margin-bottom: 13px;
	    padding-bottom: 13px;
	    border-bottom: 1px dotted #ddd;
	}
	
	
    /* 背景レイヤー
    ----------------------------------------------------------- */
    .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;
	}

}

/* スマホ_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;
	}
}