@charset "utf-8";
body{
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  color:#000;
  text-align:left;
  overflow-x:hidden;
  margin:0;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 750px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	    body .sp-item img {
		  width:100%;}
}

@media screen and (max-width: 750px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


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

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}

.ul{
  text-decoration-line: underline;
}

.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ----------------------------------------------------
    共通項目
---------------------------------------------------- */
/* ブラウザ幅が1280px以上の場合bodyの幅は1280px
ブラウザ幅が1280px以下の場合bodyの幅はブラウザ幅と同じ */

body{
  margin:0;
}

/* ----------------------------------------------------
    PC / SP 共通切替
---------------------------------------------------- */

.pc-item{
  display:block;
}

.sp-item{
  display:none;
}

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

  .pc-item{
    display:none;
  }

  .sp-item{
    display:block;
  }

  .sp-item img{
    width:100%;
  }

}

/* ----------------------------------------------------
    CTA animation (sec03 + sec09 共通)
---------------------------------------------------- */

@keyframes ctaPractical{

  0%{
    transform:scale(1);
    filter:drop-shadow(0 4px 8px rgba(0,0,0,0.12));
  }

  4%{
    transform:scale(1.08);
    filter:drop-shadow(0 8px 16px rgba(0,0,0,0.18));
  }

  8%{
    transform:scale(1);
    filter:drop-shadow(0 4px 8px rgba(0,0,0,0.12));
  }

  12%{
    transform:scale(1.08);
    filter:drop-shadow(0 8px 16px rgba(0,0,0,0.18));
  }

  16%{
    transform:scale(1);
    filter:drop-shadow(0 4px 8px rgba(0,0,0,0.12));
  }

  100%{
    transform:scale(1);
    filter:drop-shadow(0 4px 8px rgba(0,0,0,0.12));
  }

}

@-webkit-keyframes ctaPractical{

  0%{
    -webkit-transform:scale(1);
  }

  4%{
    -webkit-transform:scale(1.06);
  }

  8%{
    -webkit-transform:scale(1);
  }

  12%{
    -webkit-transform:scale(1.06);
  }

  16%{
    -webkit-transform:scale(1);
  }

  100%{
    -webkit-transform:scale(1);
  }

}

/* ----------------------------------------------------
    layout
---------------------------------------------------- */

.fv-inner{
  max-width:1024px;
  margin:0 auto;
}

.wrap{
  max-width:724px;
  margin:0 auto;
}

.fv-inner img,
.wrap img{
  width:100%;
  display:block;
  height:auto;
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */

.site-header{
  background:#154278;
	padding: 10px 0;
  width:100vw;
  margin-left:calc(50% - 50vw);
}

.site-header .fv-inner{
  width:100%;
  max-width:1024px;
  margin:0 auto;
}

.site-header h1{
  margin:0;
}

.site-header img{
  display:block;
  width:100%;
  height:auto;
}

.pc-item{display:block;}
.sp-item{display:none;}

 @media (max-width:750px){

  .site-header .fv-inner{
    max-width:none;
    text-align:center;
  }

  .site-header h1{
    margin:0;
    text-align:center;
  }

  .site-header h1 img{
    width:94%;
    margin:0 auto;   /* ←これ追加が重要 */
  }

  .pc-item{display:none;}
  .sp-item{display:block;}

}

/* ----------------------------------------------------
    fv
---------------------------------------------------- */
.fv{
  background:
    linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.45)),
    url("../images/bg_fv.jpg") center top / 2050px auto no-repeat;
  padding: 60px 0 80px;
}

/* ----------------------------------------------------
    sec03 CTA
---------------------------------------------------- */

.sec03{
  padding:30px 0;
  text-align:center;
}

.sec03 .cont{
	padding-bottom: 20px;
  margin:12px auto 0;
}

.sec03 .cont p{
  margin:0;
  line-height:1.7;
	font-size: 16px;
	}

/* CTAリンク */
.sec03 .cta-btn{
  display:inline-block;
  text-decoration:none;
  -webkit-tap-highlight-color:transparent;
}

/* CTA画像 */

.sec03 .cta-btn img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  transition:opacity 0.3s;
  transform-origin:center center;
  will-change:transform, filter;
  animation:ctaPractical 2.6s infinite;
  -webkit-animation:ctaPractical 2.6s infinite;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

/* ----------------------------------------------------
    sec03 responsive
---------------------------------------------------- */

@media (max-width:750px){

  .sec03{
    padding:25px 0 35px;
  }

  .sec03 .cta-btn{
    display:block;
    width:94%;
    margin:0 auto;
  }

  .sec03 .cta-btn img{
    width:100%;
    max-width:none;
  }

  .sec03 .cont{
    margin-top:12px;
  }

	.sec03 .cont p{
		font-size: 16px;
	}

}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */

.sec01{
  text-align:center;
  padding:80px 0;
}

.sec01 img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

@media (min-width:751px){

  .sec01 img{
    max-width:996px;
  }

  .sec01{
    margin-bottom:-50px;
  }

}

@media (max-width:750px){

  .sec01{
    padding:28px 0 18px;
    margin-bottom:0;
  }

  .sec01 .fv-inner{
    padding:0 20px;
    box-sizing:border-box;
  }

  .sec01 .pc-item{display:none;}
  .sec01 .sp-item{display:block;}

}

/* ----------------------------------------------------
   sec02
---------------------------------------------------- */

.sec02{
  background:#fefefe;
  padding:40px 0;
  text-align:center;
}

.sec02 .wrap{
  max-width:1024px;
  width:100%;
  margin:0 auto;
}

.sec02 h2{
  margin:0 0 40px;
}

.sec02 h2 img{
  display:block;
  width:100%;
  max-width:724px;
  height:auto;
  margin:0 auto;
}

/* lazy youtube */
.youtube-lazy{
  width:100%;
  max-width:724px;
  margin:0 auto;
  position:relative;
  background:transparent;
}

.youtube-lazy_btn{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  cursor:pointer;
  transition:transform .35s ease, opacity .35s ease;

  /* iPhone Safari 対策 */
  -webkit-appearance:none;
  appearance:none;
  border-radius:0;
  box-shadow:none;
  outline:none;
  -webkit-tap-highlight-color:transparent;
}

.youtube-lazy_btn.is-play{
  transform:scale(.94);
  opacity:.85;
}

.youtube-lazy_cover{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  background:transparent;
  border:0;
}

/* 再生ボタン */
.youtube-lazy_play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:96px;
  aspect-ratio:68 / 48;
  background:#ff0033;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,0,0,0.18);
  transition:transform .25s ease;
  pointer-events:none;
}

.youtube-lazy_play::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-40%,-50%);
  width:0;
  height:0;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  border-left:22px solid #fff;
}

/* hover（PC向け） */
.youtube-lazy_btn:hover .youtube-lazy_play{
  transform:translate(-50%,-50%) scale(1.05);
}

.youtube-lazy_btn:hover .youtube-lazy_cover{
  filter:brightness(0.96);
}

/* iframe表示後 */
.youtube-lazy_iframe-wrap{
  position:relative;
  width:100%;
  background:transparent;
}

.youtube-lazy_iframe{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  border:0;
  background:#000;
}

/* ----------------------------------------------------
   sec02 responsive
---------------------------------------------------- */

@media (max-width:750px){

  .sec02{
    padding-top:0;
    padding-bottom:40px;
  }

  .sec02 h2 img{
    width:82%;
  }

  .youtube-lazy{
    width:94%;
  }

  .youtube-lazy_play{
    width:72px;
    border-radius:12px;
  }

  .youtube-lazy_play::before{
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:16px solid #fff;
  }

  /* iPhone Safari で hover風の残りを抑える */
  .youtube-lazy_btn:hover .youtube-lazy_play{
    transform:translate(-50%,-50%);
  }

  .youtube-lazy_btn:hover .youtube-lazy_cover{
    filter:none;
  }
}

/* ----------------------------------------------------
    secworks-sample
---------------------------------------------------- */
.works-sample{
    background:#fefefe;
}


.works-sample h2 img{
  width:362px;
}

.works-sample{
padding:30px 20px;
margin-bottom: 30px;
}

.works-sample_inner{
max-width:1024px;
margin:0 auto;
}

.works-sample_title{
margin:0 0 10px;
font-size:32px;
font-weight:700;
text-align:center;
color:#1f3f78;
}

.works-sample_lead{
margin:0 0 32px;
font-size:16px;
text-align:center;
color:#555;
}

.works-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.work-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  transition:transform .3s ease, box-shadow .3s ease;
}

.work-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,0.14);
}

.work-card_video{
position:relative;
width:100%;
aspect-ratio:16/9;
}

.work-card_video iframe{
width:100%;
height:100%;
border:0;
}

.work-card_title{
margin:16px 16px 8px;
font-size:18px;
font-weight:700;
}

.work-card_text{
margin:0 16px 18px;
font-size:14px;
color:#666;
}

/* スマホ */

@media (max-width:768px){
.works-sample h2 img{
  width:60%;
}

.works-grid{
grid-template-columns:1fr;
gap:18px;
}

.works-sample_title{
font-size:24px;
}

}

/* ----------------------------------------------------
    sec04_01
---------------------------------------------------- */

.sec04_01{
  background:#f2f2f2;
  padding:50px 0;
  text-align:center;
}

.sec04_01 h2,
.sec04_01 h3,
.sec04_01 figure{
  margin:0;
}

.sec04_01 img{
  display:block;
  margin:0 auto;
  max-width:100%;
}

.sec04_01 h2{
  margin-bottom:30px;
}

.sec04_01 h2 img{
  width:590px;
}

.sec04_01 .figure-man{
  margin-bottom:30px;
}

.sec04_01 .figure-man img{
  width:540px;
  padding-right:20px;
}

.sec04_01 h3{
  margin:20px 0 0;
  padding-top:30px;
}

.sec04_01 h3 img{
  width:260px;
}

/* ----------------------------------------------------
    sec04_02
---------------------------------------------------- */

.sec04_02{
  background:#154278;
  padding:50px 0;
  text-align:center;
}

.sec04_02 figure{
  margin:0;
}

.sec04_02 img{
  display:block;
  margin:0 auto;
  max-width:100%;
}

.sec04_02 .sec04_02_img01{
  margin-bottom:30px;
}

@media (max-width:750px){

	.sec04_01 h3{
  margin:0 auto;
  padding-top:20px;
	padding-bottom: 10px;
}

	.sec04_01 .figure-man{
  margin-bottom:0px;
}

  .sec04_01{
    padding:40px 0 5px;
  }

  .sec04_02{
    padding:40px 0;
  }

  .sec04_01 .pc-item,
  .sec04_02 .pc-item{
    display:none;
  }

  .sec04_01 .sp-item,
  .sec04_02 .sp-item{
    display:block;
  }

  .sec04_01 h2 img{
    width:86%;
  }

	.sec04_02 .sec04_02_img01{
  margin-bottom:20px;
}

  .sec04_01 .figure-man img{
    width:82%;
    padding-right:0;
  }

  .sec04_01 h3 img{
    width:58%;
  }

  .sec04_02 img{
    width:94%;
  }

}

/* ----------------------------------------------------
    sec05
---------------------------------------------------- */

.sec05{
  background:#fefefe;
  padding:50px 0;
  text-align:center;
}

.sec05 h2,
.sec05 figure{
  margin:0;
}

.sec05 img{
  display:block;
  margin:0 auto;
  max-width:100%;
}

.sec05 h2{
  margin-bottom:10px;
}

.sec05 h2 img{
  width:660px;
}

.sec05 figure{
  margin:0 auto 40px;
}

.sec05 figure:last-child{
  margin-bottom:0;
}

@media (max-width:750px){

  .sec05{
    padding:40px 0;
  }

  .sec05 .pc-item{
    display:none;
  }

  .sec05 .sp-item{
    display:block;
  }

  .sec05 h2 img{
    width:86%;
  }

  .sec05 figure{
    margin:0 auto 24px;
  }

  .sec05 figure img{
    width:90%;
  }

}

/* =================================
   sec06
================================= */

.sec06{
  padding: 80px 20px 48px;
  background: #f2f2f2;
}

.sec06 .wrap{
  max-width: 1024px;
  margin: 0 auto;
}

/* 見出し共通 */
.sec06 h2,
.sec06 h3{
  margin: 0;
  text-align: center;
}

.sec06 h2{
  margin-bottom: 32px;
}

.sec06 h3{
  margin: 64px 0 0;
}

/* 見出し画像サイズ */
.sec06 h2 img{
  display: block;
  width: 310px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.sec06 h3 img{
  display: block;
  width: 360px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* figure 共通 */
.sec06 figure{
  margin: 0;
}

.sec06 figure img{
  display: block;
  width: 724px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* PC / SP 切り替え */
.sec06 .pc-item{
  display: block;
}

.sec06 .sp-item{
  display: none;
}

/* 料金画像だけ少し広め */
.sec06 h3 + figure img{
  width: 820px;
  max-width: 100%;
}

/* =================================
   tablet
================================= */

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

  .sec06{
    padding: 64px 16px 32px;
  }

  .sec06 h2{
    margin-bottom: 32px;
  }

  .sec06 h3{
    margin: 56px 0 0;
  }
}

/* =================================
   SP
================================= */

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

  .sec06{
    padding: 56px 10px 32px;
  }

  .sec06 .wrap{
    max-width: 100%;
  }

  /* PC / SP 切り替え */
  .sec06 .pc-item{
    display: none;
  }

  .sec06 .sp-item{
    display: block;
  }

  /* 見出し余白 */
  .sec06 h2{
    margin-bottom: 24px;
  }

  .sec06 h3{
    margin: 48px 0 0;
  }

  /* 見出しサイズ */
  .sec06 h2 img{
    width: 220px;
  }

  .sec06 h3 img{
    width: 250px;
  }

  /* SP画像はフル幅 */
  .sec06 figure img{
    width: 100%;
    max-width: 100%;
  }

  /* 3プラン縦画像の間隔 */
  .sec06 figure + figure{
    margin-top: 12px;
  }

  /* h3直下の料金画像は間隔リセット */
  .sec06 h3 + figure{
    margin-top: 0;
  }
}

/* ----------------------------------------------------
    sec06 CTA
---------------------------------------------------- */

.sec06_cta{
  background:#f2f2f2;
  padding:16px 0 56px;
  text-align:center;
}

.sec06_cta .wrap{
  max-width:724px;
  margin:0 auto;
}

.cta-note{
  margin:10px 0 16px;
  font-size:16px;
  color:#333;
  text-align:center;
  line-height:1.6;
}

/* CTAリンク */

.sec06_cta .cta-btn{
  display:inline-block;
  text-decoration:none;
  -webkit-tap-highlight-color:transparent;
}

/* CTA画像 */

.sec06_cta .cta-btn img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  transition:opacity 0.3s;
  transform-origin:center center;
  will-change:transform, filter;
  animation:ctaPractical 2.6s infinite;
  -webkit-animation:ctaPractical 2.6s infinite;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

/* ----------------------------------------------------
    sec06 CTA responsive
---------------------------------------------------- */

@media (max-width:750px){

  .sec06_cta{
    padding:8px 0 40px;
  }

  .sec06_cta .cta-btn{
    display:block;
    width:94%;
    margin:0 auto;
  }

  .sec06_cta .cta-btn img{
    width:100%;
    max-width:none;
  }

}

/* =================================
   secstep
================================= */

.secstep{
  padding: 64px 20px 80px;
  background: #f2f2f2;
}

.secstep .wrap{
  max-width: 1024px;
  margin: 0 auto;
}

.secstep h2{
  margin: 0 0 24px;
}

.secstep h2 img{
  display: block;
  width: 628px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.secstep_txt{
  margin: 0 0 32px;
  text-align: center;
  font-size: 24px;
  line-height: 1.9;
  font-weight: 500;
  color: #4a4a4a;
}

.secstep_accordion{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.secstep_item{
  width: 100%;
  margin: 0;
  border: 0;
}

.secstep_summary{
  display: block;
  list-style: none;
  cursor: pointer;
}

.secstep_summary::-webkit-details-marker{
  display: none;
}

.secstep_summary img{
  display: block;
  width: 700px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}

.secstep_summary:hover img{
  opacity: .96;
  transform: translateY(-2px);
}

.secstep_item[open] .secstep_summary img{
  transform: translateY(-1px);
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.08));
}

.secstep_content{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease, opacity .3s ease, padding-top .3s ease;
  opacity: 0;
  padding-top: 0;
}

.secstep_content > *{
  overflow: hidden;
}

.secstep_item[open] .secstep_content{
  grid-template-rows: 1fr;
  opacity: 1;
  padding-top: 10px;
}

.secstep_content img{
  display: block;
  height: auto;
  margin: 0 auto;
}

.secstep_content .pc-item{
  display: block;
  width: 724px;
  max-width: 100%;
}

.secstep_content .sp-item{
  display: none;
}

/* PCでSTEP06だけ余白を増やす */
.secstep_item:nth-of-type(6)[open] .secstep_content{
  padding-top: 52px;
}

/* =================================
   tablet
================================= */

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

  .secstep{
    padding: 56px 16px 72px;
  }

  .secstep h2{
    margin-bottom: 24px;
  }

  .secstep_txt{
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.85;
  }
}

/* =================================
   SP
================================= */

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

  .secstep{
    padding: 40px 10px 56px;
  }

  .secstep .wrap{
    max-width: 100%;
  }

  .secstep h2{
    margin-bottom: 16px;
  }

  .secstep h2 img{
    width: 90%;
  }

  .secstep_txt{
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
  }

  .secstep_accordion{
    gap: 10px;
  }

  .secstep_summary img{
    width: 94%;
  }

  .secstep_item[open] .secstep_content{
    padding-top: 8px;
  }

  .secstep_content .pc-item{
    display: none;
  }

  .secstep_content .sp-item{
    display: block;
    width: 100%;
    max-width: 100%;
  }

  /* SPでSTEP06だけ余白を増やす */
  .secstep_item:nth-of-type(6)[open] .secstep_content{
    padding-top: 34px;
  }
}

/* =================================
   sec07
================================= */

.sec07{
  padding: 80px 20px 88px;
  background: #fefefe;
}

.sec07 .wrap{
  max-width: 1024px;
  margin: 0 auto;
}

/* 見出し */
.sec07 h2{
  margin: 0 0 32px;
  text-align: center;
}

.sec07 h2 img{
  display: block;
  height: auto;
  margin: 0 auto;
}

.sec07 h2 .pc-item{
  display: block;
  width: 210px;
  max-width: 100%;
}

.sec07 h2 .sp-item{
  display: none;
}

/* FAQ全体 */
.faq-list{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* 各item */
.faq-item{
  width: 100%;
  margin: 0;
  border: 0;
}

/* summary */
.faq-summary{
  display: block;
  list-style: none;
  cursor: pointer;
}

.faq-summary::-webkit-details-marker{
  display: none;
}

.faq-summary::marker{
  display: none;
}

.faq-q-img{
  display: block;
}

.faq-q-img img{
  display: block;
  height: auto;
  margin: 0 auto;
  transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}

.faq-q-img .pc-item{
  display: block;
  width: 724px;
  max-width: 100%;
}

.faq-q-img .sp-item{
  display: none;
}

.faq-summary:hover img{
  opacity: .96;
  transform: translateY(-2px);
}

.faq-item[open] .faq-summary img{
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.08));
}

/* answer */
.faq-answer{
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding-top: 0;
  transition: grid-template-rows .35s ease, opacity .3s ease, padding-top .3s ease;
}

.faq-answer > *{
  overflow: hidden;
}

.faq-item[open] .faq-answer{
  grid-template-rows: 1fr;
  opacity: 1;
  padding-top: 12px;
}

.faq-answer p{
  width: 724px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  line-height: 1.9;
  color: #333;
}

.faq-answer p + p{
  margin-top: 14px;
}

/* =================================
   tablet
================================= */

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

  .sec07{
    padding: 64px 16px 72px;
  }

  .sec07 h2{
    margin-bottom: 28px;
  }

  .faq-answer p{
    font-size: 18px;
    line-height: 1.85;
  }
}

/* =================================
   SP
================================= */

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

  .sec07{
    padding: 56px 10px 56px;
  }

  .sec07 .wrap{
    max-width: 100%;
  }

  .sec07 h2{
    margin-bottom: 24px;
  }

  .sec07 h2 .pc-item{
    display: none;
  }

  .sec07 h2 .sp-item{
    display: block;
    width: 52%;
    max-width: 100%;
  }

  .faq-list{
    gap: 12px;
  }

  .faq-q-img .pc-item{
    display: none;
  }

  .faq-q-img .sp-item{
    display: block;
    width: 94%;
    max-width: 100%;
  }

  .faq-item[open] .faq-answer{
    padding-top: 10px;
  }

  .faq-answer p{
    width: 94%;
    font-size: 15px;
    line-height: 1.8;
  }
}

/* ----------------------------------------------------
    sec08
---------------------------------------------------- */

.sec08{
  background:#4d7aae;
  padding:72px 0;
  text-align:center;
  overflow:hidden;
  position:relative;
}

/* 見出し */

.sec08 h2{
  margin:0;
}

.sec08 h2 img{
  display:block;
  margin:0 auto 24px;
  width:260px;
  max-width:100%;
  height:auto;
}


/* -------------------------
   PC お客様の声
------------------------- */

.voice-pc{
  display:block;
}

.voice-pc figure{
  margin:0 auto 40px;
}

.voice-pc figure:last-child{
  margin-bottom:0;
}

.voice-pc img{
  display:block;
  margin:0 auto;
  width:724px;
  max-width:100%;
  height:auto;
}


/* -------------------------
   SP スライダー（初期非表示）
------------------------- */

.voice-slider{
  display:none;
  margin-bottom:40px;
}


/* ----------------------------------------------------
    sec08 responsive
---------------------------------------------------- */

@media (max-width:750px){

  .sec08{
    padding:56px 0;
  }

  /* 見出し */

  .sec08 h2 img{
    width:60%;
    margin-bottom:20px;
  }


  /* PC非表示 */

  .voice-pc{
    display:none;
  }


  /* -------------------------
     SP スライダー
  ------------------------- */

  .voice-slider{
    display:block;
    position:relative;
    width:100%;
  }

  .voice-viewport{
    width:100%;
    overflow:hidden;
  }

  .voice-track{
    display:flex;
    transition:transform 0.4s ease;
    will-change:transform;
  }

  .voice-item{
    flex:0 0 100%;
    box-sizing:border-box;
    padding:0 6%;
  }

  .voice-item img{
    display:block;
    width:100%;
    height:auto;
  }


  /* -------------------------
     矢印
  ------------------------- */

  .voice-arrow{
    position:absolute;
    top:42%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,0.9);
    color:#154278;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    z-index:2;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
  }

  .voice-arrow-prev{
    left:2%;
  }

  .voice-arrow-next{
    right:2%;
  }

  .voice-arrow:active{
    transform:translateY(-50%) scale(0.96);
  }


  /* -------------------------
     ドット
  ------------------------- */

  .voice-dots{
    margin-top:16px;
    display:flex;
    justify-content:center;
    gap:10px;
  }

  .voice-dot{
    width:10px;
    height:10px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,0.45);
    padding:0;
    cursor:pointer;
  }

  .voice-dot.is-active{
    background:#ffffff;
  }

}

/* ----------------------------------------------------
    sec09 CTA
---------------------------------------------------- */

.sec09{
  background:#fefefe;
  padding:72px 0 80px;
  text-align:center;
  position:relative;
  z-index:2;
}

/* 見出し */
.sec09 h2{
  margin:0;
}

.sec09 h2 img{
  display:block;
  margin:0 auto 32px;
  max-width:100%;
  height:auto;
}

.sec09 h2 .pc-item{
  width:218px;
}

.sec09 h2 .sp-item{
  display:none;
}

/* イラスト */
.sec09-illust{
  margin:0 auto 32px;
}

.sec09-illust img{
  display:block;
  margin:0 auto;
  max-width:100%;
  height:auto;
}

.sec09-illust .sp-item{
  display:none;
}

/* CTA */
.sec09 .cta-btn{
  display:inline-block;
  margin-top:10px;
  text-decoration:none;
  -webkit-tap-highlight-color:transparent;
}

.sec09 .cta-btn img{
  display:block;
  margin:0 auto;
  width:100%;
  height:auto;
  transition:opacity 0.3s;
  transform-origin:center center;
  will-change:transform, filter;
  animation:ctaPractical 2.6s infinite;
  -webkit-animation:ctaPractical 2.6s infinite;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

.sec09 .cta-btn:hover img{
  opacity:0.85;
}

/* テキスト */
.sec09-cont{
  margin:16px auto 0;
}

.sec09-cont p{
  margin:0;
  line-height:1.7;
  color:#555;
}

/* ----------------------------------------------------
    sec09 responsive
---------------------------------------------------- */

@media (max-width:750px){

  .sec09{
    padding:56px 0 64px;
  }

  /* 見出し切替 */
  .sec09 h2{
    margin:0 0 20px;
  }

  .sec09 h2 .pc-item{
    display:none;
  }

  .sec09 h2 .sp-item{
    display:block;
    width:52%;
    margin:0 auto;
  }

  /* イラスト切替 */
  .sec09-illust{
    margin:0 auto 20px;
  }

  .sec09-illust .pc-item{
    display:none;
  }

  .sec09-illust .sp-item{
    display:block;
    width:74%;
    margin:0 auto;
  }

  /* ボタン */
  .sec09 .cta-btn{
    display:block;
    width:94%;
    margin:0 auto;
  }

  .sec09 .cta-btn img{
    width:100%;
    max-width:none;
  }

  /* テキスト */
  .sec09-cont{
    margin-top:12px;
  }

  .sec09-cont p{
    font-size:17px;
    line-height:1.7;
  }
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */

.footer{
  background:#333333;
  padding:30px 0;
  text-align:center;
}

.footer .wrap{
  width:100%;
  max-width:724px;
  margin:0 auto;
}

.footer p{
  margin:0;
  color:#ffffff;
  font-size:16px;
  line-height:1.6;
  letter-spacing:0.05em;
}

/* footer nav */

.footer-nav{
  margin:0 0 14px;
  padding:0;
  list-style:none;
  text-align:center;
}

.footer-nav li{
  display:inline-block;
  margin:0 12px;
}

.footer-nav a{
  font-size:16px;
  line-height:1.6;
  color:#fff;
  text-decoration:none;
  transition:opacity .25s ease;
}

.footer-nav a:hover{
  opacity:.7;
}

.footer-nav a{
  position:relative;
}

.footer-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0;
  height:1px;
  background:#fff;
  transition:width .25s ease;
}

.footer-nav a:hover::after{
  width:100%;
}

/* ----------------------------------------------------
    footer responsive
---------------------------------------------------- */

@media (max-width:750px){

  .footer{
    padding:24px 0;
  }

  .footer p{
    font-size:15px;
    line-height:1.6;
    letter-spacing:0.03em;
  }

}

@media (max-width:750px){

  .footer{
    padding:24px 0;
  }

  .footer-nav{
    margin-bottom:10px;
  }

  .footer-nav a{
    font-size:13px;
  }

  .footer p{
    font-size:15px;
    line-height:1.6;
    letter-spacing:0.03em;
  }

}

/* ----------------------------------------------------
    law common
---------------------------------------------------- */

.law-wrap{
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.law-header{
  background: #fefefe;
  padding: 22px 0 18px;
}

.law-header_logo img{
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.law-nav{
  background: #154278;
}

.law-nav_inner{
  max-width: 1024px;
  margin: 0 auto;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.law-nav_inner a{
  color: #fff;
  text-decoration: none;
}

.law-nav_inner span{
  display: inline-block;
}

/* =================================
   law profile
================================= */

.law-prof{
  background: #fefefe;
  padding: 55px 0 70px;
}

.law-prof_h2{
  margin: 0 0 40px;
  text-align: center;
}

.law-prof_h2 img{
  display: block;
  width: 358px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.law-prof_pc img{
  display:block;
  width:724px;
  max-width:100%;
  height:auto;
  margin:0 auto;
}

.law-prof_sp{
  display: none;
}

.law-prof_sp figure{
  margin: 0;
}

.law-prof_sp img{
  display: block;
  width: 100%;
  height: auto;
}

.law-prof_sp_text{
  padding: 18px 14px 10px;
}

.law-prof_sp_text p{
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #222;
  text-align: left;
}

/* =================================
   law info
================================= */

.law-info{
  background: #f2f2f2;
  padding: 55px 0 70px;
}

.law-info_h2{
  margin: 0 0 34px;
  text-align: center;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}

.law-info_list figure{
  margin: 0;
}

.law-info_list img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.law-info .pc-item img{
  width: 724px;
  max-width: 100%;
  margin: 0 auto;
}

.law-info_list{
  max-width: 724px;
  margin: 0 auto;
}

/* =================================
   law responsive
================================= */

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

  .law-info{
    padding:40px 10px 50px;
  }

  /* h2画像を100%表示 */
  .law-info_h2 img{
    width:90%;
    max-width:100%;
    height:auto;
    margin:0 auto 20px;
  }

  .law-info_list{
    max-width:100%;
  }

  .law-info_list img{
    width:100%;
    max-width:100%;
  }

  /* プロフィールテキスト調整 */
  .law-prof_sp_text{
    padding:18px 16px 10px;
  }

  .law-prof_sp_text p{
    font-size:16px;
    line-height:1.9;
    letter-spacing:0.02em;
  }

  .law-footer{
    padding:14px 8px;
  }

  .law-footer p{
    font-size:12px;
    line-height:1.6;
  }

}

/* =================================
   footer
================================= */

.law-footer{
  background: #2b2b2b;
  padding: 18px 10px;
}

.law-footer p{
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

/* =================================
   pc / sp switch
================================= */

.pc-item{
  display: block;
}

.sp-item{
  display: none;
}

/* =================================
   tablet
================================= */

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

  .law-wrap{
    padding: 0 16px;
  }

  .law-info_h2{
    font-size: 30px;
  }
}

/* =================================
   sp
================================= */

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

  .law-wrap{
    padding: 0;
  }

  .pc-item{
    display: none;
  }

  .sp-item{
    display: block;
  }

  .law-header{
    padding: 18px 0 14px;
  }

  .law-header_logo img{
    width: 94px;
  }

  .law-nav_inner{
    padding: 7px 10px;
    font-size: 14px;
  }

  .law-prof{
    padding: 34px 0 48px;
  }

  .law-prof_h2{
    margin-bottom: 22px;
  }

  .law-prof_h2 img{
    width: 60%;
  }

  .law-prof_sp_img01 img{
    width: 100%;
  }

  .law-prof_sp_img02 img{
    width: 100%;
  }

  .law-prof_sp_text{
    padding: 18px 14px 10px;
  }

  .law-prof_sp_text p{
    font-size: 14px;
    line-height: 1.95;
  }

  .law-info{
    padding: 38px 0 48px;
  }

  .law-info_h2{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
  }

  .law-footer{
    padding: 10px 8px;
  }

  .law-footer p{
    font-size: 10px;
  }
}

/* =================================
   lpsample
================================= */

.lpsample{
  background:#fefefe;
  padding:56px 20px 80px;
}

.lpsample .wrap{
  max-width:724px;
  margin:0 auto;
}

.lpsample_h2{
  margin:0 0 32px;
  text-align:center;
}

.lpsample_h2 img{
  display:block;
  width:500px;
  max-width:100%;
  height:auto;
  margin:0 auto;
}

/* =================================
   slider
================================= */

.lpsample_slider{
  position:relative;
  width:100%;
  overflow:visible;
  background:#fefefe;
  isolation:isolate;
}

.lpsample_viewport{
  width:100%;
  overflow:hidden;
  background:#fefefe;
  position:relative;
  isolation:isolate;
}

.lpsample_track{
  display:flex;
  width:100%;
  gap:0;
  transition:transform .4s ease;
  will-change:transform;
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  isolation:isolate;
}

.lpsample_item{
  flex:0 0 100%;
  min-width:100%;
  width:100%;
  box-sizing:border-box;
  overflow:hidden;
  background:transparent;
  isolation:isolate;
}

.lpsample_item img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  background:transparent;
  border:0;
  box-shadow:none;
  border-radius:0;
}

/* =================================
   arrows
================================= */

.lpsample_arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,0.92);
  color:#154278;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 2px 8px rgba(0,0,0,0.15);
  z-index:2;
  transition:opacity .2s ease, transform .2s ease;
  -webkit-tap-highlight-color:transparent;
}

.lpsample_arrow:hover{
  opacity:.85;
}

.lpsample_arrow:disabled{
  opacity:.35;
  cursor:default;
}

.lpsample_arrow-prev{
  left:-56px;
}

.lpsample_arrow-next{
  right:-56px;
}

/* =================================
   dots
================================= */

.lpsample_dots{
  margin-bottom:18px;
  margin-top:0;
  display:flex;
  justify-content:center;
  gap:10px;
}

.lpsample_dot{
  width:10px;
  height:10px;
  border:none;
  border-radius:50%;
  background:#c8d3e3;
  padding:0;
  cursor:pointer;
  transition:background .2s ease, transform .2s ease;
  -webkit-tap-highlight-color:transparent;
}

.lpsample_dot.is-active{
  background:#154278;
  transform:scale(1.15);
}

/* =================================
   tablet
================================= */

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

  .lpsample_arrow-prev{
    left:-16px;
  }

  .lpsample_arrow-next{
    right:-16px;
  }

}

/* =================================
   SP
================================= */

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

  .lpsample{
    padding:40px 10px 56px;
  }

  .lpsample .wrap{
    max-width:100%;
  }

  .lpsample_h2{
    margin-bottom:24px;
  }

  .lpsample_h2 img{
    width:52%;
    max-width:100%;
  }

  .lpsample_item img{
    width:100%;
    max-width:100%;
  }

  .lpsample_arrow{
    width:38px;
    height:38px;
    font-size:26px;
  }

  .lpsample_arrow-prev{
    left:4px;
  }

  .lpsample_arrow-next{
    right:4px;
  }


  .lpsample_dots{
    margin-bottom:14px;
  }

}

  .lpsample_dot{
    width:9px;
    height:9px;
  }

/* =================================
   works page
================================= */

.works-page{
  background:#fefefe;
  padding:56px 20px 80px;
}

.works-page .wrap{
  max-width:1024px;
  margin:0 auto;
}

.works-page_h2{
  margin:0 0 32px;
  text-align:center;
}

.works-page_h2 img{
  display:block;
  width:360px;
  max-width:100%;
  height:auto;
  margin:0 auto;
}

/* =================================
   works sample
================================= */

.works-page_sample{
  background:#fefefe;
  padding:0;
  margin:0;
}

.works-page_inner{
  max-width:1024px;
  margin:0 auto;
}

.works-page_lead{
  margin:0 0 40px;
  font-size:16px;
  line-height:1.8;
  text-align:center;
  color:#555;
}

.works-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}

.work-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  transition:transform .3s ease, box-shadow .3s ease;
}

.work-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,0.14);
}

.work-card_video{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  transition:transform .35s ease;
}

.work-card:hover .work-card_video{
  transform:scale(1.02);
}

.work-card_video iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* 再生ヒント */
.video-label{
  position:absolute;
  top:10px;
  left:10px;
  background:rgba(0,0,0,0.65);
  color:#fff;
  font-size:12px;
  line-height:1.4;
  padding:4px 8px;
  border-radius:4px;
  z-index:2;
  letter-spacing:.04em;
}

.work-card_title{
  margin:16px 16px 8px;
  min-height:54px;
  font-size:18px;
  line-height:1.5;
  font-weight:700;
  color:#222;
}

.work-card_text{
  margin:0 16px 18px;
  min-height:48px;
  font-size:14px;
  line-height:1.7;
  color:#666;
}

/* =================================
   tablet
================================= */

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

  .works-page{
    padding:48px 16px 64px;
  }

  .works-grid{
    grid-template-columns:1fr;
    gap:20px;
    max-width:724px;
    margin:0 auto;
  }

  .work-card_title{
    min-height:auto;
  }

  .work-card_text{
    min-height:auto;
  }

}

/* =================================
   SP
================================= */

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

  .works-page{
    padding:40px 10px 56px;
  }

  .works-page .wrap{
    max-width:100%;
  }

  .works-page_h2{
    margin-bottom:24px;
  }

  .works-page_h2 img{
    width:60%;
  }

  .works-page_lead{
    margin:0 0 24px;
    font-size:14px;
    line-height:1.8;
  }

  .works-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .video-label{
    top:8px;
    left:8px;
    font-size:11px;
    padding:4px 7px;
  }

  .work-card_title{
    margin:14px 14px 8px;
    font-size:17px;
    line-height:1.5;
  }

  .work-card_text{
    margin:0 14px 16px;
    font-size:13px;
    line-height:1.7;
  }

}