@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
    background: #fff;
    color: #000;
    font-size: 62.5%;
	overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: 100%;
		line-height: 1.3;
}
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
a {
	color: #0c2f54;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s opacity;
	transition: 0.5s opacity;
}
a:focus, *:focus { outline:none; }
ul {
	list-style: none;
}
img {
	width: 100%;
}
.pt_30 {
	padding-top: 30px;
}
.pt_145 {
	padding-top: 145px;
}
.pb_30 {
	padding-bottom: 30px;
}
.center {
	text-align: center;
}
.sawarabi {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-style: normal;
}
.chikushi {
	  font-family: fot-tsukubrdgothic-std, sans-serif;
		font-style: normal;
}
.font_black {
	color: #3e3a39!important;
}
.font_white {
	color: #fff!important;
}
.effect {
	transition: .8s;
}
section {
	max-width: 960px;
	margin: 0 auto;
	padding: 150px 0 0;
}
table {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
	letter-spacing: 0.08em;
}
table tr {
	border-bottom: 1px solid #ccc;
	/*display: block;*/
}
table tr:first-child {
	border-top: 1px solid #ccc;
}
table th, table td {
	padding: 10px;
	padding-left: 18px;
}
table th {
	font-weight: 300;
	background-color: #f6f9fa;
	text-align: left;
	width: 160px;
}
  .pc_none {
    display: none;
  }
section table td ul li {
	line-height: 1.75em;
}
.line_left, .line_right {
    width: 100%;
}
.page_content .content_title h3 {
color: #0C2F54;
text-align: center;
font-size: 21px;
letter-spacing: 3.5px;
min-width: 250px;
font-weight: bold;
padding: 0;
margin: -10px;
margin-bottom: 3vw;
}
.page_content .content_title p {
	font-weight: normal;
	    font-size: 1.7rem;
	    text-align: center;
	    line-height: 1.3em;
}
.page_content h3 {
font-size: 3.2rem;
font-weight: normal;
color: #0c2f54;
text-align: center;
letter-spacing: 0.2em;
margin-bottom: 2.3rem;
}
@media screen and (max-width: 900px) {
	section {
    padding: 50px 10px 30px;
	}
	.page_content h3 {
	    font-size: 2rem;
	    letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 500px) {
	  .pc_none {
    display: block;
  }
		section table.setA tbody {
	display: block;
	margin: 0 10px;
	overflow: hidden;
}
	section table.setA th {
	    padding: 10px;
			display: block;
width: 100%;
}

section table.setA td {
    padding: 10px;
		width: 100%;
display: block;
	}
	.page_content .content_title h3 {
		font-size: 18px;
	letter-spacing: 1.5px;
	min-width: 170px;
}
}
/*パンくずリストここから*/
.pagetitle_image {
	position: relative;
}

.pagetitle_text {
	max-width: 1110px;
	margin: 0 auto;
}

.breadcrumb {
	display: block;
	position: absolute;
	top: 15%;
	margin-left: 25px;
}

.breadcrumb li{
  display:inline;
  list-style: none;
	letter-spacing: 0.08em;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #333333;
}
/*パンくずリストここまで*/

/*個ページトップイメージここから*/
.page_content {
	margin-top: 145px;
}
.page_copy {
	position: absolute;
  top: 60%;
  transform: translateY(-60%);
  -webkit- transform: translateY(-60%);
	margin-left: 25px;
	font-size: 2rem;
	color: #0C2F54;
	letter-spacing: 0.08em;
	line-height: 1.7em;
}
.page_content .sub_menu {
	background-color: #5e6478;
	margin-top: -4px;
}
.page_content .sub_menu ul {
	display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.page_content .sub_menu ul li {
		padding: 1px 20px;
}
.page_content .sub_menu ul li.current {
	padding: 13px 20px;
	background-color: #fff;
}
.page_content .sub_menu ul li.current1 {
	order: 1;
}
.page_content .sub_menu ul li.current2 {
	order: 2;
}
.page_content .sub_menu ul li.current3 {
	order: 4;
}
.page_content .sub_menu ul li.current4 {
	order: 3;
}
.page_content .sub_menu ul li a {
	color: #fff;
	background-color: #5e6478;
	padding: 12px 0;
	display: block;
}
@media screen and (max-width: 1000px) {
	.header-change.header_temp {
		border-bottom: solid 4px #0c2f54;
	}
	.page_content {
		margin-top: 50px;
	}
	.breadcrumb {
		display: none;
	}
	#pagetitle {
		position: relative;
	}
	.page_copy {
		top: 50%;
		margin-left: 0px;
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
		padding: 10px;
	}
		.page_copy h2 {
	font-size: 2rem;
}
	.page_copy img {
		vertical-align: middle;
	}
	.pt_145 {
		padding-top: 50px;
	}
}
/*個ページトップイメージここまで*/


/*ナビゲーションここから*/
.site-header {
	background: #fff;
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
}
.gnav {
	width: 1100px;
	margin: 0 auto;
	margin: -28px auto;
	position: relative;
	top: 0;
	z-index: 2;
	height: 55px;
	background: -moz-linear-gradient(#6d8299, #0c2f54 30%);
	background: -webkit-linear-gradient(#6d8299, #0c2f54 30%);
	background: linear-gradient(#6d8299, #0c2f54 30%);
	box-shadow: 0 4px 8px 0 #ddd;
	padding: 0;
	box-sizing: border-box;
}
.header_inner {
	width: 78%;
}
@media screen and (max-width: 1250px) {
	.header_inner {
		width: 80%;
	}
}
.gnav__menu {
	display: flex;
	font-size: 17px;
}
.gnav__menu__item {
	list-style: none;
	margin: 0 18px;
}
@media screen and (max-width: 1125px) {
	.gnav {
		width: 100%;
	}
	.gnav__menu {
		font-size: 14px;
		justify-content: space-around;
	}
	.gnav__menu__item {
		margin: 0 10px;
	}
}
.gnav__menu__item:first-child::after {
	width: 0px;
}
.gnav__menu__item::after {
	content: '';
	display: block;
	width: 1px;
	height: 31px;
	background-color: #FFF;
	position: absolute;
	top: 12px;
	z-index: 2;
	margin-left: -18px;
}
.gnav__menu__item a, .gnav__menu__item span {
	color: #fff;
	display: block;
	height: 55px;
	padding-top: 15px;
	padding-bottom: 18px;
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.7rem;
}
@media all and (-ms-high-contrast: none) {
.gnav__menu__item a, .gnav__menu__item span {
		font-size: 1.3rem;
  }
}
header.show {
  z-index: 1001;
  position: relative;
}
.header-change {
	background-color: #fff;
	position: fixed;
	top: -63px;
	transition: .5s;
	width: 100%;
	z-index: 1;
}
.header-change.top_0 {
	top: 0;
	z-index: 9999;
}
.header-change.header_temp {
	top: 0;
	position: fixed;
	z-index: 9999;
}
.header-change .gnav {
	width: 100%;
	margin: 0 auto;
}
.header-change .gnav__menu {
	display: flex;
	font-size: 17px;
	max-width: 1100px;
	margin: 0 auto;
}
.header-change .header_wrap h1 {
	margin: 20px 0 10px;
	max-width: 300px;
	width: 30%;
	z-index: 3;
}
@media screen and (max-width: 1250px) {
	.header-change .header_wrap h1 {
		width: 30%;
margin: 2% 10px;
	}
}
.header-change .header_menu_1 {
	padding-top: 12px;
}
.header-change.show {
	top: 0;
	z-index: 3
}
.header-change .gnav__menu__item a {
	color: #fff;
	text-decoration: none;
}
.gnav li img {
	margin: 3px 3px 3px 5px;
	max-width: 18px;
  transition: 0.6s;
}

.gnav li:hover img {
  transform: rotate(180deg);
}

/*ナビゲーションここまで*/
/*プルアップ式ナビゲーションここから*/
.gnav ul {
	color: #fff;
}
.gnav ul.child {
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	display: none;
	position: absolute;
	padding: 0;
	left: 0;
	z-index: 999999;
}
.gnav ul.child li a {
	padding: 5px 10px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	display: block;
	color: #fff;
}
#menu_about, #menu_service, #menu_question {
	z-index: 1;
	position: absolute;
	bottom: 0px;
	height: 170px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}
#menu_about > ul, #menu_service > ul, #menu_question > ul {
	width: 1050px;
	margin: 0 auto;
	list-style: none;
}
.menu_child_wrap {
	padding-top: 22px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	letter-spacing: 0.05em;
}
.menu_child_wrap a {
	border-bottom: dotted 2px;
	display: block;
	font-weight: 600;
}
.menu_child_wrap > li > ul {
	padding-top: 10px;
	padding-left: 20px;
	color: #3e3a39;
	list-style: disc;
	font-size: 13px;
	line-height: 1.2em;
}
.menu_child_wrap .menu_child a {
	border-bottom: none;
}
/*プルアップ式ナビゲーションここまで*/
/*ドロップダウンナビゲーションここから*/
#menu_about2 > ul, #menu_service2 > ul, #menu_question2 > ul {
	width: 1050px;
	margin: 0 auto;
	list-style: none;
	height: 130px;
}
#menu_about2, #menu_service2, #menu_question2 {
	background-color: rgba(12, 47, 84, 0.9);
	width: 100%;
	position: absolute;
	top: 144px;
}
#menu_about2 ul li a, #menu_service2 ul li a, #menu_question2 ul li a {
	color: #fff
}
#menu_about2 ul li, #menu_service2 ul li, #menu_question2 ul li {
	color: #fff;
	font-weight: 100;
}
/*ドロップダウンナビゲーションここまで*/

/*トップへ戻るここから*/
.toTop {
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50px;
	background-color: #666;
	cursor: pointer;
	opacity: 0.6;
	z-index: 99;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.toTop:hover {
	opacity: 1;
}
.toTop:focus {
	outline: none;
}
/*トップへ戻るここまで*/

/*フッターここから*/
footer {
	margin: 100px auto 0;
	background-color: #f6f9fa;
}
footer > .inner {
	max-width: 1110px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 45px;
}
footer .left {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 65%;
}
footer .left .link1 {
	margin-top: 0;
}
footer .left .link h4 {
	margin-bottom: 13px;
	color: #0c2f54;
	font-size: 14px;
}
footer .left .link p {
	margin: 0 0 10px 20px;
	color: #3e3a39;
	font-size: 14px;
}
footer .right {
max-width: 320px;
}
footer .right .inner h4 {
	font-weight: 600;
	color: #0c2f54;
	letter-spacing: 0.14em;
	margin: 10px 0 0;
	text-align: center;
}
footer .right .inner a {
	text-align: center;
	margin: 9px 0;
	display: block;
}
footer .right .inner a {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
padding: 10px;
color: #fff;
background: -moz-linear-gradient(#6d8299, #0c2f54 30%);
background: -webkit-linear-gradient(#6d8299, #0c2f54 30%);
background: linear-gradient(#6d8299, #0c2f54 30%);
}
footer .right .inner a .footer_contact_btn {
	position: relative;
	left: 20px;
}
footer .right .inner a .footer_contact_btn::before{
	background-image: url(../img/contact_btn_icon.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
	background-size: 100%;
	content: '';
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .right .inner p .tel_number {
}
footer .right .inner .info p {
	text-align: center;
}
footer .aff_banner_wrap ul {
	list-style: none;
	max-width: 900px;
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
	padding-bottom: 25px;
}
footer .aff_banner_wrap ul li {
	margin-bottom: 20px;
}
.footer_info {
	background: -moz-linear-gradient(#6d8299, #0c2f54 30%);
	background: -webkit-linear-gradient(#6d8299, #0c2f54 30%);
	background: linear-gradient(#6d8299, #0c2f54 30%);
	padding: 15px 0;
	color: #fff;
}
.footer_info_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.footer_info_wrap ul {
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.footer_info_wrap li {
	position: relative;
}
.footer_info_wrap li a {
	color: #fff;
}
.footer_info_wrap div p {
	font-size: 13px;
	font-weight: 300;
}
.footer_info_wrap li.wrap_r:before {
	content: "";
	position: absolute;
	border-left: 1px solid #fff;
	height: 100%;
	left: -40px;
	top: 0;
}
@media screen and (max-width: 1250px) {
	footer .left .link {
		margin-top: 0!important;
	}
	footer .left .link h4 {
		margin-bottom: 5px;
		font-size: 13px;
}
footer .left .link p {
	font-size: 12px;
	margin: 0 0 5px 20px;
}
	footer > .inner .right {
		max-width: 360px;
		margin: 0 auto;
	}
	footer .left .link1::before {
		background-position: 0px -20px;
		width: 8px;
		height: 16px;
		left: -10px;
	}
	footer .aff_banner_wrap ul {
	justify-content: center;
	max-width: 900px;
	}
	footer .aff_banner_wrap ul li {
    margin: 5px;
    width: 200px;
}
		.footer_info_wrap {
			display: block;
    max-width: 900px;
			margin: 0 auto;
	}
	.footer_info_wrap ul {
    width: 100%;
text-align: center;
}
.footer_info_wrap li {
	margin: 5px;
}
	.footer_info_wrap li.wrap_r:before {
    display: none;
}
	.footer_info_wrap li a {
		font-size: 13px;
	}
	.footer_info_wrap div p {
		text-align: center;
	}
}
@media screen and (max-width: 1100px) {
footer .left {
    width: 60%;
	justify-content: left;
}
footer .left .link {
	width: 150px!important;
}

	footer .right .inner h4 {
		text-align: center;
		margin: 5px 0 0;
		letter-spacing: 0.13em;
	}
	footer .right .inner .info p {
		margin-top: 0px;
}

}
@media screen and (max-width: 900px) {
	footer {
	margin: 60px auto 0;
}
	footer > .inner {
    padding: 40px 0 20px;
}
	footer > .inner .left {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.footer_info_wrap ul {
		display: block;
		margin-bottom: 10px;
	}
	.footer_info_wrap li {
		text-align: center;
		margin: 8px;
	}
	footer {
    margin: 50px auto 0;
	}
}
@media screen and (max-width: 700px) {
footer > .inner .right {
	max-width: 360px;
	margin: 0 auto;
}
footer > .inner .right .inner {
margin: 0 10px;
}
}
/*フッターここまで*/
.contents {
  width: 100%;
  height: 100vh;
  background: url(https://goo.gl/og3fCB) center/cover;
}

/*ローディングここから*/
.loading {
  position: fixed;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
		max-width: 100%;
  background: #fff;
	z-index: 9999;
}
.loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*ローディングここまで*/

/*ニュースページャー ここから*/
.pager {
	text-align: right;
	padding: 10px;
	clear: both;
}
.pager a {
		border: 1px solid #999;
		border-radius: 5px 5px 5px 5px;
		color: #333;
		font-size: 12px;
		padding: 3px 7px 2px;
		text-decoration: none;
		margin: 0 1px;
	}
	.pager a.current {
		background: #999;
		border: 1px solid #999;
		border-radius: 5px 5px 5px 5px;
		color: #fff;
		font-size: 12px;
		padding: 3px 7px 2px;
		margin: 0 1px;
		text-decoration: none;
	}
	.pager a:hover {
		background: #999;
		color: #fff;
	}
	.overPagerPattern {
		padding: 0 2px;
}
/*ニュースページャー ここまで*/

.contactBtn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .toTop {
    bottom: calc(env(safe-area-inset-left) + 70px);
  }
  .footer_info {
    margin-bottom:  calc(env(safe-area-inset-left) + 49px);
  }
  
  .contactBtn {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    }
  
  .contactBtn ul {
    display: flex;
    justify-content: space-between;
  }
  .contactBtn ul li {
    padding: 15px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 15px); 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }
  .contactBtn ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .contactBtn ul li.header_contact_link.fsS a {
    font-size: 13px;
  }
  .contactBtn ul li br {
    display: none;
  }
  .contactBtn ul li.header_contact_link {
    background: linear-gradient(#42858d, #3f666b);
  }
  .contactBtn ul li.header_keiyakusha_link {
    background: linear-gradient(#e35422, #b34115);
  }
  .contactBtn ul li.header_seminar_link {
    background: linear-gradient(#f29f05, #f28705);
  }
}

@media screen and (max-width: 500px) {
  .toTop {
    bottom: calc(env(safe-area-inset-left) + 80px);
  }
  
  .footer_info {
    margin-bottom:  calc(env(safe-area-inset-left) + 67px);
  }
  
  .contactBtn ul li br {
    display: block;
  }
}