@charset "utf-8";
/*
**********************************************************************

* common.css

*********************************************************************
*/

body {
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック';
	font-size: 15px;
	line-height: 1.6;
	color: #323232;
	letter-spacing: 0.05em;
	word-break: break-word;
}
body.no-scroll {
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
iframe {
  max-width:100%;
}
a {
	color: #323232;
	text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	outline: none;
}
#site a,
#site button,
#site .hover {
  transition: all 300ms 0s ease;
}
#site a:hover,
#site button:hover,
#site .hover:hover {
	opacity: 0.6;
}
.sp-area {
	display: none;
}
.sp-area-inline {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
/* WinIE7 only */
*:first-child+html .clearfix {
	height: 1%;
}
/* WinIE6 and below */
/* hide \*/
* html .clearfix {
	height: 1%;
}
#window-size-check {
	display: block;
}
@media screen and (min-width:641px) {
.pc-area {
	display: block;
}
.pc-area-inline {
	display: inline-block;
}
.sp-area,
.sp-area-inline	{
	display: none !important;
}
}
@media screen and (max-width:640px) {
body {
	font-size: 15px;
}
.pc-area,
.pc-area-inline {
	display: none !important;
}
.sp-area	{
	display: block;
}
.sp-area-inline	{
	display: inline-block;
}
#window-size-check {
	display: none;
}
}



/* ///////////////////////////////////////////////////////////////////

#site

/////////////////////////////////////////////////////////////////// */
#site {
	overflow: hidden;
}
.global-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1150px;
	min-width: 1150px;
}

@media screen and (max-width:640px) {
#site {
	min-width: auto;
}
.global-inner,
.global-inner-02,
.global-inner-03,
.global-inner-04 {
	margin: 0 5%;
	width: auto;
	min-width: auto;
}
}


/*===================================================================
  global-header
===================================================================*/
#global-header {
	position: fixed;
	width: 100%;
	min-width: 1100px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
}
#global-header .inner {
	display: flex;
	padding: 0 0 0 3%;
	align-items: center;
}
#global-header .logo {
	margin-right: 10px;
	width: 23%;
}
#global-header .nav-pc {
	flex: 1;
	font-size: 14px;
}
#global-header .nav-pc > ul {
	text-align: right;
	letter-spacing: -.4em;
}
#global-header .nav-pc > ul > li {
	display: inline-block;
	position: relative;
	margin-right: 2%;
	letter-spacing: normal;
	vertical-align: middle;
}
#global-header .nav-pc ul li .parent {
	display: block;
	padding: 40px 0;
	cursor: pointer;
	text-align: center;
}
#global-header .nav-pc ul li .parent:hover::after {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1A3E9D;
}
#global-header .nav-pc ul li.en {
	margin: 0;
}
#global-header .nav-pc ul li.en a {
	display: block;
	margin: 0;
	padding: 40px 0;
	width: 100px;
	background: #E2E7EF;
	text-align: center;
	color: #0041BA;
}
#global-header .nav-pc ul li.contact {
	margin: 0;
}
#global-header .nav-pc ul li.contact a {
	display: block;
	margin: 0;
	padding: 40px 0;
	width: 100px;
	background: #0041BA;
	text-align: center;
	color: #ffffff;
}
#global-header .nav-pc ul li .list {
  display: none;
	position: absolute;
	top: 100px;
	width: 250px;
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	z-index: 120;
}
#global-header .nav-pc ul li .list li a {
	position: relative;
	display: block;
	border-bottom: solid 1px #E3E7EE;
	padding: 5px 10px 5px 25px;
}
#global-header .nav-pc ul li .list li a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 15px;
	width: 5px;
	height: 1px;
	background-color: #C8C8C8;
}
#global-header .contact-btn a:hover {
}
#global-header .menu-btn {
	cursor: pointer;
}
@media screen and (max-width:1200px) {

#global-header .nav-pc {
	font-size: 12px;
}
	
}

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

#global-header {
	height: 60px;
	min-width: auto;
}
#global-header .inner {
	display: block;
}
#global-header .logo {
	margin: 6px 0 0;
	width: 120px;
}
#global-header .logo img {
	width: 60%;
}
#global-header .contact-btn {
	position: absolute;
	width: 104px;
	right: 60px;
	top: 0;
}
#global-header .menu-btn {
	position: absolute;
	width: 60px;
	right: 0;
	top: 0;
}
#global-header .menu-btn .close {
	display: none;
}
#global-nav-sp {
	display: none;
	overflow: auto;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 90;
}
#global-nav-sp .global-nav-main {
	padding: 60px 0 30px;
	background: #ffffff;
}
#global-nav-sp .global-nav-main .global-nav-list nav > ul > li {
	position: relative;
	padding: 30px 5%;
	border-bottom: solid 1px #EEF1F6;
}
#global-nav-sp .global-nav-main .global-nav-list nav > ul > li:first-child {
	border-top: solid 1px #EEF1F6;
}
#global-nav-sp .global-nav-main .global-nav-list nav > ul > li::before {
	content: "";
}
#global-nav-sp .global-nav-main .global-nav-list ul li .parent {
	display: block;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	font-weight: bold;
	color: #023EB3;
}
#global-nav-sp .global-nav-main .global-nav-list ul li ul {
	margin-top: 10px;
	font-size: 14px;
}
#global-nav-sp .global-nav-main .global-nav-list ul li ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 12px;
}
#global-nav-sp .global-nav-main .global-nav-list ul li ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 1px;
	background-color: #C8C8C8;
}
#global-nav-sp .global-nav-main .global-nav-content {
	padding: 30px 5%;
}
#global-nav-sp .global-nav-main .global-nav-content .address {
	margin-bottom: 30px;
	color: #C1CCDD;
	font-size: 14px;
}
#global-nav-sp .global-nav-main .global-nav-content .sub-nav li {
	display: inline-block;
	border-right: solid 1px #023EB3;
	padding-right: 5px;
	font-size: 12px;
}
#global-nav-sp .global-nav-main .global-nav-content .sub-nav li:last-child {
	border-right: none;
}
#global-nav-sp .global-nav-main .global-nav-content .sub-nav li a {
	color: #023EB3;
}


}


/*===================================================================
  contents
===================================================================*/
#contents {
	min-width: 1100px;
	margin-top: 100px;
}
.column2-left {
	float: left;
	width: 76%;
}
.column2-right {
	float: right;
	width: 20%;
}

@media screen and (max-width:640px) {
#contents {
	margin-top: 60px;
	min-width: auto;
}
.column2-left {
	float: none;
	margin-bottom: 50px;
	width: auto;
}
.column2-right {
	float: none;
	width: auto;
}
}



/*===================================================================
  side
===================================================================*/
#side .side-area {
	margin-bottom: 30px;
}
#side .side-title-01 {
	background: #0041BA;
	padding: 10px 3%;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#side .side-post-list {
	background: #ffffff;
	border: solid 1px #C1CCDD;
	border-top: none;
	padding: 10px 10%;
}
#side .side-post-list li {
	margin: 10px 0;
}
#side .side-post-list li a {
	position: relative;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	color: #222222;
}
#side .side-post-list li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 2px;
	background-color: #222222;
}

@media screen and (min-width:641px) {
#side .side-post-list {
	display: block !important;
}
}

@media screen and (max-width:640px) {
#side {
  margin-bottom: 50px;
}
#side .side-area {
  margin-bottom: 10px;
}
#side .side-title-01 {
	position: relative;
	cursor: pointer;
}
}


/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb-area {
	padding: 15px 3% 50px;
	font-size: 12px;
}
.breadcrumb-area > span::before {
	margin: 0 10px;
	content: ">";
	color: #C8C8C8;
}
.breadcrumb-area > span:first-child::before {
	display: none;
}
.breadcrumb-area a {
	text-decoration: underline;
	color: #002F88 !important;
	
}
@media screen and (max-width:640px) {
.breadcrumb-area {
}
}


/*===================================================================
  main
===================================================================*/
.entry-content {
}
.entry-content p {
	margin-bottom: 20px;
	line-height: 2;
}
.entry-content a {
	color: #403B3B;
	text-decoration: underline;
}
.entry-content a:hover {
}
.link-list-area {
	margin: 100px 0;
}
.link-list-area h2 {
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
	color: #028a2b;
}
.link-list-area ul {
	text-align: center;
}
.link-list-area ul li {
	display: inline-block;
	margin: 0 10px 20px;
	width: 47%
}
.link-list-area ul li.w-max {
	width: 98%
}

@media screen and (max-width:640px) {
.entry-content {
}
.entry-content p {
	line-height: 1.6;
}
}


/* ///////////////////////////////////////////////////////////////////

#global-footer

/////////////////////////////////////////////////////////////////// */

#global-footer {
	background: #222222;
	color: #ffffff;
}
#global-footer .inner {
	padding: 0 3%;
}
#global-footer a {
	color: #ffffff;
}
#global-footer .global-footer-top {
	padding: 50px 0;
	font-size: 14px;
}
#global-footer .global-footer-top .global-footer-top-left {
	float: left;
	width: 40%;
}
#global-footer .global-footer-top .global-footer-top-left .logo {
	float: left;
	width: 30%;
}
#global-footer .global-footer-top .global-footer-top-left .info {
	float: right;
	width: 60%;
	line-height: 2;
	font-family: 'Noto Serif JP';
}
#global-footer .global-footer-top .global-footer-top-left .info h2 {
	font-size: 18px;
}
#global-footer .global-footer-top .global-footer-top-right {
	float: right;
	width: 58%;
}
#global-footer .global-footer-top .global-footer-top-right .footer-nav ul {
}
#global-footer .global-footer-top .global-footer-top-right .footer-nav > ul > li {
	display: inline-block;
	margin: 0 0 20px 2%;
	vertical-align: top;
}
#global-footer .global-footer-top .global-footer-top-right .footer-nav ul li .parent {
	display: block;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP';
	font-weight: bold;
}
#global-footer .global-footer-top .global-footer-top-right .footer-nav ul li ul {
	font-size: 12px;
}
#global-footer .global-footer-top .global-footer-top-right .footer-nav ul li ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 12px;
}
#global-footer .global-footer-top .global-footer-top-right .footer-nav ul li ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 1px;
	background-color: #C8C8C8;
}
#global-footer .global-footer-top .global-footer-top-right .footer-nav ul li ul li a {
	color: #C8C8C8;
}
#global-footer .global-footer-bottom {
	border-top: solid 1px #C8C8C8;
	padding: 20px 0;
	color: #C8C8C8;
}
#global-footer .global-footer-bottom a {
	color: #C8C8C8;
}
#global-footer .global-footer-bottom ul {
	float: left;
	width: 70%
}
#global-footer .global-footer-bottom ul li {
	display: inline-block;
	border-right: solid 1px #C8C8C8;
	padding-right: 5px;
	font-size: 12px;
}
#global-footer .global-footer-bottom ul li:last-child {
	border-right: none;
}
#global-footer .global-footer-bottom .copyright {
	float: right;
	width: 25%;
	margin-top: 10px;	text-align: center;
	font-size: 10px;
}


@media screen and (max-width:640px) {
	
#global-footer {
	padding-bottom: 100px;
}
#global-footer .inner {
	overflow: hidden;
}
#global-footer .global-footer-top {
	padding: 50px 0 20px;
}
#global-footer .global-footer-top .global-footer-top-left {
	float: none;
	width: auto;
	border-bottom: solid 1px #ffffff;
	margin: 0 -3% 30px;
	padding: 0 3% 30px
}
#global-footer .global-footer-top .global-footer-top-left .logo {
	float: none;
	width: auto;
	margin-bottom: 30px;
}
#global-footer .global-footer-top .global-footer-top-left .logo img {
	width: 30%;
}
#global-footer .global-footer-top .global-footer-top-left .info {
	float: none;
	width: auto;
}
#global-footer .global-footer-top .global-footer-top-right {
	float: none;
	width: auto;
}
#global-footer .global-footer-top .global-footer-top-right .footer-nav > ul > li {
	display: block;
	float: left;
	margin: 0 0 20px;
	width: 50%;
}
#global-footer .global-footer-bottom {
	padding: 0;
	border: none;
}
#global-footer .global-footer-bottom ul {
	float: none;
	width: auto;
	text-align: center;
}
#global-footer .global-footer-bottom .copyright {
	float: none;
	width: auto;
	border-top: solid 1px #C8C8C8;
	margin: 30px -3% 0;
	padding: 10px 3%;
}
}


/* ///////////////////////////////////////////////////////////////////

other

/////////////////////////////////////////////////////////////////// */

.fixed-report-pc {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100px;
	z-index: 10;
	background: #ffffff;
	opacity: 0.95;
}
.link-point {
	margin-top: -80px;
	padding-top: 80px;
}
.effect {
	position: relative;
  transition: 1s;
	opacity: 0;
}

body.no-scroll .effect  {
	opacity: 1 !important;
	top: 0 !important;
}

@media screen and (max-width:640px) {
.fixed-report-sp {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	background: #ffffff;
}
.fixed-report-sp .fixed-report-item {
	float: left;
}
.fixed-report-sp .fixed-report-item-01 {
	width: 50%;
}
.fixed-report-sp .fixed-report-item-02 {
	width: 25%;
}
.fixed-report-sp .fixed-report-item-03 {
	width: 25%;
}
.link-point {
	margin-top: -60px;
	padding-top: 60px;
}
}

