﻿@charset "UTF-8";
/* CSS Document */

:root{
    font-size:62.5%;
}
html {font-size:62.5%;}
body{
	font-size:16px;
	color:#455869;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
	margin:0;
	position: relative;
}
h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dl,span,div{  
    line-height:1.5;  
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
	height: auto;
}
a{
	color:#455869;
	text-decoration:none;
}
a.nolink{
    pointer-events: none;
}
a img { 
	border: none;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out; 
}
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
ul {
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.contentWidth{
	width:96%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.sp{
	display:none !important;
}
@media (max-width: 744px) {
.contentWidth{
	width:90%;
}
.pc{
	display:none !important;
}
.sp{
	display:block !important;
}
.leftBox{
	float:none;
}
.rightBox{
	float:none;
}
}

/*--------------------------------------
    common
--------------------------------------*/

main{
    margin-top: 110px;
	overflow: hidden;
}
@media (max-width: 744px) {
main{
    margin-top: 75px;
}
}

/*--------------------------------------
    header
--------------------------------------*/

.header{
	width:100%;
	height:110px;
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	background: #FFFFFF;
}
.header h1{
    width:300px;
	position: absolute;
    top:50%;
    left:70px;
    transform: translate(0,-50%);
    z-index: 100;
}
.header .linkarea{
	position: absolute;
    top:50%;
    right:70px;
    transform: translate(0,-50%);
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    z-index: 100;
}
.header .linkarea ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .linkarea ul li{
	margin-right: 45px;
}
.header .linkarea ul li a{
	padding-left: 35px;
    font-weight: 700;
    transition: 0.3s;
    line-height: 2;
    display: block;
}
.header .linkarea ul li:nth-child(1) a{
	background: url("../images/icon_news.png") no-repeat left center;
}
.header .linkarea ul li:nth-child(2) a{
	background: url("../images/icon_list.png") no-repeat left center;
}
.header .linkarea ul li:nth-child(3) a{
	background: url("../images/icon_download.svg") no-repeat left center;
    background-size: 25px 26px;
}
.header .linkarea ul li:nth-child(4) a{
	background: url("../images/icon_company.png") no-repeat left center;
}
.header .linkarea ul li a:hover{
	opacity: 0.5;
}
.header .linkarea .btn{
	width:180px;
    height:52px;
}
.header .linkarea .btn.login{
    width: 52px;
}
.header .linkarea .btn.login img{
    width: 28px;
    height: auto;
}
.header .linkarea .btn+.btn {
    margin-left: 15px;
}
.header .linkarea .btn a{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width:100%;
    height:100%;
    background:#0AB464;
    position: relative;
    border-radius: 26px;
    transition: 0.3s;
}
.header .linkarea .btn:nth-of-type(1) a span{
	padding-left: 35px;
    padding-right: 10px;
    font-weight: 700;
    color:#FFFFFF;
    background: url("../images/icon_contact.png") no-repeat left center;
    font-size:15px;
}
.header .linkarea .btn:nth-of-type(2) a span{
	padding-left: 35px;
    padding-right: 10px;
    font-weight: 700;
    color:#FFFFFF;
    background: url("../images/icon_login.svg") no-repeat left center;
    font-size:15px;
}
.header .linkarea .btn a:hover{
	opacity: 0.5;
}
@media (max-width: 744px) {
.header{
	height:75px;
}
.header::before{
    content: "";
    width:100%;
	height:100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: #FFFFFF;
    z-index: 10;
}
.header h1{
    width:183px;
    left:22px;
}
.header .linkarea{
	display: none;
}
.header .spbtn{
	position: absolute;
	top:0;
    bottom:0;
	right:20px;
    margin: auto;
    width: 25px;
    height: 22px;
	transition: 0.3s;
	z-index: 10000;
}
.header .spbtn,
.header .spbtn span {
	display: inline-block;
	-webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;
	box-sizing: border-box;
}
.header .spbtn span {
	position: absolute;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #455869;
	transition: 0.3s;
}
.header .spbtn span:nth-of-type(1) {
	top: 0px;
}
.header .spbtn span:nth-of-type(2) {
	top: 10px;
}
.header .spbtn span:nth-of-type(3) {
	top: 20px;
}
.header.select .spbtn span:nth-of-type(1) {
	transform: translate(0,10px) rotate(-45deg);
}
.header.select .spbtn span:nth-of-type(2) {
	opacity: 0;
}
.header.select .spbtn span:nth-of-type(3) {
	transform: translate(0,-10px) rotate(45deg);
}
.header .spmenu{
	width:100%;
	height:calc(100% - 75px);
	position: fixed;
	top:75px;
	left:0;
    transform: translate(0,-100%);
	z-index:-1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	overflow-y: scroll;
	background: #FFFFFF;
}
.header.select .spmenu{
	transform: translate(0,0);
}
.header .spmenu ul li{
	text-align: left;
	display: block;
}
.header .spmenu ul.menu001 li a{
    font-size:19px;
    font-weight: 700;
    display:block;
	padding:0 46px;
	line-height: 70px;
	border-top:1px solid rgba(69,88,105,0.1);
	position: relative;
	box-sizing: border-box;
}
.header .spmenu ul.menu001 li:last-child a{
    font-size:16px;
	background: #0AB464;
    color:#FFFFFF;
}
.header .spmenu ul.menu001 li a:after{
	position: absolute;
	content: "";
    background: url("../images/icon_btn_001.png") no-repeat center center;
    width:19px;
    height:19px;
    top:0;
	right:0;	
    bottom:0;
    left:0;
    margin: auto 46px auto auto;
}
.header .spmenu ul.menu001 li:last-child a:after{
    background: url("../images/icon_btn_002.png") no-repeat center center;
}
.header .spmenu ul.menu001 li a.blank:after{
    background: url("../images/icon_btn_003.png") no-repeat center center;
    width:20px;
    height:20px;
}
.header .spmenu ul.menu002{
    width:100%;
    padding:30px 46px;
    box-sizing: border-box;
}
.header .spmenu ul.menu002 li{
    margin-bottom: 10px;
}
.header .spmenu ul.menu002 li a{
    font-size:14px;
    font-weight: 500;
    display:block;
}
}

/*--------------------------------------
    contact
--------------------------------------*/

.contactArea{
    padding:70px 0;
    text-align: center;
    background:#455869;
}
.contactArea h3{
    font-size:29px;
    font-weight: 700;
    color:#FFFFFF;
}
.contactArea .btn{
    width:440px;
    height:90px;
    margin: 40px auto 0;
}
.contactArea .btn a{
    width:100%;
    height:100%;
    display: block;
    border-radius: 45px;
    position: relative;
    background: #0AB464;
    color:#FFFFFF;
    font-size:25px;
    font-weight: 700;
    line-height: 1;
    padding:32px 0 33px;
    box-sizing: border-box;
    transition: 0.3s;
}
.contactArea .btn a::before{
    width:34px;
    height:34px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    top:0;
    right:30px;
    bottom:0;
    margin: auto;
    border-radius: 50%;
    z-index: 40;
}
.contactArea .btn a::after{
    content: "";
    width:8px;
    height:8px;
    position: absolute;
    top:0;
    right:30px;
    bottom:0;
    margin: auto;
    transform: translate(-14px,0) rotate(-45deg);
    border-right:2px solid #0AB464;
    border-bottom:2px solid #0AB464;
    z-index: 60;
}
.contactArea .btn a:hover{
    opacity: 0.5;
}
@media (max-width: 744px) {
.contactArea{
    padding:40px 5%;
}
.contactArea h3{
    font-size:22px;
}
.contactArea h3 span{
    display: none;
}
.contactArea .btn{
    width: 90%;
    max-width: 330px;
    height:60px;
    margin: 27px auto 0;
}
.contactArea .btn a{
    border-radius: 30px;
    font-size:18px;
    padding:21px 0 21px;
}
.contactArea .btn a::before{
    width:19px;
    height:19px;
    right:15px;
}
.contactArea .btn a::after{
    width:5px;
    height:5px;
    right:15px;
    transform: translate(-7.5px,0) rotate(-45deg);
}
}

/*--------------------------------------
    contactBtn
--------------------------------------*/

.contactBtn{
    width:218px;
    height:218px;
    position: fixed;
    bottom:30px;
    right:106px;
    z-index: 9999;
    display: none;
}
.contactBtn a{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border-radius: 50%;
    background: #0AB464;
    transition: 0.3s;
}
.contactBtn a .title{
    font-family: 'Barlow', sans-serif;
    font-size:33px;
    font-weight: 500;
    color:#FFFFFF;
}
.contactBtn a .text{
    font-weight: 700;
    color:#FFFFFF;
    margin: 0 0 20px;
}
.contactBtn a:hover{
    opacity: 0.5;
}
.contactBtn a:hover img{
    opacity: 1;
}
.contactBtn a::before, .contactBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid #0AB464;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 1s linear infinite;
}
.contactBtn a::after {
  animation-delay: 0.5s;
}
@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width: 744px) {
.contactBtn{
    width:95px;
    height:95px;
    bottom:55px;
    right:20px;
}
.contactBtn a .title{
    font-family: 'Barlow', sans-serif;
    font-size:13px;
    font-weight: 500;
    color:#FFFFFF;
}
.contactBtn a .text{
    font-size:8px;
    text-align: center;
    margin: 0 0 10px;
}
.contactBtn a img{
    width:45px;
}
}

/*--------------------------------------
    pagetop
--------------------------------------*/

.pagetop{
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 9999;
    display: none;
}
@media (max-width: 744px) {
.pagetop{
    width:30px;
    height:30px;
    bottom:10px;
}
}

/*--------------------------------------
    footer
--------------------------------------*/

.footer{
    padding:40px;
}
.footer ul{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin-bottom: 30px;
}
.footer ul li:first-child{
    margin-right: 40px;
    position: relative;
}
.footer ul li:first-child:after{
    content: "";
    width:1px;
    height:10px;
    position: absolute;
    top:50%;
    right:-21px;
    transform: translate(0,-50%);
    background: #455869;
}
.footer ul li a{
    font-weight: 500;
    transition: 0.3s;
}
.footer ul li a:hover{
    opacity: 0.5;
}
.footer .copy{
    text-align: center;
    font-size:14px;
}
@media (max-width: 744px) {
.footer{
    padding:20px 5%;
}
.footer ul{
    margin-bottom: 20px;
}
.footer ul li a{
    font-size:13px;
}
.footer .copy{
    font-size:9px;
}
}
