@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.15em;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	background: #fff;
}
img {
  width: 100%;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
a {
  transition: 0.3s all;
}
.wraper {
  width: 100%;
  margin: 0 auto;
}
.inner,.mv_inner {
  width: 92vw;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fc_yel {
  color: #fffd32;
}
.fc_blueL {
  color: #2084bc;
}
.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}


@media screen and (min-width:1025px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  a:hover {
    opacity: .7;
  }
  .flex_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inner {
    width: 1000px;
  }
}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
/*
===================
header mv
=====================
header {
	background: #2084BC;
	background: linear-gradient(125deg,rgba(32, 132, 188, 1) 0%, rgba(13, 69, 124, 1) 68%);
  position: relative;
  letter-spacing: 0.05em;
}
header .mv_wrap {
  position: relative;
  z-index: 1;
}
.mv_wrap .subtit_wrap {
  position: relative;
}
.mv_wrap .subtit_wrap::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/mv_img.png") center center no-repeat;
  background-size: 100%;
  width: 160px;
  height: 251px;
  left: 0;
  top: 15px;
}

.mv_wrap .subtit .subtit01 {
  margin: 0 0 30px;
}
.mv_wrap .subtit .subtit01 img {
  width: 760px;
}
.mv_wrap .subtit .subtit02 {
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 0 25px;
}
.mv_wrap .subtit .subtit02 span {
  font-size: 34px;
  background-color: #0d457c;
  padding: 2px 10px;
  margin: 0 4px;
}
.mv_wrap .mv_tit {
  font-size: 40px;
  font-weight: 600;
  line-height: 3;
  margin: 0 0 30px;
}
.mv_wrap .mv_tit img {
  width: 612px;
  margin: 0 10px 0 0;
}
*/
.mv_cv .words {
  padding: 30px 0;
  justify-content: center;
}
.mv_cv .words li {
  width: 30%;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding: 10px 0;
  
}
.mv_cv .words li:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*
@media screen and (max-width:1024px) {
  .mv_wrap .subtit .subtit01 {
    margin: 6vw 0 3vw;
  }
  .mv_wrap .subtit_wrap::before {
    width: 29vw;
    height: 46vw;
    left: -4vw;
    top: 1vw;
  }
  .mv_wrap .subtit {
    margin: 0 auto 0 20vw;
    padding: 1vw 0;
  }
  .mv_wrap .subtit .subtit01 img {
    width: 73.6vw;
  }
  .mv_wrap .maintit_wrap {
    background-color: #fff;
    text-align: center;
    padding: 5.3vw 0 4vw;
  }
  .mv_wrap .subtit02 {
    font-size: 5.3vw;
    font-weight: 600;
    line-height: 1.8;
    margin: 0 0 5vw;
  }
  .mv_wrap .subtit02 span {
    background-color: #0d457c;
    padding: 2px 10px;
    margin: 0 4px;
  }
  .mv_wrap .mv_tit {
    line-height: 1;
    font-size: 5.3vw;
    margin: 0;
  }
  .mv_wrap .mv_tit img {
    width: 83.4vw;
  }
  .mv_cv .words {
    padding: 4vw 0;
  }
  .mv_cv .words li {
    font-size: 3.6vw;
    width: 33%;
  }
  .mv_cv .subtit {
    margin: 0 0 2vw;
  }
  .mv_cv.cv {
    padding: 12vw 0 0;
  }
  .mv_cv.cv .tit {
    
    top: -9vw;
    left: -4vw;
  }
  .mv_cv.cv .tit img {
    width: 25.5vw;
    height: 25vw;
  }
}
}
*/
/*
@media screen and (min-width:1025px) {
  
  header::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 300px;
    top: 145px;
    left: 0;
    z-index: 0;
  }
  
  .mv_wrap .subtit {
    width: 780px;
  }
}
*/
/*===================
cv
=====================*/

.cv {
  position: relative;
  padding: 50px 0 0;
}
.cv.cv01 {
  background-color: #0d457c;
  padding: 50px 0 45px;
}
.cv .tit {
  text-align: center;
  margin: 0 0 20px;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 20;
}
.cv .tit img {
  width: 184px;
  height: 187px;
}
.cv .subtit {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 20px;
}
.cv .subtit strong {
  font-size: 40px;
  font-weight: 600;
}
.cv .btn_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
.cv .btn_wrap .btn_mail {
  width: 430px;
}
.cv .btn_wrap .btn_line {
  width: 505px;
  position: relative;
}
.cv .btn_wrap .btn_line .icon {
  position: absolute;
  width: 113px;
  height: 43px;
  top: -50px;
  right: 0;
}


@media screen and (min-width: 1025px) {
  .mv_cv.cv {
    padding: 30px 0;
    margin-top: -14px;
  }

  .btn_wrap.flex_pc {
    text-align: center;
  }

  .btn_mail,
  .btn_line {
    display: inline-flex;
    vertical-align: top;
    margin: 0 6px;
    position: relative;
    height: 160px;               /* ✅ 高さはしっかり固定 */
    width: 340px;                /* ✅ 横幅を統一（必要なら微調整） */
    justify-content: center;
    align-items: center;
  }

  .btn_mail span,
  .btn_line a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  .btn_wrap.flex_pc picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  .btn_wrap.flex_pc picture img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
  }

  .btn_line .icon.pc {
  position: absolute;
  top: -48px;         /* 上に浮かせる量（ボタンとの距離） */
  right: -84px;       /* ボタンの右外に出す位置は維持 */
  width: 80px;        /* 少し横幅を広げるとバランス良くなる */
  text-align: center;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn_line .icon.pc .qr_label {
   font-size: 18px;       /* ← サイズUP */
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;    /* ← 少し余白広げるとバランス良 */
  color: #000;
}

.btn_line .icon.pc img {
  height: 48px;
  width: auto;
  display: block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
}



@media screen and (max-width:1024px) {
  .cv .tit {
    margin: 0 0 2vw;
  }

  .cv .tit img {
    width: 35.5vw;
    height: 35vw;
  }

  .cv .subtit {
    font-size: 4.8vw;
    margin: 0 0 2vw;
  }

  .cv .subtit strong {
    font-size: 12.8vw;
  }

  .cv .btn_wrap {
    padding: 4vw;
  }

  .cv .btn_wrap .btn_mail,
  .cv .btn_wrap .btn_line {
    width: 100%;
    margin: 0 0 4vw;
    display: block;
  }

  .cv .btn_wrap .btn_mail picture img,
  .cv .btn_wrap .btn_line picture img {
    width: 100%;
    height: auto;
    display: block;
  }

  .cv.cv01 .inner {
    padding: 15vw 0 0;
    position: relative;
  }

  .cv.cv01 .inner .tit {
    position: absolute;
    top: -17vw;
    left: 0;
  }
}

/*===================
section common
=====================*/
section .logo_icon {
  text-align: center;
  margin: 0 0 40px;
}
section .logo_icon img {
  width: 329px;
  height: 74px;
}
@media screen and (max-width:1024px) {
  section .logo_icon img {
    width: 43.4vw;
    height: 12.8vw;
  }
  section .logo_icon {
    margin: 0 0 5vw;
  }
}

.txt_cont {
  padding: 2em 0;
  text-align: center;
}
.txt_cont span {
  padding: 1em 2em;
  border: 1px solid #000;
  display: inline-block;
  font-size: 0.9em;
}
/*===================
onayami
=====================*/
.onayami {
  background-color: #ecf8ff;
  position: relative;
}
.onayami h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #2084bc;
  padding: 60px 0 40px;
}
.onayami h2 strong {
  font-size: 68px;
  font-weight: 600;
}
.onayami .list {
  background-color: #fff;
  padding: 30px 60px;
  margin: 0 0 30px;
}
.onayami .list li {
  position: relative;
  margin: 0 0 30px;
}
.onayami .list li:last-of-type {
  margin: 0 0 0;
}
.onayami .list li::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/check_icon.png") center center no-repeat;
  background-size: 100%;
  width: 26px;
  height: 24px;
  left: 0;
  top: 5px;
}
.onayami .list li span {
  display: inline-block;
  font-size: 22px;
  padding: 0 0 0 35px;
}
.onayami .lead01 {
  position: relative;
}
.onayami .lead01::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/onayami_bg02.jpg") center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: -1px;
  z-index: 0;
}
.onayami .lead01 .inner {
  position: relative;
  z-index: 1;
  padding: 0 0 100px;
}
.onayami .lead01 .desc01 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}
.onayami .lead01 .desc01 span.line {
  position: relative;
  display: inline-block;
}
.onayami .lead01 .desc01 span.line::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/line_wave.png") left center repeat-x;
  background-size: contain;
  width: 100%;
  height: 5px;
  bottom: -10px;
  left: 0;
}
.onayami .lead01 .desc01 strong {
  font-size: 68px;
  font-weight: 600;
}
.onayami .lead01 .desc01 img {
  width: 78px;
  height: 73px;
}
.onayami .lead01 .desc02 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}
.onayami .lead01 .desc02 span {
  background: -webkit-linear-gradient(top, transparent 60%, #fff 40%);
  background: linear-gradient(to bottom, transparent 60%, #fff 40%);
}
.onayami .lead02 {
  background-color: #fff;
}
.onayami .lead02 .inner {
  position: relative;
  z-index: 5;
  padding: 70px 0 70px;
}
.onayami .lead02 .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 215px;
  height: 77px;
}
.onayami .lead02 .inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/onayami_bg.svg") center center no-repeat;
  background-size: 100%;
  width: 206px;
  height: 210px;
  left: -20px;
  bottom: 30px;
  z-index: -1;
}
.onayami .lead02 .inner::after {
  position: absolute;
  content: "";
  display: block;
  background: url("/wp-content/themes/cocoon-child-master/lp_assets/pcsupport/img/onayami_img.png") center center no-repeat;
  background-size: 100%;
  width: 313px;
  height: 348px;
  right: -20px;
  bottom: 0;
  z-index: -1;
}
.onayami .lead02 .desc {
  font-size: 42px;
  font-weight: 600;
} 
.onayami .lead02 .desc strong {
  font-size: 56px;
  font-weight: 600;
} 


@media screen and (max-width:1024px) {
  
  .onayami h2 {
    padding: 10vw 0 8vw;
    font-size: 10vw;
  }
  .onayami .list {
    padding: 4vw;
  }
  .onayami .list li span {
    font-size: 3.7vw;
    padding: 0 0 0 9vw;
  }
  .onayami .list li::before {
    top: 0;
    width: 6vw;
    height: 6vw;
  }
  .onayami .lead01 .desc01 {
    font-size: 6.4vw;
    line-height: 1.6;
  }
  .onayami .lead01 .desc01 span.line::after {
    height: 1vw;
    bottom: -1vw;
  }
  .onayami .lead01 .desc01 strong {
    font-size: 14.9vw;
  }
  .onayami .lead01 .desc01 img {
    width: 16vw;
    height: 15vw;
    position: relative;
    top: -3.5vw;
    left: 1vw;
  }
  .onayami .lead01 .desc02 {
    font-size: 5.3vw;
  }
  .onayami .lead02 .inner::before {
    width: 20vw;
    height: 25vw;
    left: inherit;
    bottom: inherit;
    right: 25vw;
    top: -3vw;
  }
  .onayami .lead02 .inner::after {
    background: url("/wp-content/themes/cocoon-child-master/lp_assets/pcsupport/img/onayami_img.png") center bottom no-repeat;
    background-size: 100%;
    width: 40vw;
    height: 61vw;
    right: -4vw;
  }
  .onayami .lead02 .inner {
    padding: 20vw 0 2vw;
  }
  .onayami .lead02 .icon {
    width: 39.7vw;
    height: 14.4vw;
    top: 5vw;
  }
  .onayami .lead02 .desc {
    font-size: 4vw;
  }

  /* 安心 の強調表示 */
  .fc_bluel strong {
    font-size: 20vw;        
    color: #2084bc;         /* 指定があれば調整 */
    font-weight: 800;
    display: inline-block;
    margin-top: 2vw;
  }
}

/*===================
trouble
=====================*/
.trouble {
  background: url("../img/trouble_bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 70px 0 0;
}
.trouble .subtit {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.trouble h2 {
  text-align: center;
  margin: 0 0 50px;
}
.trouble h2 img {
  text-align: center;
  width: 774px;
  height: 101px;
}
.trouble .wrap01 .list01 {
  background-color: #fff;
  padding: 30px 50px;
  justify-content: flex-start;
  margin: 0 0 5px;
}
.trouble .wrap01 .list01 dl dt {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 80px;
}
.trouble .wrap01 .list01 dl dt::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%,0);
  width: 0;
  height: 0;
  border-top: 25px solid #7fc5e4;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.trouble .wrap01 .list01 dl dt .num img {
  width: 27px;
  height: 81px;
}
.trouble .wrap01 .list01 dl dt p {
  font-size: 28px;
  font-weight: 600;
  color: #2084bc;
  background: linear-gradient(90deg, #2084bc 0%, #0d457c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trouble .wrap01 .list01 dl dd {
  font-size: 20px;
}
.trouble .wrap01 .list01 .img {
  width: 212px;
  height: 192px;
}
.trouble .wrap02 {
  margin: 0 0 20px;
}
.trouble .wrap02 .list02 li {
  background-color: #fff;
  padding: 30px 20px 20px;
}
.trouble .wrap02 .list02 li dl dt {
  display: flex;
  align-items: center;
  margin: 0 0 48px;
  position: relative;
}
.trouble .wrap02 .list02 li dl dt::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%,0);
  width: 0;
  height: 0;
  border-top: 25px solid #7fc5e4;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.trouble .wrap02 .list02 li dl dt p {
  font-size: 22px;
  font-weight: 600;
  color: #2084bc;
  background: linear-gradient(90deg, #2084bc 0%, #0d457c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trouble .wrap02 .list02 li:nth-of-type(2) dl dt p {
  letter-spacing: 0;
}
.trouble .wrap02 .list02 li dl dt .num {
  margin: 0 25px 0 0;
}
.trouble .wrap02 .list02 li dl dt .num img {
  width: 30px;
}
.trouble .wrap02 .list02 li dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trouble .wrap02 .list02 li dl dd img {
  width: 140px;
  height: 110px;
}
.trouble .wrap03 {
  margin: 0 0 70px;
}
.trouble .wrap03 h3 {
  background-color: #008bc9;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  padding: 30px 0;
}
.trouble .wrap03 .list03 {
  background-color: #fff;
  padding: 50px 40px;
}
.trouble .wrap03 .list03 li {
  text-align: center;
}
.trouble .wrap03 .list03 li .desc {
  font-size: 23px;
  font-weight: 600;
  color: #2084bc;
  background: linear-gradient(90deg, #2084bc 0%, #0d457c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trouble .wrap03 .list03 li .img {
  margin: 0 0 30px;
}
.trouble .wrap03 .list03 li .img img {
  width: 197px;
  height: 160px;
}
.trouble .wrap03 .list03 li .txt {
  font-size: 18px;
}
.trouble .lead {
  position: relative;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
}
.trouble .lead .inner {
  position: relative;
  z-index: 5;
  padding: 90px 0;
}
.trouble .lead .inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/onayami_bg.svg) center center no-repeat;
  background-size: 100%;
  width: 206px;
  height: 210px;
  left: -20px;
  bottom: 30px;
  z-index: -1;
} 
.trouble .lead .desc01 {
  font-size: 42px;
  margin: 0 0 20px;
}
.trouble .lead .desc02 {
  font-size: 36px;
}


@media screen and (max-width:1024px) {
  .trouble {
    padding: 10vw 0 0;
    background: url(../img/trouble_bg.jpg) center top no-repeat #969696;
    background-size: contain;
  }
  .trouble .subtit {
    font-size: 4.8vw;
    margin: 0 0 3vw;
  }
  .trouble h2 {
    margin: 0 0 10vw;
  }
  .trouble h2 img {
    width: 69.3vw;
    height: 27.2vw;
  }
  .trouble .wrap01 .list01 {
    padding: 8vw 4vw;
  }
  .trouble .wrap01 .list01 dl dt {
    margin: 0 0 16vw;
  }
  .trouble .wrap01 .list01 dl dt::after {
    bottom: -11vw;
    border-top: 5vw solid #7fc5e4;
    border-left: 8vw solid transparent;
    border-right: 8vw solid transparent;
  }
  .trouble .wrap01 .list01 dl dt .num {
    margin: 0 5vw 0 0;
  }
  .trouble .wrap01 .list01 dl dt .num img {
    width: 4vw;
    height: 12vw;
  }
  .trouble .wrap01 .list01 dl dt p {
    font-size: 5vw;
  }
  .trouble .wrap01 .list01 .img {
    width: 49vw;
    height: 44.5vw;
    margin: 0 auto 5vw;
  }
  .trouble .wrap01 .list01 dl dd {
    font-size: 3.6vw;
  }
  .trouble .wrap02 .list02 li {
    margin: 0 0 5px;
    padding: 8vw 4vw;
  }
  .trouble .wrap02 .list02 li dl dt {
    margin: 0 0 10vw;
  }
  .trouble .wrap02 .list02 li dl dt::after {
    bottom: -8vw;
    border-top: 5vw solid #7fc5e4;
    border-left: 8vw solid transparent;
    border-right: 8vw solid transparent;
  }
  .trouble .wrap02 .list02 li dl dt .num {
    margin: 0 5vw 0 0;
  }
  .trouble .wrap02 .list02 li dl dt .num img {
    width: 6vw;
    height: 12vw;
  }
  .trouble .wrap02 .list02 li dl dt p {
    font-size: 5vw;
  }
  .trouble .wrap02 .list02 li dl dt::after {
    bottom: -10vw;
  }
  .trouble .wrap02 .list02 li dl dd {
    font-size: 3.6vw;
    padding: 0 4vw;
  }
  .trouble .wrap02 .list02 li dl dd img {
    width: 32vw;
    height: 25.6vw;
  }
  .trouble .wrap03 h3 {
    font-size: 4.8vw;
    padding: 4.8vw 0;
  }
  .trouble .wrap03 .list03 {
    padding: 8vw 4vw;
  }
  .trouble .wrap03 .list03 li {
    margin: 0 0 10vw;
  }
  .trouble .wrap03 .list03 li:last-of-type {
    margin: 0 0 0;
  }
  .trouble .wrap03 .list03 li .desc {
    font-size: 4vw;
    margin: 0 0 2vw;
  }
  .trouble .wrap03 .list03 li .txt {
    font-size: 3vw;
  }
  .trouble .lead .inner {
    padding: 10vw 0 8vw;
  }
  .trouble .lead .desc01 {
    font-size: 6vw; 
    margin: 0 0 5vw;
  }
  .trouble .lead .desc02 {
    font-size: 4vw;
  }
  .trouble .lead .inner::before {
    width: 29.8vw;
    height: 30.4vw;
    left: -2vw;
    bottom: 15vw;
  }
}

@media screen and (min-width:1025px) {
  .trouble .wrap01 .list01 dl {
      margin: 0 50px 0 0;
  }
  .trouble .wrap01 .list01 dl dt .num {
    margin: 0 48px 0 0;
  }
  .trouble .wrap01 .list01 dl dd {
    padding: 0 0 0 75px;
  }
  .trouble .wrap02 .list02 {
    display: flex;
    justify-content: space-between;
  }
  .trouble .wrap02 .list02 li {
    width: 330px;
  }
  
  .trouble .wrap03 .list03 {
    display: flex;
    justify-content: space-between;
  }
  .trouble .wrap03 .list03 li {
    width: 32%;
  }
  .trouble .wrap03 .list03 li .desc {
    min-height: 65px;
  }
}


/*===================
point
=====================*/
.point {
  background: #2084BC;
  background: linear-gradient(150deg, rgba(32, 132, 188, 1) 0%, rgba(13, 69, 124, 1) 48%, rgba(32, 132, 188, 1) 80%);
  position: relative;
  padding: 70px 0 0;
}
.point h2 { 
  text-align: center;
  margin: 0 0 50px;
}
.point h2 img { 
  width: 852px;
  height: 101px;
}
.point .point_wrap {
  position: relative;
}
.point .point_wrap .inner {
  position: relative;
  z-index: 5;
  padding: 120px 0;
}
.point .point_wrap .cont {
  display: flex;
  justify-content: flex-start;
}
.point .point_wrap .cont .num {
  width: 75px;
  height: 150px;
  margin: 0 30px 0 0;
}
.point .point_wrap .cont .desc dt {
  color: #2084bc;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 30px;
}
.point .point_wrap .cont .desc dd {
  font-size: 18px;
}
.point .point_wrap.point04 dd img {
  width: 234px;
  height: 160px;
}

@media screen and (max-width:1024px) {
  .point {
    padding: 10vw 0 13.3vw;
  }
  .point h2 {
    margin: 0 0 8vw;
  }
  .point h2 img {
    width: 76vw;
    height: 23.4vw;
  }
  .point .point_wrap .inner {
    padding: 0;
    margin: 0 auto 5vw;
  }
  .point .point_wrap .cont {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    padding: 8vw 4vw;
  }
  .point .point_wrap .img img {
    border-radius: 0 0 30px 30px;
    height: 40vw;
    object-fit: cover;
  }
  .point .point_wrap .cont .num {
    width: 13.3vw;
    height: 22.1vw;
    margin: 0 4vw 0 2vw;
  }
  .point .point_wrap .cont .desc {
    width: 75vw;
  }
  .point .point_wrap .cont .desc dt {
    font-size: 5vw;
    margin: 0 0 4vw;
  }
  .point .point_wrap .cont .desc dd {
    font-size: 3.6vw;
  }
  .point .point_wrap.point04 dd img {
    width: 41.6vw;
    height: 28.3vw;
    margin: 3vw 0 2vw;
  }
}
@media screen and (min-width:1025px) {
  
  .point .point_wrap .cont {
    width: 50%;
  }
  .point .point_wrap.point02 .cont,
  .point .point_wrap.point04 .cont {
    margin: 0 0 0 auto;
  }
  .point .point_wrap::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    height: 300px;
    width: 56vw;
    top: 50px;
    z-index: 0;
  }
  .point .point_wrap.point01::before,
  .point .point_wrap.point03::before {
    left: 0;
    border-radius: 0 50px 50px 0;
  }
  .point .point_wrap.point02::before,
  .point .point_wrap.point04:before {
    right: 0;
    border-radius: 50px 0 0 50px;
  }
  .point .point_wrap.point04:before {
    height: 520px;
  }
  .point .point_wrap .img {
    position: absolute;
    top: 0;
  }
  .point .point_wrap .img img {
    width: 520px;
    height: 332px;
  }
  .point .point_wrap.point01 .img, 
  .point .point_wrap.point03 .img {
    right: -60px;
  }
  .point .point_wrap.point02 .img, 
  .point .point_wrap.point04 .img {
    left: -60px;
  }
}

/*===================
result
=====================*/

.result {
  background-color: #ecf8ff;
  padding: 70px 0;
}
.result h2 {
  font-size: 72px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}
.result .lead {
  text-align: center;
  margin: 0 0 70px;
  font-size: 24px;
}
.result .inner .wrap .img {
  border-radius: 50px 50px 0 0;
  background-color: #fff;
}
.result .inner .wrap01 .img {
  padding: 75px 0 25px;
  text-align: center;
}
.result .inner .wrap01 .img img {
  width: 284px;
  height: 194px;
}
.result .inner .wrap02 .img img {
  border-radius: 50px 50px 0 0;
}
.result .inner .wrap .desc {
  background-color: #0d457c;
  border-radius: 0 0 50px 50px;
  color: #fff;
  padding: 30px;
  text-align: center;
}
.result .inner .wrap .desc dt {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
.result .inner .wrap .desc dt span {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 600;
}
.result .inner .wrap .desc dd {
  font-size: 18px;
}

@media screen and (max-width:1024px) {
  .result {
    padding: 10vw 0 8vw;
  }
  section.result .logo_icon {
    margin: 0 0 2vw;
  }
  .result h2 {
    font-size: 10.6vw;
    margin: 0 0 5vw;
  }
  .result .lead {
    font-size: 4vw;
    margin: 0 0 8vw;
  }
  .result .inner .wrap {
    margin: 0 auto 5vw;
  }
  .result .inner .wrap01 .img {
    padding: 8vw 4vw 4vw;
  }
  .result .inner .wrap01 .img img {
    width: 55.2vw;
    height: 37.8vw;
  }
  .result .inner .wrap01 .img small {
    text-align: left;
    display: inline-block;
    padding: 4vw 4vw 0;
  }
  .result .inner .wrap .desc {
    padding: 4vw 4vw 8vw;
  }
  .result .inner .wrap .desc dt span {
    font-size: 5vw;
  }
  .result .inner .wrap .desc dt {
    margin: 0 0 5vw;
  }
  .result .inner .wrap .desc dd {
    font-size: 3.6vw;
  }
}

@media screen and (min-width:1025px) {
  .result .inner {
    display: flex;
    justify-content: space-between;
  }
  .result .inner .wrap {
    width: 49%;
  }
  
  .result .inner .wrap .img {
    height: 348px;
  }
  .result .inner .wrap .desc dt {
    height: 90px;
  }
}


/*===================
step
=====================*/

.step_wrap {
  background: #2084BC;
  background: linear-gradient(170deg, rgba(32, 132, 188, 1) 0%, rgba(13, 69, 124, 1) 68%);
  position: relative;
  letter-spacing: 0.05em;
  padding: 70px 0 0;
}
.step_wrap::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/step_bg.jpg") center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  height: 200px;
  bottom: -1px;
  left: 0;
}
.step .inner {
  position: relative;
  z-index: 5;
}
.step_wrap .inner {
  padding: 0 0 200px;
}
.step .subtit {
  text-align: center;
  margin: 0 0 38px;
}
.step .subtit .wrap {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 50px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.3em;
}
.step .subtit .wrap small {
  border-bottom: 1px solid #000;
  margin: 0 5px 0 0;
  font-size: 26px;
}
.step .subtit .wrap em {
  font-size: 36px;
  font-style: normal;
}
.step h2 {
  text-align: center;
  margin: 0 0 50px;
}
.step h2 img {
  width: 677px;
  height: 100px;
}
.step ul li {
  display: flex;
  justify-content: space-between;
}
.step ul li .num {
  position: relative;
  margin: 0 50px 0 0;
}
.step ul li .num::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/border_dot.svg) center top no-repeat;
  background-size: 100%;
  width: 7px;
  height: 62px;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%,0);
  z-index: 0;
}
.step ul li .num img {
  position: relative;
  z-index: 5;
}
.step ul li:last-of-type .num::after {
  display: none;
}
.step ul li .num img {
  width: 136px;
  height: 136px;
}

.step ul li dl {
  margin: 0 0 40px;
}
.step ul li:last-of-type dl {
  margin: 0 0 0;
}
.step ul li dl dt {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
}
.step ul li dl dd {
  background: #fff;
  padding: 30px;
  font-size: 18px;
  line-height: 1.7;
}
.step .lead {
  position: relative;
  background-color: #2084bc;
}
.step .lead .inner {
  padding: 0 0 70px;
  position: relative;
}
.step .lead .inner .icon {
  position: absolute;
  left: 0;
  top: -150px;
  width: 186px;
  height: 86px;
}
.step .lead .inner .desc01 {
  text-align: center;
  margin: 0 0 30px;
}
.step .lead .inner .desc01 span {
  font-size: 92px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.step .lead .inner .desc01 span::before,
.step .lead .inner .desc01 span::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 128px;
  background-color: #fffd32;
  bottom: 0;
}
.step .lead .inner .desc01 span::before {
  transform: rotate(-30deg);
  left: -60px;
}
.step .lead .inner .desc01 span::after {
  right: -60px;
  transform: rotate(30deg);
}
.step .lead .inner .desc02 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.step .lead .inner .desc02 small {
  font-size: 16px;
}

@media screen and (max-width:1024px) {
  .step_wrap .inner {
    padding: 0 0 18vw;
  }
  .step_wrap {
    padding: 10vw 0 0;
  }
  .step .subtit {
    margin: 0 0 7vw;
  }
  .step .subtit .wrap {
    padding: 2vw 8vw;
  }
  .step .subtit .wrap small {
    font-size: 4vw;
    margin: 0 0 1vw;
    display: inline-block;
  }
  .step .subtit .wrap em {
    font-size: 5vw;
  }
  .step h2 {
    margin: 0 0 8vw;
  }
  .step h2 img {
    width: 53.8vw;
    height: 22.4vw;
  }
  .step ul li .num {
    margin: 0 5vw 0 0;
  }
  .step ul li .num::after {
    background: url(../img/border_dot.png) center top 5px repeat-y;
    background-size: 100%;
    width: 5.6px;
    height: 50vw;
  }
  .step ul li .num img {
    width: 17vw;
    height: 17vw;
  }
  .step ul li dl dt {
    font-size: 5vw;
    margin: 0 0 4vw;
  }
  .step ul li dl dd {
    padding: 4vw;
    font-size: 3.6vw;
  }
  .step .lead .inner .desc01 span {
    font-size: 12vw;
  }
  .step .lead .inner {
    padding: 13vw 0 8vw;
  }
  .step .lead .inner .icon {
    top: -17vw;
    width: 28vw;
    height: 28vw;
  }
  .step .lead .inner .desc01 span::before, 
  .step .lead .inner .desc01 span::after {
    height: 17vw;
  }
  .step .lead .inner .desc01 span::before {
    left: -8vw;
  }
  .step .lead .inner .desc01 span::after {
    right: -8vw;
  }
  .step .lead .inner .desc02 {
    font-size: 5vw;
  }
  .step .lead .inner .desc02 small {
    font-size: 3vw;
    line-height: 1.4;
    display: inline-block;
    padding: 2vw 0 0;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width:1025px) {
  
  .step ul li dl {
    display: flex;
    justify-content: space-between;
    height: 170px;
  }
  .step ul li:last-of-type dl {
    height: inherit;
  }
  .step ul li dl dt {
    display: table;
    width: 100%;
    width: 300px;
  }
  .step ul li dl dt span {
    display: table-cell;
    vertical-align: middle;
  }
  .step ul li dl dd {
    width: 500px;
  }
  
}


/*===================
FAQ
=====================*/

.faq {
  background-color: #ecf8ff;
  padding: 90px 0 70px;
  position: relative;
}
.faq::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/faq_bg.svg") center center no-repeat;
  background-size: 100%;
  width: 30vw;
  height: 33vw;
  top: 70px;
  right: 0;
  z-index: 0;
}
.faq .inner {
  position: relative;
  z-index: 5;
}
.faq .subtit {
  text-align: center;
  margin: 0 0 20px;
}
.faq .subtit img {
  width: 182px;
  height: 87px;
}
.faq h2 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 60px;
}
.faq .ac {
  margin: 0 auto 5px;
}
.faq .ac-parent {
  position: relative;
  height: 112px;
  line-height: 50px;
  background-color: #0d457c;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: .3s;
  display: table;
  width: 100%;
}
.faq .ac-parent span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 100px;
  position: relative;
}
.faq .ac-parent span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/faq_q.svg") center center no-repeat;
  background-size: 100%;
  width: 25px;
  height: 33px;
  left: 35px;
  top: 50%;
  transform: translate(0, -50%);
}
.faq .ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #fff;
}
.faq .ac-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 39px;
  transform: translateY(-50%);
  transition: all .3s;
  width: 2px;
  height: 24px;
  background: #fff;
}
.faq .ac-parent.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}
.faq .ac-child {
  padding: 30px 30px 30px 0;
  background-color: #fff;
}
.faq .ac-child span.ans {
  padding: 0 0 0 100px;
  position: relative;
  display: block;
}
.faq .ac-child span.ans::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/faq_a.svg") center center no-repeat;
  background-size: 100%;
  width: 26px;
  height: 32px;
  left: 35px;
  top: 0;
}
.faq .ac-child .cv .btn_wrap {
  padding: 25px 25px 25px 55px;
}
.faq .ac-child .cv .btn_wrap {
  padding: 25px 25px 25px 55px;
}
.faq .ac-child .cv .btn_wrap .btn_mail {
    width: 400px;
}
.faq .ac-child .cv .btn_wrap .btn_line {
    width: 470px;
}


@media screen and (max-width:1024px) {
  .faq {
    padding: 10vw 0 8vw;
  }
  .faq .subtit {
    margin: 0 0 3vw;
  }
  .faq .subtit img {
    width: 20vw;
    height: 8.8vw;
  }
  .faq h2 {
    font-size: 10.6vw;
    margin: 0 0 6vw;
  }
  .faq .ac-parent {
    font-size: 4.2vw;
    line-height: 1.5;
    height: 20vw;
  }
  .faq .ac-parent:before {
    right: 4vw;
    width: 5vw;
  }
  .faq .ac-parent:after {
    right: 6.15vw;
    height: 5vw;
  }
  .faq .ac-parent span {
    padding: 0 12vw 0 15vw;
  }
  .faq .ac-parent span::before {
    left: 4.5vw;
    width: 6.6vw;
    height: 8.8vw;
  }
  .faq .ac-child {
    font-size: 3.6vw;
    padding: 6vw 4vw 4vw 0;
  }
  .faq .ac-child span.ans {
    padding: 0 0 0 15vw;
  }
  .faq .ac-child span.ans::before {
    width: 6.9vw;
    height: 8.5vw;
    left: 4.5vw;
  }
  
  .faq .ac-child .cv {
    padding: 0;
  }
  .faq .ac-child .cv .btn_wrap {
    padding: 6vw 4vw 4vw 8vw;
  }
  .faq .ac-child .cv .btn_wrap .btn_mail {
      width: 100%;
  }
  .faq .ac-child .cv .btn_wrap .btn_line {
      width: 100%;
  }
}
@media screen and (min-width:1025px) {
  
  
}

/*===================
price
=====================*/

.price {
  padding: 90px 0 70px;
  background: #2084BC;
  background: linear-gradient(170deg, rgba(32, 132, 188, 1) 0%, rgba(13, 69, 124, 1) 68%);
}
.price h2 {
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  margin: 0 0 40px;
  color: #fff;
}
.price .lead {
  text-align: center;
  font-size: 24px;
  margin: 0 0 60px;
  color: #fff;
}
.price table {
  width: 100%;
  border: 1px solid #d2d2d2;
  margin: 0 0 20px;
}
.price table th,
.price table td {
  width: 50%;
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
}
.price table th {
  padding: 24px 10px 24px 60px;
  font-weight: normal;
  font-size: 24px;
  border-right: 1px solid #d2d2d2;
}
.price table td {
  padding: 24px 60px 24px 10px;
  font-weight: 500;
  text-align: right;
  font-size: 30px;
}
.price table .main_th th {
  text-align: center;
  color: #fff;
  background-color: #0d457c;
  font-weight: 600;
  padding: 24px 10px 24px 10px
}
.price table .main_th th:nth-of-type(2) {
  border-right: none;
}
.price .atten {
  text-align: right;
  font-size: 16px;
  margin: 0 0 30px;
  color: #fff;
}
.price .box {
  border: 5px solid #fff;
  padding: 30px;
  color: #fff;
}
.price .box .desc01 {
  font-weight: 500;
  font-size: 24px;
  width: 80%;
  margin: 0 auto 10px;
  line-height: 2;
}
.price .box .atten {
  margin: 0;
}



@media screen and (max-width:1024px) {
  .price {
    padding: 10vw 0 8vw;
  }
  .price h2 {
    font-size: 10.6vw;
    margin: 0 0 5vw;
    line-height: 1.2;
  }
  .price .lead {
    font-size: 4vw;
    margin: 0 0 8vw;
  }
  .price table {
    margin: 0 0 3vw;
  }
  .price table th,
  .price table td {
    font-size: 3.6vw;
    padding: 4vw;
    vertical-align: middle;
  }
  .price .atten {
    font-size: 3vw;
    margin: 0 0 5vw;
    letter-spacing: 0.1em;
  }
  .price .box {
    padding: 4vw;
    border: 3px solid #fff;
  }
  .price .box .desc01 {
    font-size: 4vw;
    width: 100%;
    line-height: 1.6;
  }
  .price .box .atten {
    text-align: left;
  }
}



/*===================
last_lead
=====================*/

.last_lead {
  background-color: #ecf8ff;
  font-weight: 600;
}
.last_lead .inner {
  padding: 90px 0 70px;
  position: relative;
  z-index: 5;
}
.last_lead .inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/last_lead_bg.svg") center center no-repeat;
  background-size: 100%;
  width: 241px;
  height: 246px;
  z-index: 2;
}
.last_lead .inner::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/last_lead_illust.png") center center no-repeat;
  background-size: 100%;
  width: 342px;
  height: 358px;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.last_lead .subtit {
  font-size: 30px;
  margin: 0 0 20px;
}
.last_lead h2 {
  font-size: 36px;
  margin: 0 0 60px;
}
.last_lead h2 strong {
  font-size: 54px;
  font-weight: 600;
}
.last_lead ul li {
  font-size: 32px;
  margin: 0 0 30px;
  padding: 0 0 0 60px;
  position: relative;
}
.last_lead ul li::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/check_icon.png") center center no-repeat;
  background-size: 100%;
  width: 39px;
  height: 36px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width:1024px) {
  .last_lead .inner {
    padding: 10vw 0 50vw;
  }
  .last_lead .inner::before {
    width: 35.9vw;
    height: 36.7vw;
    left: 5vw;
    bottom: 10vw;
  }
  .last_lead .inner::after {
    background: url(../img/last_lead_illust.png) center top no-repeat;
    background-size: 100%;
    width: 60vw;
    height: 50vw;
  }
  .last_lead .subtit {
    font-size: 4vw;
  }
  .last_lead h2 {
    font-size: 5vw;
    margin: 0 0 8vw;
  }
  .last_lead h2 strong {
    font-size: 7.5vw;
  }
  .last_lead ul li {
    font-size: 4vw;
    padding: 0 0 0 8vw;
    margin: 0 0 3vw;
  }
  .last_lead ul li::before {
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (min-width:1025px) {
  .last_lead .inner::before {
    top: 110px;
    right: 0;
  }
}

/*===================
last_cv
=====================*/

.last_cv.cv {
  padding: 0 0 45px;
}
.last_cv.cv .tit {
  position: inherit;
  left: inherit;
  top: inherit;
  z-index: inherit;
}
.last_cv.cv .tit img {
  height: inherit;
}
.last_cv .inner {
  position: relative;
  padding: 0 0 70px;
}
.last_cv .tit {
  margin: 0 0 30px;
}
.last_cv .tit img {
  width: 100%;
}
.last_cv .icon01 {
  position: absolute;
  top: 190px;
  left: -40px;
}
.last_cv .icon01 img {
  width: 184px;
  height: 187px;
}
.last_cv .btn_wrap {
  margin:  0 0 80px;
}
.last_cv .tel_wrap {
  border: 2px solid #fff;
  padding: 25px 0 25px;
  text-align: center;
  position: relative;
}
.last_cv .tel_wrap .tit {
  text-align: center;
  position: relative;
  top: -55px;
  margin: 0;
}
.last_cv .tel_wrap .tit span {
  font-size: 40px;
  background-color: #0d457c;
  color: #fff;
  padding: 0 20px;
}
.last_cv .tel_wrap .tel_num {
  margin: 0 0 25px;
}
.last_cv .tel_wrap .tel_num img {
  width: 798px;
  height: 101px;
}
.last_cv .tel_wrap .atten {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width:1024px) {
  .cv.last_cv {
    padding: 0 0 10vw;
  }
  .cv.last_cv .inner {
    padding: 7vw 0 0;
  }
  .cv.last_cv .tit {
    margin: 0;
  }
  .cv.last_cv .icon01 {
    top: -25vw;
    left: -2vw;
  }
  .cv.last_cv .icon01 img {
    width: 35.5vw;
    height: 35vw;
  }
  .cv.last_cv .btn_wrap {
    margin: 0 0 10vw;
  }
  .cv.last_cv .tel_wrap {
    padding: 8vw 0 4vw;
  }
  .cv.last_cv .tel_wrap .tit {
    width: 100%;
    top: -5vw;
    left: 50%;
    transform: translate(-50%,0);
  }
  .cv.last_cv .tel_wrap .tit span {
    font-size: 6vw;
  }
  .cv.last_cv .tel_wrap .tel_num {
    margin: 0 0 3vw;
  }
  .cv.last_cv .tel_wrap .tel_num img {
    width: 74.1vw;
    height: 9.6vw;
  }
  .cv.last_cv .tel_wrap .atten {
    font-size: 3vw;
  }
}


/*===================
footer
=====================*/
footer {
  background-color: #eaf5fa;
  padding: 90px 0 30px;
}
footer .subtit img {
  width: 244px;
  height: 55px;
  margin: 0 0 35px;
}
footer h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 50px;
}
footer dt {
  background-color: #0d457c;
  color: #fff;
  text-align: center;
  width: 110px;
  margin: 0 auto 10px 0;
  font-size: 18px;
  font-weight: 600;
}
footer dd {
  font-size: 20px;
  margin: 0 0 30px;
}
footer dd small {
  font-size: 12px;
}
footer .app {
  background-color: #fff;
  padding: 30px 55px;
}
footer .app h3 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 20px;
}
footer .app ul {
  justify-content: space-around;
}
footer .app ul li:first-of-type img {
  width: 135px;
  height: 40px;
}
.copy {
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
}
.copy a {
  text-decoration: underline;
}

footer .app .teamviewer {
  padding: 0;
  position: relative;
}
footer .app .teamviewer img {
  width: 120px;
}
footer .app .teamviewer span {
  position: absolute;
  top: 20px;
  left: 50px;
  line-height: 1.7;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
}
footer .app .itsupport_p a {
  text-decoration: underline;
}
@media screen and (max-width:1024px) {
  footer {
    padding: 10vw 0 8vw;
  }
  footer .subtit,
  footer h2 {
    text-align: center;
  }
  footer h2 {
    font-size: 8vw;
    margin: 0 0 8vw;
  }
  footer .subtit img {
    width: 50vw;
    height: 11.2vw;
    margin: 0 0 3vw;
  }
  footer dt {
    font-size: 4vw;
    width: 30vw;
    padding: 5px 0;
    margin: 0 auto 2vw 0;
  }
  footer dd {
    font-size: 4.8vw;
    margin: 0 0 5vw;
  }
  footer dd small {
    font-size: 3vw;
    line-height: 1.4;
    display: inline-block;
    margin: 2vw 0 0;
  }
  footer .app {
    padding: 4vw;
    text-align: center;
  }
  footer .app h3 {
    font-size: 4.8vw;
  }
  footer .app .teamviewer {
    padding: 3vw 0;
  }
  footer .app .teamviewer img {
    width: 40vw;
  }
  footer .app .teamviewer span {
    top: 12vw;
    left: 42vw;
    font-size: 0.6em;
  }
  footer iframe {
    width: 90vw;
    height: 60vw;
    margin: 0 auto 5vw;
  }
  .copy {
    font-size: 3.6vw;
    padding: 5vw 0;
    }
}

@media screen and (min-width:1025px) {
  footer .flex_pc {
    align-items: flex-start;
    margin: 0 auto 50px;
  }
  footer .cont,
  footer .map {
    width: 50%;
  }
  footer .app .teamviewer_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 30px;
  }
  footer .app .teamviewer {
    margin: 0 0 0 30px;
  }
}


/* ===== 吹き出し外側（青帯） ===== */
.mv_wrap .subtit_wrap {
  background: linear-gradient(
    125deg,
    rgba(32, 132, 188, 1) 0%,
    rgba(13, 69, 124, 1) 68%
  );
  padding: 40px 0;
}

/* 吹き出し本体 */
.mv_wrap .subtit_wrap .subtit01 {
  background: none;
  padding: 0;
  display: inline-block;
}


/* ===== 上段テキストは青帯のみ ===== */
.mv_wrap .subtit02-lead {
  background: none;
  padding: 0;
}

/* ===== パソコン修理・ITトラブル（黄色文字＋青背景） ===== */
.mv_wrap .subtit02-lead .badge {
  color: #fffd32;
  background-color: #0d457c;
  padding: 4px 12px;
  font-weight: 700;
}

/* デジサポ＋飯田 ロゴ画像 */
.mv_wrap .subtit02-main img {
  width: 620px;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width:1024px) {
  .mv_wrap .subtit02-main img {
    width: 90%;
    margin: 0 auto;
  }
}


/* =========================
   LP用 MV（iida/pc 専用）
========================= */

.mv-lp {
  padding: 0;
}

/* ===== 青帯エリア ===== */
.mv-lp__top {
  background: linear-gradient(
    125deg,
    rgba(32,132,188,1) 0%,
    rgba(13,69,124,1) 68%
  );
}

.mv-lp__top-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;   /* ← 吹き出しを縦中央 */
  min-height: 180px;     /* ← ★必須（青帯の高さ） */
}

/* 人アイコン（青＋白にまたがる） */
.mv-lp__person {
  position: absolute;
  left: 60px;
  top: 40px;
  z-index: 2;
}

.mv-lp__person img {
  width: 160px;
  height: auto;
}

/* 吹き出し */
.mv-lp__bubble img {
  display: block;
  max-width: 720px;
  width: 100%;
  height: auto;
}

/* ===== リード文（白背景） ===== */
/* 飯田下伊那地域での〜 */
.mv-lp__lead {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: left;      /* 中央解除 */
  margin-left: 220px;    /* 右へ */
  margin-bottom: 20px;
  line-height: 1.4;
}

.mv-lp__area {
  color: #000;
  font-weight: 600;
  margin-right: 4px;
}

.mv-lp__dot {
  display: inline-flex;
  align-items: center;   /* ← 縦中央 */
  margin: 0 2px;        /* ← 左右の間隔を均等に */
  font-size: 26px;       /* バッジ文字と揃える */
  line-height: 1;
}

.mv-lp__badge {
  display: inline-block;
  background: #0d457c;
  color: #fffd32;
  padding: 2px 8px;
  margin: 0 2px;
  font-weight: 700;
}

/* ===== 白帯 ===== */
.mv-lp__main {
  background: #fff;
  padding: 50px 0 40px;
  position: relative;   
  z-index: 1;          
}

.mv-lp__main-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.mv-lp__logo img {
  width: 620px;
  max-width: 100%;
  height: auto;
}

.mv-lp__brand {
  display: flex;
  align-items: center;   /* 縦中央 */
  justify-content: center;
  gap: 24px;             /* ロゴと文字の間隔 */
}

.mv-lp__catch {
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap; /* 改行させない */
}


/* ===== SP ===== */
@media screen and (max-width: 1024px) {

  /* 青帯エリア */
  .mv-lp__top-inner {
    position: relative;
    padding: 6vw 0 0;     /* ← 少し詰めて、おじさんを上へ */
    min-height: 65vw;     /* ← コメントとおじさんの範囲を縮める */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 3;
  }

  /* おじさん */
  .mv-lp__person {
    position: absolute;
    left: 1vw;
    top: 2vw;              
    z-index: 5;
  }

  .mv-lp__person img {
    width: 30vw;          
    height: auto;
  }

  /* 吹き出し（コメント） */
  .mv-lp__bubble {
  position: relative;
  margin-left: 17vw;
  margin-top: 3vw;
  max-width: 60vw;
  z-index: 1;
}

.mv-lp__bubble img {
  width: 100%;
  height: auto;
  transform: scale(1.15); /* ← 画像全体を拡大 */
  transform-origin: top left; /* ← 左上起点で拡大 */
}

  /* 白枠 */
  .mv-lp__main {
    margin: -30vw auto 0;
    width: calc(100% - 10vw); /* ← 画面左右に余白を残す */
    max-width: none;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 6vw;
  }

.mv-lp__main-inner {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;

  padding: 0 4vw;
}

  /* テキストサイズ調整 */
.mv-lp__lead {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;   /* ← 中央に */
  text-align: center;    /* ← 中央に */

  margin-top: 2vw;
  margin-left: 0;       
}

.mv-lp__area {
  display: block;
  font-size: 5.2vw;
  margin-bottom: 2vw;
  white-space: nowrap;
  font-weight: 600;

  margin-left: 1vw;
  }

.mv-lp__area-small {
    font-size: 4.4vw;   /* ← 少し小さく */
    margin-left: 0.3vw; /* 文字間の自然な余白 */
  }

.mv-lp__row {
  display: inline-flex;
  align-items: center;
  gap: 1vw;
  white-space: nowrap;
  margin-left: 0;
}

.mv-lp__ha {
    font-size: 5vw;
    margin-left: 0.5vw;
  }

.mv-lp__badge {
  display: inline-block;
  padding: 1.2vw 2vw;
  font-size: 5.2vw;
  white-space: nowrap;   /* ← 折れ防止 */
}

.mv-lp__dot {
    display: inline-block;
    margin: 0 1vw;
    font-size: 4vw;
}

.mv-lp__brand {
  display: flex;
  flex-direction: column;
  align-items: center;   /* ← ロゴと文字を中央揃え */
  margin-left: -2vw;     /* ← brand 全体を左へ（1〜3vwで微調整） */
}

  
.mv-lp__logo {
    width: 100%;
  }

.mv-lp__logo img {
  width: 102%;
  max-width: none;
  height: auto;
  display: block;

  margin-top: 2vw;
}

.mv-lp__catch {
  font-size: 5.2vw;
  margin-top: 0.3vw;
  font-weight: 800;
  text-align: center;   /* ← 中央 */
  margin-left: 0;       
}

/* === header全体は青背景にする（白カード以外） === */
header.mv-lp {
  background: linear-gradient(
    125deg,
    rgba(32,132,188,1) 0%,
    rgba(13,69,124,1) 68%
  );
}

}



/* 青帯セクション本体 (PC) */
.section-blue {
  background: linear-gradient(
    125deg,
    rgba(32,132,188,1) 0%,
    rgba(13,69,124,1) 68%
  );
  padding: 10px 0 0px;
  position: relative;
  z-index: 10;
}

.blue-message-wrap {
  text-align: unset;
}

/* ===== 青帯メッセージ ===== */
.blue-message {
  position: static;   /* ← 明示的に戻す */
  transform: none;
  bottom: auto;
  color: #fff;
  max-width: 1100px;
  margin: 0px auto 6px;   /* CTAに近づける */
  position: relative;
  top: 6px;
  text-align: center;
  white-space: nowrap;
}

/* 文章を1行で扱うラッパー */
.blue-message .main-text {
  display: inline-block;     /* ← 文字幅基準 */
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;       
}

/* 青帯メッセージ内の強調点：1文字＝1つの・ */
.section-blue .text-em {
  -webkit-text-emphasis-style: dot;
  text-emphasis-style: dot;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over;

  position: relative;
  display: inline-block;
}

/* 「業務が止まる前に」の左右の余白を消す */
.blue-message .text-em {
  margin: 0;
  padding: 0;
}


/* プロが点検！ */
.blue-message .fc_yel {
  font-size: 38px;
  font-weight: 800;
  margin-left: 12px;
  display: inline-block;
}

.blue-message .fc_yel small {
  font-size: 60%;
  vertical-align: middle;
}


.section-blue .dots {
  text-emphasis: none !important;
  -webkit-text-emphasis: none !important;
}

.mv-lp__main {
  position: relative;
  z-index: 1;
}

.mv-lp .mv-lp__main-inner {
  overflow: visible !important;
}

/* たった1分で申込完了！ */
.mv_cv {
  position: relative;
  z-index: 20;
}

.mv_cv .tit {
  position: absolute;
  top: -95px;
  left: -25px;     
  z-index: 5;
}

.mv_cv .tit img {
  width: 180px;   
  height: auto;
}

.cv01 .tit img {
  transform: translateX(240px); 
}


.section-blue ul.words.flex {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-blue ul.words.flex li {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.2; /* 必要なら調整 */
}


/* 青帯セクション本体 */
@media screen and (max-width: 1024px) {

  .blue-message {
    font-size: 18px;
    line-height: 1.5;
  }

  .blue-message .dots {
    width: 160px;
    margin: 4px auto 2px;
  }

  .blue-message .dots::before {
    font-size: 10px;
    letter-spacing: 0.35em;
  }

  .blue-message .fc_yel {
    font-size: 28px;
  }
}



/* FAQ：疑似要素がクリックを邪魔しないようにする */
.ac-parent::before,
.ac-parent::after,
.ac-parent span::before,
.ac-parent span::after {
  pointer-events: none;
}

/* 白い画像（ロゴ）の中央寄せ */
.cv01 .tit.pc img.main-logo {
  transform: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lp-container .note {
  display: block;
  font-size: 85%;
  color: #333;
  margin-top: 4px;
  line-height: 1.4;
}


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

  /* ===============================
     上：おじさん＋青背景
  =============================== */
  .mv-lp__top-inner {
    padding-bottom: 0;
    min-height: unset;
    height: auto;
    align-items: flex-start;
    z-index: 20;
  }

  /* ===============================
     白カード
  =============================== */
  .mv-lp__main {
    position: relative;
    z-index: 10;          
    margin-top: -18px;    /* ← 触らない */
    margin-bottom: 0;
    padding-bottom: 0;
    background: transparent;
    width: 100%;
  }

  .mv-lp__main-inner {
    background: #fff;
    max-width: 94%;
    margin: 0 auto;
    padding: 22px 14px 12px;
    position: relative;
    z-index: 10;
    text-align: center; 
  }

  /* ===============================
     ロゴサイズ調整
  =============================== */

  .mv-lp__logo img {
    width: 320px;   
    max-width: 100%;
    height: auto;
  }

 .mv-lp__logo {
    margin: 0 auto;
    transform: translateX(16px);  /* ← 右へ。8〜16pxで微調整 */
  }

 /* ===============================
     「にお任せください！」を少し上へ
  =============================== */

  .mv-lp__catch {
    margin-top: -18px;   
    ransform: translateX(20px); 
  }

  /* ===============================
     section-blue（CTA帯）
     ★ここが肝：白カードより前面にする
     （重なってない部分は影響なし）
  =============================== */
  .section-blue {
    position: relative;
    z-index: 30;          /* ← 白カード(10)より上にする */
    background: linear-gradient(
    125deg,
    rgba(32,132,188,1) 0%,
    rgba(13,69,124,1) 68%
  );


    padding-top: 40px !important;    /* バッチ分（重なり）を確保 */
    padding-bottom: 20px;
  }

  /* ===============================
     上部メッセージ
  =============================== */
  .section-blue .blue-message {
    text-align: center;
    margin-bottom: 6px;
  }

  .section-blue .main-text {
    max-width: 92%;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
  }

  /* ===============================
     「プロが点検！」（黄色）
  =============================== */
  .section-blue .fc_yel {
    display: block;
    margin-top: 6px;
    font-size: 46px;
    font-weight: 800;
    color: #ffeb00;
    line-height: 1.1;
    text-align: center;
  }

  .section-blue .fc_yel small {
    font-size: 1em;
    vertical-align: baseline;
    position: relative;
    top: 0;
  }

  /* ===============================
     黄色バッチ（ここが本命）
     ★基準は .mv_cv（あなたのDOMどおり）
     ★白カード左下の角に引っ掛ける
  =============================== */

  /* まず基準を固定 */
  .section-blue .mv_cv {
    position: relative !important;
  }

  /* バッチ本体 */
  .section-blue .mv_cv .tit {
    position: absolute !important;

    /* ↓ ここが「白カード左下」っぽくなる値 */
    top: -180px !important;     /* ← “白カードに被る高さ” */
    left: -14px !important;     /* ← “白カードの左端より少し外” */

    z-index: 9999 !important;   /* ← 必ず最前面 */
    pointer-events: none;
  }

  .section-blue .mv_cv .tit img {
    width: 108px !important;    /* 要件画像寄せ。大きさ微調整ここ */
    height: auto !important;
    display: block;
  }

  /* ===============================
     CTA
  =============================== */
  .section-blue .cv {
    padding-top: 20px;
    padding-bottom: 0;
  }

.section-blue .btn_wrap {
     padding-bottom: 6px;   /* ← 白枠下幅調整 */
  }

  /* ===============================
     下3ワード
  =============================== */
  .section-blue ul.words {
    margin-top: 0px;
    padding-bottom: 16px;
  }

  .section-blue ul.words li {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* ← 縦中央 */
  align-items: center;       /* ← 横中央 */

  padding: 0;                /* ← 余白は一旦殺す */
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
}

/* ===============================
     ポイントの下の黄色バッチ
  =============================== */
  
 .cv.cv01 .inner{
    position: relative;
    overflow: visible;
  }

  /* h2は“基準点”にするだけ（高さで余白を作らない） */
  .cv.cv01 h2.tit{
    position: relative;
    margin: 0;
    padding: 0;
    height: 0;          /* ← 余計な青帯を増やさない */
    line-height: 0;
    overflow: visible;
  }

  /* 黄色バッチ（画像） */
  .cv.cv01 h2.tit img{
    position: absolute;
    top: -10px;         /* ← 上へ：まずこの値で要件寄せ */
    left: 0px;        /* ← 左端寄せ（絶対条件） */
    transform: translateX(-8px);
    width: 145px;       /* ← “今より少し大きく” */
    height: auto;
    max-width: none;
    display: block;
    z-index: 9999;      /* ← 必ず前面 */
    pointer-events: none;
  }

.nowrap {
  white-space: normal;
}

.desc02 small{
  letter-spacing: normal;
}

/* ===============================
     その下のCTA
=============================== */
.cv.cv01 .btn_wrap {
    padding-bottom: 6px;  
  }
}


/* ===============================
     STEP
=============================== */
@media screen and (max-width: 1024px) {
/* Cocoon既存の縦線を完全に無効化 */
  .step ul::before,
  .step ul::after,
  .step ul li::before,
  .step ul li .num::before,
  .step ul li .num::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  /* STEP全体 */
  .step ul {
    padding-left: 72px;
  }

  /* 各STEP */
  .step ul li {
    position: relative;
    margin-bottom: 40px;
  }

  /* STEP番号 */
  .step ul li .num {
    position: absolute;
    top: 0.2em;          /* ← 見出し基準で安定 */
    left: -72px;
    width: 56px;
    height: 56px;
    z-index: 2;
  }

  .step ul li .num img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 点線（次のSTEPまで） */
  .step ul li::after {
    content: "";
    position: absolute;
    left: -44px;          /* 丸の中央 */
    top: 56px;            /* 丸の下 */
    width: 6px;
    height: calc(100% + 40px);
    background: url("../img/border_dot.png") center top repeat-y;
    background-size: 100%;
  }

  /* 最後のSTEPは点線なし */
  .step ul li:last-child::after {
    display: none;
  }

  /* STEP名 */
  .step ul li dt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
  }

  /* 白ボックス */
  .step ul li dd {
    background: #fff;
    padding: 14px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.7;
  }
}

/* ===============================
     last_cv（SP）
=============================== */
@media screen and (max-width: 767px) {

  .last_cv.cv01 {
    position: relative;
    overflow: hidden;
  }

  /* 切り取り用（ここは確定） */
  .last_cv.cv01 > p.tit.sp {
    width: 120%;
    margin-left: -59%;
  }

  /* ★imgは左に固定する */
  .last_cv.cv01 > p.tit.sp img {
    width: 100%;
    max-width: 390px;
    height: auto;
    display: block;

    margin-left: 0;      /* ← 左固定 */
    margin-right: auto;  /* ← 右は余らせる */
  }
}


/* ===============================
     先頭のメールボタン白枠
=============================== */

@media screen and (min-width: 1025px) {
  .cv .btn_wrap {
    padding-bottom: 8px; 
  }
}

/* =========================
   タブレット：青帯「プロが点検！」改行・サイズUP
========================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* 青帯全体 */
  .section-blue .blue-message {
    text-align: center !important;
    line-height: 1.25 !important;
    margin-bottom: 14px !important;
    padding-top: 50px !important;
  }

  /* 1行目：必ず1行 */
  .section-blue .blue-message .main-text {
    display: block !important;
    width: 100% !important;
    font-size: 42px !important;   /* ←UP（32→38） */
    font-weight: 700 !important;
    white-space: nowrap !important;
    position: relative !important;
    top: 22px !important; 
  }

  /* 2行目：「プロが点検！」をさらに大きく */
  .section-blue .blue-message .main-text .fc_yel {
    display: block !important;
    margin-top: 14px !important;
    font-size: 98px !important;   /* ←UP（80→92） */
    font-weight: 900 !important;
    line-height: 1.0 !important;
    text-align: center !important;
  }

  /* バッチを「白枠にかぶせる」ため、親を基準にする */
  .section-blue .mv_cv.cv {
    position: relative !important;
  }

  /* 黄色バッチ（大きく＋上にかぶせる） */
  .section-blue .mv_cv .tit {
    position: absolute !important;
    top: -360px !important;    /* ←上に出す（かぶり具合） */
    left: -35px !important;   /* ←少し外に逃がす */
    z-index: 9999 !important;
  }

  .section-blue .mv_cv .tit img {
    width: 230px !important;  /* ←UP（140→200） */
    height: auto !important;
  }

/* ボタン外枠を揃える */
  .cv .btn_wrap .btn_mail,
  .cv .btn_wrap .btn_line {
    width: 100% !important;
    max-width: 820px !important;   /* ←必要なら調整 */
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* クリック領域（箱）を同じサイズにする */
  .cv .btn_wrap .btn_mail span,
  .cv .btn_wrap .btn_line a {
    display: block !important;
    width: 100% !important;
  }

  /* メール側：pictureもブロック化して揃える */
  .cv .btn_wrap .btn_mail picture {
    display: block !important;
    width: 100% !important;
  }

  /* 両方：中身を100%で合わせる */
  .cv .btn_wrap .btn_mail img,
  .cv .btn_wrap .btn_line img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

/* 3つのボックス全体の高さを確保（青余白） */
  .section-blue ul.words.flex {
    padding: 22px 0 !important;  /* ←青の上下余白 */
    margin: 0 !important;
    align-items: stretch !important;
  }

  /* 各liを上下中央に配置 */
  .section-blue ul.words.flex li {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* ←縦中央 */
    align-items: center !important;

    padding: 12px 0 !important;  /* ←li内の上下余白 */
    line-height: 1.25 !important;
  }

  }

/* =========================
   SP＋タブレット：onayami のリストを改行させない
========================= */
@media screen and (max-width: 1024px) {

  /* 「まだ対策していない」の前の <br> を消す */
  .onayami ul.list li span br {
    display: none !important;
  }

}

/* =========================
   SP：onayami の li 内 br を消して改行させない
========================= */
@media screen and (max-width: 767px) {
  .onayami li br {
    display: none !important;
  }
}

/* =========================
   タブレット：cv01 の黄色バッチを左寄せ
========================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* absoluteの基準をここに固定（必要） */
  .cv.cv01 .inner {
    position: relative !important;
  }

  /* h2.tit を左に寄せる（中央寄せ解除） */
  .cv.cv01 .inner .tit {
    position: absolute !important;
    left: 0 !important;            /* ← 左端 */
    transform: none !important;    /* ← translateX(-50%) を殺す */
    margin-left: 0 !important;
    right: auto !important;
    top: -20px !important;         /* ←上下は好みで調整 */
    z-index: 9999 !important;
    text-align: left !important;
  }

  /* img自体にも「中央寄せの余計なmargin」があれば殺す */
  .cv.cv01 .inner .tit img {
    display: block !important;
    margin: 0 !important;          /* ← margin: 0 auto 対策 */
  }
}

/* =========================
   タブレット：cv01 黄色バッチ 強制表示（出ない対策）
========================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

.cv.cv01 h2.tit {
    position: relative !important;
    overflow: visible !important;
} 

.cv.cv01 h2.tit img {
    position: absolute !important;

    width: 300px !important;
    height: auto !important;

    top: -160px !important;   /* ← もっと上なら -180px とか */
    left: 0px !important;     /* ← 左端寄せ */

    z-index: 9999 !important;

    max-width: none !important;
    max-height: none !important;
    transform: none !important;

    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* 親がつぶれてる可能性対策 */
  .cv.cv01 .inner {
    position: relative !important;
    overflow: visible !important;
  }

/* 黄色バッチ本体 */
  .last_cv.cv.cv01 .inner .tit {
    position: absolute !important;
    top: -160px !important;   /* ← 上にかぶせたいほどマイナスを増やす */
    left: 0px !important;     /* ← 左はじ寄せ */
    z-index: 9999 !important;
  }

  /* バッチ画像サイズ */
  .last_cv.cv.cv01 .inner .tit img {
    width: 300px !important;  /* ← 特大にする（例：300〜340） */
    height: auto !important;
    display: block !important;
  }

}

/* =========================
   タブレット：STEP（4ステップ）調整
========================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* liを横並び：STEP番号＋テキスト */
  .step .inner ul li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 24px !important;
    position: relative !important;  /* ←点線の基準 */
  }

  /* STEP番号の親（p.num） */
  .step .inner ul li p.num {
    flex: 0 0 160px !important;
    width: 160px !important;
    height: 160px !important;
    margin: 0 !important;
    position: relative !important;
  }

  /* STEP番号画像 */
  .step .inner ul li p.num img {
    width: 160px !important;
    height: auto !important;
    display: block !important;
    max-width: none !important;
  }

  /* dl（見出し＋白枠） */
  .step .inner ul li dl{
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  /* 見出し（dt） */
  .step .inner ul li dl dt {
    width: 100% !important;
  }

  /* 白枠テキスト（dd）横幅：少し広げる */
  .step .inner ul li dl dd{
    width: auto !important;
    max-width: 640px !important;  /* ←ここで横幅を調整（600〜680くらい） */
    border-radius: 0 !important;  /* ←角丸なし */
  }

/* liを基準に */
  .step .inner ul li{
    position: relative !important;
  }

  /* STEP番号の丸（画像） */
  .step .inner ul li p.num{
    flex: 0 0 160px !important;
    width: 160px !important;
    height: 160px !important;
    position: relative !important;
    margin-left: 20px !important; /* はみ出してたらここ調整 */
  }

  .step .inner ul li p.num img{
    width: 160px !important;
    height: auto !important;
    max-width: none !important;
    display: block !important;
  }

  /* ★点線（li::after）を「中央」に移動する */
  .step .inner ul li::after{
  left: calc(20px + 10px) !important; /* ← 80→65で左へ */
}
}

/* =========================
   タブレット：FAQ 回答文（A側）重なりだけ修正
========================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* span側にAが残ってると上に飛ぶので止める */
  .faq dd.ac-child span.ans::before{
    content: none !important;
    left: 50px !important;  /* ←ここを増やすと右へ行く */
    top: 40px !important;   /* 縦位置は必要なら微調整 */
  }

  /* 回答（dd）をAの基準にする */
  .faq dd.ac-child{
    position: relative !important;
    padding: 40px 40px 40px 110px !important; 
    padding-left: 80px !important;
  }

  /* Aをdd側で表示（ズレない） */
  .faq dd.ac-child::before{
    content: "A" !important;
    position: absolute !important;
    left: 30px !important;
    top: 40px !important; /* 1行目に合わせる。必要なら微調整 */
    font-size: 90px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #0b4c7a !important;
  }

  /* 回答の本文（span.ans）を通常の文章表示に戻す */
  .faq dd.ac-child span.ans{
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    line-height: 1.8 !important;
    letter-spacing: 0.02em !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  /* brを有効にする（念のため） */
  .faq dd.ac-child span.ans br{
    display: inline !important;
  }
/* A本体（ddの疑似要素）を右へ → Qと揃える */
  .faq .ac-child{
    position: relative !important; /* 念のため */
  }
  .faq .ac-child::before{
    left: 30px !important;   /* ←ここを増やすと右へ動く（例：30〜45） */
    top: 40px !important;    /* 縦位置は必要なら微調整 */
  }

  /* 回答文を3文字分くらい広げる（左余白を少し減らす） */
  .faq .ac-child{
    padding-left: 95px !important; /* 110px→95px */
  }

}

/* =========================
   タブレット：last_cv タイトル画像の右ズレ修正
========================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* 右に飛ばしてる transform を無効化 */
  .cv01 .tit img{
    transform: none !important;
  }

  /* 念のため中央寄せにする */
  .last_cv .tit,
  .last_cv.cv .tit{
    text-align: center !important;
  }

  .last_cv .tit img,
  .last_cv.cv .tit img{
    max-width: 100% !important;
    height: auto !important;
  }

}
.remote_note {
  font-size: 12px;   /* 少し小さめ */
  margin-top: 10px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .desc02 small br {
    display: none;
  }
}



