/* -----------------------------------------------------------
    reset
-------------------------------------------------------------- */
html {
	overflow-x: auto;
	overflow-y: scroll;
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,dl,dt,dd,form,img,hr,table,tr,td,br,em,figure {
	margin: 0px;
	padding: 0px;
	border: none;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	font-size: 1.6rem;
}

ul,ol,dl {
	list-style: none;
}



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

    img{
        width: 100%;
		max-width: 480px;
		height: auto;
		margin: 0 auto;
	}
}


/* -----------------------------------------------------------
    body
-------------------------------------------------------------- */
body{
	margin:0 auto;
	padding:0;
	line-height:1;
	letter-spacing: .05em;
	font-size: 1.6rem;
	color:#333;
	font-family: "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: 500;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
	min-width: 1350px;
}
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

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

	body{
		min-width:inherit;
		letter-spacing: 0em;
	}
	#wrapper {
		min-width:100%;
	}

	/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
	  border-radius: 0;
	  -webkit-box-sizing: content-box;
	  -webkit-appearance: button;
	  appearance: button;
	  border: none;
	  box-sizing: border-box;
	  cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	  outline-offset: -2px;
	}
}




/* -----------------------------------------------------------
    link
-------------------------------------------------------------- */
a:link,
a:visited{
	color: #333;
	text-decoration:none;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
a:hover{
	opacity: 0.8;
}
a.anchor {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}

#profile a.anchor {
	width: 100px;
}

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

	a:link,
	a:visited{
		-webkit-transition: 0;
		-moz-transition: 0;
		-o-transition: 0;
		-ms-transition: 0;
		transition: 0;
	}
	a.anchor {
		padding-top: 70px;
		margin-top: -70px;
	}
}


/* -----------------------------------------------------------
    clear
-------------------------------------------------------------- */
.clear{
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	clear:both;
	font-size:0px;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{
	zoom:1;
}
.clearfix{
	display:block;
}
.clearfix::before {
	display: none !important;
}
/* End hide from IE-mac */


/* -----------------------------------------------------------
    Frame
-------------------------------------------------------------- */

.inner {
	width: 1100px;
	margin: 0 auto;
}
.inner.w1000 {
	width: 1000px;
}
.inner.w900 {
	width: 900px;
}
.inner.w800 {
	width: 800px;
}

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

	.inner,
	.inner.w1000,
	.inner.w900,
	.inner.w800{
		width: 100%;
		margin: 0 auto;
	}
    .wrap10{
        padding: 0 10px;
    }
    .wrap15{
        padding: 0 15px;
    }
    .wrap20{
        padding: 0 20px;
    }
    .wrap30{
        padding: 0 30px;
    }
}


/* -----------------------------------------------------------
    Responsive
-------------------------------------------------------------- */

.pc_display{
}
.pc_display_b{
}
.sp_display{
	display: none;
}
.sp_display_b{
	display:none;
}
br.pc_br{
	display: inline;
}
br.sp_br{
	display: none;
}

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

	.pc_display{
		display:none;
	}
	.pc_display_b{
		display:none;
	}
	.sp_display{
		display:inline;
	}
	.sp_display_b{
		display:block;
	}
	br.pc_br{
		display: none;
	}
	br.sp_br{
		display: inline;
	}
}



/* -----------------------------------------------------------
    header
-------------------------------------------------------------- */
#pc_head{
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	display: flex;
}
#pc_head a{
	font-weight: bold;
	color: #444;
}
#pc_head a:hover{
	color: #1673b1;
}
#sp_head {
	display: none;
}
.header_fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	/*transition: all 0.3s;*/
	background: #FFF;
	height: 95px;
	/*
	box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
	*/
	font-family: "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",sans-serif;
}
.header_fixed.top_page {
	box-shadow: none;
}

/*　スクロールしたら　*/
.header_fixed.active {
	box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
	/*border-bottom: 1px solid #eee;*/
}

/*　フォームページ　*/
.formpage .header_fixed {
	position: relative;
}


/* h_logo */
.header .h_logo {
	margin: 25px auto 0 35px;
}
.header .h_logo a {
	display: block;
	transition: all 0.3s;
}
.header .h_logo img {
	width: 250px;
	max-width: 250px!important;
}
.header .h_logo .sub_logo {
	display: block;
	font-size: 1.2rem;
	padding: 3px 0 0 32px;
}


/* h_contact */
.header .h_contact {
	/*float: right;*/
	text-align: center;
	width: 120px;
}
.header .h_contact a {
	display: block;
	width: 120px;
	height: 95px;
	font-size: 1.5rem;
	letter-spacing: 0em!important;
	padding: 18px 0 0;
	background: #ffe259;
}
.header .h_contact a::before {
	display: block;
	content: "\f003";
	font-family: 'FontAwesome';
	font-size: 2.6rem;
	font-weight: normal;
	padding: 0 0 12px;
}


/* pc_nav */
.pc_nav {
	/*float: right;*/
	margin: 0;
}
.nav_top {
	width: 235px;
	margin: 0 0 0 auto;
}
.nav_top li {
	float: left;
	padding: 13px 20px 10px 0;
}
.nav_top li:last-child {
	padding: 13px 0 10px 0;
}
.nav_top li a {
	font-size: 1.3rem;
	font-weight: 500 !important;
	letter-spacing: 0;
	border: none;
}
.nav_top a.icon::before {
	font-family: 'FontAwesome';
	font-size: 1.4rem;
	font-weight: normal !important;
	padding: 0 5px 0 0;
}
.nav_top a.icon.column::before {
	content: "\f02d";
}
.nav_top a.icon.news::before {
	content: "\f1ea";
}

/*20240124 変更*/
.nav_btm {
	/*width: 950px;*/
	/*
	width: 635px;
	*/
	margin: 0 0 0 auto;
	display: flex;
}

.nav_btm > li {
	text-align: center;
	/*
	float: left;
	*/
	/*padding: 3px 20px 0 0;*/
	padding: 0 40px 0 0;
	font-size: 1.6rem;
	line-height: 1.4;
}
.nav_btm > li:last-child {
	padding: 0 30px 0 0;
}

.nav_btm > li.row1 {
}
.nav_btm > li.row1 .no_link {
	padding: 13px 0 22px 0;
	font-weight: bold;
	cursor: pointer;
}
.nav_btm > li.row1 .no_link:hover {
	color: #1673b1;
	transition: 0.3s;
}
.nav_btm > li a {
	line-height: 1.4;
	font-size: 1.6rem;
	transition: all .3s;
	padding: 13px 0 22px 0;
	display: block;
	white-space: nowrap;
}




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


	#pc_head{
		min-width: inherit;
		display: inherit;
		height: 0;
	}
	#pc_head .h_logo,
	#pc_head .nav_top,
	#pc_head .nav_btm,
	#pc_head .h_contact{
		display: none;
	}
	#pc_head .pc_nav {
		margin: 0;
	}

	#sp_head {
		display: block;
		position: fixed;
		top: 0;
		height: 55px;
		z-index: 200;
		width: 100%;
		background: #FFF;
	}

	/*　フォームページ　*/
	.formpage #sp_head{
		position: relative;
	}

	.header_fixed {
		position: inherit;
		height: auto;
	}
	/*　スクロールしたら　*/
	.header_fixed.active {
	}
	.header .h_logo {
		position: absolute;
		width: 175px;
		top: 0;
		margin: 15px 0 0 20px;
	}
	.header .h_logo img {
		width: 100%;
	}
	.header .h_logo .sub_logo {
		font-size: 1rem;
		font-weight: bold;
		letter-spacing: .05em;
		padding: 0 0 0 22px;
	}

	.header .h_contact_btn {
		text-align: center;
		float: right;
		top: 0;
		margin: 8px 50px 0 0;
	}
	.header .h_contact_btn a {
		display: block;
		font-size: 1.2rem;
		font-weight: bold;
		color: #FFF;
		line-height: 1.4;
		background: #eb88b3;
		border-radius: 5px;
		padding: 7px 10px 5px;
	}
}



/* -----------------------------
    sp_nav
-------------------------------- */

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

	.drawer-nav{
		width:100%;
		height:100%;
		line-height: 1.5;
		overflow:hidden;
		overflow-y: hidden;
		position:fixed;
		top:0;
		margin:0 auto;
		box-sizing:border-box;
		z-index:150;
		opacity:1.0;
		background: #FFF;
	}
	.drawer-nav ul{
		list-style:none;
		padding: 0 15px 55px 15px;
		text-align: left;
	}
	.drawer-nav ul li a{
		width: 82%;
		padding: 15px;
		display: block;
	}
	.drawer-nav ul li:first-child a{
		padding: 15px 15px 12px;
	}
	.drawer-nav ul .li_parent a {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
		border-top: 1px solid #ccc;
	}
	.drawer-nav ul .li_parent:last-child a {
		border-bottom: 1px solid #ccc;
	}
	.drawer-nav ul .li_parent a.two {
		line-height: 1.4;
	}
	.drawer-nav ul .li_parent a.two span {
		font-size: 1.3rem;
	}
	.drawer-nav ul .li_child a {
		font-size: 1.4rem;
		line-height: 1.0;
		padding: 8px 0 8px 12px;
	}
	.drawer-nav ul .li_child a span{
		display: block;
		padding: 8px 0 0;
	}
	.drawer-nav ul .li_child a:last-child {
		padding: 8px 0 12px 12px;
	}
	.drawer-nav ul .li_child a::before {
		content: '-';
		color: #2ea8e1;
		padding: 0 5px 0 0;
		font-weight: normal;
	}
	/*.drawer-nav ul li .head_s_logo a {
        background: none;
        padding: 0;
		border: none;
    }
	.drawer-nav ul li .head_s_logo a::before {
		display: none;
	}*/
	.drawer-nav ul li .head_s_logo {
	}
    .drawer-nav ul li .head_s_logo img{
        width: 175px;
		display: block;
		margin: 0 auto 0 0;
    }
	.drawer-nav ul li .head_s_logo .sub_logo {
		display: block;
		font-size: 1rem;
		font-weight: bold;
		line-height: .05em;
		padding: 7px 0 0 22px;
	}


	/*** openmove ***/
	.drawer--top .drawer-nav{
		width:100%;
		height:auto;
		max-height:100%;
	}
	.drawer--top .drawer-hamburger,
	.drawer--top.drawer-open .drawer-hamburger{
		right:5px;
	}

	.drawer-nav{
		right:-120vw;
		-webkit-transition:right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition:right.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	.drawer-open .drawer-nav,
	.drawer-open .drawer-navbar .drawer-hamburger{
		right:0;
	}



	/*** hamburger ***/
	.drawer-hamburger{
		border: 0;
		border-radius: 0;
		outline: 0;

		position:absolute;
		top: 0;
		right: 0;
		z-index:300;
		display:block;

		-webkit-transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);

		background: #1673b1;
		width: 55px;
		height: 55px;
	}
	/*　スクロールしたら　*/
	.header_fixed.active .drawer-hamburger {
	}

	.drawer-open .drawer-hamburger{
		top: 0;
	}

	.drawer-hamburger:hover{
		cursor:pointer;
	}

	.drawer-hamburger-icon{
		margin:0;
		position:relative;
		display:block;
	}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after{
		width:17px;
		height:2px;
		background: #FFF;
		text-align: center;

		margin: 0 auto;
		top: 0;
		right: 0;

		-webkit-transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after{
		position: absolute;
		top: -7px;
		right: 0;
		content: ' ';
	}
	.drawer-hamburger-icon:after{
		top: 7px;
		right: 0;
	}

	.drawer-open .drawer-hamburger-icon{
		width: 19px;
		text-align: center;
		height: 0;
		border: 0;
		outline: 0;
		top: 0;
		right: 0;
		margin:0 auto -8px auto;
		background: transparent;
	}
	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after{
		position: absolute;
		width:19px;
		top: 0;
	}
	.drawer-open .drawer-hamburger-icon:before{
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.drawer-open .drawer-hamburger-icon:after{
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}

	/*** accessibility ***/
	.sr-only{
		width:1px;
		height:1px;
		border:0;
		position:absolute;
		overflow:hidden;
		clip:rect(0, 0, 0, 0);
		margin:-1px;
		padding:0;
	}
	.sr-only-focusable:active,
	.sr-only-focusable:focus{
		width:auto;
		height:auto;
		position:static;
		overflow:visible;
		clip:auto;
		margin:0;
	}


	/*** menu txt ***/
	#sp_head .menu_txt{
		margin: 22px 0 0;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 1rem;
		transform: scale(0.8);/*chrome文字サイズ調整*/
		font-weight: bold;
		color: #333;
	}

	.drawer-open #sp_head .menu_txt {
		margin: 29px 0 -3px;
	}


	/*アコーディオン*/
	.drawer-nav ul .accordion_box {
		display: none;
		padding: 0 0 8px;
	}
	.drawer-nav ul .accordion.li_parent {
		position: relative;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
		padding: 15px;
		border-top: 1px solid #ccc;
		width: 82%;
		cursor: pointer;
	}
	.drawer-nav ul .accordion.li_parent::after {
		position: absolute;
		top: 15px;
		right: 15px;
	    content: "\f067";
		font-family: 'FontAwesome';
		font-size: 1.6rem;
		font-weight: normal;
		color: #2ea8e1;
	}
	.drawer-nav ul .accordion.li_parent.active::after {
	    content: "\f068";
	}

}


/* -----------------------------------------------------------
    main
-------------------------------------------------------------- */

#main {
	position: relative;
	top: 0;

	background: #f1f7fc;
}
#main.form_page {
	top: -4px;
	padding: 0 0 80px 0;
}

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

	#main {

	}
	#main.form_page {
		top: 21px;
		padding: 0 0 100px 0;
	}

	#main.bg_wht {
		background: #FFF;
	}

}



/* -----------------------------------------------------------
    h1
-------------------------------------------------------------- */
/*20240124 rightから追加*/
.h1_area {
	position: fixed;
	z-index: 210;
	top: 16px;
	font-size: 1.2rem;
	color: #aaa;
	letter-spacing: 0em;
	right: 0;
	padding-right: 380px;
	pointer-events: none;
}
.formpage .h1_area {
	position: absolute;
}

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

	.h1_area {
		position: relative;
		z-index: 2;
		top: 55px;
		width: 100%;
		font-size: 1.1rem;
		font-weight: bold;
		height: 24px;
		padding: 7px 0 0 8px;
		line-height: 1;
		/*
		background: rgba(255,255,255,.3);
		*/
		color: #FFF;
		background: #72B2EB;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		display: none;
	}

	.h1_area.top_page {
		position: relative!important;
		width: 100%;
		top: 490px;
		color: #aaa;
		font-weight: 500;
		padding: 0 20px;
		background: none;
		overflow: inherit;
		text-overflow:inherit;
		white-space: inherit;
		line-height: 1.5;
	}

	.h1_area.consulting {
		background: #6ECFC0;
	}
	.h1_area.sharoshi {
		background: #FFB294;
	}
	.h1_area.gyoseishoshi {
		background: #72B2EB;
	}

}


/* -----------------------------------------------------------
    breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs_bar {
	margin: 20px 0 80px;
}
.breadcrumbs {
	text-align: right;
	font-size: 1.2rem;
}

.breadcrumbs .fa {
	margin: 0 8px;
	font-size: 1.4rem;
}

.breadcrumbs a {
	color: #1673b1;
}

@media screen and (max-width: 767px){
	.breadcrumbs {
		display: none;
	}
}



/* -----------------------------------------------------------
    footer
-------------------------------------------------------------- */
.footer {
	display: block !important;
}

/*  f_sitemap_top  */
.f_sitemap_top .inner {
	display: flex;
	justify-content: space-between;
	height: 198px;
}
.f_logo_area{
	width: 280px;
}
.f_logo_area .f_logo img {
	width: 100%;
	padding: 75px 0 0;
}
.f_logo_area .f_logo .sub_logo {
    display: block;
    font-size: 1.2rem;
	font-weight: bold;
    padding: 2px 0 0 37px;
}
.f_add_area {
	display: flex;
	width: 710px;
}
.f_add_area .tokyo_box {
	width: 310px;
	padding: 45px 0 0;
}
.f_add_area .nagoya_box {
	width: 330px;
	padding: 45px 0 0 70px;
}
.f_add_area .name {
	font-weight: bold;
}
.f_add_area .add {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0em;
	padding: 13px 0 10px;
}
.f_add_area .access {
	font-family: 'Catamaran', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #1673b1;
}
.f_add_area .access::before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 1.7rem;
	color: #1673b1;
	padding: 0 7px 0 0;
}

@media screen and (min-width: 768px) {
	.footer {
		display: block !important;
	}
}

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

	.f_sitemap_top .inner {
		display: block;
		height: auto;
		padding: 0 20px;
	}


	.f_sitemap_top .contact_box a {
		text-align: center;
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		height: 48px;
		padding: 15px 0 0;
		margin: 0 0 40px;
		background: #ffe259;
	}
	.f_sitemap_top .contact_box a::before {
		content: "\f003";
		font-family: 'FontAwesome';
		font-size: 1.8rem;
		font-weight: normal;
		padding: 0 7px 0 0;
	}

	.f_logo_area{
		text-align: center;
		width: 100%;
		margin: 0 auto 15px;
	}
	.f_logo_area .f_logo img {
		width: 200px;
		padding: 45px 0 0;
	}
	.f_logo_area .f_logo .sub_logo {
		display: block;
		font-size: 1rem;
		letter-spacing: .05em;
		padding: 2px 0 0;
	}


	.f_add_area {
		width: 100%;
		justify-content: space-between;
		margin: 0 0 15px;
	}
	.f_add_area .tokyo_box,
	.f_add_area .nagoya_box {
		text-align: center;
		width: 48.5%;
		border: 1px solid #aaa;
		padding: 0;
	}
	.f_add_area li a {
		display: block;
		height: 48px;
		width: 100%;
		padding: 17px 0 0;
	}
	.f_add_area .name {
		font-size: 1.3rem;
	}
	.f_add_area .name::before {
		font-family: FontAwesome;
		color: #1673b1;
		padding: 0 7px 0 0;
	}
	.f_add_area .tokyo_box .name::before {
		content: "\f1ad";
		font-size: 1.3rem;
	}
	.f_add_area .nagoya_box .name::before {
		content: "\f126";
		font-size: 1.4rem;
	}
	.f_add_area .add {
		display: none;
	}
	.f_add_area .access {
		display: none;
	}
	.f_add_area .access::before {
		display: none;
	}
}



/*  f_sitemap_btm  */
.f_sitemap_btm {
	background: #1673b1;
	padding: 50px 0 60px;
}
.f_sitemap_btm .inner {
	display: flex;
}

/*20231219 変更*/
.sitemap_list {
	/*padding: 0 0 0 70px;*/
	padding: 0 0 0 55px;
}
.sitemap_list:first-child {
	padding: 0;
}
.sitemap_list li a {
	font-size: 1.4rem;
	color: #FFF;
}

/*20240122 追記*/
.sitemap_list li.no-link {
	font-size: 1.4rem;
	color: #FFF;
}

.sitemap_list .li_parent {
	font-weight: bold;
	padding: 0 0 18px;
}
.sitemap_list .li_child {
	position: relative;
	padding: 0 0 15px 17px;
}
.sitemap_list .li_child:last-child {
	padding: 0 0 0 17px;
}
.sitemap_list .li_child::before {
	position: absolute;
    content: "";
	width: 8px;
	height: 2px;
	top: 7px;
	left: 2px;
	background: #ffe259;
}
.sitemap_list .f_sns_title {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}
.sitemap_list .f_sns_txt {
	font-weight: bold;
	color: #333;
}
.sitemap_list .f_sns a {
	position: relative;
	display: flex;
	align-items: center;
	height: 45px;
	background: #fff;
	padding: 0 0 0 15px;
	margin: 15px 0 0;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, .2);
}

/*20231219 変更*/
.sitemap_list .f_sns a::after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	/*color: #1877f2;*/
	content: "\f105";
	top: 15px;
	right: 15px;
}
/*.sitemap_list .f_sns:last-child a::after {
	color: #00b900;
}*/

.sitemap_list .f_sns img {
	width: 32px;
	margin: 0 25px 0 0;
}


#sitemap .f_sitemap_btm {
	background: none;
	padding: 0 0 100px;
}
#sitemap .sitemap_list {
	padding: 0 0 0 56px;
}
#sitemap .sitemap_list:first-child {
	padding: 0;
}
#sitemap .sitemap_list li a {
	font-size: 1.6rem;
	color: #333;
	line-height: 1.3;
}
#sitemap .sitemap_list .li_child::before {
	background: #1673b1;
}


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

	.f_sitemap_btm {
		display: none;
	}

	#sitemap .f_sitemap_btm {
		display: block;
		padding: 0;

	}
	#sitemap .f_sitemap_btm .inner {
		display: block;
		padding: 40px 30px 30px;
	}
	#sitemap .sitemap_list {
		padding: 0;
	}
	#sitemap .sitemap_list .li_parent {
		padding: 0 0 15px;
	}
	#sitemap .sitemap_list .li_child {
		padding: 0 0 12px 15px;
	}
	#sitemap .sitemap_list .li_child:last-child {
		padding: 0 0 20px 15px;
	}

	#sitemap .sitemap_list li a {
		line-height: 1.6;
	}
	.sitemap_list .li_child::before {
		top: 11px;
	}
}



/* privacy area */
.footer .privacy_area {
	background: #085a90;
}
.footer .privacy_area .inner {
	display: flex;
	align-items: center;
	height: 40px;
}
.footer .privacy {
	font-size: 1.2rem;
	padding: 0 15px 0 0;
	color: #FFF;
}
.footer .copy {
	font-family: 'Catamaran', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #FFF;
	margin: 0 0 0 auto;
}
.footer.contact .copy {
	text-align: center;
	height: 40px;
	padding: 15px 0;
	background: #555;
}

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

	.footer .privacy_area {
		text-align: center;
		background: #555;
	}
	.footer .privacy_area .inner {
		display: block;
		height: auto;
		padding: 12px 0 8px;
	}
	.footer .privacy {
		display: none;
	}
	.footer .f_sns img {
		width: 35px;
		margin: 20px 10px 0;
	}
	.footer.contact .copy {
		height: auto;
		padding: 12px 0 8px;
	}

}



/* -----------------------------------------------------------
    page top
-------------------------------------------------------------- */
/*20240122 変更*/
.footer #pc_page_top {
    position: fixed;
    /*bottom: 230px;*/
	/*right: 40px;*/
	bottom: 20px;
    right: 20px;
    z-index: 500;
    line-height: 1.0;
}
.footer #pc_page_top a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    background: #666;
    color: #FFF;
    opacity: 1;
}
.footer #pc_page_top a:hover {
    background: #555;
}

.footer #pc_page_top a .fa {
    width: 100%;
    text-align: center;
    line-height: 57px;
	font-size: 2rem;
}
.footer #sp_page_top {
	display: none;
}


@media screen and (max-width: 767px){
	.footer #pc_page_top {
		display: none;
	}
	.footer #pc_page_top a {
		display: none;
	}
	.footer #sp_page_top {
		display: block;
	}
	.footer #sp_page_top a {
		display: block;
		text-align: center;
		font-family: 'Catamaran', sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #FFF;
		background: #aaa;
		padding: 18px 10px 15px;
		margin: 0 0 0 -10px;
	}
	.footer #sp_page_top a::before {
		font-family: FontAwesome;
		font-size: 1.8rem;
		content: "\f106";
		color: #ffe259;
		margin: 0 10px 0 0;
	}
}

/* -----------------------------------------------------------
    request_btn
-------------------------------------------------------------- */

.footer #pc_request_btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 500;
}
.footer #pc_request_btn a {
    display: block;
    opacity: 1;
	box-shadow: 2px 2px 10px rgba(30, 30, 30, .3);
	margin-bottom: -5px;
	width: 300px;
	height: 185px;
	overflow: hidden;
	border-radius: 20px;
	border: solid 3px #fff;
}
.footer #pc_request_btn img {
    width: 300px;
}
.footer #pc_request_btn a:hover {
    box-shadow:none;
}

.footer #sp_request_btn {
	display: none;
}


@media screen and (max-width: 767px){
	.footer #pc_request_btn {
		display: none;
	}
	.footer #pc_request_btn a {
		display: none;
	}
	.footer #sp_request_btn {
		display: block;
       position: fixed;
       bottom: 0%;
	   width: 100%;
	}
	.footer #sp_request_btn a {
		display: block;
		text-align: center;
		font-family: 'Catamaran', sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #FFF;
		background: #1673b1;
		padding: 18px 10px 15px;
		margin: 0 0 0 -10px;
		line-height: 1.25;
	}


	.footer #sp_request_btn font_yl{
		font-size: 1.8rem;
	}



	.footer #sp_request_btn a:hover {
    opacity: 1;
    }




}


/* -----------------------------------------------------------
    table
-------------------------------------------------------------- */
table {
	width:100%;
	border-collapse:collapse;
	border: 1px solid #aaa;
	/*line-height: 1.4;*/
	line-height: 1.6;
}

table tr {
	/*border-bottom: 1px solid #aaa;*/
	border-bottom: 1px dashed #aaa;
}

table th {
	/*padding: 10px 40px;
	width: 32%;
	text-align: center;
	vertical-align: top;*/
}

table td {
	text-align: center;
	width: 50%;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px dashed #aaa;
	padding: 10px 20px;
}


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

	table {
	}

	table tr {
	}

	table th {
	}

	table td {
		display: block;
		width: 100%;
		padding: 10px;
		border-right: none;
	}
	table td:first-child {
		border-bottom: 1px dashed #aaa;
	}
	table td.bd_none {
		border-bottom: none;
	}

}


/* -----------------------------------------------------------
    list
-------------------------------------------------------------- */

ul {
}

.list_dis {
	list-style:disc;
}

.list_dec {
	list-style:decimal;
}

ul.col_list{
}

ul.col_list li {
	position: relative;
	margin: 15px 0 0 0;
	padding:0 0 0 20px;
	line-height: 1.7;
}
ul.col_list li::after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #2EA8E1;
	border-radius: 100%;
}

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

	ul.col_list li {
		margin: 12px 0 0 0;
		padding:0 0 0 12px;
	}
	ul.col_list li::after {
		top: 10px;
		left: 0;
		width: 4px;
		height: 4px;
	}
}


/* -----------------------------------------------------------
    下層ページ共通タイトル
-------------------------------------------------------------- */
.page_mv_area {
	height: 180px;
	margin: 95px 0 0;
	color: #FFF;
	background-color: #3590E2;
	background-image:
		url(../img/title_bg_line.png),
		url(../img/title_bg_logo.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right 5% top -10px, left 70% top -10px;
	background-size: auto, auto;
	/*
	background: #3590E2 url(../img/title_bg_line.png) no-repeat right top -10px;
	*/
}
.page_mv_area .en_title {
	font-family: 'Catamaran', sans-serif;
	font-size: 6rem;
	font-weight: 800;
	letter-spacing: .05em;
	padding: 50px 0 0 0;
}
.page_mv_area .ja_title {
	font-weight: bold;
	padding: 5px 0 0 0;
}

/* フォームページ */
.formpage .page_mv_area {
	margin: 0 0 0;
}


/*
.page_title span {
	display: flex;
    align-items: center;
	width: 36%;
	font-size: 2.4rem;
	margin: 20px 0 0;
}
.page_title span::before, .page_title span::after {
	content: "";
	flex-grow: 1;
    border-top: 1px solid #333;
}
.page_title span::before {
	margin-right: 30px;
}
.page_title span::after {
	margin-left: 30px;
}
*/




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

	.page_mv_area {
		height: auto;
		padding: 50px 10px 45px 10px;
		margin: 0;
	}
	.page_title {
		text-align: center;
		font-size: 2rem;
		line-height: 1.4;
		padding: 60px 0 0;
	}


	.page_mv_area {
		height: auto;
		margin: 55px 0 0 0;
		padding: 0 20px;
		background-position: right 0 top 30px, left 70% top 20px;
		background-size: 50%, 20%;
	}
	.page_mv_area .en_title {
		font-size: 3rem;
		padding: 43px 0 0 0;
	}
	.page_mv_area .ja_title {
		font-size: 1.2rem;
		padding: 3px 0 20px 0;
	}



}



/* -----------------------------------------------------------
    各コンテンツ見出し +　キャッチコピー
-------------------------------------------------------------- */
.sec_title {
}
.sec_title.middle {
	display: flex;
	align-items: center;
}

.sec_title .en_title {
	font-family: 'Catamaran', sans-serif;
	font-size: 5.6rem;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1;
}
.sec_title .ja_title {
	font-weight: bold;
	padding: 0 0 0 20px;
	font-size: 1.8rem;
}





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

	.sec_title .en_title {
		font-size: 2.8rem;
	}
	.sec_title .ja_title {
		font-size: 1.3rem;
		padding: 0 0 0 10px;
	}


}


/* -----------------------------------------------------------
    button
-------------------------------------------------------------- */
.cmn_btn {
	width: 240px;
	height: 60px;
}
.cmn_btn a {
	text-align: center;
	display: block;
	width: 240px;
	height: 60px;
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .1em;
	padding: 23px 0 0;
	background: #1673b1 url(../img/arrow_wh.png) no-repeat right 20px top 24px;
}
.cmn_btn.voice a {
	background: #ffce49  url(../img/arrow_wh.png) no-repeat right 20px top 24px;
}


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

	.cmn_btn::after {
		font-size: 1.5rem;
		top: 13px;
	}



	.cmn_btn {
		width: 70%;
		min-width: 180px;
		height: 48px;
		margin: 0 auto;
	}
	.cmn_btn a {
		width: 100%;
		height: 48px;
		padding: 16px 0 0;
		background: #1673b1 url(../img/arrow_wh.png) no-repeat right 15px top 18px;
	}
	.cmn_btn.voice a {
		width: 100%;
		height: 48px;
		padding: 16px 0 0;
		background: #ffce49 url(../img/arrow_wh.png) no-repeat right 15px top 18px;
}

}


/*   PAGER
--------------------------------------- */

.pager_area {
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 1.6rem;
}

.pager_area a,
.pager_area b {
	display: inline-block;
	padding: 12px 15px 11px;
	margin: 0 3px;
}

.pager_area a {
	border: 1px solid #DBE2EA;
	color: #656C78;
}

.pager_area .current {
	background: #3590E2;
	color: #fff;
	display: inline-block;
	padding: 13px 17px 12px;
	margin: 0 3px;
}

.pager_area .back ,
.pager_area .next {
	color: #656C78;
}

.pager_area a.last,
.pager_area a.nextpostslink {
	font-family: 'Catamaran', sans-serif;
	padding: 11px 15px 11px;
}

.pager_area .back .fa {
	margin: 0 10px 0 0;
}
.pager_area .next .fa {
	margin: 0 0 0 10px;
}


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

	.pager_area {
		margin: 20px 0 0;
	}

	.pager_area a,
	.pager_area b {
		padding: 9px 12px 8px;
		margin: 0 5px 10px;
	}

	.pager_area .current {
		padding: 10px 14px 9px;
		margin: 0 1px;
	}
	.pager_area a.back,
	.pager_area a.next {
		padding: 8px 10px;
	}
}


/* -----------------------------------------------------------
    矢印付きテキストリンク
-------------------------------------------------------------- */

.next_link {
	text-align: right;
}
.next_link a {
	display: inline-block;
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	color: #1673b1;
	letter-spacing: .1em;
	padding: 0 50px 0 0;
	background: url(../img/arrow_nv.png) no-repeat right top 1px;
}

.back_link {
	font-size: 1.4rem;
	text-align: left;
	display: block;
	letter-spacing: 0.1em;
	margin: 60px 0 0;
}
.back_link a {
	padding: 5px;
}
.back_link a::before {
	display: inline-block;
	margin: 0 10px 0 0;
	content: "\f104";
	font-family: FontAwesome;
	font-size: 1.6rem;
	color: #2ea8e1;
}

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

	.next_link a {
		font-size: 1.4rem;
	}

}




/* -----------------------------------------------------------
   flow area
-------------------------------------------------------------- */

.flow_area {
	background: #FFF;
}
.flow_area .inner {
	position: relative;
	padding: 80px 0;
}
.flow_area .sec_title {
    position: absolute;
    top: -30px;
    left: 0;
}


.flow_area ul {
	display: flex;
}
.flow_area li {
	position: relative;
	width: 25%;
	height: 200px;
	color: #1673b1;
	padding: 25px 20px 30px 60px;
	background: #e2eff8;
}
.flow_area li:nth-child(1){
	padding: 25px 30px 30px 50px;
}
.flow_area li:nth-child(2n) {
	color: #FFF;
	background: #1673b1;
}


.flow_area .sankaku {
	position: absolute;
	bottom: 0;
	right: -40px;
	z-index: 1;
  	width: 0;
    height: 0;
  	border-left: 40px solid #e2eff8;
  	border-top: 100px solid transparent;
  	border-bottom: 100px solid transparent;
}
.flow_area .sankaku.nv {
  	border-left: 40px solid #1673b1;
}


.flow_area .num {
	font-family: 'Catamaran', sans-serif;
	font-size: 3rem;
	letter-spacing: .1em;
}
.flow_area .img_box {
	text-align: center;
	margin: -15px 0 8px;
}
.flow_area .img_box img {
	width: 64px;
}
.flow_area .txt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}


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

	.flow_area {
	}
	.flow_area .inner {
		padding: 40px 20px 60px;
	}
	.flow_area .sec_title {
		text-align: center;
		position: static;
		display: block;
		padding: 0 0 30px;
	}
	.flow_area .sec_title .ja_title {
		display: block;
		padding: 4px 0 0;
	}

	.flow_area ul {
		display: block;
	}
	.flow_area li {
		width: 100%;
		height: auto;
		padding: 15px 75px 20px 15px;
	}
	.flow_area li:nth-child(1){
		background: #e2eff8 url(../img/flow_img01.png) no-repeat right 5% center/55px;
		padding: 15px 75px 20px 15px;
	}
	.flow_area li:nth-child(2) {
		background: #1673b1 url(../img/flow_img02.png) no-repeat right 5% center/55px;
	}
	.flow_area li:nth-child(3){
		background: #e2eff8 url(../img/flow_img03.png) no-repeat right 5% center/55px;
	}
	.flow_area li:nth-child(4) {
		background: #1673b1 url(../img/flow_img04.png) no-repeat right 5% center/55px;
	}


	.flow_area .sankaku {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #e2eff8;
		border-bottom: none;
	}
	.flow_area .sankaku.nv {
	  	border-left: 10px solid transparent;
		border-top: 10px solid #1673b1;
	}
	.flow_area .num {
		font-size: 2.2rem;
		margin: 0 0 10px;
	}
	.flow_area .txt {
		text-align: left;
		font-size: 1.6rem;
	}
	.flow_area .img_box {
		display: none
	}


}

/* -----------------------------------------------------------
   faq area
-------------------------------------------------------------- */

.faq_area {
	background: linear-gradient(90deg,transparent 0%, transparent 50%,#e2eff8 50%,#e2eff8 100%);
}
.faq_area .inner {
	position: relative;
	width: 1350px;
	background: #e2eff8;
	padding: 80px 125px;
	margin: 80px auto 50px;
}
.faq_area .sec_title {
    position: absolute;
    top: -30px;
    left: 125px;
}


.faq_container li {
	margin: 0 0 40px;
	line-height: 1.6;
	background: #FFF;
}
.faq_container li:last-child {
	margin: 0;
}

.faq_container li a {
	color: #1673b1;
}

.faq_container .accordion {
	overflow: hidden;
    padding: 40px 40px 20px 60px;
}
.faq_container .accordion_box {
 	overflow: hidden;
   padding: 0 40px 40px 60px;
}


.faq_container .q,
.faq_container .a {
	float: left;
	text-align: center;
	width: 33px;
	height: 33px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 50%;
	margin: 0 10px 0 0;
}
.faq_container .q {
	color: #FFF;
	background: #1673b1;
}
.faq_container .a {
	color: #1673b1;
	background: #ffe259;
	padding: 0 0 0 2px;
}


.faq_container .title {
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 5px;
}
.faq_container .txt_box {
	float: right;
	width: calc(100% - (33px + 10px));
}


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

	.faq_area {
		background: none;
	}
	.faq_area .inner {
		width: 100%;
		padding: 40px 20px 60px;
		margin: 0;
	}
	.faq_area .sec_title {
		text-align: center;
		position: static;
		display: block;
		padding: 0 0 30px;
	}
	.faq_area .sec_title .ja_title {
		display: block;
		padding: 4px 0 0;
	}


	.faq_container li {
		margin: 0 0 10px;
	}



	.faq_container .accordion {
		position: relative;
		padding: 15px 40px 15px 15px;
	}
	.faq_container .accordion::after {
		position: absolute;
		top: 30%;
		right: 20px;
		content: "\f067";
		font-family: 'FontAwesome';
		font-size: 1.6rem;
		color: #1673b1;
	}
	.faq_container .accordion.active::after {
		content: "\f068";
	}
	.faq_container .accordion_box {
		display: none;
		padding: 0 40px 15px 15px;
	}


	.faq_container .q,
	.faq_container .a {
		font-size: 1.6rem;
		width: 28px;
		height: 28px;
	}
	.faq_container .a {
		padding: 0;
	}
	.faq_container .title {
		font-size: 1.6rem;
	}
	.faq_container .txt_box {
		width: calc(100% - (28px + 10px));
	}

}



/* -----------------------------------------------------------
   cmn contact area
-------------------------------------------------------------- */

.cmn_contact_area {
	background: linear-gradient(180deg,transparent 0%,transparent 15%,#2191e5 15%,#2191e5 100%);
	height: 265px;
}
.cmn_contact_area .inner {
	background: url(../img/ser_title_bg.png) no-repeat bottom right/520px;
	height: 100%;
	width: 1200px;
	padding: 42px 0 0 50px;
}
.cmn_contact_area .title {
	font-size: 2.4rem;
	font-weight: bold;
	color: #FFF;
	padding: 45px 0 30px;
}
.cmn_contact_area ul {
	display: flex;
}
.cmn_contact_area .phone_box{
	width: 312px;
	color: #FFF;
	margin: 0 30px 0 0;
}
.cmn_contact_area .txt {
	font-size: 1.4rem;
}
.cmn_contact_area .txt span {
	display: flex;
    align-items: center;
}
.cmn_contact_area .txt span::before, .cmn_contact_area .txt span::after {
	content: "";
	flex-grow: 1;
    border-top: 1px solid #FFF;
}
.cmn_contact_area .txt span::before {
	margin-right: 10px;
}
.cmn_contact_area .txt span::after {
	margin-left: 10px;
}


.cmn_contact_area .num {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	margin: 7px 0;
}
.cmn_contact_area .num span {
	vertical-align: middle;
	display: inline-block;
	font-family: 'Catamaran', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border: 2px solid#FFF;
	padding: 5px 5px 4px;
	margin: 0 8px 5px 0;
}
.cmn_contact_area .num a {
	color: #FFF;
}


.cmn_contact_area .cmn_btn {
    width: 280px;
    height: 80px;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, .2);
}
.cmn_contact_area .cmn_btn a {
    width: 280px;
    height: 80px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 1.8rem;
    color: #333;
    letter-spacing: .05em;
    background: #ffe259;
	padding: 30px 0 0;
}
.cmn_contact_area .cmn_btn a::before {
    content: "\f003";
    font-family: 'FontAwesome';
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    padding: 0 10px 0 0;
}



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


	.cmn_contact_area {
		background: #2191e5;
		height: auto;
	}
	.cmn_contact_area .inner {
		background: none;
		height: auto;
		width: auto;
		padding: 30px 20px;
	}
	.cmn_contact_area .title {
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 0 0 20px;
	}
	.cmn_contact_area ul {
		display: block;
	}
	.cmn_contact_area .phone_box{
		text-align: center;
		width: 100%;
		margin: 0 0 20px;
	}
	.cmn_contact_area .num {
		font-size: 2.8rem;
		margin: 10px 0 5px;
	}
	.cmn_contact_area .num span {
		font-size: 1.6rem;
		padding: 5px 5px 3px;
	}


	.cmn_contact_area .cmn_btn {
		width: auto;
		height: auto;
	}
	.cmn_contact_area .cmn_btn a {
		display: block;
		width: auto;
		height: auto;
		letter-spacing: 0;
		font-size: 1.6rem;
		padding: 20px 10px;
	}
	.cmn_contact_area .cmn_btn a::before {
		font-size: 1.8rem;
	}



}

/*20231219 footer変更*/
.sitemap_list.sns_list .f_sns_title {
	line-height: 1.5;
	text-align: center;
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.sitemap_list.sns_list .f_sns_title::before,
.sitemap_list.sns_list .f_sns_title::after {
	content: "";
	width: 25px;
	height: 1px;
	background-color: #fff;
	margin: 0px 4px 4px;
}
.sitemap_list.sns_list .f_sns_title::before {
	transform: rotate(45deg);
}
.sitemap_list.sns_list .f_sns_title::after {
	transform: rotate(-45deg);
}

.sitemap_list.sns_list {
	width: 380px;
	text-align: center;
}
.sitemap_list.sns_list .f_sns a {
    position: relative;
    display: flex;
	justify-content: center;
    align-items: center;
	gap: 10px;
    height: 50px;
    background: #fff;
    padding: 0 0 0;
    margin: 15px 0 0;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .2);
}
.sitemap_list.sns_list .f_sns a::after {
    right: 8px;
}

.sitemap_list.sns_list .sns-flex .f_sns a {
    position: relative;
    display: flex;
	justify-content: flex-start;
    align-items: center;
	gap: 10px;
    height: 50px;
    background: #fff;
    padding: 0 0 0 15px;
    margin: 15px 0 0;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .2);
}
.sitemap_list.sns_list .sns-flex .f_sns a::after {
    right: 8px;
}
.sitemap_list.sns_list .f_sns img {
    width: 32px;
    margin: 0 0 0;
}
.sitemap_list.sns_list .sns-flex {
	display: flex;
	gap: 10px;
}
.sitemap_list.sns_list .sns-flex li {
	width: 185px;
}

@media screen and (max-width: 767px) {
	.sitemap_list.sns_list {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.sitemap_list.sns_list .f_sns_title {
		color: #333;
	} 
	.sitemap_list.sns_list .f_sns_title {
		justify-content: center;
	}
	.sitemap_list.sns_list .f_sns_title::before,
	.sitemap_list.sns_list .f_sns_title::after {
		background-color: #333;
	}
	
	.sitemap_list.sns_list .f_sns a {
		box-shadow: none;
		border: 1px solid #aaa;
	}
	.sitemap_list.sns_list .sns-flex .f_sns a {
		box-shadow: none;
		border: 1px solid #aaa;
	}
	.sitemap_list.sns_list .sns-flex li {
		width: 48.5%;
	}
}