@charset "utf8";
/*=============================
  - header
	- fotter
	- navigation
==============================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  width: 100%;
  background: #fff;
  /*position: absolute;
  top: 0;
  left: 0;*/
}
#header .outer {
	width: 100%;
    height: auto;
}
#header .inner {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#header .logo-wrap {
	padding: 10px 20px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
#header .logo-wrap a {
    width: 287px;
    height: auto;
	display: block;
}
@media screen and (max-width: 767px) {
  #header {
	position: fixed;
	left: 0;
	right: 0;
  top: 0;
	z-index: 99;
  }
  #header .outer { padding: 0 0; }
  #header .inner {
    padding: 0.5em 0.5em;
  }
  #header .fixed-wrap {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
  }
	
  #header .logo-wrap {
	padding: 0 0;
    flex-direction: column;
	align-items: flex-start;
  }
  #header .logo-wrap a { width: 40vw; }
}

.head_btn_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}
.head_btn_wrap > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_btn_wrap .phone {
	align-items: flex-start;
    flex-direction: column;
	padding: 0 1em;
}
.head_btn_wrap .phone > div {
	color: #34426a;
	font-size: 36px;
    font-weight: 500;
	line-height: 1.3em;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.head_btn_wrap .phone > span {
	color: #34426a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.head_btn_wrap .line {}
.head_btn_wrap .line .btn {
	min-width: 320px;
    font-size: 20px;
    letter-spacing: 0.075em;
    padding: 10px 20px;
    height: 100%;
    background: #14a110;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: 500;
}
.head_btn_wrap .line .btn::before {
	content: "";
    width: 35px;
    height: 35px;
    background: url(../images/i_line_w.png) no-repeat #14a110;
    background-size: contain;
    display: inline-block;
    margin-right: 0.5em;
}
.head_btn_wrap .contact .btn {
	min-width: 320px;
	font-size: 20px;
    letter-spacing: 0.075em;
    padding: 10px 20px;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
	.head_btn_wrap { display: none; }
}


/*----------------------------------------
ナビゲーション(ヘッダー)
----------------------------------------*/
#header .menu {
    padding: 1.5em 1em;
}
#header .menu nav ul {
  padding: 0 0;
  display: flex;
}
#header .menu nav ul li {
  margin-right: 1.5em;
}
#header .menu nav ul li a {
  color: #0d1b34;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.075em;
  display: block;
  transition: 0.3s;
}
#header .menu nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .menu { 
	  display: none;
	  padding: 0 0;
	}
  #header .mywidth {
	padding-left: 0;
	padding-right: 0;
  }
	
  #header .menu nav ul {
	padding: 0 0;
    display: block;
  }
  #header .menu nav ul li {
    width: 100%;
    margin-right: 0;
	border-bottom: 1px solid #ddd;
  }
  #header .menu nav ul li:first-of-type { border-top: 1px solid #ddd; }
  #header .menu nav ul li a {
    font-size: 15px;
    padding: 1.0em 1.0em;
	background: #fff;
    text-align: left;
  }
  #header .sub-menu {
    display: block;
  }
  #header .logo-wrap .menu-ani-button-wrap {
    display: block;
    width: 30px;
    height: 100%;
    margin-left: 10px;
  }
  #header .menu .btn-wrap {
    margin-top: 20px;
    padding: 0 8vw;
  }
  #header .menu .btn-wrap .btn01 {
    width: 100%;
    min-width: 100%;
    padding: 18px 0 20px;
  }
  #header .logo-wrap .sp-tel {
    display: block;
    padding-top: 3px;
  }
  #header .logo-wrap .sp-tel i {
    font-size: 30px;
    color: #2fbbdc;
    transform: rotate(105deg);
  }
}

.header_fav {
    color: #31528c;
    font-size: 16px;
    text-decoration: none;
    padding: 0.5em 1em;
    border: 2px solid #6f87d6;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.header_fav { display: none; }
}


/*----------------------------------------------------
	sp ハンバーガーメニューcss
----------------------------------------------------*/
.sp_head_wrap {
	width: fit-content;
	position: absolute;
	top: 20px;
    right: 1.0em;
}

.sp_head_wrap .btn_line {
    width: 33px;
    height: 33px;
    padding: 6px;
    background: #14a110;
    border-radius: 50px;
    margin-right: 15px;
}
.sp_head_wrap .btn_line img {
    width: 100%;
    height: auto;
}

.sp_head_wrap .sp-tel {
    margin-right: 15px;
}
.sp_head_wrap .sp-tel i {
	color: #34426a;
    font-size: 25px;
    transform: rotate(90deg);
}

.menu-ani-button-wrap {
    width: 30px;
    height: 30px;
    position: relative;
}
.menu-ani-button {
  cursor: pointer;
  position: absolute;
  width: 30px; /*---線の長さ---*/
  height: 25px; /*---線の太さ長さによって調整---*/
}
.bar,
.bar:before,
.bar:after {
  height: 3px; /*---線の太さ---*/
  border-radius: 3px;
  width: 100%;
  background-color: #34426a;
  transition: all 0.25s;
  position: absolute;
}
.bar {
  left: 0;
  top: 10px;
}
.bar:before {
  content: "";
  left: 0;
  top: -10px;
}
.bar:after {
  content: "";
  left: 0;
  top: 10px;
}

.menu-animated .bar {
  background-color: transparent;
  transition: all 0.25s;
}
.menu-animated .bar:before {
  transition: all 0.25s;
  content: "";
  transform: rotate(45deg);
  top: 0px;
}
.menu-animated .bar:after {
  transition: all 0.25s;
  content: "";
  transform: rotate(-45deg);
  top: 0px;
}



/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#foot_content {
	padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#foot_content .footer_logo {}
#foot_content .footer_logo a { display: block; }

#foot_content .outer {
    display: flex;
    align-items: center;
}

#foot_navi {}
#foot_navi ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	flex-wrap: wrap;
}
#foot_navi ul li {
    margin: 0 1em;
}

#foot_navi .foot_navi_01 {
	margin-bottom: 8px;
}
#foot_navi .foot_navi_01 li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

#foot_navi .foot_navi_02 li a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

#foot_privacy { margin-left: 10px; }
#foot_privacy img {
    width: 55px;
    height: auto;
}

#footer .copy { padding: 10px 0; }
#footer .copy p {
    font-size: 12px;
}
@media screen and (max-width: 650px) {
	#foot_content {
		padding: 1.5em 2vw;
		flex-direction: column;
	}
	#foot_content .footer_logo {
		margin-bottom: 20px;
	}
	
	#foot_content .outer { flex-direction: column; }
	
	#foot_navi ul {
		justify-content: center;
	}
	#foot_navi ul li {
		margin: 0.2em 0.5em;
	}
	#foot_navi .foot_navi_01 li a { font-size: 13px; }
	#foot_navi .foot_navi_02 li a { font-size: 11px; }

	#foot_privacy {
		margin-left: 0;
		margin-top: 10px;
	}
	
	#footer .copy { padding: 8px 0; }
	#footer .copy p {
		font-size: 11px;
	}
}

#scroll-top a {
  border-radius: 50%;
  background: rgba(47, 187, 220, 0.7);
  bottom: 70px;
  display: block;
  float: right;
  height: 70px;
  width: 70px;
  padding: 5px;
  position: fixed;
  right: 30px;
  text-align: center;
  padding-top: 16px;
  z-index: 9999;
}
#scroll-top a .fa-arrow-up::before {
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 650px) {
	#scroll-top a {
		bottom: 30px;
		height: 50px;
		width: 50px;
		padding-top: 10px;
	}
	#scroll-top a .fa-arrow-up::before {
		font-size: 30px;
	}
	
}




