@charset "utf-8";

/* リセット */

*,
::before,
::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html{
  font-size: 62.5%;
}
ul,
ol{
  list-style: none;
}
a{
  color: inherit;
  text-decoration: none;
}
body{
  font-family: 'Noto Sans', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;  color: #000;
  line-height: 1;
  background-color: #fff;
  position: relative;
}
img{
  max-width: 100%;
}
.sma{
  display: none;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.header-inner{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}
.toggle-btn{
  display: none;
}
.header-logo{
  display: block;
  width: 80px;
}
.header-site-menu .site-menu-list{
  display: flex;
  align-items: center;
}
.header-site-menu .site-menu-list li{
  padding: 0 10px;
}
.header-site-menu .site-menu-list li.button-item01{
	padding-right: 0px;	
}
.header-site-menu .site-menu-list li a{
  position: relative;
  font-size: 1.5rem;
  letter-spacing: .05em;
  transition: all .3s;
  display: inline-block;
}
.site-menu a{
  color: #000;
}
.dropdown__list a{
  color: #fff;
}
.header-site-menu .site-menu_item a::after{
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scale(0,1);
  transform-origin: left top;
  transition: transform .3s;
}

.header-site-menu .site-menu-list li a:hover::after{
  transform: scale(1.1);
}
/* ドロップダウンリスト */
.header-site-menu .site-menu-item03{
  position: relative;
  transition: all .3s;
}

.header-site-menu .dropdown__lists{
  display: none;
  width: 25%;
  height: 150px;
  position: absolute;
  padding-top: 20px;
  padding-left: 2em;
  padding-right: 1em;
  padding-bottom: 15px;
  top: 43px;
  transition: all .3s;
  background-color: #3faea1;
  border-radius: 10px;
}
.header-site-menu .site-menu_item03:hover .dropdown__lists{
  display: block;
  transition: all .3s;
  visibility: visible;
}
.header-site-menu .dropdown__list{
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
  letter-spacing: .05em;
  position: relative;
}

.header-site-menu .dropdown__list a::after{
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale(0,1);
  transform-origin: left top;
  transition: transform .3s;
}

.header-site-menu .dropdown__list a:hover{
  color: rgba(255, 255, 255, 0.8);
}
.header-site-menu .dropdown__list::before{
  content: '';
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: 1em;
}
/* お問い合わせボタン */
.header-site-menu .button-item01 .btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  min-width: 160px;
  line-height: 3;
  text-align: center;
}
.header-site-menu .button-item01 .btn-01 {
  color: #fff;
  background-color: #3faea1;
  border-radius: 25px;
  transition: .3s;
}

.header-site-menu .button-item01 .btn-01:hover {
  color: #3faea1;
  background-color: #fff;
  border: 1px solid #3faea1;
  border-radius: 25px;
}

/* ヘッダー切り替え */
.header .hidden{
  display: none;
}
/* .header .appear{
  display: block;
} */


.toggle-btn_line_top {
  background: #fff;
  display: inline-block;
  height: 3px;
  position: absolute;
  transition: transform 0.5s;
  width: 45%;
  top: 15px;
  left: 14px;
}

.toggle-btn_line_center {
  background: #fff;
  display: inline-block;
  height: 3px;
  position: absolute;
  transition: transform 0.5s;
  width: 45%;
  top: 23px;
  left: 14px;
}

.toggle-btn_line_bottom {
  background: #fff;
  display: inline-block;
  height: 3px;
  position: absolute;
  transition: transform 0.5s;
  width: 45%;
  top: 31px;
  left: 14px;
}


.toggle-btn:hover {
  cursor: pointer;
}
.toggle-wrapper{
  display: none;
  position: fixed;
  background-color: #232729;
  width: 100%;
  height: 100vh;
  z-index: 998;
}
.toggle-inner{
  display: flex;
  justify-content: space-around;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.toggle-logo{
  display: block;
  width: 150px;
  position: absolute;
  top: 30px;
  left: 40px;
}

.toggle-list{
  margin-right: 45px;
}
.toggle-list li{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 3;
}
.toggle-list li a,
.toggle-list span a{
  position: relative;
  cursor: pointer;
}
.toggle-list span{
  display: block;
  color: #eee;
  font-size: 1.4rem;
  line-height: 3;
  opacity: .8;
}
.toggle-list li a::after,
.toggle-list span a::after{
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale(0,1);
  transform-origin: left top;
  transition: transform .3s;
}
.toggle-list li a:hover::after,
.toggle-list span a:hover::after{
  transform: scale(1.1);
}
.toggle-inner .button-item01 .btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  min-width: 160px;
  line-height: 48px;
  text-align: center;
}
.toggle-inner .button-item01 .btn-01 {
  color: #fff;
  background-color: #3faea1;
  border-radius: 25px;
  transition: .3s;
}

.toggle-inner .button-item01 .btn-01:hover {
  color: #3faea1;
  background-color: #fff;
  outline: 1px solid #7ec8ba;
}

/* フッター */
.footer{
  background-color: #232729;
}
.footer-inner{
  padding-top: 130px;
  padding-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  display: flex;
}
.footer-flex{
  width: 50%;
  display: flex;
  justify-content: space-around;
}
.footer-logo{
  display: block;
  width: 150px;
}
.footer-list li{
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 2;
}
.footer-list li a,
.footer-list span a{
  position: relative;
  cursor: pointer;
}
.footer-list span{
  display: block;
  color: #eee;
  font-size: 1.4rem;
  line-height: 2;
  opacity: .8;
}
.footer-list li a::after,
.footer-list span a::after{
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale(0,1);
  transform-origin: left top;
  transition: transform .3s;
}
.footer-list li a:hover::after,
.footer-list span a:hover::after{
  transform: scale(1.1);
}

.footer-inner .button-item01 .btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  min-width: 160px;
  line-height: 48px;
  text-align: center;
}
.footer-inner .button-item01 .btn-01 {
  color: #fff;
  background-color: #3faea1;
  border-radius: 25px;
  transition: .3s;
}

.footer-inner .button-item01 .btn-01:hover {
  color: #3faea1;
  background-color: #fff;
}
.footer p{
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 30px;
}

.button-item-top{
  text-align: center;
  margin: 50px auto;
}
.button-item-top .btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  min-width: 160px;
  line-height: 48px;
  text-align: center;
}
.button-item-top .btn-top {
  color: #fff;
  background-color: #3faea1;
  border-radius: 25px;
  transition: .3s;
  border: 1px solid #fff;
}

.button-item-top .btn-top:hover {
  color: #3faea1;
  background-color: #fff;
  border: 1px solid #7ec8ba;
  border-radius: 25px;
}

@media(max-width: 1170px){
  .footer-inner{
    padding-top: 130px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    justify-content: space-between;
  }
  .footer-flex{
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
  }
  .footer-flex:nth-of-type(1){
    margin-bottom: 30px;
  }
  .footer-logo{
    display: block;
    width: 120px;
  }
  
  .footer-list li{
    font-size: 1.4rem;
  }
  .footer-list span{
    font-size: 1.3rem;
  }
  .toggle-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    z-index: 999;
    background-color: #3faea1;
    
  }

  .toggle-inner{
    width: 100%;
  }
  .toggle-logo{
    width: 120px;
  }
  
  .toggle-list{
    margin-right: 15px;
  }
  .toggle-list li{
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 3;
  }
  .toggle-list li a,
  .toggle-list span a{
    position: relative;
    cursor: pointer;
  }
  .toggle-list span{
    display: block;
    color: #eee;
    font-size: 1.4rem;
    line-height: 3;
    opacity: .8;
  }
  .toggle-list li a::after,
  .toggle-list span a::after{
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scale(0,1);
    transform-origin: left top;
    transition: transform .3s;
  }
  .toggle-list li a:hover::after,
  .toggle-list span a:hover::after{
    transform: scale(1.1);
  }
  .toggle-inner .button-item01 .btn {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .05em;
    min-width: 160px;
    line-height: 48px;
    text-align: center;
  }
  .toggle-inner .button-item01 .btn-01 {
    color: #fff;
    background-color: #3faea1;
    border-radius: 25px;
    transition: .3s;
  }
  
  .toggle-inner .button-item01 .btn-01:hover {
    color: #3faea1;
    background-color: #fff;
    outline: 1px solid #7ec8ba;
  }
  
}
@media(max-width: 1000px){
  .header-inner{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .header-site-menu .site-menu-list{
    display: none;
  }
  .header-inner{
    background-color: transparent;
  }
  .toggle-btn{
    display: block;
  }
  
}
@media(max-width: 820px){
  .sma{
    display: block;
  }
  
  .header-inner{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .toggle-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    z-index: 999;
    background-color: #3faea1;
    
  }

  .toggle-inner{
    display: block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-40%);
  }
  .toggle-logo{
    width: 120px;
  }
  
  .toggle-list li{
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 2.5;
  }
  .toggle-list span{
    display: block;
    font-size: 1.4rem;
    line-height: 2.5;
    opacity: .8;
  }
  .toggle-list li a:hover::after,
  .toggle-list span a:hover::after{
    transform: scale(1.1);
  }
  .toggle-inner .button-item01 .btn {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .05em;
    min-width: 100%;
    line-height: 48px;
    text-align: center;
    margin-top: 30px;
  }
  .toggle-inner .button-item01 .btn-01 {
    color: #fff;
    background-color: #3faea1;
    border-radius: 25px;
    transition: .3s;
  }
  
  .toggle-inner .button-item01 .btn-01:hover {
    color: #3faea1;
    background-color: #fff;
    outline: 1px solid #7ec8ba;
  }
}
@media(max-width: 420px){
  .header-inner{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #FFFFFF;
  }
  .header-logo{
    width: 80px;
  }
  .toggle-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    z-index: 999;
    background-color: #3faea1;
    transform: scale(.8);
  }
  
  .toggle-inner{
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-60%);
  }
  .toggle-logo{
    display: block;
    width: 80px;
    position: absolute;
    top: 40px;
    left: 20px;
  }
  
  
  .toggle-list li{
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2.5;
  }
  .toggle-list span{
    display: block;
    font-size: 1.2rem;
    line-height: 2.5;
    opacity: .8;
  }
  .toggle-list li a:hover::after,
  .toggle-list span a:hover::after{
    transform: scale(1.1);
  }
  .toggle-inner .button-item01 .btn {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .05em;
    min-width: 320px;
    line-height: 48px;
    text-align: center;
    margin-top: 30px;
  }
  .toggle-inner .button-item01 .btn-01 {
    color: #fff;
    background-color: #3faea1;
    border-radius: 25px;
    transition: .3s;
  }
  
  .toggle-inner .button-item01 .btn-01:hover {
    color: #3faea1;
    background-color: #fff;
    outline: 1px solid #7ec8ba;
  }
  
  .footer-flex{
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
  }
  .footer-inner{
    text-align: left;
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-logo{
    display: block;
    width: 155px;
  }
  .footer-list li{
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .footer-list span{
    font-size: 1.4rem;
    line-height: 3;
  }
  .footer-flex:nth-of-type(1){
    margin-bottom: 0;
  }
  .footer-inner .button-item01{
    width: 100%;
  }
  .footer-inner .button-item01 .btn {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 30px;
  }
  
}
#page-top a{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #3faea1;
  opacity: 1;
  border-radius: 50%;
  }

  /* Font Awesome */
  #page-top a::before {
	content: '▲';
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 7px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	line-height: 20px;
  }