@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
	box-sizing: border-box;
}
body{
  overflow-x: hidden;
  margin: 0 auto;
  color: #6B6156;
  max-width: 550px;
  font-family: "Zen Maru Gothic", "Noto Sans JP","Osaka-mono", "MS Gothic", "monospace"; 
  height: 100%;
  font-weight: 500;
}
.header-area h1 {
    padding-left:15px;
}
a{
  text-decoration: none;
  color: #6B6156;
}

ul {
  list-style: none;
}
h2 {
	font-size: clamp(1.6rem, calc(1.25vw + 1.3rem), 2.3rem);
	font-weight: 500;
    letter-spacing: 2px;

}
.section-main-05-text h3 {
	font-size: clamp(1rem, calc(1.25vw + .9rem), 1.8rem);
	font-weight: 500;
}
p {
  letter-spacing: 2px;
  font-size: 19px;
  line-height: 35px;
	font-weight: 400;
}
.header-area{
  display: flex;
  justify-content: space-between;
  height: 65px;
  align-items: center;
}
header {
      position: fixed;
      width: 100%;
	  z-index: 100;

}
.square {
    width: 65px;
    height: 65px;
    padding-right: 15px;
    padding-top: 5px;

}
.hamburger{
  width: 40px;
  height: 25px;
  position: relative;
  margin: 17px auto;
  z-index: 100;
}
.hamburger span{
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #60574D;
}
.hamburger span:first-of-type{
  top: 0;
}
.hamburger span:nth-of-type(2){
  top: 50%;
}
.hamburger span:last-of-type{
  top: 100%;
}
.slide-menu{
  background-color:#fff;
  position: fixed;
  width: 100%;
  padding-top: 50px;
  left: 0;
  transform: translateX(100%);
  padding-left:0;
  transition: .5s;
  margin: 0;
  height: 100%;
		top: 0;
}
.slide-menu li{
  color: #6B6156;
  line-height: 400%;
  text-align: center;
  list-style: none;
  border-bottom: 1px solid rgb(170, 170, 170);
  padding: 15px 0px;
  width: 95%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 17px;
}
.slide-menu-logo {
	background: url("./image/nauraa_logo.svg") center no-repeat;
    content: '';
    width: 100px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
	margin-top: -255px;
    margin-left: 13px;

}
.slide-menu li:first-of-type {
	margin-top: 30px;
}
.slide-menu li:last-of-type {
border-bottom: none;
	margin-top: 15px;
}
.slide-menu li:last-of-type a {
  color: #ffff;
	  border-bottom: none;
    background-color: #FFB81A;
    border-radius:25px;
    font-weight:bold;
    width: 200px;
    line-height:30px;
    margin-top: 35px;
	padding: 10px 40px;
	border: solid 2px #FFB81A;
	
}
.slide-menu li a:hover {
  opacity: 0.7;
	transition: .5s;
	color: #FFB81A;
}

.slide-menu li:last-of-type a:hover {
   color: #FFB81A;
	border: solid 2px #FFB81A;
	background-color: #fff;

}

.hamburger.active span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2){
  opacity: 0;
}
.hamburger.active span:last-of-type{
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu.active{
  transform: translateX(0);
}


main {
    padding-top: 100px;
}
.footer {
    background-color: #F6EFE0;
    text-align: center;
    padding: 50px;
	position: relative;
}
.footer::before {
	background: url("./image/main-backround-04.svg") no-repeat center;
    content: '';
    height: 100px;
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0;
}
.footer ul {
  padding: 0;
}
.footer ul li p {
  margin: 0;
}
.footer ul li:nth-of-type(2) {
  font-weight: bold;
}
.footer ul li {
  padding-bottom: 25px;

}
.footer-map {
  width: 100%;
  border: 0;
  max-width: 27%;
  max-height: 160px;
}
.footer__logo:hover {
	opacity: 1 !important;
}
.header-area h1 a img{
	margin-top: 18px;
	margin-left: -7px;
}
.header-area h1 a:hover{
	opacity: 1 !important;
}
footer div h2 {
	margin-bottom: 0;
}
.footer ul li:first-of-type p{
    font-size: 15px;
}
.footer ul li:last-of-type {
    font-size: 10px;
}
.footer ul li:nth-of-type(6) {
   padding-bottom: 12px
}
.footer ul li:nth-of-type(3) a {
    color: #827568;
	font-size: 16px;
    font-weight: bold;
    width: 200px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    margin: 5px auto 20px auto;
    border: solid #827568;
    border-radius: 30px;
    display: block;
}
.footer ul li:nth-of-type(3) a:hover {
    color: #ffffff;
    background-color: #827568;
	opacity: 1;
	transition: .5s;

}
.footer ul li:nth-of-type(3) a:hover img {
		filter: brightness(100);
}
.footer ul li:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;

}
.footer ul li:last-of-type a img {
	margin-right: 10px;

}
.footer ul li:last-of-type a p {
	padding-bottom: 4px;
}
.footerflex {
	 display: flex;
	padding-left: 23px;
}
.footer-info{
	font-size: 15px;
    line-height: 15px;
}
.footerflex img {
	margin-right: 10px;
}
.main-01 {
	padding: 0 20px;
	width: 100%;
    height: auto;
}
.tagline{
	  height: 410px;
	position: relative;
	display: flex;
	margin-top: 30px;
	text-align: center;
	background-color: #E1E1E1;
}
.tagline::before {
  background: url("./image/main-backround-01.svg") center center no-repeat;
  bottom: 0px;
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
  top: -25px;
}
.tagline-text{
	padding: 10px 20px;
}
.tagline-text h1 {
	font-size: clamp(1.8rem, calc(2.5vw + 1.3rem), 2rem);
	margin-bottom: 15px;
	padding-top: 27px;
  font-weight: 500;
  letter-spacing: 2px;
}
.tagline-text p {
	margin: 0;
	font-size: 19px;
	font-weight: 400;
}
.tagline-text p:first-of-type {
	font-weight: 500;
	  font-size: 20px;
	padding-bottom: 10px;
	color: #9B948C;
}
.section-main-01, .section-main-02,.section-main-03{
	position: relative;
	display: flex;
	font-size: 18px;
}
.section-main-01 {
	height: 550px;
	background-color: #F6EFE0;
}
.section-main-01::before {
  background: url("./image/main-backround-02.svg") center center no-repeat;
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
  top: -25px;
	background-size: cover;
}
.section-main-01-text {
  padding: 0 20px;
  
}

.section-main-01-text h2 {
	padding-top: 70px;
}
.section-main-01-text a {
	border-radius: 100px;
  display: block;
  width: 220px;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  color: #6B6156;
  text-decoration: none;
  text-align: center;
  margin: 40px auto;
  font-size: 19px;
}
.section-main-01-text a:hover {
	background-color: #6B6156;
	color: #fff;
	transition: .5s;
}
.dottedline {
  background-image: linear-gradient(to right, #6B6156, #6B6156 8px, transparent 8px);
  background-size: 20px 20px;
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 2px;
  margin: 20px auto 25px;
}
.section-main-02-text{
	padding: 0 20px 25px;
}
.section-main-05::before {
  background: url("./image/main-backround-03.svg") center center no-repeat;
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
  top: -35px;
  background-size: cover;
	
}
.section-main-02-text h2 {
	padding-top: 20px;
}
.step-circle {
	width: 60px;
  height: 60px;
  background-color: #FFB81A;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
 /* padding-top: 4px;*/
	padding-top: 3px;
	

}
.number {
	font-size: 18px;
}

.step-illustration img {
	width: 100%;
	height: auto;
	margin: 30px 0;
}
.voice-content {
	padding: 10px 15px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
	display: flex;
  flex-direction: column;
	margin: 30px 0px 15px;
}
.voice-content p {
	margin: 0;
	
}
.voice-content img{
  margin-left: auto;
  margin-top: -20px;
	width: 120px;
  height: auto;

}

.section-main-03-text {
	margin: 35px 20px ;
}
.section-main-03-text h2 {
	margin-top: 0;

}
.section-main-04-text{
	padding: 50px 20px 70px;

}
.section-main-04-text h2{
	margin-top: 0;

}
.line-appointment {
  border-radius: 30px;
  background-color: #ffff;
  text-align: center;
  padding: 13px 55px;
  font-size: 19px;
  display: block;
  width: 220px;
  margin: 35px auto;
  border: solid #FFB81A;
}
.line-appointment:hover {
  background-color: #FFB81A;
  color: #fff;
  transition : .5s;
  opacity: 1;
}
.section-main-04-text p:nth-of-type(2),.section-main-04-text p:nth-of-type(3) {
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}
.section-main-03 {
	background-color: #F3EFE6;
}
.section-main-05 {
	position: relative;
	display: flex;
}
.section-main-05-text {
    margin: 0 auto;

	padding: 80px 20px 0;
}
.feature-content h3 span {
	background: linear-gradient(transparent 70%, #FFB81A 70%);
}
.feature-block {
	margin-top: 40px;
}
	.feature-content {
		padding: 0 20px;
        border: 10px solid #F3EFE6;
		border-radius: 30px;

	}
	.feature-content:first-of-type, .feature-content:nth-last-of-type(2) {
		margin-bottom: 40px;
	}
.linebreak {
	display: inline-block;
}
@media screen and (max-width:354px){
 .tagline {
    height: 430px !important;
	}}
@media screen and (min-width:300px) and (max-width:380px){
	h1, h2 {
		font-size: 24px !important;
		font-weight: 500;
	}
	.tagline-text {
    padding: 10px 20px;
}
	.tagline-text h1 {
		margin-bottom: 15px;
	}
	.tagline {
		height: 410px;
	}
	.tagline-text h1 {
		font-size: 33px !important;
		padding-top: 15px;
	}
	.tagline-text p {
		font-size: 18px;
	}
	.tagline-text p:first-of-type {
		color: #9B948C;
	font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
}
	.linebreak_2{
		display: block;
	}
	footer p {
		font-size: 14px !important;
	}
}@media screen and (min-width:381px) and (max-width:396px){
		.linebreak_2{
		display: inline-block;
	}
}@media screen and (min-width:392px){

	.tagline h1 {
		padding-top: 30px;
	}
	.tagline-text p:first-of-type {
		font-size: 22px;}
}@media screen and (min-width:397px) and (max-width:417px){
		.linebreak_3{
			display: block;}
}@media screen and (min-width:448px){
	
	.tagline h1 {
    padding-top: 30px;
  }

}@media screen and (min-width:463px){
	.tagline  {
    height: 370px;
  }
	.tagline h1 {
    padding-top: 40px;
  }


}
@media screen and (min-width:480px){
.section-main-01 {
	height: 520px;
	}.tagline-text p {
		font-size: 19px
	}
		.tagline-text p:first-of-type {
	font-size: 20px;
  padding-bottom: 5px;

}.tagline-text p:first-of-type {
    font-size: 23px;
    padding-bottom: 15px;
	
	}
	.tagline {
		height: 380px;
	}

@media screen and (min-width:550px) { 
	body {
		max-width: 768px;
		
	}
	.header-area h1 {
  padding-left: 80px;
}
	.tagline::before {
	background: url("./image/main-backround-01-768px.svg") no-repeat center;
}
	.section-main-01::before {
		background: url("./image/main-backround-02-768px.svg") no-repeat center;
		top: -19px;
	}
	  .tagline {
    height: 400px;
  }
	.tagline-text {
		padding: 0px 80px 50px;
		margin: 0 auto;
	}
    .tagline-text h1 {
      font-size: clamp(1.5rem, calc(2.5vw + 1.2rem), 3.2rem);
		padding-top: 25px;
    }

	.square {
		padding-right: 120px;
	}
	.main-01 {
		padding: 0 80px 0px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
    .section-main-01 {
    height: 570px;
  }
	.section-main-01-text {
		padding: 0 80px;}
	.section-main-01-text h2 {
		margin-top: 30px;
	}
	.section-main-01-text a {
		margin: 50px auto 0;
	}
	.section-main-02-text {
  padding: 0 80px 50px;
}
.section-main-02-text h2 {
  padding-top: 30px;
}
	
.step-circle {
	margin-bottom: 25px;
}
.step-illustration img {
  width: 80%;
  height: auto;
  display: block;
	padding: 20px;
	margin: 20px auto;
}
.desktop-step p {
	margin-bottom: 5px;
}
	.section-main-03-text {

		margin: 70px 80px 80px;
}   

	.customer-voice{
		padding: 0;
	}
	.customer-voice img {
  margin-top: -30px;
  width: 150px;
  height: auto;
}

.section-main-04-text {
  padding: 60px 80px 100px;
}
	.line-appointment a{
		margin: 50px auto 40px;
	}
.footer ul li:first-of-type p {
	font-size: 17px
}
footer ul li:first-of-type {
  padding-bottom: 20px;
}
	.section-main-05-text {
		padding: 80px 80px 0;
  }
	.linebreak {
	display: inline-block;
}
}
@media screen and (min-width: 560px) {

	.linebreak {
	display: inline-block;
}
}
@media screen and (min-width: 600px) {
  .tagline-text h1 {
    font-size: clamp(1.64rem, calc(1.8vw + 1.3rem), 3.2rem);
	  padding-top: 40px;
  }
	  .tagline {
      height: 360px;
    }
		.section-main-01 {
	height: 530px;
}
	
	.linebreak {
	display: inline-block;
}
}
@media screen and (min-width:650px) { 
	.main-01 {
		width: 80%;
		height: auto;
	}
	 .tagline-text h1 {
    font-size: clamp(1.64rem, calc(2vw + 1.4rem), 3.2rem);
		 padding-top: 35px;
		 margin-bottom: 15px;
  }
	.tagline-text p {
		line-height: 40px;
	}
    .linebreak {
	display: inline-block;
}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
    body {
    max-width: 960px;
  }
	p {
		font-size: 19px;
	}
	.tagline {
		height: 355px;}
	.tagline::before {
	background: url("./image/main-backround-01-960px.svg") no-repeat center;
}
	.section-main-01::before {
		background: url("./image/main-backround-02-960px.svg") no-repeat center;
		top: -19px;
	}
	.tagline-text p {
		font-size: 19px;
	}
	.section-main-01 {
  height: 500px;
	}
	.section-main-01-text p {
		font-size: 19px;
	}
	.section-main-01-text a{
		font-size: 20px;
		width: 250px;
	}
	 .section-main-02-text {
    padding: 35px 80px 60px;
  }
	.step-illustration img {
		margin: 30px auto 20px;
		width: 70%; }
	.desktop-step p {
  margin-bottom: 20px;
}
	.section-main-03{
		padding:0;
	}
	.section-main-04-text {
    padding: 80px 80px 100px;
  }
	.line-appointment {
		margin: 50px auto 40px;
	}
	.customer-voice img {
		margin: auto;
  margin-right: 20px;
		margin-top: 0;
	}
	.voice-content {
		flex-direction: row-reverse;
		padding: 20px 20px 0;
	}
		.step-circle {
		width: 80px;
    height: 80px;
    line-height: 25px;
    font-size: 18px;
		padding-top: 7px;

}
	.number {
  font-size: 23px;
}
	.tagline-text p {
    line-height: 50px;
  }
	  .tagline-text p:first-of-type {
    font-size: 27px;
    padding-bottom: 5px;
		  color: #9B948C;
  }
	.linebreak {
	display: inline-block;
}
}
@media screen and (min-width:807px){
	.tagline {
		height: 330px;}
	.tagline-text p:first-of-type {
		  color: #9B948C;
  }

}
@media screen and (min-width:960px) and ( max-width:1200px) {
	body {
    max-width: 1200px;
  }
	.header-area {
		margin-top: 30px;
	}
	.section-main-01 {
		background-color: #F6EFE0;
	}
	.tagline-text p{
		font-size: clamp(.85rem, calc(1vw + .3rem), 1.1rem);
		line-height: 40px;
	}
.desktop-main{
	display: flex;
    margin: 30px 80px;
    margin: 80px;
	align-items: center;
	justify-content: center;
}
.desktop-main img {
	width: 35%;
    height: auto;
	padding: 0;
}
.tagline::before {
	background: none;
}
.tagline {
	background-color: unset;
}
.tagline-text {
	padding: 50px 0 0 0px;
	margin-top: -50px;
}
.tagline-text h1 {
	font-size: clamp(1.5rem, calc(.88vw + 1.4rem), 2.2rem);
	letter-spacing: clamp(2px, calc(.3vw + 1px), 15px);
}

.section-main-01::before {
		background: url("./image/main-backround-02-1200px.svg") no-repeat center;
		top: -70px;
	}
.section-main-05::before {
	background: url("./image/main-backround-03-1200px.svg") no-repeat center;
	top: -30px;
} 
	.section-main-01 {
  height: 430px;
}
	.section-main-01-text {
	width: 80%;
    margin: 0 auto;
		padding: 0;

	}

.section-main-01-text h2 {
		margin-top: 0px;
	padding-top: 60px;
	}
.section-main-02-text {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 50px;
	}

	.step-illustration img {
       width: 60%;
		padding: 50px 0px;
		margin: 20px auto 10px;
		
	}
	.section-main-03-text {
		width: 80%;
   margin: 80px auto 100px;

	}
	.section-main-04-text {
		width: 80%;
        margin: 80px auto 120px;
		padding: 0;
	}
.footer::before {
	background: url("./image/main-backround-04-1200px.svg") no-repeat center;
	top: -70px;
}	.step-circle {
		width: 80px;
    height: 80px;
    line-height: 25px;
    font-size: 18px;
		padding-top: 7px;

}
	.number {
  font-size: 23px;
}
		.customer-voice img {
		margin: auto;
  margin-right: 20px;
		margin-top: 0;
	}
	.voice-content {
		flex-direction: row-reverse;
		padding: 20px 20px 0;
	}
	.section-main-05-text {
		width: 80%;
    padding: 80px 0 0;
	}
	
	
}
@media screen and (min-width:1050px) and ( max-width:1100px) {
	.tagline-text h1 {
    font-size: clamp(1.5rem, calc(.96vw + 1.55rem), 2.6rem);
	}
	.tagline-text p {
	font-size: clamp(.85rem, calc(1vw + .27rem), 1.1rem);
	line-height: 45px;}}
@media screen and (min-width:1100px) and ( max-width:1200px) {
	.tagline-text h1 {
    font-size: clamp(1.5rem, calc(.96vw + 1.6rem), 2.6rem);
	}
}

@media screen and (min-width:1200px) {
    /*　画面サイズが960pxからはここを読み込む　*/
	 body {
    max-width: 1920px;
  }
	header {
		display: flex;
        align-items: center;
        height: 120px;
		background-color: unset;
}
	h2 {
		font-size: clamp(1rem, calc(1vw + 1rem), 3.2rem);
	}
	.section-main-05-text h3 {
	font-size: clamp(1rem, calc(1.25vw + 1.05rem), 1.35rem);
	font-weight: 500;
}
.header-area {
	display: unset;
  height: unset;
}
.header-area h1 a img{
	margin-top: 0;
}
   .square {
       display: none;
	}
   .slide-menu {
      justify-content: flex-end;
	   position: relative;
     width: 100%;
     transform: none;
     display: flex;
     background-color: unset;
     left: unset;
     transition: unset;
	   height: unset;
	    margin-right: 70px;
	   padding: 15px 0 0;
}
	
.slide-menu li{
	line-height: unset;
	border-bottom: none;
	width: unset;
	margin: 0 0 0 50px;
	align-content: center;
    display: block;
}
	.slide-menu li:first-of-type{
		margin-top: 0;
	}
	.slide-menu li a {
		font-size: 13.5px;
    font-weight: 600;
	}
.slide-menu li a:hover {
	color: #FFB81A;
	transition: .5s;
	}
	
.slide-menu li:last-of-type{
	margin: 0 0 0 50px;
	background-color: unset;
}
.slide-menu li:last-of-type a {
  color: #fff;
  width: 180px;
  line-height: 30px;
  display: inline-block;
  border-radius: 25px;
  border: solid #FFB81A;
  padding: 5px;
	background-color: #FFB81A;
	margin-top: 0;
}
.slide-menu li:last-of-type a:hover{
	color: #FFB81A;
	border: solid #FFB81A;
	background-color: #fff;
	}
.desktop-main{
	display: flex;
}
.desktop-main img {
	width: 40%;
    height: auto;
	padding: 0;
}
.tagline::before {
	background: none;
}
.tagline {
	background-color: unset;
}
	
.desktop-main {
	margin: 100px;
	align-items: center;
	justify-content: center;
}
.tagline-text {
	padding: 50px 0 0 50px;
}
.tagline-text h1 {
	font-size: clamp(1.5rem, calc(1.25vw + 1.4rem), 3rem);
	letter-spacing: clamp(2px, calc(.3vw + 1px), 15px);
	margin-top: -50px;
}
	 .tagline-text p {
    font-size: 17px;
	   line-height: 45px;
  }
	 .tagline-text p:first-of-type {
     font-size: 25px;
    padding-bottom: 10px;
    padding-top: 20px;
	}
	.section-main-02 {
		display: block;
	}
	.section-main-02-text {
		padding: 100px 80px;
		margin: 0;
		width: 100%;
	}
	.desktop-step-block {
		display: flex;
		justify-content: space-between;
	}
	.desktop-step {
		
		width: 31.5%;

	}
	.desktop-step p{
		line-height: 30px;
	}
	.section-main-01 {
  height: 400px;
	}
	.section-main-01-text h2 {
  padding-top: 15px;
}
	.section-main-02-text p:first-of-type{
		margin-bottom: 25px;
	}

	.section-main-01::before {
		background: url("./image/main-backround-02-1920px.svg") no-repeat center;
		top: -70px;
		background-size: cover;
	}
	.section-main-05::before {
	background: url("./image/main-backround-03-1920px.svg") no-repeat center;
	top: -35px;
	
	} .section-main-01-text {
		width: 750px;
  margin: 0 auto;
		padding: 0;
}
	.section-main-02-text {
		padding: 0 0 80px;
    margin: 0 auto;
    width: 80%;
	}
	.step-illustration img {
    width: 90%;
	}
	.customer-voice-block {
		display: flex;
		justify-content: space-between;
	}
	.customer-voice {
		width: 32%;

	}
	.voice-content {
    flex-direction: column;
    padding: 15px 15px 0;
  }
	.voice-content p {

  line-height: 30px;
	}
	.customer-voice img {
		margin-top: -20px;
		    margin-right: unset;
	}
	.section-main-03 {
		padding: 50px 0 80px;
	}
	
	.section-main-03-text {
		width: 80%;
		margin: 0 auto;
	}
	.customer-voice:last-of-type img {
		margin-top: 6px;
	}
	.footer::before {
	background: url("./image/main-backround-04-1920px.svg") no-repeat center;
	top: -65px;
	}
	.section-main-04-text {
		width: 750px;
    margin: 0 auto;
    padding: 50px 0 100px;
  }
	.line-appointment {
		  margin: 50px auto 40px;
	}
		.step-circle {
		width: 60px;
    height: 60px;
    line-height: 20px;

    /*padding-top: 5px;*/
	padding-top: 2px;

}

	.number {
  font-size: 18px;
}
	.section-main-05-text {
    padding: 80px 0 0 0;
		width: 80%;
  }
	.feature-block {
		display: flex;
		margin-top: 40px;
		
	}
	.feature-content {
		flex: 1;
		padding: 0 20px;

	}
	.feature-content:first-of-type, .feature-content:nth-last-of-type(2) {
		margin-right: 20px;
	}
}

@media screen and (min-width: 1400px) {
  .slide-menu li a {
    font-size: 17px;
  }
	  .slide-menu li:last-of-type a {
    width: 195px;
	}
	  .desktop-main img {

		  padding-right: 30px;
	}
		.feature-content:first-of-type, .feature-content:nth-last-of-type(2) {
		margin-right: 30px;
	}
	.section-main-05-text h3 {
	font-size: clamp(1rem, calc(1.25vw + 1.05rem), 1.6rem);
	font-weight: 500;
	}
}
@media screen and (min-width: 1500px) {
.tagline-text p {
    font-size: 20px;
  }
	.tagline-text {
	padding: 50px 0 0 50px;
}
}
@media screen and (min-width: 1600px) {
  .slide-menu li a {
    font-size: 17px;
  }
	  .slide-menu li:last-of-type a {
    width: 195px;
	}
	  .desktop-main img {
          width: 45%;
		  padding-right: 30px;
	}
	.tagline {
		left: -30px;
}
	 .tagline-text p:first-of-type {
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 10px;
		 color: #9B948C;
  }
	.tagline-text p:nth-of-type(2){
		padding-top: 10px;
		line-height: 50px;
	}
	.tagline-text p:last-of-type{
		line-height: 50px;
	}
	.tagline-text {
	padding: 40px 0 0 50px;
}
	}
@media screen and (min-width: 1700px) {
	.tagline {
		left: -40px;
	}   .tagline-text p {
		line-height: 50px;
	}
	 
}
@media screen and (min-width: 1800px) {
	.tagline {
		left: -50px;
}
	.tagline-text p:first-of-type {
		font-size: 30px;
	}
}
@media screen and (min-width: 1800px) {

	.tagline {
		left: -100px;
}
	 .desktop-main img {
		 width: 40%;}
	header {
		max-width: 1920px
	}
}

@media screen and (min-width: 1900px) {
	body {
		max-width:none;
	}
	header {
		max-width: none;
		
	}
		.tagline {
		left: -100px;
}
	 .desktop-main img {
		 width: 40%;}

	.section-main-02::before{
		background-size: cover;
	}
	.section-main-01 {
    height: 400px;
  }
	  .desktop-main {
    justify-content: space-around;
  }
	.section-main-05::before {
		background: url("./image/main-backround-03-2560px.svg") no-repeat center;
	   background-size: cover;
	
}}
@media screen and (min-width: 2000px) {
	.desktop-main img{
		width: calc((100% - 1em) / 3);
        margin: 0px;
	}
	body {
		max-width: 2000px;
	}
header{
		max-width: 2000px;
	}
  .section-main-01::before {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	.section-main-01 {
		margin: 0 calc(50% - 50vw);
		    height: 430px;
	}
	.section-main-05::before {
		 width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	.section-main-03 {
		margin: 0 calc(50% - 50vw);
	}
	  .section-main-03-text
	{
		width: 1600px;
		
	}
	
	.footer {
		margin: 0 calc(50% - 50vw);
	}
	.footer::before{
	    top: -50px;
}}
