@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500;700&display=swap');

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

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: 'Roboto', sans-serif;
	font-weight: 500;
font-family: 'Roboto', sans-serif;
	font-weight: 700;
*/

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

a[href^="tel:"] {
    pointer-events: none !important;
}
.sp_view,
.float_wrap{
	display: none;
}
img {
	width: 100%;
	height: auto;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

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

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 5px solid rgba(0,158,223,1.0);
  border-radius: 50%;
  border-right: 5px solid rgba(0,158,223,0.2);
  border-top: 5px solid rgba(0,158,223,0.2);
  content: "";
  height: 100px;
  width: 100px;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000;
	background: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

.head {
	width: 100%;
	height: 170px;
}
.header {
    width: 1100px;
	height: 170px;
	margin: 0 auto;
	position: relative;
}
.header h1 {
	text-indent: -9876px;
	width: 449px;
	height: 46px; 
	background: url("../pc_img/common/head_logo.png") no-repeat;
	background-size: 449px auto;
	position: absolute;
	top: 25px;
	left: 0;
}
.header h1 a:link,
.header h1 a:visited,
.header h1 a:hover,
.header h1 a:active {
	width: 449px;
	height: 46px;
	display: block;
}
.head_contact {
	position: absolute;
	top: 40px;
	right: -5px;
}
.head_contact h4,
.head_contact p,
.head_contact dl {
	display: inline-block;
	vertical-align: top;
}
.head_contact h4 {
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	margin-right: 15px;
}
.head_contact p {
	width: 96px;
	height: 20px;
	background: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
}
.head_contact dt {
	background: url("../pc_img/common/head_tel.png") no-repeat top 1px left;
	background-size: 23px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	padding-left: 30px;
}
.head_contact dt i {
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	margin-left: -5px;
	display: inline-block;
	vertical-align: middle;
}
.head_contact dd {
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 1;
	margin-top: 4px;
	margin-right: 5px;
}
.head_contact dd span {
	color: #009edf;
}
.header ul:nth-of-type(2) {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: -10px;
	text-align: right;
}
.header ul:nth-of-type(2) li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	padding: 0 10px;
	
	border-right: 1px solid #e6e6e6;
}
.header ul:nth-of-type(2) li:nth-of-type(1) {
	border-left: 1px solid #e6e6e6;
}
.header ul:nth-of-type(2) li:last-child {
	border-right: none;
}
.header ul:nth-of-type(1) {
	width: 1100px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.header ul:nth-of-type(1) li:nth-of-type(1) {
	border-left: 1px solid #e6e6e6;
}
.header ul:nth-of-type(1) li {
	width: calc(100%/5);
	height: 45px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #e6e6e6;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.header ul:nth-of-type(1) li:nth-of-type(1) span::after {
	content: "Ofiice";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	display: block;
	color: #009edf;
	padding-top: 7px;
}
.header ul:nth-of-type(1) li:nth-of-type(2) span::after {
	content: "Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	display: block;
	color: #009edf;
	padding-top: 7px;
}
.header ul:nth-of-type(1) li:nth-of-type(3) span::after {
	content: "About Us";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	display: block;
	color: #009edf;
	padding-top: 7px;
}
.header ul:nth-of-type(1) li:nth-of-type(4) span::after {
	content: "Business";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	display: block;
	color: #009edf;
	padding-top: 7px;
}
.header ul:nth-of-type(1) li:nth-of-type(5) span::after {
	content: "Staff";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	display: block;
	color: #009edf;
	padding-top: 7px;
}
.header ul:nth-of-type(1) li a:link,
.header ul:nth-of-type(1) li a:visited,
.header ul:nth-of-type(1) li a:active {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	transition: all 0.8s ease;
	position: relative;
}
.header ul:nth-of-type(1) li a:hover {
	display: block;
	color: #009edf;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	transition: all 0.8s ease;
	position: relative;
}
.header ul:nth-of-type(1) li:hover span::after {
	opacity: 0.4;
	transition: all 0.8s ease;
}
.header ul:nth-of-type(1) li a::after {
	content:"";
	display: block;
	position: absolute;
	left: 100%;
	right: 100%;
	bottom: -10px;
	height: 2px;
	background-color: #009edf;
	transition: all 0.8s ease;
}
.header ul:nth-of-type(1) li a:hover::after {
	left:0;
	right:0;
}
.header ul:nth-of-type(1) li a.active {
	color: #009edf;
}
.header ul:nth-of-type(1) li a.active span::after {
	opacity: 0.4;
}
.header ul:nth-of-type(1) li a.active::after {
	content:"";
	display: block;
	position: absolute;
	left: 0 !important;
	right: 0 !important;
	bottom: -10px;
	height: 2px;
	background-color: #009edf;
	transition: all 0.8s ease;
}
.header ul:nth-of-type(2) li a:link,
.header ul:nth-of-type(2) li a:valid,
.header ul:nth-of-type(2) li a:active {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease;
}
.header ul:nth-of-type(2) li a:hover {
	color: #009edf;
	text-decoration: underline;
	transition: all 0.4s ease;
}

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

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: #000 url("../pc_img/common/pagetop.svg") no-repeat center center;
  background-size: 15px auto;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .8;
}

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

footer {
	width: 100%;
	background: #eef8fd;
	padding: 55px 0 40px 0;
}
.footer {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.footer ul:nth-of-type(1) {
	margin-bottom: 25px;
}
.footer ul:nth-of-type(1) li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin: 0 15px;
}
.footer ul:nth-of-type(2) {
	margin-bottom: 30px;
}
.footer ul:nth-of-type(2) li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #009edf
}
.footer ul:nth-of-type(2) li:nth-of-type(4) {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.footer figure {
	width: 382px;
	margin: 0 auto;
}
.footer li a:link,
.footer li a:valid,
.footer li a:active {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease;
}
.footer li a:hover {
	color: #009edf;
	text-decoration: underline;
	transition: all 0.4s ease;
}

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

small {
	width: 100%;
	padding: 30px 0;
	background: #009edf;
	display: block;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

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

.topics_pass {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.topics_pass li {
	font-size: 12px;
	line-height: 1;
	color: #000;
	float: left;
}
.topics_pass li::after {
	content: ">";
	margin: 0 10px;
}
.topics_pass li:last-child::after {
	content: none;
}
.topics_pass li a:link,
.topics_pass li a:visited,
.topics_pass li a:hover,
.topics_pass li a:active {
	color: #000;
	position: relative;
}
.topics_pass li a::after {
	content:"";
    display: inline-block;
    height: 1px;
    position:absolute;
    bottom: -3px;
    left: -2px;
    width: 100%;
	padding: 0 2px;
	background: #000;
}

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