@charset "utf-8";


h2, h3 {
	font-weight: 400;
}

/* 内部リンク調整 */
:target::before {
  content: "";
  display: block;
  height: 148px; /* ヘッダーの高さに合わせて調整 */
  margin-top: -148px; /* ヘッダーの高さ分をマイナスにして位置を調整 */
}

/* 共通タイトル基準 */
.ContentsHead {
	text-align: center;
	margin: 0 auto 96px;
}
.ContentsHead h2.Type1 {
    font-size: clamp(1.5rem, 4vw, 40px);
    margin: 24px auto 48px;
	background: #07D0D8;
	display: inline-block;
    color: #FFF;
	padding: 8px;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.ContentsHead h2.Type2 {
    font-size: clamp(1.5rem, 4vw, 40px);
    margin: 24px auto 48px;
	padding: 0 1rem;
	letter-spacing: 0.1em;
}
.ContentsHead p.SubText {
	font-size: clamp(0.8rem, 2vw, 1.0rem);
    margin: 0 auto 48px;
    max-width: 780px;
    letter-spacing: 0.05em;
    line-height: 2.0;
}
.ContentsHead p.SubTitle {
    font-size: clamp(0.8rem, 2vw, 1.0rem);
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 2.0;
    display: inline-block;
    padding: 4px 1rem;
}
.Cont1 .ContentsHead p.SubTitle {
    background: #07D0D8;
    color: #FFF;
}
.Cont2 .ContentsHead p.SubTitle {
    background: #FFFFFF;
    color: #07D0D8;
}
.Cont2 .ContentsHead h2.Type2 {
    color: #FFFFFF;
}
.Cont3 .ContentsHead p.SubTitle {
    background: #F88F00;
    color: #FFFFFF;
}
.Cont3 .ContentsHead h2.Type2 {
    color: #F88F00;
}
.SubTitle {
	font-family: "Montserrat", sans-serif;
}
/* 共通コンテンツ */
.Cont1 {
	background: #FFFFFF;
}
.Cont2 {
	background: #3AC8DC;
}
.Cont4 {
	background: #D9D9D9;
	padding: 96px 0;
}
section {
    padding: 160px 0 96px;
    position: relative;
}
.Contents {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
	position: relative;
}
.CommonBox {
	margin-top: 16px;
	padding: 16px;
	background: #f3f3f3;
	border: 3px solid #3AC8DC;
	border-radius: 8px;
}
.CommonBox p {
	margin: 0;
	color: #333;
}
@media (max-width: 1023px) {
/* 共通コンテンツ */
.Contents {
	max-width: 100%;
}
}
@media (max-width: 767px) {
/* 共通タイトル基準 */
.ContentsHead {
	text-align: center;
	margin: 0 auto 40px;
}
section {
    padding: 80px 0 48px;
    position: relative;
}
.Cont4 {
	padding: 48px 0;
}
}



/* 共通テキスト */
.ann {
	font-size: 12px;
}
span.marker {
    background: linear-gradient(transparent 70%, #FFEB3B 70%);
}
/*共通BG*/
.Bg1 {
	background: #FFFFFF;
}

/* 共通 注釈ボックス */
.AnnBox {
  margin-top: 16px;
  padding: 0 16px;
  background: #f1fcff;
  border: 3px solid #3AC8DC;
  border-radius: 8px;
  font-size: 12px; /* フォントサイズを12pxに */
  max-height: 72px; /* 縦幅を最小限に設定 */
  overflow-y: auto; /* 縦方向にスクロールを許可 */
  color: #333;
}

.AnnBox p {
  margin: 0;
  line-height: 1.5; /* 行間を少し広げて読みやすく */
}

/* リンクアクションボタン共通 */
.Button {
	display: flex;
    justify-content: center;
	margin-top: 48px;
}
.Button a {
    background-image: linear-gradient(110deg, #84e252 33%, #09bcd3);
    border-radius: 9999px;
    display: inline-block;
    transition: transform 0.2s ease;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 16px 1rem;
	text-decoration: none;
	max-width: 380px;
}
.Button a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
/* 下部追尾ボタン */
#sticky-footer {
    position: fixed;
    bottom: -100px; /* 初期状態で隠しておく */
    width: 100%;
    background-color: #333;
    padding: 8px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: bottom 0.5s ease; /* スライドの動きをスムーズに */
    visibility: hidden; /* 初期状態で非表示 */
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
}
.footer-content a {
    line-height: 0;
    display: block;
}

.footer-content a img {
    padding: 0 8px;
}

/* 横幅が768px以下のときに表示 */
@media screen and (max-width: 480px) {
    #sticky-footer {
        visibility: visible;
    }
}



/* 共通toggleスタイル */
.toggle-title {
  cursor: pointer;
  background: #F88F00;
  color: #FFFFFF;
  padding: 16px 24px 16px 16px;
  border-radius: 5px;
  margin: 0px auto 48px;
  font-size: clamp(1.0rem, 2vw, 32px);
  position: relative;
  font-weight: 400;
}

.toggle-icon {
	position: absolute;
    right: 2%;
    font-size: clamp(1.4rem, 2.5vw, 2.5rem);
    font-weight: bold;
    padding-left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.toggle-content {
    position: relative;
    top: -53px;
    padding: 16px;
    display: none;
    background: #FEE9CC;
    text-align: left;
    overflow-x: auto;
    border-radius: 0 0 8px 8px;
}

.toggleText {
	display: flex;
	color: #333;
	text-align: left;
    font-size: clamp(0.8rem, 2vw, 1.0rem);
    align-items: center;
}
.toggleText .A {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(1.0rem, 2vw, 32px);
}
.toggleText p {
	margin: 0;
	text-align: left;
}
/* トグルコンテンツのテーブル-レスポンシブ */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
  color: #333;
}

.responsive-table th,
.responsive-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.responsive-table thead {
  background-color: #2ea2cc;
  color: #FFF;
}



@media (max-width: 680px) {
.responsive-table th,
.responsive-table td {
    font-size: 14px; /* 小さいデバイス向けにフォントサイズを調整 */
    padding: 8px;
}
}
/****** 新着orページネーションスライド ******/
.Results .swiper-horizontal {
	padding-bottom: 6px;
}
.Results .swiper-container {
  width: 100%;
  height: 300px; /* 高さは調整できます */
}

.Results .swiper-slide {
	background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .34);
    border-radius: 5px;
    position: relative;
	color: #333;
	min-height: 156px;
}
.Results .swiper-inner {
	padding: 16px;
}
.Results .swiper-inner h3 {
	margin: 0 auto;
}
.Results .swiper-inner h3 a {
	margin: 0 auto 10px;
    font-size: clamp(1.1rem, 1.4vw, 1.4rem);
    line-height: 1.5;
	color: #07D0D8;
}
.Results .swiper-inner strong {
	margin: 0 auto 8px;
    font-size: 1.0rem;
    display: inline-block;
    background: #4BB5EB;
    padding: 2px 8px;
    border-radius: 5px;
    font-weight: 500;
}
.Results .swiper-inner p {
	margin: auto;
    font-size: clamp(0.8rem, 1.0vw, 1.0rem);
}
.Results .article-thumbnail img {
  width: 100%; /* 幅をコンテナに合わせる */
  height: 200px; /* 高さを固定 */
  object-fit: cover; /* 画像の比率を保ちながら高さに合わせてクロップ */
  border-radius: 5px 5px 0 0;
}
/* タグのスタイル */
.Results .article-tags {
  margin-top: 10px;
}

.Results .article-tags .tag-label {
  font-weight: bold;
  color: #007acc;
}

.Results .article-tags a {
    display: inline-block;
    background-color: #4BB5EB;
    color: #FFF;
    padding: 0px 5px 2px;
    border-radius: 4px;
    text-decoration: none;
    font-size: clamp(0.7rem, 1vw, 0.8rem);
}

.Results .article-tags a:hover {
  background-color: #007acc;
  color: #ffffff;
}
@media (max-width: 680px) {
.Results .article-thumbnail img {
  height: 150px; /* 高さを固定 */
}
}
/****** 査定スライド ******/
.Sateits .swiper-horizontal {
	padding-bottom: 6px;
}
.Sateits .swiper-container {
  width: 100%;
  height: 300px; /* 高さは調整できます */
}

.Sateits .swiper-slide {
	background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .34);
    border-radius: 5px;
    position: relative;
	color: #333;
}
.Sateits .swiper-inner {
	padding: 16px;
}
.Sateits .swiper-inner h3 {
	margin: 0 auto 10px;
    font-size: clamp(1.1rem, 1.4vw, 1.4rem);
    line-height: 1.5;
}
.Sateits .swiper-inner strong {
	margin: 0 auto 8px;
    font-size: 1.0rem;
    display: inline-block;
    background: #4BB5EB;
    padding: 2px 8px;
    border-radius: 5px;
    font-weight: 500;
}
.Sateits .swiper-inner p {
	margin: auto;
    font-size: clamp(1.0rem, 1.0vw, 1.0rem);
}
.Sateits .article-thumbnail img {
  width: 100%; /* 幅をコンテナに合わせる */
  height: 200px; /* 高さを固定 */
  object-fit: cover; /* 画像の比率を保ちながら高さに合わせてクロップ */
  border-radius: 5px 5px 0 0;
}
/* タグのスタイル */
.Sateits .article-tags {
  margin-top: 10px;
}

.Sateits .article-tags .tag-label {
  font-weight: bold;
  color: #007acc;
}

.Sateits .article-tags a {
    display: inline-block;
    background-color: #4BB5EB;
    color: #FFF;
    padding: 0px 5px 2px;
    border-radius: 4px;
    text-decoration: none;
    font-size: clamp(0.7rem, 1vw, 0.8rem);
}

.Sateits .article-tags a:hover {
  background-color: #007acc;
  color: #ffffff;
}
/* swiper1 */
.Satei .swiper1 img {
	border-radius: 8px;
}
.Satei .swiper1 h3 {
	margin: 0 auto 16px;
	line-height: 1.3;
}
.Satei .swiper1 h3 a {
	font-size: clamp(0.8rem, 2vw, 1.0rem);
	color: #505050;
}
.Satei .swiper1 .swiper-inner {
    background: #FFFFFF;
    padding: 16px;
    border-radius: 8px;
}
.article-tags span.Cat a{
	background: #07D0D8;
	color: #FFFFFF;
	text-decoration: none;
    padding: 0 0.5rem;
    font-size: clamp(0.7rem, 1vw, 12px);

}
.price-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: clamp(0.7rem, 0.8vw, 14px);
	
}

.price-table th {
    background: #3AC8DC;
    color: #000;
    padding: 10px;
    border: 1px solid #000;
    text-align: center;
}

.price-table td {
    padding: 10px;
    border: 1px solid #000;
    text-align: center;
}

.price-table tr.Price th {
    background: #FFD700; /* 黄色背景 */
}

.price-table tr.Price td {
    color: red; /* 査定価格の数字を赤色に */
    font-weight: bold;
    text-align: center;
    font-size: clamp(1.0rem, 2vw, 18px);
}


@media (max-width: 680px) {
.Sateits .article-thumbnail img {
  height: 150px; /* 高さを固定 */
}
}


/* 仮 */
.Contact {
	background: #FFF;
}
/*******************************
* フォームの設定
********************************/

/* バッジの色 */
.wpcf7 p span.must,
.wpcf7 p span.free {
    font-weight: 400;
    color: #FFF;
}
.wpcf7 p span.Fcol01 {
    font-weight: 400;
    color: #fb0101;
}
.themeform input[type="submit"] {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
}
.wpcf7 input[type="submit"] {
  -webkit-appearance: none;
}
/* 必須マーク */
.must {
	background: #F88F00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #F88F00;
}
.wpcf7 p {
    margin: 0 0px 3em;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"] {
	padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 0.5em;
	width: 80%;
}
.wpcf7 .wpcf7-select {
	padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 0;
}
.wpcf7 textarea {
    width: 80%;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}
/* フォーム入力項目 */
.themeform select {
	padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
/* ファイル選択 */
.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-bottom: 10px;
}
/* 送信ボタン */
input.sub-btn {
	width: 80%;
    padding: 16px 0;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-image: linear-gradient(110deg, #F88F00 33%, #E2DC52);
    border-radius: 8px;
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	color: #FFF; 
	transform: translateY(-10px) scale(1.1);
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}
.themeform button, .themeform input, .themeform label, .themeform select, .themeform textarea {
    font-size: 16px;
}

/***** 固定LP *****/
.LpMv {
    background: #3AC8DC;
	    padding: 0;
    margin: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.LpMv .TitleHeader {
	text-align: center;
	margin: 0 auto 8px;
}
.LpMv .TitleHeader h1 {
    font-size: clamp(1.2rem, 2vw, 32px);
    margin: 8px auto;
    color: #FFF;
    text-align: center;
	font-weight: 400;
}
.LpMv .TitleHeader h1 span {
    font-size: clamp(1.0rem, 2vw, 24px);
    margin: 8px 0 8px 1rem;
    color: #FFF;
    text-align: center;
	font-weight: 500;
}
.LpMv .TitleHeader img {
    max-width: 150px;
}
.scrolling-images {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scroll-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.scroll-content {
  display: flex;
  gap: 24px; /* 画像間の隙間 */
  animation: scroll-right-left 160s linear infinite;
  transform: translateX(-50%); /* 中央開始位置 */
}

.scroll-row.reverse .scroll-content {
  animation: scroll-left-right 160s linear infinite;
  transform: translateX(-50%); /* 中央開始位置 */
}

.scroll-content img {
  width: calc(100% - 48px); /* 左右の隙間を引いた幅 */
  height: auto;
  margin: 0;
  display: block;
}

/* アニメーション: 右から左 */
@keyframes scroll-right-left {
  0% {
    transform: translateX(0); /* 初期位置（中央） */
  }
  100% {
    transform: translateX(-100%); /* 全体が左に移動 */
  }
}

/* アニメーション: 左から右 */
@keyframes scroll-left-right {
  0% {
    transform: translateX(-100%); /* 初期位置（左端） */
  }
  100% {
    transform: translateX(0); /* 全体が右に移動 */
  }
}
.container {
  overflow: hidden;
}
.box01 {
  color: #fff;
  background: #000066;
  border-bottom-left-radius: 800px 200px;
  border-bottom-right-radius: 800px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 200px;
}

.box02 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.box03 {
  background: #000066;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 200px;
}
.RiyutBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: stretch;
	margin-bottom: 32px;
}
.RiyutBox .LeftImg {
	margin-right: 48px;
	flex-shrink: 0;
    width: 40%;
		border-radius: 8px;
}
.RiyutBox .LeftImg img {
	border-radius: 8px;
}
.RiyutBox .RightText {
	width: 60%;
}
.RiyutBox .RightText h3 {
	font-size: clamp(1.0rem, 2vw, 32px);
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 2.0;
    display: inline-block;
    padding: 4px 1rem;
    background: #FFFFFF;
    color: #07D0D8;
}
.RiyutBox .RightText p {
	font-size: clamp(0.8rem, 2vw, 16px);
}
.PointBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px;
    border-radius: 8px;
    align-items: stretch;
    background: #E6F8F9;
	margin-bottom: 32px;
}
.PointBox .LeftImg {
	margin-right: 48px;
	flex-shrink: 0;
    width: 40%;
}
.PointBox .RightText h3 {
	font-size: clamp(1.0rem, 2vw, 32px);
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 2.0;
    display: inline-block;
    padding: 4px 1rem;
    background: #FFFFFF;
    color: #07D0D8;
}
.PointBox .RightText p {
	font-size: clamp(0.8rem, 2vw, 16px);
}
.Area .AreaContents {
    text-align: center;
    background: #E6F8F9;
    padding: 40px;
}
.Area .AreaContents .Text{
	margin-bottom: 48px;
}
@media (max-width: 767px) {
.RiyutBox {
    display: block;
    margin-bottom: 32px;
}
.RiyutBox .LeftImg {
    margin-right: 0;
    width: 100%;
}
.RiyutBox .RightText {
    width: 100%;
}
.RiyutBox .RightText h3 {
    display: block;
    text-align: center;
}
.PointBox {
    display: block;
    padding: 16px;
}
.PointBox .LeftImg {
	margin-right: 0;
    width: 100%;
}
.PointBox .RightText h3 {
	display: block;
	text-align:center;
}
.Area .AreaContents {
    padding: 16px;
}
}
@media (max-width: 480px) {
.LpMv .TitleHeader h1 span {
	display: block;
	margin: 0 auto;
}
}
