@charset "UTF-8";

img{
  width: 100%;
}

a{
  color: inherit;
  transition: opacity 0.3s;
}

a:hover{
  opacity: 0.8;
}

body{
  font-size: 16px;
  color: #2A3831;
  font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
}

/* header */
.header{
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
  top: 0;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.header_container{
  width: 1360px;
  height: 60px;
  margin: 0 auto;
  color: #121212;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header_tit{
  width: 220px;
}

.header_nav_list{
  display: flex;
}

.header_nav_list_item{
  margin-right: 50px;
  line-height: 50px;
}

.header_nav_list_item:last-child{
  margin-right: 0;
}


/* diagnose */
.top_diagnose_container{
  width: 900px;
  margin: 150px auto;
}

.top_diagnose_subtit{
  font-family: 'Open Sans';
  color: #009498;
  font-size: 18px;
}

.top_diagnose_tit{
  margin-top: 10px;
  font-size: 34px;
}

.top_diagnose_text{
  margin-top: 61px;
  letter-spacing: 0.05em;
  line-height: 32px;
}

.top_diagnose_btn{
  width: 394px;
  margin-top: 95px;
}

.top_diagnose_btn a{
  display: block;
  text-align: center;
  line-height: 34px;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 20px;
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  background-color: #00C328;
  border-radius: 5px;
  position: relative;
}

.top_diagnose_btn_sub{
  display: block;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 13px;
}

.top_diagnose_card_icon{
  width: 53px;
  height: 53px;
  position: absolute;
  right: 15px;
  top: 20px;
}


/* footer */
.footer{
  background-color: #343C38;
}
.footer_container{
  width: 900px;
  color: #fff;
  margin: 0 auto;
  padding: 50px 0 17px 0;
  font-size: 14px;
}

.footer_high{
  display: flex;
}

.footer_tit{
  width: 140px;
}

.footer_nav_list{
  display: flex;
}

.footer_nav_list_item{
  margin-left: 51px;  
}

.footer_nav_list_item_list_item{
  margin-left: 20px;
  margin-top: 12px;
  font-weight: 300;
}

.footer_nav_list_item:first-of-type{
  margin-left: 106px;
}

.footer_cr{
  display: block;
  margin-top: 94px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 12px;
}
