@charset "UTF-8";
/* CSS Document */

/********************************************** 
	header
********************************************* */
/* header-sub */
.header {
	position: relative;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid #e1e1eb;
}
.header-sub {
	background: #fafbfd;
	padding: .5rem 0;
}
.header-sub .header-sub-txt {
	font-size: 1.2rem;
	color: #272727;
	line-height: 1.2;
	margin: 0;
}
.header-sub ul.header-sub-nav {
	margin: 0;
	padding: 0;
}
.header-sub ul.header-sub-nav li {
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
.header-sub ul.header-sub-nav li:not(:last-of-type)::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 10px);
	background: #e1e1eb;
	position: absolute;
	top: 5px;
	right: 0;
}
.header-sub ul.header-sub-nav li a {
	display: block;
	font-size: 1.3rem;
	color: #272727;
}
.header-sub ul.header-sub-nav li a:hover {
	color: #1a3168;
}

/* header-main */
.header-main {
	background: #fff;
	padding: 1.5em 0 0;
	position: relative;
	z-index: 999;
}
.header-main h1.logo {
	margin: 0;
	padding: 0;
}
ul.header-sub-nav-2 li {
	display: inline-block;
	text-align: center;
}
ul.header-sub-nav-2 .header-tel {
	line-height: 1.2;
	margin-right: 1.5em;
}
ul.header-sub-nav-2 .header-tel small {
	font-size: 1.2rem;
	color: #777;
}
ul.header-sub-nav-2 .header-tel small b {
	color: #1a3168;
}
ul.header-sub-nav-2 .header-tel a {
	font-size: 3rem;
	color: #1a3168;
}
ul.header-sub-nav-2 .header-tel a i {
	font-size: 2.5rem;
	margin-right: .7rem;
	color: #1a3168;
}


/********************************************** 
	グローバルメニュー
********************************************* */
.main-nav-pc {
	background-color: #fff;
	padding: 0;
}
.main-nav-pc .container > ul {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.main-nav-pc .container > ul > li {
	width: 25%;
	text-align: center;
}
.main-nav-pc .container > ul > li > a {
	display: block;
	position: relative;
	font-weight: bold;
	color: #222;
	font-size: 1.5rem;
	padding: 1.25em 1rem;
	white-space: nowrap;
}
.main-nav-pc .container > ul > li:hover > a {
	color: #1a3168;
}
.main-nav-pc .container > ul > li:not(:last-of-type) > a::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 30px);
	background: #e1e1eb;
	position: absolute;
	top: 15px;
	right: 0;
}
.main-nav-pc .container > ul > li > a::after {
	content: "";
	display: block;
    width: 0;
    height: 0;
    left: 50%;
    border-color: transparent transparent #1a3168;
    border-style: solid;
    border-width: 0 7px 10px;
    position: absolute;
    bottom: 0;
    transition: all .25s ease-in-out;
    transform: translate(-50%,100%);
    opacity: 0;
}
.main-nav-pc .container > ul > li:hover > a::after {
	transform: translate(-50%);
	opacity: 1;
}



/* 子メニュー */
.main-nav-pc .container > ul > li > .drop-down-wrap {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em 0;
    transform: translateY(0);
    transition: all .3s ease-in-out;
    margin: 0;
    background: #1a3168;
}
.main-nav-pc .container > ul > li:hover > .drop-down-wrap {
	transform: translateY(100%);
}
.main-nav-pc .container > ul > li > .drop-down-wrap a {
	display: inline-block;
    padding: 12px 1.5em;
    font-size: 1.5rem;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
}

.main-nav-pc .container > ul > li > .drop-down-wrap a:hover {
	opacity: .7;
}
.main-nav-pc .container > ul > li > .drop-down-wrap a i {
	display: inline-block;
	padding-right: .5em;
}
nav.main-nav {
	width: 100%;
}


/********************************************** 
	固定ナビ
********************************************* */
.fixed-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid #e1e1eb;
	transition: all .25s ease-in-out;
	transform: translateY(-100%);
}
.fixed-nav.is-fixed {
	transform: translateY(0);
	    box-shadow: 0 2px 15px rgb(31 34 56 / 15%);
}



/********************************************** 
	スマホ用ナビ
********************************************* */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
    padding: 16px 12px;
    background-color: #1a3168;
    z-index: +1;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}

/* 992px以上 */
@media (min-width: 992px) {
	
	.header-nav-sp,
	.header-sp-contact,
	.header-sp-tel {
		display: none !important;
	}
	
}
/* 991px以下 */
@media (max-width: 991px) {
	
	.header {
	    position: fixed;
	    width: 100%;
	    height: 50px;
	    box-shadow: 0 2px 15px rgb(31 34 56 / 15%);
	}
	.header-main {
	    padding: 0;
	    height: 50px;
	    position: static;
	    padding: 10px 0;
	}
	.header-main h1.logo {
	    margin: 0;
	}
	.header-main h1.logo img {
		width: 170px;
	}
	.header-sub,
	.main-nav-pc,
	.fixed-nav,
	.header-main .header-sub-nav-2 {
		display: none !important;
	}
	
	.header-sp-contact,
	.header-sp-tel {
		position: absolute;
		right: 50px;
		top: 0;
		width: 50px;
		height: 50px;
	}
	.header-sp-contact a,
	.header-sp-tel a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 2rem;
		background: #CCD4EA;
		color: #1a3168;
	}
	.header-sp-tel {
		right: 100px;
	}
	.header-sp-tel a {
		background: #fafbfd;
	}
/********************************************** 
	
メインナビゲーション

********************************************* */	
	#nav-toggle {
		display: block;
		z-index: 100000;
	}

/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
/* スライドアニメーション */
	.header-nav-sp {
		position: absolute;
	    display: block;
	    width: 100vw;
	    height: 100vh;
	    left: 0;
	    top: 50px;
	     background: #1a3168;
	    opacity: 0;
	    -webkit-transform: translateX(100%);
	    transform: translateX(100%);
	    -webkit-transition: 0.3s ease 0s;
	    transition: 0.3s ease 0s;
	}
	.header-nav-sp > ul.main-nav-sp > li:last-child a, .header.is-fixed > .header-nav > ul.main-nav-sp > li:last-child a {
	    background-color: transparent;
	}
	.open .header-nav-sp {
	    -webkit-transform: translateX(0%);
	    transform: translateX(0%);
	    opacity: 1;
	    -webkit-transition: 0.3s ease 0s;
	    transition: 0.3s ease 0s;
	    overflow-y: scroll;
	}
	.open .header-nav-sp::-webkit-scrollbar {
		display: none;
	}
/* スマホメインナビゲーション	 */
	.header-nav-sp ul {
		display: block;
	}
	.header-nav-sp > ul.main-nav-sp {
	    width: 100%;
	    position: absolute;
	    top: 30px;
	    left: 0;
	}
	.header-nav-sp > ul.main-nav-sp li {
		position: relative;
		height: 100%;
	}
	.header-nav-sp > ul.main-nav-sp li.half {
		width: 49%;
		display: inline-block;
		padding: 5px;
	}
	.header-nav-sp > ul.main-nav-sp li.half.mt {
		margin-top: 4rem;
	}
	.header-nav-sp > ul.main-nav-sp li.half a {
		padding: .7rem 1rem;
		margin-top: 5px;
		text-align: center;
		background: rgba(255,255,255,1);
		border-radius: 500px;
		color: #1a3168 !important;
		font-size: 1.2rem !important;
	}
	
	.header-nav-sp > ul.main-nav-sp > li.half::before,.header-nav-sp > ul.main-nav-sp > li.half::after {
		display: none;
	}
	.header-nav-sp ul.main-nav-sp li.sp-parent {
		display: block;
		position: relative;
	}
	.header-nav-sp ul.main-nav-sp li.pc-parent {
		display: none;
	}
	.header-nav-sp > ul.main-nav-sp > li::before,.header-nav-sp > ul.main-nav-sp > li::after {
		content: '';
	    width: 8px;
	    height: 2px;
	    background: #fff;
	    display: block;
	    position: absolute;
	    right: 18px;
	    z-index: 12;
	}
	.header-nav-sp > ul.main-nav-sp > li::before {
		top: 22px;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.header-nav-sp > ul.main-nav-sp > li::after {
		top: 26px;
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.header-nav-sp > ul.main-nav-sp > li.sp-parent::before {
		width: 10px;
		top: 23px;
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
	.header-nav-sp > ul.main-nav-sp > li.sp-parent::after {
		width: 10px;
		top: 23px;
	    -webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}
	.header-nav-sp > ul.main-nav-sp > li.sp-parent._open::after {
		display: none;
	}
	.header-nav-sp > ul.main-nav-sp > li > a > span {
		display: none;
	}
	.header-nav-sp > ul.main-nav-sp > li > a,.is-fixed .header-nav > ul.main-nav-sp > li > a {
		display: block;
		color: #fff !important;
	    font-size: 1.4rem;
	    font-weight: bold;
	    line-height: 1.5;
	    padding: 12px 20px 12px 40px;
	    position: relative;
	    text-align: left;
	}
	.header.is-fixed .header-nav-sp ul.main-nav-sp li a {
		line-height: 1.5;
	}
	.header-nav-sp > ul.main-nav-sp > li.sp-parent .sp-sub-nav {
		background-color: rgba(255,255,255,.3);
	}
	.header-nav-sp > ul.main-nav-sp > li.sp-parent span.plus {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
		height: 45px;
		background-color: rgba(255,255,255,.3);
		z-index: 10;
	}
	.header-nav-sp > ul.main-nav-sp > li.sp-parent .sp-sub-nav ul {
		padding: 1rem 0;
	}
	.header-nav-sp > ul.main-nav-sp > li.sp-parent .sp-sub-nav ul li a {
		display: block;
		color: #fff !important;
	    font-size: 1.2rem;
	    font-weight: bold;
	    line-height: 1.5;
	    padding: 8px 20px 8px 60px;
	}
	.header.is-fixed .header-nav-sp > ul.header-sub-nav > li > a {
	    color: #222;
	    background: #fff;
	}
	

}

@media (max-width: 767px) {

/********************************************** 
	Header
********************************************* */
}@charset "UTF-8";
/* CSS Document */



ul,ol {
	margin-left: 0;
	padding: 0;
}
ul li{
	list-style:none;
}
img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}
figure img {
	width: auto;
    max-width: 100%;
    height: auto;
}
.clearfix:after {
  	content: ".";  
  	display: block; 
  	clear: both;
  	height: 0;
  	visibility: hidden;
}

.clearfix {
  	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/********************************************** 
	Typography
********************************************* */
html {
  	width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}
body {
	position: relative;
	color: #222;
	font-size: 1.6rem;
	font-weight: 500;
	font-style: normal;
    font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Verdana, sans-serif;
	line-height: 2;
	letter-spacing: .05em;
	background: #fff;
	overflow-x: hidden;
}
h2,h3 {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5;
	
}
h2.en {
	font-size: 3.6rem;
	margin-bottom: 1em;
}
h2.en small {
	font-size: 1.7rem;
	display: block;
	font-weight: normal;
}
h2.line {
	position: relative;
	padding: 0 2rem;
	text-align: center;
	line-height: 1.35;
	font-size: 3rem;
}

h2.line:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: rgba(30, 21, 16, .8);
}
h2.line small {
	display: block;
	font-weight: normal;
	font-size: 1.6rem;
}
h2.line span {
	display: inline-block;
	position: relative;
	padding: 0 2em;
	background: #f8f6f4
}
h2.border {
	position: relative;
	font-size: 3.2rem;
	line-height: 1.35;
	margin-bottom: 1.5em;
}
h2.border::before {
	content: url(images/border.svg);
	position: absolute;
	bottom: 5px;
	left: calc(50% - 120px);
	width: 240px;
	height: 10px;
}
h2.bar {
	text-align: center;
	position: relative;
    line-height: 1.4;
    color: #1a3168;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding-bottom: 2rem;
}
h2.bar::before {
	content: "";
	display: block;
	position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 3px;
    background-color: #1a3168;
}
h2.ja-en {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 1em;
	border-left: 5px solid #1a3168;
	margin-bottom: 5rem;
}
h2.ja-en small {
	display: block;
	font-size: 1.8rem;
	color: #aaa;
}
h2.fukidashi {
    position: relative;
    background-color: #fff;
    border: solid 2px #1a3168;
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
    border-radius: 24px;
    padding: .75em;
    color: #1a3168;
    margin-bottom: 4rem;
    font-weight: bold;
    font-size: 2.7rem;
}
h2.fukidashi:before, h2.fukidashi:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
h2.fukidashi:before {
    border: solid 16px transparent;
    border-top: solid 16px #1a3168;
}
h2.fukidashi:after {
    border: solid 18px transparent;
    border-top: solid 18px #fff;
    margin-top: -5px;
}
h3 {
	font-size: 2.4rem;
	font-weight: 600;
}
h3.border {
	border-bottom: 3px solid #1a3168;
	padding-bottom: 5px;
}
h4.color {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: .5em;
}
h4.fukidashi {
	display: inline-block;
    position: relative;
    padding: 1rem 2em;
    background: #f0f3f8;
    border-radius: 300px;
    color: #1a3168;
    line-height: 1.65;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1em;
}
h4.fukidashi::after {
    content: "";
    position: absolute;
    margin: 0;
    bottom: -15px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-top: 30px solid #f0f3f8;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform: rotate(-30deg);
    z-index: -1;
}
h4.bg {
	font-size: 1.6rem;
    background: #eee;
    border-radius: 200px;
    padding: .8rem 1.5em;
    font-weight: bold;
    margin-bottom: 1rem;
}
h4.bg-pink {
    padding: 1rem 2em;
    background: #f0f3f8;
    border-radius: 300px;
    color: #1a3168;
    line-height: 1.65;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1em;
}

.ja {
	font-family: 'Noto Sans JP', sans-serif;
}
.en {
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.mincho {
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
span.material-icons {
    font-size: inherit;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    display: inline-flex;
    vertical-align: middle;
}
/********************************************** 
	Layout
********************************************* */
.container.container-s {
	max-width: 1100px;
}
/********************************************** 
	Link
********************************************* */
a,a:visited {
	text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: all ease-in-out .3s;
	color: #1a3168;
	
}
a:hover {
	text-decoration: none;
	color: #1a3168;
}
a.link-txt {
	display: inline-block;
	position: relative;
	padding-right: 3.2rem;
	color: inherit;
	font-size: 1.4rem;
}
a.link-txt.en-b {
	font-size: 1.4rem;
}
a.link-txt::before {
	content: "";
	display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #555;
    width: 100%;
    height: 1px;
    transform-origin: right top;
    transition: transform .25s ease-out;
}
a.link-txt:hover::before {
	transform: scale(0,1);
}
a.link-txt span.arrow {
	content: "";
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 7px;
    background: url(images/arrow_black.svg) center center/cover no-repeat;
    z-index: 121;
    right: 0;
    top: .75em;
    transition: transform .25s ease-out;
}
a.link-txt:hover {
	color: #666;
}
a.link-txt:hover span.arrow {
	transform: translateX(6px);
}
a.arrow-link {
	display: inline-block;
	color: #555;
}
a.arrow-link i {
	margin-right: .5em;
	color: #1a3168;
	transition: all ease-in-out .25s;
}
a.arrow-link:hover {
	color: #1a3168;
}
a.arrow-link:hover i {
	transform: translateX(5px);
}

/********************************************** 
	Misc
********************************************* */
.w-100 {
	width: 100%;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30,.mb20-30 {
	margin-bottom: 30px;
}
.mb-40,.mb20-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60,.mb30-60 {
	margin-bottom: 60px;
}
.mb30-80 {
	margin-bottom: 80px;
}
.ptb40,.ptb20-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50,.ptb30-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb30-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ptb30-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt40 {
	padding-top: 40px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pt30 {
	padding-top: 30px;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.box-link:hover {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
.bg-gray {
	background: #ededed;
}
.bg-pink {
	background: #f0f3f8;
}
.bg-gray-box {
	background: #ededed;
	padding: 1em 1.5em;
	border-radius: 7px;
}
.color {
	color: #1a3168;
}
.color-blue {
	color: #1c86b4;
}
.color-red {
	color: #fb5357;
}
.color-white {
	color: #fff;
}
.text-right {
	text-align: right;
}
.text-center,.text-left-center {
	text-align: center;
}
.kakko {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 60px;
    padding: 3rem 6rem;
}
.kakko::before, .kakko::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
}
.kakko::before {
    border-left: solid 1px #222;
    border-top: solid 1px #222;
    top: 0;
    left: 0;
}
.kakko::after {
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    bottom: 0;
    right: 0;
}
ol.numbering {
	margin-left: 0;
	padding: 0
}
ol.numbering li {
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.bg-yellow {
	background: linear-gradient(transparent 0%,#f9ff52 0%);
}
.sp {
	display: none;
}
.pc {
	display: block;
}
/*-----------------------------------------------------------------------------
	ボタン
-----------------------------------------------------------------------------*/
a.btn {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	width: 270px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #1a3168;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}
a.btn.btn-w100 {
	width: 100%;
}
a.btn:hover {
/* 	color: #22201f; */
}
a.btn:before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: #818285;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.btn:hover:before {
	-webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
a.btn .bar {
	display: block;
	width: 2.4rem;
	height: 1px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: -12px;
	overflow: hidden;
	z-index: 2
}
a.btn .bar:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    z-index: 0;
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
}
a.btn:hover .bar:before {
	background: #22201f;
	-webkit-animation: link 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: link 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
a.btn.btn-small {
	width: 200px;
	height: 46px;
	line-height: 46px;
	font-size: 1.3rem;
}

/*-----------------------------------------------------------------------------
	フッター
-----------------------------------------------------------------------------*/
/* =Footer-contact
-----------------------------------------------------------------------------*/
#footer-contact {
	position: relative;
	overflow: hidden;
}
#footer-contact:before {
	content: "";
	display: block;
	width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/visual_contact.jpg) center center/cover no-repeat;
    z-index: -1;
    -ms-filter: blur(6px);
	filter: blur(1rem);
	opacity: .4;
}
#footer-contact .footer-contact-wrap {
	background-color: rgba(255,255,255,.8);
	box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.footer-contact-inner {
	padding: 3rem;
	height: 100%;
	text-align: center;
}
.footer-contact-inner.border-r {
	border-right: 1px solid #ccc;
}
.footer-contact-inner h4 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 1em;
}
.footer-contact-inner .tel-num,.footer-contact-inner .tel-num a {
	font-size: 3.6rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0;
	color: #1a3168;
}
.footer-contact-inner .tel-num,.footer-contact-inner .tel-num a i {
	font-size: 3rem;
}
.footer-contact-inner a.btn.btn-w100 {
	height: 46px;
    line-height: 46px;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 4px solid #1a3168;
}
#footer > .container {
	padding: 5rem 0 4rem;
}
.footer-top {
	text-align: center;
}
.footer-logo {
	margin-bottom: 2rem;
}
.footer-top ul {
	margin-top: 4rem;
}
.footer-top ul li {
	display: inline-block;
}
.footer-top ul li a {
	display: block;
	padding: 0 1em;
	color: inherit;
	font-size: 1.4rem;
	font-weight: bold;
}
.footer-top ul li a i {
	padding-right: .5em;
	color: #1a3168;
}
.footer-top ul li a:hover {
	color: #1a3168;
}


.copyright {
	color: #fff;
	padding: 1em;
	background: #1a3168;
	font-size: 1.3rem;
}

/*-----------------------------------------------------------------------------
	ページナビ
-----------------------------------------------------------------------------*/
.pagenavi {
	width: 100%;
	margin-top: 3rem;
}
.pagenavi .wp-pagenavi {
	font-size: 3rem;
	font-weight: 800;
}
.pagenavi .wp-pagenavi a,.pagenavi .wp-pagenavi span {
	color: #999;
	border: none;
	margin: 0 8px;
	padding: 4px 8px;
}
.pagenavi .wp-pagenavi span.material-icons {
	padding: 0;
	margin: 0;
}
.pagenavi .wp-pagenavi span.current {
	color: rgba(30, 21, 16, 1);
	border-bottom: 4px solid rgba(30, 21, 16, 1);
}
.pagenavi .wp-pagenavi a:hover,.pagenavi .wp-pagenavi a.nextpostslink:hover span.material-icons {
	color: #c3a264; 
}
.pagenavi .wp-pagenavi a.nextpostslink span.material-icons {
	padding: 0;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
.single-post-area h2 {
	font-size: 2.4rem;
    font-weight: bold;
	padding: .5em .5em .5em 1em;
    background: #f7f7f7;
    border-left: 5px solid #1a3168;
    margin: 0 0 30px;
}
.single-post-area h3 {
	border-bottom: 3px solid #1a3168;
    padding-bottom: 5px;
}
.single-post-area h4 {
	padding: 1rem 2em;
    background: #f0f3f8;
    border-radius: 300px;
    color: #1a3168;
    line-height: 1.65;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1em;
}
.single-title-box .date {
	color: #c3a264;
}
.single-post-area,.single-post-area p {
	line-height: 2em;
}
.single-post-area table {
	width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	padding: .75em;
}
.single-post-area .post-date {
	background: #f7f7f7;
	padding: 7px 0 4px 1.5em;
	border-radius: 4px;
	margin-bottom: 1.5em;
}
.pageNav {
	padding: 3rem 0;
	border-top: 1px solid #1a3168;
	border-bottom: 1px solid #1a3168;
}
.pageNav a {
	display: inline-block;
	color: #fff;
	background-color: #1a3168;
	padding: 4px 1.25em;
	font-size: 13px;font-size: 1.2rem;
	border-radius: 50px;
	font-weight: bold;
}
.pageNav a .material-icons {
	font-size: 2.4rem;
	margin-top: -2px;
}
.pageNav a:hover {
	background-color: #818285;
}
.pageNav span.prev {
	float: right;
}
.pageNav span.prev,.pageNav span.next {
	display: inline-block;
}

.single-post-area a:link,.single-post-area a:visited {
	color: #999;
	text-decoration: underline;
}
.single-post-area a:hover {
	text-decoration: none;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	border: 1px solid #eee;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 4px solid #f7f7f7;
	margin-left: 0;
	padding-left: 2em;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/********************************************** 
	Footer
********************************************* */
a.topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    background: #1a3168;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding-top: 0;
    box-sizing: border-box;
    transition: step-start;
    z-index: 99999;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
a.topBtn i {
	line-height: 60px;
}
a.topBtn:hover {
	background-color: #818285;
}


/********************************************** 
	下層ページメインビジュアル
********************************************* */
.visual {
	width: 100%;
    height: 360px;
    background: url(images/visual/main_visual.jpg) center center/cover no-repeat;
    position: relative;
    color: #fff;
}
.visual:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(136,37,73,.4);
}
.visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    padding-top: 2rem;
    text-align: center;
    z-index: 2;
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: .075em;
}


/********************************************** 
	Breadcrumb
********************************************* */	
.breadcrumb {
	background: #eee;
	font-size: 1.3rem;
	overflow: hidden;
	color: #777;
}
.breadcrumb > .container {
	width: 100%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	padding: 1rem 15px;
}
.breadcrumb a {
	color: #555;
}
.breadcrumb span {
	padding: 0 .2rem;
}
.breadcrumb span.current-item,.breadcrumb a:hover,.breadcrumb a:hover span {
	color: #1a3168;
}
/********************************************** 
	Tables
********************************************* */	
table.table-simple th,table.table-simple td {
	vertical-align: top;
}
table.table-simple th {
	font-weight: normal;
	padding-right: 1.5em;
}
table.table-color {
	width: 100%;
}
table.table-color th {
	color: #fff;
	border: 3px solid #fff;
    padding: 1em 2em;
    background: #1a3168;
    white-space: nowrap;
}
table.table-color td {
	border: 3px solid #fff;
	padding: 1em 2em;
	background: #f0f3f8;
}
.w-30 {
	width: 30%;
}
table.table {
	border-bottom: 1px solid #ddd;
	width: 100%;
}
table.table th {
	padding: 1em;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
table.table td {
    padding: 1em;
    border-top: 1px solid #ddd;
    vertical-align: top;
}


/********************************************** 
	お知らせ
********************************************* */
.single-title-box {
	border-left: 5px solid #1a3168;
	padding-left: 1.5em;
}
.single-title-box h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.65;
	margin-bottom: 0;
}
.single-title-box p.date {
	color: #aaa;
	font-weight: bold; 
}


/* 991px以下 */
@media (max-width: 991px) {
	
/********************************************** 
	Footer
********************************************* */	
}


/* 767px以下 */
@media (max-width: 767px) {
/********************************************** 
	Typography
********************************************* */
	body {
		font-size: 1.5rem;
	}
	h2.en {
	    font-size: 2rem;
	    margin-bottom: 1em;
	}
	h2.en small {
	    font-size: 1.3rem;
	    margin-top: 0;
	}
	h2.border {
	    font-size: 2rem;
	    margin-bottom: 1em;
	}
	h2.border::before {
	    bottom: 0;
	    left: calc(50% - 90px);
	    width: 180px;
	    height: 8px;
	}
	h2.ja-en {
	    font-size: 2rem;
	    padding-left: .65em;
	    margin-bottom: 1.25em;
	}
	h2.ja-en small {
	    font-size: 1.4rem;
	}
	h2.bar {
	    font-size: 2.2rem;
	    padding-bottom: 1.5rem;
	}
	h2.fukidashi {
		font-size: 2rem;
		margin-bottom: 2.4rem;
		padding: .25em .5em;
	}
	h3 {
		margin-bottom: .65em;
		font-size: 1.8rem;
	}
	h4.fukidashi,h4.bg-pink {
	    padding: .8rem 2rem;
	    font-size: 1.5rem;
	    margin-bottom: 12px;
	}
	h4.fukidashi::after {
	    bottom: -13px;
	}
	h4.bg {
		font-size: 1.5rem;
		padding: .8rem 2rem;
		margin-bottom: .8rem;
	}

/********************************************** 
	Misc
********************************************* */	
	.mb20-40,.mb20-30 {
		margin-bottom: 20px;
	}
	.mb30-60,.mb30-80 {
		margin-bottom: 30px;
	}
	.ptb20-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ptb30-80,.ptb30-60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ptb50,.ptb30-50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.text-left-center {
		text-align: left;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
/********************************************** 
	Misc
********************************************* */	
	a.btn {
	    display: inline-block;
	    font-size: 1.3rem;
	    width: 270px;
	    height: 44px;
	    line-height: 44px;
	}
	a.btn.small-btn {
		width: 180px;
		height: 36px;
		line-height: 36px;
	}
	.kakko {
	    font-size: 1.5rem;
	    margin-bottom: 30px;
	    padding: 3rem;
	}
	.kakko::before, .kakko::after {
	    content: '';
	    width: 40px;
	    height: 40px;
	    position: absolute;
	}
	.kakko::before {
	    border-left: solid 1px #222;
	    border-top: solid 1px #222;
	    top: 0;
	    left: 0;
	}
	.kakko::after {
	    border-right: solid 1px #222;
	    border-bottom: solid 1px #222;
	    bottom: 0;
	    right: 0;
	}
	a.link-txt {
	    padding-right: 3rem;
	    font-size: 1.3rem;
	}
	.bg-gray-box {
		padding: 1rem 1.5rem;
	}
/********************************************** 
	Footer-contact
********************************************* */
  	#footer-contact .footer-contact-wrap {
	    padding: 2rem 1.5rem 1rem;
	}
	.footer-contact-inner.border-r {
	    border-right: none;
	   position: relative;
	}
	.footer-contact-inner.border-r::before {
		content: "";
		display: block;
		height: 1px;
		width: calc(100% - 30px);
		position: absolute;
		left: 15px;
		top: 0;
		background-color: #ccc;
	}
	.footer-contact-inner.border-r::after {
		content: "";
		display: block;
		height: 1px;
		width: calc(100% - 30px);
		position: absolute;
		left: 15px;
		bottom: 0;
		background-color: #ccc;
	}
	#footer-contact p.mb-30 {
		margin-bottom: 1rem;
	}
	.footer-contact-inner {
		padding: 2rem;
	}
	.footer-contact-inner .tel-num,.footer-contact-inner .tel-num a {
	    font-size: 2.7rem;
	}

/********************************************** 
	Footer
********************************************* */
	a.topBtn {
	    bottom: 20px;
	    right: 10px;
	    width: 30px;
	    height: 30px;
	    padding-top: 0;
	    background-size: 10px;
	    margin-bottom: 10px;
   }
   a.topBtn i {
	   line-height: 30px;
   }
   #footer > .container {
	    padding: 4rem 1rem 2rem;
	}
   .footer-top ul {
	    margin-top: 2rem;
	}
   .copyright {
	    padding: .75em 1em;
	    background: #1a3168;
	    font-size: 1.2rem;
	}


/********************************************** 
	ページナビ
********************************************* */
	.pagenavi {
		margin-top: 1rem;
	}
	.pagenavi .wp-pagenavi {
		font-size: 2rem;
	}
	.pagenavi .wp-pagenavi a,.pagenavi .wp-pagenavi span {
		margin: 0 4px;
		padding: 2px 4px;
	}
	.pageNav {
		padding: 1.5rem 0;
	}
	.pageNav a {
		padding: 3px 1em;
		font-size: 1.1rem;
	}
/********************************************** 
	Tables
********************************************* */	
	table.table-color th {
		border: 2px solid #fff;
	    padding: .5em .75em;
	}
	table.table-color td {
		border: 2px solid #fff;
		 padding: .5em .75em;
	}

/********************************************** 
	下層ページメインビジュアル
********************************************* */
	.visual {
	    height: 240px;
	}
	.visual h2 {
	    font-size: 2.7rem;
	    width: 100%;
	    margin-top: 2rem;
	}
/********************************************** 
	Breadcrumb
********************************************* */	
	.breadcrumb {
		font-size: 1.2rem;
	}
	.breadcrumb > .container {
		padding: .5rem 15px;
	}
	.breadcrumb span {
		padding: 0 .2rem;
	}
/********************************************** 
	お知らせ
********************************************* */
	.single-title-box {
		padding-left: 1em;
	}
	.single-title-box h2 {
		font-size: 1.8rem;
	}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
	.single-post-area h2 {
		font-size: 1.8rem;
	}
	.single-post-area h3 {
		font-size: 1.6rem;
	}
	.single-post-area h4 {
	    padding: 0.8rem 2rem;
	    font-size: 1.5rem;
	    margin-bottom: 12px
	}
	
}


/* 575px以下 */
@media (max-width: 575px) {
}





/* =執筆者コンテンツ
-----------------------------------------------------------------------------*/
.writer-top {
	background-color: #f7f7f7;
	padding: .5em 1em;
	border-radius: 8px;
	width: 100%;
}
.writer-top-inner {
	display: table;
}
.writer-top-inner p {
	line-height: 1.75 !important;
}
.writer-top-inner > div {
	display: table-cell;
	vertical-align: middle;
}
.writer-top-img img {
	border-radius: 50%;
	width: 80px;
	display: inline-block;
	margin-right: 20px;
}
.writer-top p b {
	font-size: 1.1em;
}

.writer-bottom {
	background-color: #f7f7f7;
	padding: 1.5em;
	border-radius: 8px;
	width: 100%;
}
.writer-bottom-inner-1 {
	display: table;
	width: 100%;
}
.writer-bottom-inner-1 .col {
	display: table-cell;
	vertical-align: middle;
}
.writer-bottom-inner-1 img {
	width: 120px;
	border-radius: 50%;
	margin-right: 30px;
}
.writer-bottom-inner-1 .col p {
	margin-bottom: 0;
	white-space: nowrap;
	line-height: 1.75 !important;
}
.writer-bottom-inner-1 .col:first-child {
	width: 150px;
}
.writer-bottom-inner-1 .col:last-child {
	text-align: right;
	vertical-align: bottom;
}
.writer-head span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #f5c045;
	border-radius: 100px;
	padding: 0 1em;
	margin-bottom: 5px;
}
.writer-name {
	font-size: 1.2em;
}
.writer-name span {
	font-size: 1.35em;
}
.writer-bottom-inner-1 a {
	font-weight: bold;
}
.writer-bottom-inner-1 a:hover {
	color: #f5c045;
}
.visible-xs-block {
	display: none;
}


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

	.writer-top .row-0 {
		margin-top: 1rem;
		margin-bottom: 5px;
	}
	.writer-top .row-0 p {
		margin: 0;
	}
	.writer-top-img img {
		width: 60px;
		margin-right: 15px;
	}
	.writer-bottom {
		padding: 1em;
	}
	.writer-bottom-inner-1 img {
		width: 100px;
		margin-right: 20px;
	}
	.writer-bottom-inner-1 .col p.writer-name {
		margin-bottom: 5px;
	}
	.writer-bottom-inner-1 .col:first-child {
		width: 120px;
	}
	.writer-bottom-inner-1 .col:last-child {
		display: none;
	}
	.visible-xs-block {
		display: block;
	}

}	
	
	
@charset "UTF-8";
/* CSS Document */
/********************************************** 
	メインビジュアル
********************************************* */
#visual {
	height: 560px;
    width: 100%;
    background: url(images/visual/mainvisual_2024.jpg) center center/cover no-repeat;
}
#visual .visual-inner {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 100;
    letter-spacing: .05em;
    line-height: 1,25;
}
#visual .visual-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    z-index: -1;
}
.visual-inner h2 {
	font-size: 4.8rem;
	font-weight: 700;
	margin-bottom: 0;
	display: inline-block;
	padding: 3px;
	border: 2px solid rgba(255,255,255,.9);
	margin-bottom: 1rem;
}
.visual-inner h2 span {
	display: inline-block;
	color: #13448f;
	background: rgba(255,255,255,.9);
	padding: .2em .65em;
}
.visual-inner h2 span.small {
	font-size: 3rem;
	margin-bottom: .5rem;
}
.visual-inner p {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: .75em;
}
.visual-inner li {
	font-size: 2.2rem;
	font-weight: bold;
	text-shadow: 2px 0 6px rgba(0,0,0,.5);
	margin: 0;
	letter-spacing: .05em;
	line-height: 1.5;
}
.visual-inner li span {
	color: #f5c045;
}
/********************************************** 
	各下層ページビジュアル
********************************************* */
.visual:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
}
.page-id-3 .visual {
	background: url(images/visual/bg_policy.jpg) center center/cover no-repeat;
}
.page-id-11 .visual {
	background: url(images/visual/bg_price.jpg) center center/cover no-repeat;
}
.page-id-13 .visual {
	background: url(images/visual/bg_access.jpg) center center/cover no-repeat;
}
.page-id-16 .visual {
	background: url(images/visual/bg_contact.jpg) center center/cover no-repeat;
}
.page-id-18 .visual {
	background: url(images/visual/bg_reason.jpg) center center/cover no-repeat;
}
.page-id-20 .visual {
	background: url(images/visual/bg_sitemap.jpg) center center/cover no-repeat;
}
.post-type-archive-worries .visual, .single-worries .visual {
	background: url(images/visual/bg_worries.jpg) center center/cover no-repeat;
}
.post-type-archive-news .visual, .single-news .visual {
	background: url(images/visual/bg_news.jpg) center center/cover no-repeat;
}






/********************************************** 
	トップページ
********************************************* */

.circle-item-container {
	position: relative;
}
.circle-item {
	position: absolute;
    top: -220px;
    right: 0;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 5px solid #1a3168;
    border-radius: 50%;
    background-color: #1a3168;
    z-index: 999;
    text-align: center;
    line-height: 1.35;
}
.circle-item small {
	font-size: 1.8rem;
	display: block;
}
.circle-item .row-top {
	width: 100%;
	height: 50%;
	background: #fff;
	color: #1a3168;
	font-weight: bold;
	font-size: 4.2rem;
	padding-top: 2.5rem;
}
.circle-item .row-bottom {
	width: 100%;
	height: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
	padding-bottom: 1.5rem;
}
.circle-item .row-bottom i {
	margin-right: .25em;
}

/* top01 */

.top-service-box a {
	display: block;
	background-color: #fff;
	color: inherit;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.top-service-box a .align-items-center {
	width: 100%;
	height: 80px;
	margin-bottom: 1rem;
}
.top-service-box a h3 {
	text-align: center;
	line-height: 1.35;
	color: #1a3168;
	font-size: 2.2rem;margin-bottom: 0;
}
.top-service-box a .service-box-content {
	padding: 2rem 2.4rem 3rem;
	border-top: 2px solid #1a3168;
}
.top-service-box a .service-box-content p {
	margin-bottom: 0;
}
.top-service-box a figure {
	margin: 0;
	overflow: hidden;
}
.top-service-box a figure img {
	transition: all ease-in-out .5s;
}
.top-service-box a:hover figure img {
	transform: scale(1.07);
	opacity: .7;
}
.top-service-box a .service-box-content i {
	position: absolute;
	color: #1a3168;
	bottom: 1rem;
	right: 1.5rem;
	transition: all ease-in-out .25s;
}
.top-service-box a:hover .service-box-content i {
	transform: translateX(5px)
}


/* top02 */
#top02 {
	position: relative;
	background: url(images/top/bg_top02.jpg) center center/cover no-repeat;
}
.bubble {
	position: relative;
	display: inline-block;
    background-color: #fff;
    min-width: 400px;
    max-width: 100%;
    text-align: center;
    border-radius: 200px;
    padding: .75em 1em;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    line-height: 1.35;
    letter-spacing: 2px;
}
.bubble::before {
	position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
}
#top02 h3 {
	color: #fff;
	font-size: 4rem;
	 display: flex;
    align-items: center;
}
#top02 h3::before,
#top02 h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: rgba(255,255,255,.5);
}
#top02 h3::before {
    margin-right: 1em;
}
#top02 h3::after {
    margin-left: 1em;
}
#top02 h3 span {
	font-size: 1.35em;
}
.tokucho .circle-box {
	margin-bottom: 3rem;
}
.tokucho .circle-box > div {
	background: #fff;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	padding: 4rem 1rem 1rem;
}
.tokucho .circle-box figure {
	margin-bottom: 2rem;
}
.tokucho .circle-box figure img {
	width: 90px;
	opacity: .3;
}
.tokucho .circle-box h4 {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
}
.tokucho-txt {
	padding: 0 2em;
	color: #fff;
	font-size: 1em;
}
.tokucho-txt strong {
	color: #f5c045;
}

/* top03 */
#top03 {
	position: relative;
	background: url(images/top/bg_top03.jpg) center center/cover no-repeat;
	background-attachment: fixed;
	
}
#top03::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.7);
	backdrop-filter: blur(10px);
	z-index: 0;
}
#top03 .col-lg-9 {
	position: relative;
}
#top03 .col-lg-9 p {
	margin-bottom: 1.5em;
}



/* news */
#news h2.ja-en {
	margin-top: 2rem;
}
.news-wrap article {
	border-bottom: 1px dotted #ccc;
}
.news-wrap article a {
	display: table;
	width: 100%;
	padding: 2rem 4rem 2rem 1rem;
	position: relative;
	color: #222;
}
.news-wrap article a > div {
	display: table-cell;
	
}
.news-wrap article a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.32s, -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    z-index: -1;
}
.news-wrap article a:hover::after {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.news-wrap article .news-meta {
	width: 120px;
}
.news-wrap article .date {
	display: inline-block;
	padding-right: 1rem;
	font-size: 1.3rem;
	opacity: .5; 
	line-height: 1.25;
	font-weight: bold;
	white-space: nowrap;
}
.news-wrap article a:hover .news-txt {
	transition: .25s;
}
.news-wrap article a:hover span.material-icons {
	transform: translateX(7px);
	color: #4c9268;
}
.news-wrap article a:hover .news-txt {
	color: #1a3168;
}

/* GoogleMap */
#top-map {
	margin-bottom: -.8rem;
}
/********************************************** 
	電話番号
********************************************* */
span.free::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1em;
	background: url(images/free.png) center center/contain no-repeat;
	vertical-align: middle;
	margin-right: .25em;
	margin-top: -4px;
}
span.free-white::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1em;
	background: url(images/free_white.png) center center/contain no-repeat;
	vertical-align: middle;
	margin-right: .25em;
	margin-top: -4px;
}


/********************************************** 
	弁護士紹介
********************************************* */
.keireki-box {
	height: 100%;
	background: #f0f3f8;
	padding: 3rem;
}

/********************************************** 
	お問い合わせ
********************************************* */
#contact01 .bg-gray-box {
	background-color: #f7f7f7;
	padding: 1.5em 1em;
}
#contact01 .tel-num {
    line-height: 1;
    font-size: 4rem;
    white-space: nowrap;
}
#contact01 .tel-num i {
	font-size: 3.6rem;
	margin-right: .5em;
}
/* フォーム */
.table-contact input:focus, .table-contact textarea:focus, input[type="submit"]:focus,input[type="button"]:focus {
    outline: none;
}
.table-contact {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	font-family: 'Noto Sans JP', sans-serif;
}
.table-contact th,.table-contact td {
	padding: 1em;
	border-bottom: 1px solid #ddd;
}
.table-contact th {
	vertical-align: middle;
	padding: 1em;
	background: #f7f7f7;
	width: 280px;
}
.table-contact th span.hissu {
	display: inline-block;
	right: 1em;
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 12px;
	border-radius: 3px;
	background: #fb5357;
	float: right;
}
.table-contact input[type="text"],.table-contact input[type="email"],.table-contact input[type="tel"], .table-contact textarea {
    width: 50%;
    border: 1px solid #ddd;
    padding: 2px;
}
.table-contact textarea,.table-contact input[type="text"].long {
	width: 100%;
}
.table-contact input[type="text"]#zip {
	width: 150px;
}
input[type=submit] {
	border: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    width: 270px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #1a3168;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    transition: all ease-in-out .3s;
}
input[type=submit]:hover {
	background-color: #818285;
}
.table-contact td span.hidden-xs {
	display: inline-block;
	margin-left: 1em;
	color: #777;
	font-size: 1.2rem;
}
.wpcf7-spinner {
	position: absolute !important;
}

/********************************************** 
	アクセス
********************************************* */
.path-box {
	background: #f0f3f8;
	padding: 2em 2em 1em;
	border-radius: 7px;
	position: relative;
	margin-left: 2rem;
	margin-bottom: 5rem;
}
.path-box:not(:last-child)::before {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #1a3168;
    position: absolute;
    bottom: -3.5rem;
    left: calc(50% - 3rem);
}
.path-box span.path-num {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #1a3168;
	line-height: 60px;
	font-size: 3.6rem;
	font-style: italic;
	background: #f0f3f8;
	position: absolute;
	text-align: center;
	top: -1.5rem;
	left: -1.5rem;
}
.path-img {
	padding-left: .5rem;
	position: relative;
	z-index: +2;
}
.gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/********************************************** 
	サイトマップ
********************************************* */
.sitemap-wrap p {
	padding-bottom: 3px;
	border-bottom: 3px solid #eee;
	margin-bottom: 1.5em;
}
.sitemap-wrap ul li {
	display: inline-block;
	width: 24.5%;
	margin-bottom: 1rem;
}

/********************************************** 
	離婚事件について
********************************************* */
.page-id-15 .top-service-box a {
	border: 1px solid #ddd;
}

/********************************************** 
	Q&A
********************************************* */
.qa-nav a.btn {
	width: 100%;
	padding: 0 1.5em;
	position: relative;
	line-height: 1.35;
	margin-bottom: 1rem;
}
.qa-nav a.btn i {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - .5em);
}
.news-wrap.qa-wrap article a {
    padding: 2rem 4rem 2rem 6rem;
}
.qa-wrap .news-txt span {
	display: inline-block;
	color: #fff;
	background-color: #1a3168;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	position: absolute;
	left: 1rem;
	top: 1.8rem;
}
.single-title-box.qa {
	border-left: none;
	position: relative;
	padding-left: 6rem;
	padding-bottom: 1.6rem;
	border-bottom: 4px solid #eee;
}
.single-title-box.qa h2 span {
	display: inline-block;
	color: #fff;
	background-color: #1a3168;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -5px;
}
/********************************************** 
	交通事故のお悩み解決
********************************************* */
.single-worries .single-title-box.qa {
	padding-left: 3rem;
}
.single-worries .single-title-box.qa::before {
	content: "";
	display: block;
	width: 7px;
	height: calc(100% - 1rem);
	background: #1a3168;
	position: absolute;
	left: 2px;
	top: 0;
}
.post-type-archive-worries .news-wrap article a {
	padding: 2rem 4rem 2rem 4rem;
}
.post-type-archive-worries .news-wrap article a::before {
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f6871c;
    position: absolute;
    left: 1em;
    top: calc(50% - 5px);
}

/* !リストスタイル */
/* ================================================== */	
/* 上下のみボーダー */
ul.border-list {
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

ul.border-list li {
  line-height: 1.5;
  padding: 0.5em 0;
}
/* クール */
ul.cool-list {
  color: #1e366a;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
}
ul.cool-list li {
  line-height: 1.5;
  padding: 0.5em 0;
}
/* チェックリスト */
ul.check-list {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.check-list li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.check-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
  font-weight: 900;
}
/* タブ付きリスト */
ul.tab-list {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
ul.tab-list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
ul.tab-list li:last-of-type {
  border-bottom: none;
}
ul.tab-list li:before {
  /*リスト内のアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
  font-weight: 900;
}
ul.tab-list li:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "この説明のまとめ";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}

/* タブ付きリスト2 */
ul.tab-list2 {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
ul.tab-list2 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
ul.tab-list2 li:last-of-type {
  border-bottom: none;
}
ul.tab-list2 li:before {
  /*リスト内のアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
  font-weight: 900;
}
ul.tab-list2 li:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "解説のまとめ";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}
  /*円で番号を囲う*/
ol.number1 {
  counter-reset:number; /*数字をリセット*/
  padding:0.5em;
}
ol.number1 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  list-style-type: none!important; /*数字を一旦消す*/
}

ol.number1 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* タイトル付　枠　1　*/
.kakomi-box11 {
 position: relative;
 margin: 1.5em auto;
 padding: 1.2em;
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 100%;
}
.title-box11 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #333; /* タイトル文字色 */
}
/********************************************** 
	選ばれる理由
********************************************* */
.font-l {
	font-size: 2rem;
}
.color-orange {
	color: #f5c045;
}
.tokucho-wrap {
	padding: 3em 2em 2em;
	border: 4px solid #CCD4EA;
	border-radius: 12px;
	position: relative;
}
.tokucho-wrap h3 {
	font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    position: relative;
    margin-bottom: 2rem;
    position: absolute;
    left: 0;
    top: -.85em;
    width: 100%;
}
.tokucho-wrap h3 span {
    display: inline-block;
    background: #fff;
    padding: 0 0.5em;
}
table.table-tokucho {
    border-collapse: separate;
    border-spacing: 12px;
    margin: 0;
}
table.table-tokucho th {
    color: #1a3168;
    background: #CCD4EA;
    text-align: center;
    vertical-align: middle;
    font-size: 2.7rem;
    font-family: "FOT-筑紫明朝 Pr6N R",TsukuMinPr6N-R,"游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
    font-style: italic;
    width: 50px;
    height: 50px;
    padding: 0;
}
table.table-tokucho td {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}
table.table-tokucho td a {
	color: inherit;
}
table.table-tokucho td a:hover {
	color: #1a3168;
}
h2.number {
	position: relative;
    padding: 0.5em 0.5em 0.35em 80px;
    background: #f7f7f7;
    font-size: 2.7rem;
    margin-bottom: 20px;
}
h2.number span {
    position: absolute;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 3.6rem;
    width: 60px;
    height: 100%;
    background: #1a3168;
    left: 0;
    top: 0;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 700;
}
/********************************************** 
	弁護士費用
********************************************* */
p.kome {
	position: relative;
	padding-left: 1em;
}
p.kome:before {
    content: "※";
    position: absolute;
    left: 0;
    color: #fb5357;
}
.mt-10 {
	margin-top: 1rem;
}
.mt-20 {
	margin-top: 2rem;
}
h2.number.question {
    font-size: 18px;
    font-weight: 700;
    padding: 1em 0.5em 1em 80px;
}
h2.number.question span {
    font-size: 32px;
    background: #f5c045;
}

/********* following-banner *********/
#following-banner {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    z-index: 9999;
    
}
#following-banner table {
	box-shadow: 0 0 30px rgba(0,0,0,.15);
	width: 100%;
}
#following-banner table td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
#following-banner table td a {
	display: block;
	height: 100%;
	padding: 0 1rem;
	height: 52px;
	line-height: 52px;
}
#following-banner .following-0 {
	width: 20%;
	background: #1a3168;
	padding: 4px;
}
#following-banner .following-line {
	width: 12%;
	background: #06c755;
	color: #fff;
}
#following-banner .following-1 {
	width: 30%;
	background: #f5f19d;
}
#following-banner .following-2 {
	width: 30%;
	background: #fff;
}
#following-banner .following-2 a {
	color: #fff;
}
#following-banner .following-3 {
	width: 8%;
	background: #d9e1ed;
}
#following-banner .following-3 a:hover {
	color: #fff;
	background: #1a3168;
}
.copyright {
	padding-bottom: 6rem;
}


/* 992px以上 */
@media (min-width: 992px) {
}



/* 991px以下 */
@media (max-width: 991px) {
/********************************************** 
	メインビジュアル
********************************************* */
	.visual-inner h2 {
		line-height: 1;
	}
	.visual-inner h2 span {
		font-size: 3rem;
		padding: .5em;
	}
	.visual-inner h2 span.small {
	    font-size: 2rem;
	    margin-bottom: 5px;
	}
	.visual-inner p,.visual-inner li {
		font-size: 1.6rem;
	}

/********************************************** 
	トップページ
********************************************* */
	.tokucho .circle-box > div {
	    width: 200px;
	    height: 200px;
	    padding: 3rem 1rem 1rem;
	}
	.tokucho .circle-box figure {
	    margin-bottom: 1rem;
	}
	.tokucho .circle-box figure img {
		width: 50px;
	}
	.tokucho .circle-box h4 {
	    font-size: 1.8rem;
	    line-height: 1.35;
	}
	.tokucho-txt {
	    padding: 0 1rem;
	}
/* news */
	.news-btn {
		text-align: right;
	}
	.news-btn a.btn {
	    font-size: 1.4rem;
	    width: 200px;
	    height: 40px;
	    line-height: 40px;
	}
/********************************************** 
	弁護士紹介
********************************************* */
	.keireki-box {
		padding: 1.5rem;
	}
	.keireki-box table.table-simple th,.keireki-box table.table-simple td {
		display: block;
		width: 100%;
	}
	.keireki-box table.table-simple td {
		margin-bottom: 1rem;
	}
	.teams img {
		max-width: 260px;
	}

/********************************************** 
	サイトマップ
********************************************* */
	.sitemap-wrap {
		padding: 0 1.5rem;
	}
	.sitemap-wrap ul li {
		display: inline-block;
		width: 32%;
		margin-bottom: 1rem;
	}

}



@media (max-width: 767px) {
/********************************************** 
	メインビジュアル
********************************************* */
	#visual {
	    height: 560px;
	}
	.visual-inner h2 {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.visual-inner h2 span {
		font-size: 2.7rem;
	}
	.visual-inner h2 span.small {
		font-size: 1.6rem;
	}
	.visual-inner li {
		font-size: 4.2vmin;
	}
	.container.visual_container {
		--bs-gutter-x: 1em;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.visual-inner p.sp {
		text-align: center;
		font-size: 5.5vmin;
	}
	.circle-item {
	    top: -140px;
	    right: 10px;
	    width: 160px;
	    height: 160px;
	    border: 4px solid #1a3168;
	    letter-spacing: .075em;
	}
	.circle-item small {
		font-size: 1.4rem;
	}
	.circle-item .row-top {
		font-size: 1.8rem;
		padding-top: 1rem;
	}
	.circle-item .row-bottom {
		font-size: 1.8rem;
		padding-bottom: 1rem;
	}
	.circle-item .row-bottom i {
		margin-right: .25em;
}


/********************************************** 
	トップページ
********************************************* */
/* top00 */
	#top00 .team-img img {
		max-width: 280px;
	}
/* top01 */
	.top-service-box a .service-box-content {
	    padding: 2rem;
	    border-top: 2px solid #1a3168;
	}
	.top-service-box a .align-items-center {
		height: auto;
		margin-bottom: 0;
	}
	.top-service-box a h3 {
		font-size: 1.8rem;
	    margin-bottom: 1rem;
	}
	.top-service-box a .service-box-content {
		position: relative;
	}
	.top-service-box a .service-box-content i {
		top: 2.5rem;
		right: 1.5rem;
	}

/* top02 */
	.bubble {
	    min-width: 300px;
	    max-width: 100%;
	    padding: .5em 1em;
	    font-size: 1.6rem;
	    margin-bottom: 2rem;
	}
	#top02 h3 {
	    font-size: 2.4rem;
	}
	.tokucho > div:not(:last-child) {
		margin-bottom: 2rem;
	}
	.tokucho .circle-box {
	    margin-bottom: 1.5rem;
	}
	.tokucho .circle-box > div {
	    width: 180px;
	    height: 180px;
	}
	.tokucho .circle-box h4 {
	    font-size: 1.6rem;
	}
	.tokucho-txt {
	    padding: 0 1em;
	    font-size: 1em;
	}
/* top03 */	
	#top03 {
	    background: #ededed;
	}
	
/* news */
	#news a.btn {
	    height: 40px;
	    line-height: 40px;
	    font-size: 1.3rem;
	    width: 100%;
	}
	.news-wrap article a {
	    display: block;
	    padding: 1rem 0;
	}
	.news-wrap article .news-meta {
		display: block;
	    width: 100%;
	    margin-bottom: 5px;
	}
	
	#top-map iframe {
		height: 250px;
	}
/********************************************** 
	お問い合わせ
********************************************* */
#contact01 .bg-gray-box {
    padding: 1em 1rem;
}
#contact01 .bg-gray-box .tel-num {
	font-size: 3rem;
}
#contact01 .bg-gray-box .tel-num i {
	font-size: 2.6rem;
}
/* フォーム */	
	.table-contact {
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	.table-contact th {
		display: block;
		width: 100%;
		padding: .5em;
		border-bottom: none;
	}
	.table-contact td {
		display: block;
		width: 100%;
		padding:.5em;
		border-top: none;
		border-bottom: none;
	}
	.table-contact input[type="text"],.table-contact input[type="email"],.table-contact input[type="tel"], .table-contact textarea {
	    width: 100%;
	    padding: 6px;
	}
	table.table-blue.res th {
	    padding: .5em 1em;
	    display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
	}
	table.table-blue.res td {
	    padding: .5em 1em;
	    display: block;
		width: 100%;
		border-top: none;
	}
/********************************************** 
	アクセス
********************************************* */
	.path-box {
		padding: 1.5em 1.5em 1em;
		margin-left: 1rem;
		margin-bottom: 3.2rem;
	}
	.path-box:not(:last-child)::before {
	    border-left: 20px solid transparent;
	    border-right: 20px solid transparent;
	    border-top: 15px solid #1a3168;
	    bottom: -2.5rem;
	    left: calc(50% - 2rem);
	}
	.path-box span.path-num {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 2.4rem;
		top: -1rem;
		left: -1rem;
	}
	.path-img {
		padding-left: 0;
	}
/********************************************** 
	サイトマップ
********************************************* */
	.sitemap-wrap p {
	    padding-bottom: 2px;
	    border-bottom: 2px solid #eee;
	    margin-bottom: 1em;
	}
	.sitemap-wrap {
		padding: 0 1rem;
	}
	.sitemap-wrap ul li {
		width: 49%;
		margin-bottom: 1rem;
	}
	.sitemap-wrap ul li a {
		font-size: 1.3rem;
	}

/********************************************** 
	Q&A
********************************************* */
	.qa-nav a.btn {
		padding: 0 1.2em;
		margin-bottom: .5rem;
	}
	.qa-nav a.btn i {
		right: .8rem;
	}
	.news-wrap.qa-wrap article a {
	   padding: 1rem 0 1rem 4.3rem;
	}
	.qa-wrap .news-txt span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.8rem;
		top: 1rem;
		left: .5rem;
	}
	.single-title-box.qa {
		padding-left: 4rem;
		padding-bottom: 1rem;
		border-bottom: 3px solid #eee;
	}
	.single-title-box.qa h2 span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.8rem;
		left: 0;
		top: 0;
	}
/********************************************** 
	交通事故のお悩み解決
********************************************* */
	.single-worries .single-title-box.qa {
		padding-left: 2rem;
	}
	.single-worries .single-title-box.qa::before {
		width: 5px;
		height: calc(100% - .7rem);
	}
	.post-type-archive-worries .news-wrap article a {
		    padding: 1rem 0 1rem 3rem;
	}
	.post-type-archive-worries .news-wrap article a::before {
	    width: 8px;
	    height: 8px;
	    left: .5em;
	    top: calc(50% - 4px);
	}
	.news-wrap article a > div {
	    line-height: 1.65;
	}
/********************************************** 
	選ばれる理由
********************************************* */
	.font-l {
		font-size: 1.6rem;
	}
	.tokucho-wrap {
		padding: 1.75em 1em 1em;
		border: 3px solid #CCD4EA;
	}
	.tokucho-wrap h3 {
		font-size: 2.2rem;
	    margin-bottom: 2rem;
	}
	table.table-tokucho {
	    border-collapse: collapse;
	}
	table.table-tokucho th {
	    font-size: 1.6rem;
	    width: 30px;
	    height: 30px;
	    border-bottom: 6px solid #fff;
	}
	table.table-tokucho td {
	    font-size: 1.5rem;
	    border-bottom: 6px solid #fff;
	    padding-left: .5em;
	}
	h2.number {
	    padding: 0.5em 0.5em 0.25em 6rem;
	    font-size: 1.8rem;
	    margin-bottom: 15px;
	    line-height: 1.5;
	}
	h2.number span {
	    font-size: 2.2rem;
	    width: 46px;
	}
/********************************************** 
	弁護士費用
********************************************* */
	h2.number.question {
	    font-size: 16px;
	    padding: .5em .5em .5em 60px;
	}
	h2.number.question span {
	    font-size: 24px;
	}
/********* following-banner *********/
	#following-banner {
		margin-bottom: -1px;
	}
	#following-banner table td a {
		padding: 5px;
		height: 54px;
		line-height: 44px;
	}
	#following-banner .following-1 {
		width: 55%;
		background: #fff;
	}
	#following-banner .following-1 img {
		width: auto;
		height: 44px;
	}
	#following-banner .following-2 {
		width: 15%;
	}
	#following-banner .following-line {
		width: 15%;
	}
	#following-banner .following-2 a {
		color: #13448f;
	}
	#following-banner .following-3 {
		width: 15%;
	}

}



/* 575px以下 */
@media (max-width: 575px) {
	.visual-inner h2 b {
		display: none;
	}
/********************************************** 
	アクセス
********************************************* */
	.path-img img {
		max-width: 200px;
	}

}

/********************************************** 
	20230612追記（顧問医のご紹介）
********************************************* */
#top-komoni {
	overflow: hidden;
}
#top-komoni h3 {
	font-size: 3.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    text-align: center;
        color: #1a3168;
}
#top-komoni h3::before, #top-komoni h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}
#top-komoni h3::before {
    margin-right: 1em;
}
#top-komoni h3::after {
    margin-left: 1em;
}
#top-komoni table th,#top-komoni table td {
	border: none;
}
#top-komoni table td {
	font-size: .9em;
}
a.text-link {
	text-decoration: underline;
}
a.text-link:hover {
	color: #1c86b4;
	text-decoration: none;
}

@media (max-width: 767px) {
	#top-komoni h3 {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	#top-komoni h3::before {
	    margin-right: .5em;
	}
	#top-komoni h3::after {
	    margin-left: .5em;
	}
	#top-komoni table th {
		width: 100%;
		display: block;
		text-align: center;
	}
	#top-komoni table td {
		width: 100%;
		display: block;
	}
/*----------------------------------------------------
 recaptcha
 ----------------------------------------------------*/
	 .recaptcha-txt {
		 margin-top: 20px;
	}

}



/*----------------------------------------------------
 recaptcha
 ----------------------------------------------------*/
 .recaptcha-txt {
	 margin-top: 30px;
	 font-size: .9em;
 }
.grecaptcha-badge {
	visibility: hidden; 
}


/********************************************** 
	202402065追記（顧問医のご紹介）
********************************************* */

#top-komoni.sub h3 {
	font-size: 24px;
	border-bottom: none;
	margin-bottom: 3rem;
}
.single-post-area #top-komoni a:link, .single-post-area #top-komoni a:visited {
	color: #f5c045;
}

@media (max-width: 767px) {
	#top-komoni.sub h3 {
		font-size: 20px;
		border-bottom: none;
		margin-bottom: 2rem;
	}
}