@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;
*/

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

.pc_view {
	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);
  }
}

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

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

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

.head {
	width: 100%;
	height: 14.13vw;
}
.header {
    width: 100%;
	height: 14.13vw;
	margin: 0 auto;
	position: relative;
}
.header h1 {
	text-indent: -9876px;
	width: 69.33vw;
	height: 7.2vw; 
	background: url("../pc_img/common/head_logo.png") no-repeat;
	background-size: 69.33vw auto;
	position: absolute;
	top: 3.46vw;
	left: 2.66vw;
}
.header h1 a {
	width: 69.33vw;
	height: 7.2vw;
	display: block;
}
.head_contact {
	display: none;
}

.header ul:nth-of-type(2) {
	text-align: center;
}
.header ul:nth-of-type(2) li {
	font-size: 4vw;
	line-height: 1;
}
.header ul:nth-of-type(1) {
	width: 74.66vw;
	padding-top: 17.33vw;
	margin: 0 auto 8vw auto;
}
.header ul:nth-of-type(1) li {
	width: 74.66vw;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	font-size: 4.8vw;
	line-height: 1;
	font-weight: 700;
}
.header ul:nth-of-type(1) li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 5.33vw 0;	
}
.header ul:nth-of-type(1) li a.active {
	color: #000;
}
.header ul:nth-of-type(2) li a {
	display: block;
	padding: 1.33vw 0;
	color: #fff;
}

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

#pagetop {
  position: fixed;
  bottom: 18.66vw;
  right: 4vw;
  z-index: 80;
  display: none;
}
#pagetop a {
  display: block;
  background: #000 url("../pc_img/common/pagetop.svg") no-repeat center center;
  background-size: 2.66vw auto;
  width: 9.33vw;
  height: 9.33vw;
}

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

footer {
	width: 100%;
	background: #eef8fd;
	padding: 10.66vw 0 10.66vw 0;
}
.footer {
	width: 80vw;
	margin: 0 auto;
	text-align: left;
}
.footer ul:nth-of-type(1) {
	margin-bottom: 5.33vw;
}
.footer ul:nth-of-type(1) li {
	width: calc(100%/2);
	display: inline-block;
	vertical-align: top;
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;	
}
.footer ul:nth-of-type(1) li a {
	display: block;
	padding: 2.66vw 0;
}
.footer ul:nth-of-type(2) {
	margin-bottom: 9.33vw;
}
.footer ul:nth-of-type(2) li {
	font-size: 3.46vw;
	line-height: 1;
}
.footer ul:nth-of-type(2) li a {
	display: block;
	padding: 1.33vw 0;
}
.footer figure {
	width: 69.33vw;
	margin: 0 auto;
}

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

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

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

.topics_pass {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	display: none;
}
.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;
}

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

.float_wrap {
	width: 100%;
	background: #fff;
	padding: 4vw 0 6.66vw 0;
	box-shadow: 0px 0px 2.66vw 0.26vw rgba(0, 0, 0, 0.1);
	position: fixed;
	bottom: 0;
	z-index: 10;
}
.float {
	width: 89.33vw;
	margin: 0 auto;
}
.float a {
	width: 89.33vw;
	border: 0.26vw solid #009edf;
	border-radius: 2.66vw;
	display: block;
	padding: 2.66vw 0;
	text-align: center;
}
.float a dt {
	display: inline-block;
	vertical-align: middle;
	background: #000;
	color: #fff;
	padding: 0 2.66vw;
	font-size: 2.66vw;
	line-height: 4.26vw;
	margin-right: 1.33vw;
}
.float a dd {
	display: inline-block;
	vertical-align: middle;
}
.float a dd:nth-of-type(1) {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 6.66vw;
	line-height: 1;
	padding-left: 6.66vw;
	background: url("../pc_img/common/head_tel.png") no-repeat center left;
	background-size: 4.8vw auto;
}
.float a dd:nth-of-type(2) {
	font-size: 2.66vw;
	margin-left: -1.33vw;
}
