/* =============================================


0.Base


============================================= */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
    font-size: 62.5%;/*rem算出をしやすくするため、ベースのサイズが10pxとなり、1rem=10px */
    font-feature-settings: "palt";/* 約物半角 */
    letter-spacing: 0.05em;
    text-align: justify;/* 均等割 */
    /*scroll-behavior: smooth;/*ページ内リンクをスムーズに*/
}

body{
    font-size: 1.5rem;
    /*font-family: fot-tsukuardgothic-std,sans-serif;
    font-weight: 700;*/
    /*font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 2;
    color: #000;
    background-color: #fefefe;
    margin: 0;
}

main {
    width: 100%;
    position: relative;
}

section {
    max-width: 1080px;
    margin: 50px auto 0 auto;
    position: relative;
}

h2,h3,h4,h5 {
    margin: 0;
    /*font-family: fot-tsukuardgothic-std,sans-serif;*/
    font-weight: 700;
    font-style: normal;
}

h2,h3 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}

h4,h5 {
    font-size: 1.8rem;
}

p,ul{
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

#wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

/* =============================================


header


============================================= */


header {
    max-width: 1080px;
    margin: 30px auto;
}

#header_inner {
		display: flex;
		justify-content: space-between;
		height: 120px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

/* ヘッダー内ロゴ */
h1 {
    font-size: 1.4rem;
    font-family: sans-serif;
}

h1 span {
    display: block;
}

 /* ================= 査定依頼ボタン ================== */
  /* まずは無料査定から */

  .cta_btn09_area h4 {
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1.3;
  }

  .cta_btn09 {
	min-width: 280px;
    font-weight: bold; /* 文字の太さ */
    text-align: center;
    letter-spacing: 0.1em;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
.cta_btn09-assessment {
    color: #fff; /* 文字色 */
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1em 1em 1em 60px;
    border-radius: 50px;
    width: 100%; /* ボタン幅 */
    max-width: 350px; /* 最低ボタン幅 */
    transition: 0.3s;
  }
    
  .cta_btn09-assessment {
    /*background: #4D9BC1; /* 査定依頼ボタン色 */
    /*background: #e75652;*/
	background-image: linear-gradient(50deg, rgba(248, 15, 142, 1), rgba(245, 63, 198, 1));
  }
  
  .cta_btn09-assessment::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cta_btn09-assessment::before {
    width: 40px;
    height: 33px;
    background-image: url(https://find-a.jp/seotimes/wp-content/uploads/mail.png); /* メールアイコン */
  }
    
  .cta_btn09 .copy_txt {
    line-height: 1;
    display: inline-block;
    padding: 0.2em 1.5em;
    letter-spacing: 0;
    background: #fff; /* 下文字背景色 */
    font-size: 90%; /* 下文字サイズ */
    border-radius: 5px;
  }
    
  .cta_btn09-assessment .copy_txt {
    color: #F80F8E; /* 下文字色 */
  }
  
  .cta_btn09 img {
      width: 1em;
      margin-right: 0.5em;
  }
  
  /* マウスオーバーした際のデザイン */

  .cta_btn09-assessment:hover {
    transform: scale(1.05);
  }


  h2.section_title {
	font-size: 40px;
    text-align: center;
    letter-spacing: 0.1em;
	padding-top: 20px;
  }

  h2.section_title span {
	display: block;
	font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
	margin-bottom: 30px;
	background: linear-gradient(50deg, rgba(6, 120, 245, 1), rgba(19, 178, 255, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }

  #greeting_visual {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../images/lp_main.webp), linear-gradient(-45deg, rgba(43, 192, 228, .6), rgba(234, 236, 198, .6));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin: 0 auto;
}

.lp_wap {
    /*position: relative;*/
    /*max-width: 1080px;*/
	display: flex;
	justify-content: space-between;
	max-width: 900px;
    margin: 0 auto;
	padding: 0 2%;
    /*top: 25%;
    left: 0;*/
}

.lp_slogan {
padding-top: 3%;
}

.lp_slogan h2 {
	/*width: 50%;*/
    font-size: 55px;
    margin-bottom: 20px;
	text-align: center;
}

.color {
	background: linear-gradient(50deg, rgba(6, 120, 245, 1), rgba(19, 178, 255, 1));
	color: transparent;
	-webkit-background-clip: text;
}

.small {
font-size: 30px;
padding: 0 5px;
}

.greeting_image {/* 社長の画像 */
	position: relative;
}

.greeting_name {
    position: absolute;
    bottom: 0;
	left: 50%;
   transform: translateX(-50%);
	line-height: 1.5;
    font-size: 1.3rem;
}

.greeting_name br {
    display: none;
}

.text_read {
	text-align: center;
    margin: 50px;
    font-size: large;
    line-height: 3;
}

h3.title02:first-letter {/* 一文字目大きいピンクのタイトル */
    font-size: 300%;
	font-family: Arial,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
	background: linear-gradient(50deg, rgba(6, 120, 245, 1), rgba(19, 178, 255, 1));
	color: transparent;
	-webkit-background-clip: text;
  }

  div.a {
	margin-top: 100px;
  }

.img_wap {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

  .lp_bg {
	background-color: #f7f7f7;
  }

  /* フェードアップのアニメーション */
  .fadeUpTrigger{
	opacity: 0;
	}

	.fadeUp {
		animation-name: fadeUpAnime;
		animation-duration:2s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
	}
/* =============================================


コンテンツ


============================================= */

.customer_wap {
	max-width: 1080px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 3% auto;
	padding: 3%;
	border-radius: 10px;
	box-shadow: 0 0 5px #ddd;
	background-color: #fff;
}

.customer_wap figure {
	margin: 0;
	width: 20%;
}

.customer_wap figure img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

.customer_wap div {
	margin: 0;
	width: 80%;
}

.customer_wap div h3 {
	margin: 0.5em 0;
	color: #DD337C;
}
.customer_wap div p {
	line-height: 1.7;
}

.bg_pink {/* 背景ピンク */
    background-color: #fef4f4;
    width: 100%;
    margin: 0;
    padding: 15px;
}

.balloon_top {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    /* background: #DD337C; */
    background: linear-gradient(50deg, rgba(6, 120, 245, 1), rgba(19, 178, 255, 1));
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    padding: 30px 10px;
    /* display: block; */
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 0;
}
/* =============================================


スタッフ紹介 staff


============================================= */

.lp_staff_wap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto 0 auto;
}

.lp_staff {
    width: 25%;
    position: relative;
    text-align: center;
    padding: 50px;
    margin: 2% 0;
}

.lp_staff p {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: normal;
}

.lp_staff .name {
    display: block;
    font-weight: bold;
    display: block;
    font-weight: normal;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
	background: linear-gradient(50deg, rgba(6, 120, 245, 1), rgba(19, 178, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* ふきだし */

.balloon_pink {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    /*background: #DD337C;*/
	background: linear-gradient(50deg, rgba(6, 120, 245, 1), rgba(19, 178, 255, 1));
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    padding: 30px 10px;
    /* display: block; */
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 10;
}

.balloon_pink:after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0678F5;
  position: absolute;
  top: 80%;
  left: 85%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
/* =============================================


footer


============================================= */

.tel a {
    font-size: 2.6rem;
    line-height: 1.8;
    font-weight: bold;
    color: #DD337C;
}

.tel i {
    display: none;
}

.form {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2;
    background-color: #DD337C;
    border-radius: 100px;
    font-weight: bold;
    width: 70%;
    margin: 5px auto 10px auto;
}

footer {
    background: #ededed url(../images/footer_bg.png)no-repeat center top;
    background-size: cover;
    width: 100%;
    padding: 120px 0 0 0;
}

#footer_content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.footer_inner_left {
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.footer_inner_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
}

/* フッター内左側のSNS */
#footer_sns {
    text-align: center;
    font-size: 1.4rem;
}

#footer_sns ul {
    width: 170px;
    margin: 10px auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#footer_sns ul a {
    display: block;
    width: 45px;
    height: 45px;
    background: #D7C61B;
    border-radius: 50%;
    position: relative;
}

#footer_sns ul a i {
	color: #444;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 2.7rem;
	}
	
	#footer_sns ul a:hover {
		background-color: #f7ec77;
		opacity: 0.5;
		transition: .5s ;
	}
	
#footer_title {
    color: #eee;
    font-size: 2.2rem;
    margin: 10px 0;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
}

#footer_title span {
    font-size: 1.2rem;
    display: block;
}

.footer_title br {
    display: none;
}

address {
    color: #eee;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.3;
    padding: 0 0 15px 20px;
}

.footer_tel {
    color: #eee;
    line-height: 1.2;
}

.tel_l {
    font-size: 2.8rem;
    line-height: 1.1;
    font-family: soleil, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#footer_gnav {
    max-width: 1080px;
    margin: 0 auto;
}

/* ---------- コピーライト ---------- */

#copy {
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 2px 0;
}

.lp_footer {
    background-color: #f7f7f7;
}

/* =============================================


レスポンシブ


============================================= */

/*--------------------------------

PC（画面幅 820px以下）

--------------------------------*/

@media (max-width: 820px) {

	.lp_slogan h2 {
		font-size: 45px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	
}

/*--------------------------------

スマホ（画面幅 768px以下）

--------------------------------*/

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

	/* ヘッダー */
	header {
		margin: 0;
	}

	#header_inner {
		text-align: center;
		display: block;
		height: auto;
	}

	#header_inner .cta_btn09_area {
		display: none;
	}

	/* メインビジュアル */

	#greeting_visual {
		padding: 3%;
	}

	.lp_wap {
			/* position: relative; */
			/* max-width: 1080px; */
			display: block;
	}

	.lp_slogan h2 {
		font-size: 4rem;
		margin-bottom: 2%;
	}

	.lp_slogan p br {
		display: none;
	}

	.greeting_image {
        text-align: center;
    }

	.greeting_image img {/* 社長の画像 */
		width: 30%;
		height: auto;
		margin: 0 auto;
	}

	.greeting_name {
		text-align: left;
        bottom: 120px;
		left: 70%;
	}

	.greeting_name br {
		display: block;
	}

	section {
		margin: 0 auto;
		padding: 5% 3%;
	}

	h2.section_title {
		font-size: 2.3rem;
	}

	h2.section_title span {
		margin-bottom: 10px;
	}

	div.a {
		margin: 3% 0;
	}

.img_wap figure {
	margin: 0;
}

.img_wap figure img {
	width: 100%;
	height: auto;
}

h3.title02 {
	font-size: 2rem;
}

h3.title02:first-letter {/* 一文字目大きいピンクのタイトル */
    font-size: 200%;
}

.balloon_top {
    top: 0;
    left: 15%;
}


/* スタッフ紹介 */
.lp_staff_wap {
    margin: 50px auto 0 auto;
}

.lp_staff {
	width: 50%;
	padding: 50px 30px;
}

/* フッター */
#footer_content {
	display: block;
}

.footer_inner_left,
.footer_inner_right {
    display: block;
    width: 100%;
	text-align: center;
}

.lp_bg {
    padding-bottom: 20px;
}

address {
	padding: 0;
}

}

/*--------------------------------

PC（画面幅 430px以下）

--------------------------------*/

@media (max-width: 430px) {

	.greeting_image img {/* 社長の画像 */
		width: 50%;
	}

	.greeting_name {
		width: 30%;
        bottom: 150px;
        left: 85%;
    }

	.balloon_top {
		width: 130px;
		height: 130px;
		font-size: 1.6rem;
		top: 0;
		left: 0;
	}
	
	
}