﻿h1, h2, h3, h4, h5, h6,p{
	color: #222;
	letter-spacing: 1px;
}

a{transition: all .3s;cursor: pointer;text-decoration: none;}

a:hover{
	text-decoration: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
    max-width: 100%;
    height:auto;
    vertical-align: bottom;
}


.pc,.pc-991{
	display:block;
}

.sp,.sp-991{
	display:none;
}

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

p{
	 font-weight: 400;
	 line-height: 1.8;
	 font-size: 15px;
	 color: #454545;
}

ol li {list-style: none;}

.color-w{
	color:#fff;
}

.center {
    text-align: center;
}

small.during {
    display: block;
    font-size: 14px;
    color: #9b9792;
    margin: 10px auto 0;
}

/* ヘッダー====================== */

header .container {
    
width: 100%;
    
display: block;
    
height: 100%;
}

a.d-inline-block {
    display: block;
    color: #fff;
}
body{
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
}

header {position: relative;}

.header_box .logo {/* display: none; */}

.header_box {
    transition: .5s;
    position: fixed;
    top: 0;
    height: 108px;
    z-index: 7;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    left: 0;
}

.header_box.transform {
    z-index: 7;
    height: 76px;
    width: 100%;
    background: hsl(0deg 0% 100% / 90%);
    top: 0;
    left: 0;
}

.header_box .logo {
    width: 190px;
    position: relative;
    left: 3%;
    transition: .3s;
}


.header_box.transform .logo{
	width: 139px;
	left: 4%;
}

span.logo_t small {
    font-size: 15px;
    line-height: 1;
    display: block;
    color: #fff;
    transition:.3s;
}

span.logo_t span {
    display: block;
    line-height: 1.8;
    font-size: 25px;
    transition:.3s;
}

span.logo_t {
    display: block;
}

.header_box.transform .logo span.logo_t small {
    font-size: 11px;
    color: #333;
}


.header_box.transform .logo span.logo_t span {
    font-size: 18px;
    color: #333;
}

nav.header_nav {
    position: relative;
    right: 0;
    z-index: 1;
    width: 84%;
    margin: 0 0 0 auto;
}



nav.header_nav ul {
    display: flex;
}

nav.header_nav ul li {
    margin: 0;
    width: auto;
    padding: 0;
    position: relative;
}


nav.header_nav ul li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 34px 22px;
    width: 100%;
    display: block;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
}

nav.header_nav ul li:last-child {
    margin: 0;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: -10px;
    transition: .3s;
}

nav.header_nav ul li:last-child a{
	color:#fff;
}

nav.header_nav ul li a:hover{
	color: #20a8d6;
}

nav.header_nav ul li:last-child a {
    padding: 29px 50px;
    position: relative;
    background: #20a8d6;
    transition: .3s;
    margin:auto;
    text-align:center;
}

nav.header_nav ul li:last-child a small{
	display:block;
}

nav.header_nav ul li:last-child a:hover {
    color:#fff;
    background: #168bb3;
}


.header_box.transform nav.header_nav ul li:last-child a {color: #fff;padding: 25px 50px;}

.header_box.transform nav.header_nav ul li:last-child a:before {
    width: 26px;
    height: 19px;
    top: 27px;
}

.header_box.transform nav.header_nav ul li:last-child {
    top: 0;
}

.header_box.transform nav.header_nav ul li a {
    color: #333;
    font-size: 14px;
}

/* ハンバーガー====================== */
#navArea nav {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  background: #f2f7fa;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  opacity: 0;
}
#navArea.open nav {
  left: 0;
  opacity: 1;
}
#navArea nav .inner {
    margin: auto;
}
#navArea nav .inner .sp_menu_box {
  margin: 0;
  width: 100%;
  padding: 70px 10% 10px;
}

#navArea nav .inner .sp_menu_box .site-list {
    display: block;
}



#navArea nav .inner ul li {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e2ebf0;
}


#navArea nav .inner ul li:before {
    content: "";
    width: 24px;
    position: absolute;
    bottom: -1px;
    border-bottom: 1px solid #20a8d6;
}

#navArea nav .inner ul li a {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    display: block;
}

.nav_contact_box {
    width: 100%;
    padding: 10px 10% 60px;
}

.nav_tel {
    margin: 0 auto 10px;
}

.nav_tel p {
    max-width: 195px;
    margin: auto;
}

.nav_tel a {
    font-size: 31px;
    font-weight: 600;
    color: #20a8d6;
    font-family: 'Barlow Condensed', sans-serif;
}

.nav_contact a {
    background: #fff;
    display: block;
    text-align: center;
    padding: 20px;
    position:relative;
    box-shadow: -3px -3px 16px hsl(0deg 0% 100% / 22%), 3px 3px 16px hsl(190deg 53% 34% / 14%);
}

.nav_contact a:before{
    /* content: ""; */
    position: absolute;
    width: 30px;
    height: 23px;
    z-index: 1;
    top: 14px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../imgs/common/mail.svg) no-repeat;
}

.nav_contact a span p{
	font-size: 18px;
	font-weight:700;
}

.nav_contact a span small {
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
}


/*sub*/
.header_box.sub a.d-inline-block,.header_box.sub 
 span.logo_t small {
    color: #222;
}

.header_box.sub nav.header_nav ul li a {
    color: #222;
}

.header_box.sub nav.header_nav ul li a:hover {
    color: #20a8d6;
}


.header_box.sub nav.header_nav ul li:last-child a {
    color: #fff;
}


div#wrapper {
    height: 95vh;
    margin: 0 auto 0;
    display: block;
    padding: 170px 0 0;
    max-width: 90%;
}

div#wrapper p {
    margin: 30px auto;
}

/*============
.toggle_btn

=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 58px;
  right: 3%;
  width: 40px;
  height: 22px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #20a8d6;
  border-radius: 4px;
  transition: all .5s;
}

.toggle_btn.transform span {
    background: #000;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 12px;
}
.toggle_btn span:nth-child(3) {
  bottom: 0;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
  bottom: 11px;
  width: 18px;
}

/* == */

h2 {
    font-size: 42px;
    position: relative;
    padding: 0 0 0 63px;
    letter-spacing: 5px;
}

h2 small {
    font-size: 20px;
    display: block;
    letter-spacing: 1px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
}

h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;left: 0;top: 16px;
}


h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8;
}

h3 small {
    font-size: 18px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding: 0;
    line-height: 1.6;
}


h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 17px;
    position: relative;
    padding: 0 0 0 30px;
}

h6:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


.header_box.transform .logo a img,.header_box.transform .logo a:hover img,.sub_header_box.transform .logo a img,.sub_header_box.transform .logo a:hover img {
    transform: none;
}

.button-wrap {
    max-width: 300px;
    margin: auto;
}

a.button {
    display: block;
    background: #20a8d6;
    padding: 20px 2%;
    font-weight: 700;
    color: #fff;
}

a.button:hover {
    background: #168bb3;
}

/* フッター=================== */
footer{
	clear: both;
	position: relative;
}

.copyright {
    display: block;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    background: #d6dee0;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    color: #222;
}

/*page top*/
.to-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 5;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #ffffff 0, #ffffff 90%, #ffffff 100%);
    cursor: pointer;
    border-radius: 100%;
    box-shadow: -3px -3px 16px hsl(0deg 0% 100% / 22%), 3px 3px 16px hsl(190deg 53% 34% / 14%);
}

.to-top p {
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #272727;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    line-height: 1;
}


@media screen and (max-width: 1449px) {
/* ヘッダー=============== */

nav.header_nav {
    width: 81%;
}

nav.header_nav ul li a{
	font-size: 15px;
	padding: 34px 15px;
}

nav.header_nav ul li:last-child a{
	padding: 25px 40px;
}

}
@media screen and (max-width: 1200px) {

h5 {
    font-size: 18px;
}

/* ヘッダー=============== */

span.logo_t span {
    font-size: 19px;
}

nav.header_nav {
    width: 75%;
}


span.logo_t small {
    font-size: 12px;
}


nav.header_nav ul li a {
    font-size: 14px;
}

.header_box {
    height: 80px;
}

.header_box.transform {
    height: 70px;
}


nav.header_nav ul li:last-child {
    top: 0;
}

nav.header_nav ul li:last-child a {
    padding: 20px 40px;
}

.header_box.transform nav.header_nav ul li a {
    padding: 20px 15px;
}

.header_box.transform nav.header_nav ul li:last-child a {
    padding: 17px 50px;
    top: -5px;
}


/* ハンバーガーメニュー内=============== */

}

@media screen and (max-width: 1023px) {

h2 {
    font-size: 32px;
    padding: 0 0 0 40px;
    letter-spacing: 4px;
}

h2 small {
    font-size: 16px;
    font-weight: 500;
}

h2:before {
    width: 30px;
    top: 10px;
}

/* ヘッダー=============== */


nav.header_nav ul li:last-child a:before {
    width: 30px;
    height: 22px;
}

nav.header_nav ul li:last-child a {
    padding: 50px 7px 16px;
}

nav.header_nav ul li a{
	font-size: 14px;
	padding: 24px 8px;
}


nav.header_nav ul li:last-child a:before {
    width: 23px;
    height: 16px;
}

nav.header_nav ul li:last-child a {
    padding: 44px 10px 1px;
}

.header_box {
    height: 77px;
}

}

@media screen and (max-width: 991px) {
.pc-991{
	display:none;
}
	
.sp-991{
	display: block;
}

	
/* ヘッダー================ */
nav.header_nav{
	display:none;
}


/*　ハンバーガーメニュー内================ */



/*============
.toggle_btn
=============*/
.toggle_btn {
  width: 45px;
  height: 45px;
  top: 8px;
  right: 3%;
  background: #fff;
  border-radius: 100%;
  box-shadow: -3px -3px 16px hsl(0deg 0% 100% / 22%), 3px 3px 16px hsl(190deg 53% 34% / 14%);
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 2px;
  transition: all .5s;
  right: 0;
  margin: auto;
}
.toggle_btn span:nth-child(1) {
  top: 17px;
}
.toggle_btn span:nth-child(2) {
  top: 22px;
}
.toggle_btn span:nth-child(3) {
  bottom: 16px;
}

.header_box.transform .logo{
	display:none;
}

.header_box {
    position: absolute;
    height: 70px;
}

.header_box.transform {
    background: none;
    height: auto;
    top: 0;
}

#navArea {
    position: fixed;
    z-index: 7;
}

.open .toggle_btn span:nth-child(1) {
  top: 12px;
  width: 18px;
}







/* ハンバーガーメニュー内=============== */

/* フッター=============== */



}


@media screen and (max-width: 767px) {

.bread {
    padding: 10px 0 10px 4%;
}

	

.pc{
	display:none;
}

.sp{
	display:block;
}

a img,a:hover img {
    transform: scale(1);
    border-radius: 5px;
}

h2 {
    font-size: 23px;
    padding: 0 0 0 30px;
    letter-spacing: 3px;
}

h2 small {
    font-size: 14px;
}

h2:before {
    width: 20px;
    top: 8px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 20px;
}

h5 {font-size: 16px;}

h6 {
    font-size: 14px;
    padding: 0 0 0 20px;
}

h6:before {
    width: 10px;
}

p {
    font-size: 14px;
}

a.button {
    padding: 15px 2%;
}

/* ヘッダー================ */
span.logo_t span {
    font-size: 16px;
}


/* フッター================ */


	

/*copyright*/
.copyright {
    font-size: 12px;
}

/*thanksページ=============*/
div#wrapper {
    padding: 130px 0 0 0;
}

}
@media screen and (max-width: 500px) {

.view-lowleft2 {
	opacity: 0;
	transform: translate(-300px,0); 
	-webkit-transform: translate(-300px,0); 

	transition: .6s;

	transition-delay:0.6s;
}

.mv-lowleft {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


/* フッター================ */


/* ページトップ */
.to-top p {
    line-height: 1;
    font-size:12px;
}

.to-top {
    width: 65px;
    height: 65px;
}

}

@media screen and (max-width: 350px) {

}
