@charset "UTF-8";

html {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.02rem;
}

body {
  color: #000;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
}

/* header */

ul,
li,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.6s;
}

.g-navi-pc {
  position: relative;
  width: 100%;
  height: 100px;
}

.g-navi-pc .nav-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  max-height: 100px;
  background-color: #19BAB5;
  display: flex;
}

.g-navi-pc .nav-area {
  margin-left: auto;
}

.g-navi-pc ul {
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 20px;
  justify-content: flex-end;
}

.g-navi-pc ul li {
  padding: 0 0.8vw;
  text-align: center;
  display: flex;
  align-items: center;
  height: 72px;
}

.border-left {
  border-left: solid 2px #fff;
}

.offer-btn {
  height: 65px;
  background-color: #FFF7D8;
  border-radius: 10px;
  max-width: 237px;
}

.g-navi-pc ul li a {
  display: block;
  padding: 20px 0;
  font-size: 1.1vw;
  font-weight: 300;
}

.g-navi-pc .nav-item a {
  color: #fff;
}

.g-navi-pc .offer-btn a {
  color: #707070;
}

.g-navi-pc ul li:hover {
  background-color: #fff;
}

.g-navi-pc ul li a:hover {
  color: #707070;
}

.logo-space {
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.logo-space img {
  width: 19.5vw;
}

.sp-logo {
  display: none;
}

.g-navi {
  display: none;
}

a.disabled {
  pointer-events: none;
}

/* footer */

h1 {
  font-size: 2.5vw;
  padding-left: 10px;
}

.container {
  max-width: 1680px;
  width: 100%;
  padding: 0 10vw;
  margin: 0 auto;
}

.footer-area {
  height: 176px;
  font-size: 1.1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-text-area {
  display: flex;
  color: #707070;
}

.ft-p {
  padding-left: 10px;
}

.ft-link {
  margin-left: 95px;
  margin-top: auto;
  display: flex;
}

.privacy-link {
  margin-left: 40px;
  color: #707070;
}

.ft-logo img {
  display: block;
  max-width: 220px;
  width: 15vw;
}

/* contact */

.contact-wrapper {
  background-color: #19BAB5;
}

.contact-area {
  text-align: center;
}

h2 {
  font-size: 2.5vw;
}

h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: solid 2px #fff;
  margin: 15px 0;
}

.contact-text {
  color: #fff;
  padding-top: 27px;
  padding-bottom: 50px;
}

.contact-text p {
  font-size: 1.1vw;
}

.form-link {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
}

.tell-block {
  max-width: 523px;
  width: 35%;
  padding: 25px 2.2vw;
  background-color: #fff;
  max-height: 258px;
}

.line-block {
  max-width: 768px;
  width: 50%;
  padding: 25px 2.2vw;
  background-color: #fff;
  max-height: 258px;
  display: flex;
}

.line-block-sp {
  display: none;
}

.line-left {
  margin-right: 1vw;
}

.line-right img {
  width: 11.15vw;
  max-width: 223px;
}

.form-btn {
  background-color: #19BAB5;
  border-radius: 20px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.form-btn p {
  font-size: 1.45vw;
  color: #fff;
  font-weight: 500;
}

.tell-text {
  text-align: center;
}

.number-text {
  font-weight: 500;
  font-size: 2vw;
}

.time-text {
  font-weight: 500;
  font-size: 1vw;
}

.line-text {
  font-size: 0.9vw;
  text-align: justify;
  margin-left: auto;
  width: 100%;
}

@media screen and (min-width:1643px) {

  .container {
    padding: 0 6.5vw;
  }
}

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

  .nav-wrapper {
    max-height: 80px;
  }

  .g-navi {
    height: 80px;
  }

  .g-navi ul li {
    height: 50px;
  }

  .g-navi ul {
    height: 80px;
  }

  .border-left {
    border-left: solid 1px #fff;
  }

  .offer-btn {
    border-radius: 5px;
  }

  .footer-area {
    height: 140px;
  }

  .ft-link {
    margin-left: 70px;
  }

  h2::after {
    margin: 10px 0;
  }

  .contact-text {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .form-btn {
    border-radius: 15px;
    height: 60px;
  }
}

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

  .nav-wrapper {
    max-height: 60px;
  }

  .g-navi-pc {
    height: 60px;
  }

  .g-navi-pc ul li {
    height: 40px;
    padding: 0 0.75vw;
  }

  .g-navi-pc ul {
    height: 60px;
  }

  h1 {
    padding-left: 5px;
  }

  .footer-area {
    height: 100px;
  }

  .ft-p {
    padding-left: 5px;
  }

  .ft-link {
    margin-left: 25px;
  }

  .privacy-link {
    margin-left: 20px;
  }

  h2::after {
    margin: 5px 0;
  }

  .form-btn {
    border-radius: 10px;
    height: 40px;
  }
}

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

  .g-navi-pc {
    display: none;
  }

  .g-navi {
    width: 100%;
    display: block;
  }

  .g-navi-sp{
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #19BAB5;
    width: 100%;
    height: 60px;
    padding: 4%;
    z-index: 3;
  }

  /* ハンバーガー */

	.nav-area {
		margin: 0 auto;
	}

	.nav-wrapper .logo-space {
		display: none;
	}

	.menu-trigger {
		position: relative;
		width: 30px;
		height: 42px;
		cursor: pointer;
	}

	.menu-trigger span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 3px #fff;
		border-radius: 3px;
		transition: .35s ease-in-out;
	}

	.menu-trigger span:nth-child(1) {
		top: 6px;
	}

	.menu-trigger span:nth-child(2) {
		top: 18px;
	}

	.menu-trigger span:nth-child(3) {
		top: 30px;
	}

	.menu-trigger.active span:nth-child(1) {
		top: 18px;
		transform: rotate(-45deg);
	}

	.menu-trigger.active span:nth-child(2),
	.menu-trigger.active span:nth-child(3) {
		top: 18px;
		transform: rotate(45deg);
	}

	.g-navi {
		display: block;
		position: fixed;
		z-index: 2;
		padding-top: 60px;
		transform: translateY(-100%);
		transition: .5s ease-in-out;
		height: 100vh;
	}

	.g-navi ul {
		display: block;
	}

	.g-navi ul li {
		padding: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	}

  .g-navi ul li :hover {
    background-color: #19BAB5;
  }

	.g-navi ul li a {
		padding: 30px;
		font-size: 1.25rem;
    color: #707070;
	}

  .g-navi ul li a:hover {
    color: #fff;
  }

	.g-navi.active {
		transform: translateY(0%);
		transition: .5s ease-in-out;
		background-color: #FFF;
	}

  .g-navi .offer-btn {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .offer-btn a {
    padding: 5px 30px;
  }

  .nav-item {
    text-align: center;
  }

  .sp-logo {
    display: block;
  }

	.sp-logo .logo-space {
		position: initial;
		padding-top: 7px;
	}

  .logo-space img {
    width: 28vw;
  }

  .offer-btn {
    max-width: 290px;
    height: 80px;
  }

  /* ハンバーガー終わり */

  h2 {
    font-size: 1rem;
  }

  .contact-text p {
    font-size: 0.6rem;
  }

  .form-link {
      display: block;
  }

  .tell-block {
    width: 80%;
    padding: 40px 20px;
    background-color: #fff;
    max-height: 280px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .line-block {
    display: none;
  }

  .line-block-sp {
    max-width: 768px;
    width: 80%;
    padding: 40px 20px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
  }

  .line-bottom {
    display: flex;
    align-items: center;
  }

  .line-bottom img {
    max-width: 100px;
  }

  .form-btn p {
    font-size: 1rem;
  }

  .number-text {
    font-size: 1.5rem;
  }

  .time-text {
    font-size: 0.75rem;
  }

  .line-text {
    font-size: 2vw;
  }

  .footer-area {
    display: block;
    text-align: center;
  }

  .ft-text-area {
    display: block;
    margin: 10px 0;
  }

  .ft-link {
    margin-left: 0;
    justify-content: center;
  }

  .ft-logo {
    display: flex;
    justify-content: center;
  }

  .ft-link p,.ft-link a{
    font-size: 0.5rem;
  }


  .ft-p {
    font-size: 0.5rem;
  }

  h1 {
    font-size: 0.75rem;
  }

}

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

  .line-bottom {
    display: block;
  }

  .line-text {
    margin-bottom: 10px;
  }
}

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

  .g-navi-pc {
    display: none;
  }

  .logo-space img {
    width: 40vw;
  }

}