@charset "UTF-8";
/* CSS Document */

body{
	font-size: 14px;
  color: #333;
	line-height: 1.5;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	width: 100%;
	height: auto;
	margin: 0px;
  background: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{margin: 0px;padding: 0px;font-size: 14px;}
li{list-style-type: none;}
table{border-collapse: collapse;}
a{cursor: pointer;color: #000;text-decoration: none;}
img{vertical-align: top;border: 0;max-width: 100%;height: auto;}
a img{vertical-align: bottom;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;}
input[type="text"] {line-height: 1.5;}
button {-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0;border: none;background-color: transparent;cursor: pointer;}
select {box-sizing: border-box;white-space: nowrap;}
.spOnly{
  display: none;
}
@media only screen and (max-width:768px) {
#wrap{
  padding-top: 60px;
}
.spOnly{
  display: block;
}
.pcOnly{
  display: none;
}
}


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
header{
  height: 85px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 40px 0 20px;
  border-bottom: 5px solid #009b95;
  background: #fff;
}
header .logo{
  flex-grow: 1;
}
header .logo a{
  display: block;
  width: 270px;
}
header ul{
  flex-grow: 1;
  text-align: right;
}
header ul li{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 50px;
}
header ul li:first-child{
  margin-left: 0;
}
@media only screen and (max-width:1024px) {
header .logo a{
  width: 220px;
}
header ul li{
  font-size: 13px;
  margin-left: 15px;
}
}
@media only screen and (min-width:767px) {
header ul{
  display: block!important;
  padding-right: 20px;
}
}
@media only screen and (max-width:768px) {
header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  height: 60px;
  padding: 0 0 0 20px;
}
header ul{
  display: none;
}
}


/*------------------------------------------------------------
	menuBtn
------------------------------------------------------------*/
#menuBtn{
  display: none;
}
@media only screen and (min-width:767px) {
#menuBtn{
  display: none !important;
}
}
@media only screen and (max-width:768px) {
#menuBtn{
  display: block;
  background: #fff;
  width: 55px;
  height: 55px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  text-align: center;
  cursor: pointer;
}
#menuBtn::after{
  content: "MENU";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  font-size: 10px;
  line-height: 1;
}

#menuBtn span {
  display: block;
  background: #333;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  transition: all 0.4s;
}
#menuBtn span:first-child {
  top: 15px;
}
#menuBtn span:nth-child(2) {
  top: 22px;
}
#menuBtn span:nth-child(3) {
  top: 29px;
}
#menuBtn.active span:first-child {
  transform: translateY(7px) rotate(45deg);
}
#menuBtn.active span:nth-child(2) {
  opacity: 0;
}
#menuBtn.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
}


/*------------------------------------------------------------
	spMenu
------------------------------------------------------------*/
@media only screen and (min-width:767px) {
#spMenu{
  display: none !important;
}
}
@media only screen and (max-width:768px) {
#spMenu{
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
}
#spMenu li{
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
#spMenu li a{
  font-size: 15px;
  font-weight: bold;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #333;
  cursor: pointer;
  padding: 0 30px;
}
#spMenu li::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333;
  transform: translateY(-50%);
}
#spMenu li::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0px;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  transform: translateY(-50%);
}
  #spMenu .sns{
    padding: 30px 20px;
    text-align: center;
  }
  #spMenu .sns p:first-child{
    display: flex;
    line-height: 32px;
    margin: 0 auto;
    max-width: 190px;
    font-size: 15px;
  }
  #spMenu .sns p:first-child  img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  #spMenu .sns p:first-child a{
    position: relative;
    width: 32px;
  }
  #spMenu .sns p:first-child  img:last-child{
    width: 25px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #spMenu .sns p:last-child{
    max-width: 115px;
    margin: 30px auto 0;
  }
}


/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#contents{
  padding: 100px 40px 0;
  max-width: 1000px;
  margin: 0 auto;
}
#contents h1.ttl{
	font-size: 32px;
	text-align: center;
}
#contents h1.ttl::after{
	content: "";
	display: block;
	width: 160px;
	height: 20px;
	margin: 10px auto 0;
	background: url("../img/common/tit_line.png") no-repeat;
	background-size: 100%;
}
@media (max-width: 767px) {
#contents{
  padding: 40px 20px 0;
}
#contents h1.ttl{
	font-size: 24px;
}
#contents h1.ttl::after{
	width: 105px;
	height: 13px;
	margin: 5px auto 0;
}
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
p.pagetop {
  width: 40px;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
p.pagetop img {
  width: 100%;
}
@media only screen and (max-width:767px) {
  p.pagetop {
    bottom: 5px;
    right: 5px;
    width: 30px;
  }
  p.pagetop img {
    width: 100%;
  }
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer .inner{
  padding: 120px 40px 40px;
}
footer .btn{
  max-width: 1000px;
	margin: 0 auto;
  font-size: 0;
}
footer .btn li{
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 2% 2% 0 0;
}
footer .btn li:nth-child(n+1):nth-child(-n+3){
  margin-top: 0;
}
footer .btn li:nth-child(3n){
  margin-right: 0;
}
footer .btn li a{
	display: block;
	height: 78px;
	font-size: 15px;
	line-height: 78px;
	color: #fff;
	font-weight: bold;
	padding: 0 40px 0 30px;
	background: #009b95;
	text-align: left;
	position: relative;
}
footer .btn li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
footer .btn li a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 20px;
	background-size: 22px 20px;
	background-image: url("../img/common/icon_access.png");
  transform: translateY(-50%);
}
footer .sns{
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
  display: table;
}
footer .sns .col{
  display: table-cell;
  width: 33%;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  padding: 3px 0;
}
footer .sns .col:nth-child(3){
  border-right: none;
}
footer .sns .col p{
	font-size: 15px;
	font-weight: bold;
}
footer .sns .col p a{
	color: #333;
}
footer .sns .col p a:hover{
	text-decoration: none;
	color: #009b95;
}
footer .sns .col p a img{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: auto;
	margin-right: 10px;
}
footer .sns .jieikanbosyu p a img{
	width: 130px;
}
footer .sns ul{
  font-size: 0;
  margin-top: 10px;
}
footer .sns ul li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
footer .info{
  padding: 40px 40px 60px;
  border-top: 1px solid #dcdcdc;
}
footer .info ul{
  text-align: center;
    font-size: 0;
}
footer .info ul li{
  display: inline-block;
  font-size: 13px;
}
footer .info ul li::before{
  content: "│";
}
footer .info ul li:last-child::after{
  content: "│";
}
footer .info ul li::before,
footer .info ul li:last-child::after{
  margin: 0 15px;
}
footer .info ul li a{
  display: inline-block;
}
footer .info ul li a:hover{
  text-decoration: underline;
}
footer .info p{
  text-align: center;
  font-size: 11px;
  margin-top: 15px;
}
@media only screen and (max-width:767px) {
footer .inner{
  padding: 80px 20px 10px;
}
footer .btn li{
  display: block;
  vertical-align: top;
  width: 100%;
  margin: 2% 0 0 0;
}
footer .btn li:first-child{
  margin-top: 0!important;
}
footer .btn li:nth-child(n+1):nth-child(-n+3){
  margin-top: 2%;
}
footer .sns {
    margin: 40px auto 0;
}
footer .sns .col {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #dcdcdc;
  border-right: none;
    padding: 15px 0;
}
footer .info ul {
    text-align: left;
}
footer .info {
    padding: 30px 20px 60px;
}
footer .btn li a{
	height: 60px;
	line-height: 60px;
}
footer .info ul li:last-child::after{
  margin: 0 5px;
}
footer .info ul li::before {
    margin: 0 5px 0 0;
}
footer .info ul li a{
  margin-right: 5px;
}
footer .info p{
  text-align: left;
}
  footer .info ul li:last-child a{
  margin-right: 0;
  }
}