@charset "utf-8";

* {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', sans-serif;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

body {
	margin: 0;
	background-color: #dcf4ff;
}

#wrapper {
	margin: 0 auto;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
	.all_wrap {
		overflow: hidden;
	}
	#wrapper{
    overflow-x: hidden;
  }
}

/* MV */
.mv {
  position: relative;
  overflow: hidden;
}

.mv-bg {
  width: 100%;
  display: block;
}

.main-img {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

/* main01の大きさと位置 */
.main01 {
  width: 65%; /* 任意のサイズ */
  top: 15%;
  left: 34%;
  transform: translate(-50%, -50%);
}

/* main02の大きさと位置 */
.main02 {
  width: 83%; /* 任意のサイズ */
  top: 24%;
  left: 57%;
  transform: translate(-50%, -50%);
}

@keyframes zoomInOut1 {
  0%, 40%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes zoomInOut2 {
  0%, 50%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.main01.zoom {
  animation: zoomInOut1 3s ease-in-out infinite;
}

.main02.zoom {
  animation: zoomInOut2 3s ease-in-out infinite;
}

.mv-label {
  position: absolute;       /* MV画像に対して絶対位置 */
  color: #000;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  z-index: 3;               /* 他より前面に */
}

@media screen and (max-width: 767px){
	.mv-label{
  font-size: 4vw;
	top: 83.3%;     
  left: 80.5%;    
	}
}

@media screen and (min-width: 768px){
	.mv-label{
		font-size: 1.4vw;
		top: 85.6%;    
		left: 40.8%;    
		}
}

@media screen and (min-width: 1400px){
	.mv-label{
		font-size: 1.4vw;
		top: 85.6%;    
		left: 40.8%;    
		}
}

/* 共通ヘッダースタイル */
header {
  width: 100%;
  background-color: #fff;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1% 0;
	width: 90%;
}

.mf_log {
  width: 33%;
}
.mf_log img {
  width: 100%;
  height: auto;
}

.header_cta {
  width: 50%;
}
.header_cta img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header_inner {
    padding: 1% 5%;
  }
  .mf_log {
    width: 45%;
  }
  .header_cta {
    width: 50%;
    margin-left: 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.header_inner{
		height: 50px;
		width: 80%;
	}
  .mf_log {
    width: 30%;
  }
  .header_cta {
    width: 30%;
  }
  .main01 {
    width: 36%; 
    top: 27%;
    left: 34%;
  }
  .main02 {
    width: 46%; 
    top: 46%;
    left: 48%;
  }
}
@media screen and (min-width: 981px) {
	.header_inner{
		height: 50px;
		width: 68%;
	}
  .mf_log {
    width: 23%;
  }
  .header_cta {
    width: 25%;
  }
	.main01 {
    width: 36%; 
    top: 27%;
    left: 34%;
  }
  .main02 {
    width: 46%; 
    top: 46%;
    left: 48%;
  }
}

/* CTAエリア */
.current-time {
  text-align: center;
  font-size: 5.5vw;
	font-weight: bold;
  color: #000;
  animation: blink 1s linear infinite; /* 1秒かけて点滅 */
	margin-bottom: 1%;
}

.cta_area{
	background-color: #fff;
    background-repeat: no-repeat;
	padding: 0 0 5% 0;
	margin-top: -2%;
  padding-bottom: 7%;
}
.cta_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 -10px 0;
	padding: 5% 0 0 0;
}
.btn, .mail {
  margin: 0 7%;
	margin-bottom: 3%;
}
.mail {
  display: block;
  width: 86%; /* ボタンと揃えるため任意で調整可能 */
  margin: 0 auto;
}

.mail img {
  width: 100%;
  height: auto;
  display: block;
}


@media screen and (min-width: 768px){
	.current-time {
		text-align: center;
		font-size: 2vw;
		margin-bottom: 1%;
	}
	.cta_area{
		padding: 0 0 3% 0;
	}
}

@media screen and (min-width: 768px) {
  .cta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    padding: 0 16%;
  }

  .btn,
  .mail {
    width: 47%;
    margin: 0;
    flex-shrink: 0;
  }
	.mail{
		width: 94%;
	}

  /* <a>タグが小さくならないようにする */
  .cta_btn > a {
    display: block;
    width: 47%;
  }

  /* 各画像を幅いっぱいに広げる */
  .btn img,
  .mail img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* メール画像だけ少し上に */
  .mail img {
    margin-top: -15px;
  }
}

@media screen and (min-width: 1200px){
	.current-time {
		text-align: center;
		font-size: 2vw;
		margin-bottom: 1%;
	}
	.cta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    padding: 0 25%;
  }
}

/* ボタンアニメ */
@keyframes anime{
	0%{transform:scale(.95); opacity:1}
	90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
	}
	.btn_anm {
		position: relative;
		margin-top: 3%;
		margin-bottom: 5%;
		transition: .2s;
	}
	.btn_anm:before, .btn_anm:after {
		content: "";
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		top: -3px;
		left: 0;
		border-radius: 10px;
		background: #ffc3a2;
		border: 1px solid #ffae82;
		transform: translate3d(0,0,0);
	}
	.btn_anm:before {
		animation: anime 2s ease-out infinite;
	}
	.btn_anm:after {
	 animation: anime 2s ease-out 1s infinite;
	}
	.btn_anm a {
		display: block;
		border-radius: 32px;
		text-align: center;
		text-decoration: none;
	}
	.btn_anm span {
		display: block;
		position: relative;
		font-family: sans-serif;
	}
	.btn_anm span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		width: 8px;
		height: 8px;
		margin: -4px 0 0 0;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		transform: translateX(5px) rotate(45deg);
	}
	.btn img {
			z-index: 10;
			position: relative;
	}

/* アニメーション */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes zoomIn {
	to {
			transform: scale(1.5);
	}
}

@keyframes poyopoyo {
	0%, 40%, 60% {
			transform: scale(1.0);
	}
	50% {
			transform: scale(1.05);
	}
}

@keyframes poyopoyo2 {
	0%, 60%, 80% {
			transform: scale(1.0);
	}
	70% {
			transform: scale(1.05);
	}
}

/* フッター */
footer {
	background-color: #333;
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	font-size: 1vw;
	margin: 0 auto;
}

.footer_text p {
  line-height: 1.1; /* デフォルトより狭め */
  margin: 0.3em 0;  /* 上下の余白も少し詰める場合 */
  font-size: 1rem;  /* 必要に応じて調整 */
	margin-top: 2%;
}

footer img {
	max-width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 5%;
}
.fixed-call-footer {
	display: none;
}
@media only screen and (max-width: 767px) {
	footer {
		font-size: 3vw;
	}
	.footer_text p {
		line-height: 1.5; /* デフォルトより狭め */
		margin: 0.3em 0;  /* 上下の余白も少し詰める場合 */
		font-size: 0.6rem;  /* 必要に応じて調整 */
		margin-top: 2%;
	}
}
@media only screen and (min-width: 768px) {
	footer img {
		max-width: 20%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1%;
		margin-bottom:1.2%;
	}
	.footer_text p {
		line-height: 1.1; /* デフォルトより狭め */
		margin: 0.3em 0;  /* 上下の余白も少し詰める場合 */
		font-size: 0.7rem;  /* 必要に応じて調整 */
		margin-top: 1%;
	}
}

/* トラブル */
.trouble_bg {
  background: url('../img/trouble_bg.webp') no-repeat center center;
  background-size: cover;
  padding: 5% 0;
}

.trouble_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vw;
	margin-top: 5%;
	margin-bottom: 5%;
}

.trouble_inner img {
  width: 85%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px){
	.trouble_inner {
		gap: 2vw;
		margin-top: 0%;
		margin-bottom: 0%;
	}
	.trouble_bg {
		background: url('../img/trouble_bg_pc.webp') no-repeat center center;
		background-size: 120%;
		padding: 4% 0;
	}
	.trouble_inner img {
		width: 60%;
	}
	.trouble_inner img.lazyload.pc:nth-of-type(4) {
		width: 85% !important; /* 好きなサイズに調整してください */
		height: auto; /* アスペクト比を維持 */
    max-width: 1100px;
	}
}


/* 注意 */
.chui_bg {
  background: url('../img/chui_bg.webp') no-repeat center center;
  background-size: cover;
  padding: 5% 0;
  display: flex;
  justify-content: center;
}

.chui_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -7vw;
  width: 100%;
  max-width: 1200px; /* 中央寄せ用の最大幅制限（任意） */
	margin-top: -1%;
	margin-bottom: 5%;
}

.chui_inner img {
  width: 90%;
  height: auto;
  display: block;
  margin-top: -2%;
}

.chui_ttl {
  text-align: center;
  width: 100%;
}

.chui_ttl img {
  display: inline-block;
  width: 90%;
  height: auto;
	margin: 0 auto;
}

.chui_inner img:last-of-type {
  margin-top: -7%; /* 必要に応じて調整（マイナスで上に詰める） */
}

@media screen and (min-width: 768px){
	.chui_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5.5vw;
		margin-top: 6%;
		margin-bottom: 4%;
	}
  .chui_inner img {
    width: 80%;
    height: auto;
    display: block;
  }
	.chui_bg {
		background: url('../img/chui_bg_pc.webp') no-repeat center center;
		background-size: cover;
		padding: 0% 0;
	}
	.chui_inner img:last-of-type {
		margin: 0 auto;
		margin-top: -5%; 
	}
	.chui_ttl img {
		width: 67%;
	}
}


/* おまかせ */
.omakase_bg {
  background: url('../img/omakase_bg.webp') no-repeat center center;
  background-size: cover;
  padding-bottom: 10%;
  display: flex;
  justify-content: center;
}

.omakase_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4vw; /* タイトルと内容の間隔 */
  width: 100%;
	margin-top: 2%;
	max-width: 1200px;
}

.omakase_ttl {
  text-align: center;
  width: 100%;
}

.omakase_ttl img {
  display: inline-block;
  width: 85%;
  height: auto;
	margin: 0 auto;
	margin-top: -3%;
}

.omakase_img {
  width: 90%;
  height: auto;
  display: block;
  margin-top: -1vw; /* もっと上にしたい場合は調整 */
}

@media screen and (min-width: 768px){
	.omakase_inner {
		gap: 1.5vw; /* タイトルと内容の間隔 */
		width: 100%;
		margin-top: -0.5%;
		max-width: 1200px;
	}
	.omakase_bg {
		background: url('../img/omakase_bg_pc.webp') no-repeat center center;
		background-size: cover;
		padding-bottom: 8%;
    padding-top: 0.8%;
    margin-bottom: 2.5%;
	}
  .omakase_img {
    width: 80%;
    height: auto;
    display: block;
    margin-top: -1vw; /* もっと上にしたい場合は調整 */
    margin-bottom: -7%;
  }
	.omakase_ttl img {
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1400px){
  .omakase_inner {
		gap: 0.5vw; /* タイトルと内容の間隔 */
		width: 100%;
		margin-top: -0.5%;
		max-width: 1200px;
	}
	.omakase_bg {
		background: url('../img/omakase_bg_pc.webp') no-repeat center center;
		background-size: cover;
		padding-bottom: 11%;
    padding-top: 0.8%;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px){
  .omakase_inner {
		gap: 0.5vw; /* タイトルと内容の間隔 */
		width: 100%;
		margin-top: -0.5%;
		max-width: 1200px;
	}
	.omakase_bg {
		background: url('../img/omakase_bg_pc.webp') no-repeat center center;
		background-size: cover;
		padding-bottom: 13%;
    padding-top: 0.8%;
	}
}

/* 見積もり */
.mitsumori_bg {
  background-color: #fff8e1;
  padding-top: 9%;
	padding-bottom: 5%;
  display: flex;
  justify-content: center;
	padding-bottom: -5%;
}

.mitsumori_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.mitsumori_ttl {
  text-align: center;
  width: 100%;
}

.mitsumori_ttl img {
  display: inline-block;
  width: 80%;
  height: auto;
}

.mitsumori_img {
  width: 90%;
  height: auto;
  display: block;
}

/* 対応メーカー */
.company_bg {
  background-color: #fff8e1;
  padding-bottom: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_img {
  width: 88%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .mitsumori_company_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    background-color: #fff8e1;
    gap: 0%;
    padding: 3% 0;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .mitsumori_wrap,
  .company_wrap {
    width: 45%; /* 画面小さめなので狭めに */
    box-sizing: border-box;
  }

  .mitsumori_inner,
  .company_bg {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mitsumori_img,
  .company_img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: contain;
  }
	.mitsumori_bg {
		padding-top: 0%;
		padding-bottom: 5%;
		display: flex;
		justify-content: center;
		padding-bottom: -5%;
	}
}

@media screen and (min-width: 1000px) {
  .mitsumori_company_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    background-color: #fff8e1;
    gap: 30px; /* pxで固定間隔 */
    padding: 3% 0;
    margin: 0 auto;
		padding-bottom: 1%;
  }

  .mitsumori_wrap,
  .company_wrap {
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }

  .mitsumori_inner,
  .company_bg {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mitsumori_img,
  .company_img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: contain;
  }
	.mitsumori_bg {
		padding-top: 0%;
		padding-bottom: 5%;
		display: flex;
		justify-content: center;
		padding-bottom: -5%;
	}
	.company_bg {
		padding-bottom: 0%;
	}
}


/* 選ばれる理由 */
.reason_bg {
  background: url('../img/reason_bg.webp') no-repeat center center;
  background-size: cover;
	background-color: #fff;
  padding: 10% 0;
  display: flex;
  justify-content: center;
}
.reason_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw; /* タイトルと画像の間隔 */
  width: 100%;
}

.reason_ttl {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.reason_ttl img {
  width: 85%;
  height: auto;
  display: inline-block;
}

.reason_img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
	.reason_inner {
		gap: 1vw; /* タイトルと画像の間隔 */
	}
	.reason_bg {
		background: url('../img/reason_bg_pc.webp') no-repeat center center;
		background-size: cover;
		background-color: #fff;
		padding: 5% 0;
		display: flex;
		justify-content: center;
	}

  .reason_ttl img {
    max-width: 570px;
    min-width: 350px;
    width: 40%; /* タイトル画像を小さく */
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .reason_img.pc {
    width: 78%; /* 本体画像も小さく */
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 3% auto 0;
  }
}


/* お客様の声 */
.voice_ttl{
	width: 55%;
	margin: 0 auto;
	margin-top: 11%;
	margin-bottom: 6%;
}
/*------ スライダーの横幅 ------*/
.slider{
	width:90%;
	margin:0 auto;
  }
  
  /*------ スライダー画像 ------*/
  .slider img{
	  width:96%;
	  margin: 0 auto;
	 
  }
  
  /*-------- 高さ調整 ----------*/
  .slider .slick-slide{
	  height:auto!important;
  }
  
  /*---------- 矢印 ----------*/

  .slick-next{ right:29%!important;}
  .slick-prev{ left:29%!important; }
  .slick-next:before{
	background: url(../img/yajirushi2.webp)!important;
	background-size: contain!important;
  }
  .slick-prev:before{
	background: url(../img/yajirushi.webp)!important;
	  background-size: contain!important;

  }
  .slick-arrow{
	  z-index:2!important;
	  width:45px!important;
	  height:45px!important;
  }
  .slick-arrow:before{
	  content:""!important;
	  width: 100%!important;
	  height: 100%!important;
	  position: absolute;
	  top: 0;
	  left: 0;
	  opacity:1!important;
  }
  .slick-dotted.slick-slider {
    margin-top: 3%!important;
}
@media only screen and (max-width: 767px){
	.slick-arrow{
		z-index:2!important;
		width:30px!important;
		height:30px!important;
	}
	.slick-next{ right:-9px!important;}
	.slick-prev{ left:-9px!important; }
}

.slick-dotted.slick-slider {
	margin-bottom: 15%!important;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #00aeff!important;
	-webkit-font-smoothing: antialiased;
}

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

  .safe {
    background-color: #01aeff;
  }
  .safe_content {
      width: 55%;
      min-width: 600px;
      margin: auto;
      padding: 1.1% 0 0;
  }
  .slider {
    max-width: 1400px;
    margin: 0 auto;
  }
  .voice_ttl{
    max-width: 350px;
    min-width: 320px;
    width: 20%; 
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 3%;
  }
	.slider-pc {
    margin: 0 auto;
    padding: 0;
    max-width: 1400px;
    overflow: hidden;
  }

  .slider-pc .slick-list {
    margin: 0;
    padding: 0 !important;
  }

  .slider-pc .slick-track {
    margin-left: 0 !important;
  }

  .slider-pc .slick-slide {
    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.3s ease;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .slider-pc .slick-center {
    opacity: 1;
    transform: scale(1);
  }

  .slider-pc .slide_contents img {
    width: 100%;
    height: auto;
    display: block;
  }

  .slider-pc .slick-track {
    display: flex !important;
    align-items: center;
    margin-left: 0 !important;
  }

  /* 矢印調整 */
  .slider-pc .slick-prev,
  .slider-pc .slick-next {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slider-pc .slick-prev {
    left: 29% !important;
  }

  .slider-pc .slick-next {
    right: 29% !important;
  }
	..slider-pc .slick-dots {
    position: absolute;
    bottom: -30px; /* 画像の下に配置。必要に応じて調整 */
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    z-index: 5;
  }
  
  .slider-pc .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  
  .slider-pc .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b0e2fc;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
  }
  
  .slider-pc .slick-dots .slick-active button {
    background: #00aeff !important; 
  }
  .slick-dotted.slick-slider {
    margin-bottom: 3%!important;
    padding-bottom: 5% !important;
  }
  .slick-dots {
    position: absolute;
    bottom: 6% !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-prev, .slick-next {
  top: 41% !important;
}
}

@media screen and (min-width: 768px) {
  .slider .slick-slide {
    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.3s ease;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .slider .slick-center {
    opacity: 1;
    transform: scale(1);
  }
}



/* 対応地域 */
.map_bg {
  background: url('../img/map_bg.webp') no-repeat center center;
	background-color: #fff;
  background-size: cover;
  padding: 11% 0;
  display: flex;
  justify-content: center;
}

.map_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.map_ttl {
  width: 70%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.map_ttl img {
  width: 70%;
  height: auto;
  display: inline-block;
}

.map_img {
  width: 90%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px){
  .map_ttl img {
    max-width: 300px;
    min-width: 150px;
    width: 33%;
    min-width: 200px;
    height: auto;
    display: inline-block;
    margin-bottom: 4%;
  }
  .map_bg {
    background: url('../img/map_bg_pc.webp') no-repeat center center;
    background-color: #fff;
    background-size: cover;
    padding: 6% 0;
    display: flex;
    justify-content: center;
  }
  .map_img {
    width: 78%;
    min-width: 650px;
    height: auto;
    display: block;
  }
}


/* 施行完了までの流れ */
.flow_bg {
  background-color: #00aeff;
  padding: 10% 0;
  display: flex;
  justify-content: center;
}

.flow_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
  width: 100%;
}

.flow_ttl {
  text-align: center;
  margin: 0;
  padding: 0;
}

.flow_ttl img {
  width: 70%;
  height: auto;
  display: inline-block;
}

.flow_img {
  width: 95%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px){
  .flow_bg {
    padding: 5% 0;
  }
  .flow_ttl img {
    width: 80%;
    max-width: 700px;
  }
  .flow_img {
    width: 75%;
    min-width: 730px;
    height: auto;
    display: block;
  }
  .flow_inner {
    gap: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) { 
  .flow_ttl img {
    width: 55%;
  }
}


/*QA*/
.QA_ttl{
	width: 30%;
  min-width: 300px;
  max-width: 400px;
	margin: 0 auto;
	margin-bottom: 3%;
}
.qa-area{
  padding-top: 5%;
  background-color: #fff;
  padding-bottom: 5%;
}
.accordion-menu dt {
  background: #00aeff;
  padding: 0.8rem 1.2rem 0.8rem 3rem;  /* ← 左に余白追加してQのスペース確保 */
  color: #fff;
  border-radius: 10px;
  margin-top: 1.5%;
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
}

/* ← Qの装飾をAと揃えるためにabsoluteに変更 */
.accordion-menu dt::before {
  content: 'Q';
  position: absolute;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.accordion-menu dt::after {
  content: '+';
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.accordion-menu dt.open::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-menu dt:first-child {
border-top: none;
}
.accordion-menu dd {
display: none;
padding: 1rem;
border-radius: 10px;
color: #000;
margin-inline-start: 0px;
border: 2px solid #00aeff;
margin-bottom: 20px;
position: relative;
padding-left: 3rem;
font-weight: bold;
font-size: 1.2rem;
}
.accordion-menu dd::before{
position: absolute;
content: 'A';
font-size: 1.7rem;
font-weight: bold;
margin-right: 5px;
vertical-align: middle;
color: #00aeff;
top: 0.5rem;
left: 1rem;
}
.qa-area dl{
width: 45%;
min-width: 620px;
margin: 0 auto;
}

@media (max-width: 767px){
  .QA_ttl{
    width: 60%;
    min-width: 100px;
    margin: 0 auto;
    margin-bottom: 5%;
    margin-top: 6%;
  }
  .qa-area dl {
    width: 90%;
    min-width: 300px;
    margin: 0 auto;
}
.accordion-menu dt {
  background: #00aeff;
  padding: 0.8rem 1.2rem 0.8rem 3rem;  
  color: #fff;
  border-radius: 10px;
  margin-top: 2%;
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}
.accordion-menu dd {
  font-size: 1rem;
  }
}


/* フォームタイトル */
	.form01_ttl {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.form01_ttl img {
		width: 60%;
		height: auto;
		display: inline-block;
		margin-bottom: 2%;
	}

@media screen and (min-width: 768px){
  .form01_ttl img {
		width: 22%;
    min-width: 310px;
    max-width: 500px;
		height: auto;
		display: inline-block;
		margin-bottom: 1%;
	}
}

/* 追従表示スタイル */
.floating {
  display: none; /* 初期は非表示、SPでのみJS制御で表示 */
}

.floating.show {
  display: block;
}

.floating_inner {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 800;
  transition: 0.5s;
}

.following_bg {
  width: 100%;
  max-width: 700px;
  height: auto;
}

.floating_cta {
  position: absolute;
  bottom: 3px;
  width: 91%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-bottom: 10px;
}

.floating_cta img {
  width: 100%;
  margin: 0 auto;
}

.floating_message {
  color: #fff;
  font-size: 4vw;
  text-align: center;
  margin-bottom: 10px;
}

.highlight-number {
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(255, 0, 0);
}

.highlight-text {
  font-size: 1em;
  font-weight: bold;
  color: rgb(255, 0, 0);
}

#current-time {
  font-size: 0.8em;
  margin-left: 15%;
  line-height: 1.2;
  color: #000;
  margin-top: 10px;
  margin-bottom: 1%;
	font-weight: bolder;
}
.smaller-text {
  font-size: 0.9em;
}
@media screen and (max-width: 374px) {
  #current-time {
    font-size: 0.7em;
  }
}

/* スマホのみ有効にする */
@media only screen and (max-width: 767px) {
  .floating {
    display: none; /* デフォルト非表示、.show で制御 */
  }

  .floating.show {
    display: block;
  }
}

.form_ttl{
	width: 100%;
	margin: 0 auto;
	margin-top: 3%;
	margin-bottom: -11%;
}

.form_ttl img {
	width: 70%;
	height: auto;
	display: inline-block;
	margin-bottom: 3%;
}

@media screen and (min-width: 981px){
	.form_ttl img{
		width: 22%;
    min-width: 350px;
    max-width: 500px;
		margin-bottom: 9%;
		margin-top: 3%;
	}
}

button, input, select, textarea {
	-webkit-appearance: none; /* iOSの独特なボタンスタイルを無効化 */
	appearance: none;
}
.form_tbl select,
.form_tbl input,
.form_tbl textarea {
  border: 1.5px solid #cacaca;
  border-radius: 5px;

  -webkit-appearance: none; /* iOS Safariのデフォルトスタイル解除 */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* 標準仕様 */
  background-color: #fff;  /* 背景色を白に固定 */
  color: #000;             /* 文字色も黒に */
}

/* 募集 */
@media screen and (min-width: 768px){
  .bosyu_wrap{
    background-color:#f1f1f1 ;
    margin-top: -6%;
    padding-bottom: 1%;
  }
  .bosyu_wrap img{
    margin: 0 auto;
    max-width: 800px;
    min-width: 650px;
    width: 70%;
  }
}

/* 追従ボタン */
.shine {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}

.shine::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation-name: shine-run;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  z-index: 2;
}

@keyframes shine-run {
  0% {
      transform: scale(0) rotate(50deg);
      opacity: 0;
  }

  40% {
      transform: scale(1) rotate(50deg);
      opacity: 1;
  }

  100% {
      transform: scale(250) rotate(50deg);
      opacity: 0;
  }
}

@keyframes doubleBounce {
  0%   { transform: translateY(0); }
  12.5%  { transform: translateY(5px); }
  25%  { transform: translateY(0); }
  37.5%  { transform: translateY(5px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.shine {
  position: relative;
  overflow: hidden;
  animation: doubleBounce 2s ease-in-out infinite;
}

.white-text {
  color: #ff0000;
  font-weight: bolder;
}