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

body {
	margin: 0; 
        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: #ffff75;
}
.fc_blueL {
  color: #008bc9;
}
.line_yel {
  background: -webkit-linear-gradient(top, transparent 60%, #ffff75 40%);
  background: linear-gradient(to bottom, transparent 60%, #ffff75 40%);
}
.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
.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;}
@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,.mv_inner {
    width: 1000px;
  }
}
/*===================
header
=====================*/
header {
	position: relative;
}
header .logo {
	position: absolute;
  left: 30px;
  top: 15px;
  z-index: 10;
}
header .logo img {
  width: 120px;
  height: 90px;
}


@media screen and (max-width:1024px) {
  
  header {
    padding: 14vw 0 0;
  }
  header .logo {
    left: 2vw;
    top: 2vw;
  }
  header .logo img {
    width: 20vw;
    height: 15.6vw;
  }
}
@media screen and (min-width:1025px) {
  
}

/*===================
mv
=====================*/
.mv_main {
	background: url("../img/mv_bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 0 50px;
}
.mv_main .subtit01 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 30px 0 0;
  margin: 0 0 72px;
}
.mv_main .subtit01 img {
  width: 59px;
  height: 46px;
  margin: 0 5px;
}
.mv_main .icon {
  margin: 0 0 20px;
}
.mv_main .icon span {
  background-color: #0d457c;
  padding: 5px 20px;
  color: #fff;
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 22px;
}
.mv_main .mv_tit {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 20px;
}
.mv_main .mv_tit strong {
  font-size: 80px;
  font-weight: 600;
}
.mv_main .subtit02 {
  background-color: #fff;
  border-radius: 90px;
  padding: 0 15px 15px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  line-height: 1.7;
  box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, 0.4);
}
.mv_main .subtit02::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/mv_illust02.png") center center no-repeat;
  background-size: 100%;
  width: 85%;
  height: 137px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mv_main .subtit02 small {
  font-size: 20px;
}
.mv_main .subtit02 small span {
  border-bottom: 1px solid #008bc9;
  padding: 0 0 3px;
}

.ni{
  font-size:0.9em;
  vertical-align:-0.05em;
}

@media screen and (max-width:1024px) {
  .mv_main {
    background: url(../img/mv_bg.jpg) center top 14vw no-repeat;
    background-size: cover;
    padding: 0;
  }
  .mv_main .subtit01 {
    font-size: 5vw;
    padding: 6vw 0 0;
    margin: 0 0 5vw;
  }

.mv_main .subtit01 img {
  width: 14vw; /* ←ここを相対指定に変更 */
  height: auto;
  vertical-align: baseline;
  margin: 0 2vw;
}

.mv_main .icon {
    display: flex;
    justify-content: center;
    gap: 4vw;
    margin: 5vw 0;
    font-size: initial; /* ←前の font-size: 7vw を打ち消し */
  }

 .mv_main .icon span {
    display: inline-block;
    font-size: 4.8vw; /* 以前の7vwより大きさを安定させつつ見やすく */
    padding: 2.5vw 5vw;
    background-color: #014a84;
    color: #fff;
    border-radius: 8px;
    white-space: nowrap;
  }

  .mv_main .mv_tit {
    text-align: center;
    font-size: 9vw;
    margin: 0 0 4vw;
  }
  .mv_main .mv_tit strong {
    font-size: 14.9vw;
  }
  .mv_main .subtit02 {
    font-size: 6.4vw;
    padding: 0 2vw 2vw;
    margin: 0 0 8vw;
  }
  .mv_main .subtit02::before {
    width: 88%;
  }
  .mv_main .subtit02 small {
    font-size: 3.6vw;
  }
  .mv_main .subtit02 small {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 1024px) {
  .mv_main p.sp {
    width: 100%; /* ←追加 */
    margin: 0;
    text-align: center;
  }

  .mv_main p.sp img {
    width: 100%; /* ← 画像自体も幅100% */
    height: auto;
    display: block;
  }
}

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

  .mv_main::after {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/mv_img.png") left center no-repeat;
    background-size: 100%;
    width: 50vw;
    height: 27vw;
    left: 50%;
    top: 50%;
    transform: translate(0, -45%);
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.4));
  }
  .mv_main .subtit02 {
    width: 47%;
  }
}
@media screen and (min-width:1366px) {
  
  .mv_main::after {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/mv_img.png") left center no-repeat;
    background-size: 100%;
    width: 686px;
    height: 372px;
    left: 50%;
    top: 50%;
    transform: translate(0, -45%);
  }
}

.mv_cv.cv {
  padding: 25px 0;
}
.mv_cv.cv .sub01 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.mv_cv.cv .sub01 .desc01 {
  font-size: 44px;
  margin: 0 0 10px;
}
.mv_cv.cv .sub01 .desc01 span.bg_y {
  font-size: 40px;
  background-color: #ffff75;
  padding: 2px 2px;
  color: #000;
  display: inline-block;
  margin: 0 0 0 5px;
}
.mv_cv.cv .sub01 .desc02 {
  font-size: 50px;
  padding: 0 0 30px;
  line-height: 1;
}
.mv_cv.cv .sub01 span.fc_yel {
  border-bottom: 5px solid #ffff75;
  line-height: 1.2;
    display: inline-block;
}
.mv_cv.cv .sub02 {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
} 
.mv_cv.cv .sub02::before {
  position: absolute;
  content: "";
  display: block;
  border: 1px dashed #0d457c;
  width: 1px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mv_cv.cv .sub02 p {
  width: 50%;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  display: table;
}
.mv_cv.cv .sub02 p span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #0d457c;
  font-size: 24px;
}
.mv_cv.cv .sub02 p small {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #0d457c;
  padding: 2px 5px;
  border-radius: 30px;
}

@media screen and (max-width:1024px) {
  .mv_cv.cv {
    padding: 4vw 0;
  }
  .mv_cv.cv .sub02 {
    padding: 2vw;
    margin: 0 auto 4vw;
    width: 87vw;
  }
  .mv_cv.cv .sub02::before {
    height: 16vw;
  }
  .mv_cv.cv .sub02 p span{
    font-size: 4.2vw;
  }
  .mv_cv.cv .sub02 p small{
    font-size: 3vw;
  }
  .mv_cv.cv .sub01 .desc01 {
    font-size: 4vw; 
  }
  .mv_cv.cv .sub01 .desc01 span.bg_y {
    margin: 0 1vw 0 0;
  }
  .mv_cv.cv .sub01 .desc01 span.bg_y,
  .mv_cv.cv .sub01 .desc01 em {
    font-size: 6.4vw;
  }
  .mv_cv.cv .sub01 .desc01 em {
    font-style: normal;
  }
  .mv_cv.cv .sub01 span.fc_yel {
    border-bottom: 2px solid #ffff75;
  }
  
}
@media screen and (min-width:1025px) {
  
  .mv_cv.cv .sub_wrap {
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    
  }
  .mv_cv.cv .sub_wrap .sub01,
  .mv_cv.cv .sub_wrap .sub02 {
    width: 48%;
  }
  .mv_cv.cv .sub01 .desc02 {
    line-height: 1.4;
  }
}



/*===================
cv
=====================*/

.cv {
  background-color: #0d457c;
  padding: 40px 0 20px;
  position: relative; /* ←追加 */
  z-index: 2;         /* ←追加 */
}

.cv .tit {
  text-align: center;
  margin: 0 0 20px;
}
.cv .tit img {
  width: 100%;
}
.cv .subtit {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 20px;
}
.cv .subtit .desc01 {
  font-size: 54px;
}
.cv .subtit .desc01 em {
  font-style: normal;
  color: #000;
  background-color: #ffff75;
  padding: 0 2px;
  font-weight: 600;
  margin: 0 5px;
}
.cv .subtit .desc02 {
  font-size: 42px;
  letter-spacing: 0.1em;
}
.cv .main_wrap {
  background-color: #fff;
  position: relative;

  /* 共通CV用：安全な指定 */
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

  /* 白背景の余白だけ調整 */
  padding: 25px 25px 20px;
}
.cv .main_wrap .tit {
  position: absolute;
  top: -230px;
  left: -60px;
  width: 180px;
}
.cv .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px; /* ← 間隔の調整 */
  flex-wrap: wrap; /* スマホ時の縦並びもサポート */
}
.cv .btn_wrap.flex_pc {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.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 (max-width:1024px) {
  .cv {
    padding: 6vw 0 4vw;
  }
  .cv .tit {
    padding: 4vw 0 0;
    margin: 0;
  }
  .cv .tit img {
    width: 90%;
  }
  .cv .main_wrap .tit {
    top: -23vw;
    left: -5vw;
    width: 30vw;
    padding: 0;
  }
  .cv .subtit {
    margin: 0 0 4vw;
  }
  .cv .subtit .desc01 {
    font-size: 6.4vw;
  }
  .cv .subtit strong {
    font-size: 12.8vw;
  }
  .cv .btn_wrap {
    padding: 4vw;
  }
  .cv .btn_wrap .btn_mail,
  .cv .btn_wrap .btn_line {
    width: 100%;
  }
.cv .btn_wrap.flex_pc {
    flex-direction: column;
    align-items: center;
  }
  .cv .btn_wrap .btn_mail {
    margin: 0 0 4vw;
  }
  .cv.cv01 .inner {
    padding: 0;
    position: relative;
  }
  .cv.cv01 .main_wrap .tit {
    top: -37vw;
    left: -4vw;
  }
}
@media screen and (min-width:1025px) {
  .cv .btn_wrap {
    padding: 25px 25px 25px;
  }
  .cv.cv01 .main_wrap .tit {
    position: absolute;
    top: -180px;
    left: 50px;
    width: 180px;
  }
}

/*===================
reason
=====================*/
.reason {
  padding: 90px 0 0;
}
.reason .subtit {
  text-align: center;
  margin: 0 0 50px;
}
.reason .subtit span {
  font-size: 34px;
  font-weight: 500;
  position: relative;
  padding: 5px 20px;
  border: 1px solid #000;
  display: inline-block;
}
.reason .subtit span::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 26px;
  height: 26px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%,0);
}
.reason .subtit span::after {
  position: absolute;
  content: "";
  display: block;
  border-left: 1px solid #000;
  width: 1px;
  height: 40px;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%,0) rotate(40deg);
}
.reason .subtit em {
  font-style: normal;
}
.reason h2 {
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  line-height: 2.2;
}
.reason h2 img {
  width: 490px;
  height: 111px;
  margin: 0 5px 0 0;
}
.reason .reason_wrap {
  position: relative;
  background-color: #e5f3f9;
  padding: 210px 0 70px;
}
.reason .reason_wrap::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/bg_tri_wh.svg") center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 8vw;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 0;
}
.reason .reason_wrap::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/logo_bg.svg") right center no-repeat;
  background-size: 100%;
  width: 477px;
  height: 536px;
  top: 80px;
  right: 0;
  z-index: 0;
}

.reason .reason_wrap .inner {
  position: relative;
  z-index: 5;
}
.reason .reason_wrap .en {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 5;
}
.reason .reason_wrap .en img {
  width: 388px;
  height: 84px;
}

.reason .reason_wrap h3 {
  text-align: center;
  margin: 0 0 60px;
}
.reason .reason_wrap h3 img {
  width: 637px;
  height: 83px;
}
.reason .reason_wrap .list01 li {
  background-color: #fff;
  padding: 30px;
  position: relative;
}
.reason .reason_wrap .list01 li .desc01,
.reason .reason_wrap .list02 .desc01 {
  font-size: 20px;
  margin: 0 0 20px;
}
.reason .reason_wrap .list01 li .desc02,
.reason .reason_wrap .list02 .desc02 {
  font-weight: 600;
  font-size: 30px;
  color: #008bc9;
  margin: 0 0 20px;
}
.reason .reason_wrap .list01 li .desc03 {
  font-size: 16px;
}
.reason .reason_wrap .list01 li .desc03 a {
  text-decoration: underline;
}
.reason .reason_wrap .list02 {
  background-color: #fff;
  padding: 50px 30px;
  position: relative;
} 
.reason .reason_wrap .list01 li::before,
.reason .reason_wrap .list02::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #008bc9 transparent transparent transparent;
  border-width: 35px 35px 0px 0px;
  left: 0;
  top: 0;
}
.reason .reason_wrap .list02 .img img {
  width: 269px;
  height: 184px;
} 
.reason .reason_wrap .list02 .desc03 {
  padding: 0 0 0 25px;
}
.reason .reason_wrap .list02 .desc03 li {
  font-size: 16px;
  list-style: disc;
  margin: 0 0 10px;
}
.reason .reason_wrap .list02 .iso_img .img {
  margin: 0 0 10px;
}
.reason .reason_wrap .list02 .iso_img .txt {
  font-size: 12px;
}

@media screen and (max-width:1024px) {
  .reason {
    padding: 10vw 0 0;
  }
  .reason .subtit {
    margin: 0 0 4vw;
  }
  .reason .subtit span {
    font-size: 3.6vw;
  }
  .reason .subtit span::before {
    width: 6vw;
    height: 2vw;
    bottom: -1vw;
  }
  .reason h2 {
    font-size: 5.6vw;
    padding: 0 0 4vw;
  }
  .reason h2 img {
    margin: 2vw auto 0;
    width: 88vw;
    height: 18vw;
    display: block;
  }
  .reason .reason_wrap::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/logo_bg01.svg) right center no-repeat;
    background-size: 100%;
    width: 30vw;
    height: 33vw;
    top: 4vw;
    right: 1vw;
    z-index: 0;
  }
  .reason .reason_wrap .en {
    top: -20vw;
  }
  .reason .reason_wrap .en img {
    width: 53vw;
    height: 11.4vw;
  }
  .reason .reason_wrap {
    padding: 22vw 0 8vw;
  }
  .reason .reason_wrap h3 img {
    width: 90vw;
    height: 12vw;
  }
  .reason .reason_wrap h3 {
    text-align: center;
    margin: 0 0 5vw;
  }
  .reason .reason_wrap .list01 li {
    padding: 4vw 6vw;
    text-align: center;
    margin: 0 0 4vw;
  }
  .reason .reason_wrap .list01 li .desc01, 
  .reason .reason_wrap .list02 .desc01{
    font-size: 4vw;
    margin: 0 0 2vw;
  }
  .reason .reason_wrap .list01 li .desc02, .reason .reason_wrap .list02 .desc02 {
    font-size: 5vw;
    margin: 0 0 1vw;
  }
  
  .reason .reason_wrap .list02 {
    padding: 6vw 6vw 4vw;
  }
  .reason .reason_wrap .list02 .desc02 {
    margin: 0 0 4vw;
  }
  .reason .reason_wrap .list02 .desc03 li {
    font-size: 3.6vw;
  }
  .reason .reason_wrap .list02 .iso_img .img {
    text-align: center;
  }
  .reason .reason_wrap .list02 .iso_img .img img {
    width: 65vw;
    height: 44vw;
  }
}
@media screen and (min-width:1025px) {
  .reason .reason_wrap .list01 {
    align-items: normal;
    margin: 0 0 20px;
  }
  .reason .reason_wrap .list01 li {
    width: 32%;
  }
  .reason .reason_wrap .list02 .cont {
    width: 60%;
  } 
  .reason .reason_wrap .list02 .iso_img {
    width: 35%;
  } 
}



/*===================
onayami
=====================*/
.onayami {
  background: url("../img/onayami_bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 90px 0 110px;
}
.onayami .subtit {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.onayami h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 30px;
}
.onayami h2 strong {
  font-size: 72px;
  font-weight: 600;
}
.onayami .list {
  background-color: #fff;
  padding: 40px 80px;
}
.onayami .list li {
  position: relative;
  margin: 0 0 30px;
}
.onayami .list li:last-of-type {
  margin: 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: 0.2em;
}

.onayami .list li span {
  display: inline-block;
  font-size: 22px;
  padding: 0 0 0 35px;
}


@media screen and (max-width:1024px) {
  .onayami {
    padding: 10vw 0 15vw;
  }
  .onayami .subtit {
    font-size: 5vw;
  }
  .onayami h2 {
    font-size: 9vw; 
    margin: 0 0 4vw;
  }
  .onayami .list {
    padding: 6vw;
  }
  .onayami .list li {
    margin: 0 0 4vw;
  }
  .onayami .list li span {
    font-size: 4vw;
    padding: 0 0 0 7vw;
  }
  .onayami .list li::before {
    top: 2px;
    bottom: inherit;
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (min-width:1025px) {
  
  .onayami .inner {
    padding: 0 70px;
  }
}



/*===================
point
=====================*/
.point {
  padding: 90px 0;
  background: url("../img/point_bg01.jpg") center top no-repeat;
  background-size: cover;
}
.point h2 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  margin: 0 0 30px;
  text-shadow: 
     2px  2px 2px #ffffff,
    -2px  2px 2px #ffffff,
     2px -2px 2px #ffffff,
    -2px -2px 2px #ffffff,
     2px  0px 2px #ffffff,
     0px  2px 2px #ffffff,
    -2px  0px 2px #ffffff,
     0px -2px 2px #ffffff;
}
.point h2 strong {
  font-weight: 600;
  font-size: 60px;
}
.point .lead01 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.8;
  margin: 0 0 60px;
  text-shadow: 
     2px  2px 2px #ffffff,
    -2px  2px 2px #ffffff,
     2px -2px 2px #ffffff,
    -2px -2px 2px #ffffff,
     2px  0px 2px #ffffff,
     0px  2px 2px #ffffff,
    -2px  0px 2px #ffffff,
     0px -2px 2px #ffffff;
}
.point .lead01 span {
  border-bottom: 1px solid #008bc9;
}
.point .point_wrap {
  background-color: rgba(13,69,124,0.9);
  border-radius: 50px;
  padding: 48px 30px 20px;
}
.point .point_wrap h3 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  margin: 0 0 30px;
  color: #fff;
}
.point .point_wrap .box {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 20px;
  margin: 0 0 15px;
}
.point .point_wrap .box .icon {
  text-align: center;
  margin:  0 0 30px;
}
.point .point_wrap .box .icon span {
  padding: 5px 40px;
  border-radius: 50px;
  border: 1px solid #008bc9;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: inline-block;
}
.point .point_wrap .box h4 {
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  line-height: 2.2;
  margin: 0 0 40px;
}
.point .point_wrap .box h4 img {
  width: 384px;
  height: 87px;
  margin: 0 10px 0 0;
}
.point .point_wrap .box .lead02 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 30px;
}
.point .point_wrap .box .list li {
  border: 1px solid #008bc9;
  border-left: 12px solid #008bc9;
  padding: 30px 20px 30px 20px;
  margin: 0 0 10px;
}
.point .point_wrap .box .list li dt {
  font-size: 30px;
  font-weight: 600;
  color: #008bc9;
  margin: 0 0 20px;
}
.point .point_wrap .box .list li dd {
  font-size: 16px;
}
.point .point_wrap .lead03 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .point {
    padding: 10vw 0 20vw;
    background: url("../img/sp/point_bg01.jpg") center top 10vw no-repeat;
    background-size: cover;
  }
  .point h2 {
    font-size: 5vw;
    margin: 0 0 5vw;
  }
  .point h2 strong {
    font-size: 8.4vw;
    margin: 0 0 1vw;
    display: inline-block;
  }
  .point .inner {
    width: 100vw;
  }
  .point .lead01 {
    font-size: 4vw;
    margin: 0 0 8vw;
  }
  .point .point_wrap,
  .point .point_wrap .box {
    padding: 6vw 4vw;
    border-radius: 30px;
  }
  .point .point_wrap h3 {
    font-size: 6.4vw;
    margin: 0 0 4vw;
  }
  .point .point_wrap .box .icon {
    margin: 0 0 4vw;
  }
  .point .point_wrap .box .icon span {
    font-size: 4.8vw;
  }
  .point .point_wrap .box h4 {
    font-size: 6.4vw;
    margin: 0 0 6vw;
    line-height: 1.4;
  }
  .point .point_wrap .box h4 img {
    margin: 2vw auto 0;
    width: 76vw;
    height: 14.6vw;
    display: block;
  }
  .point .point_wrap .box .lead02 {
    font-size: 3.2vw;
    margin: 0 0 6vw;
  }
  .point .point_wrap .box .list li {
    padding: 4vw 2vw 4vw 4vw;
  }
  .point .point_wrap .box .list li dt {
    font-size: 5vw;
    margin: 0 0 3vw;
  }
  .point .point_wrap .box .list li dd {
    font-size: 3.2vw;
  }
  .point .point_wrap .lead03 {
    font-size: 6.4vw;
  }
}
@media screen and (min-width:1025px) {
  
  .point .point_wrap .box .list {
    flex-wrap: wrap;
    align-items: normal;
  }
  .point .point_wrap .box .list li {
    width: 49%;
  }
}



/*===================
service
=====================*/
.service {
  padding: 90px 0 0;
  position: relative;
  background-color: #e5f3f9;
}
.service::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/logo_bg.svg) right center no-repeat;
  background-size: 100%;
  width: 477px;
  height: 536px;
  top: 40px;
  right: 0;
  z-index: 0;
}
.service .inner {
  position: relative;
  z-index: 5;
}
.service .en {
  text-align: center;
  margin: 0 0 30px;
}
.service .en img {
  width: 408px;
  height: 83px;
}
.service h2 {
  text-align: center;
  margin: 0 0 60px;
}
.service h2 img {
  width: 544px;
  height: 83px;
}
.service .list {
  margin: 0 0 50px;
}
.service .list li {
  background-color: #fff;
  padding: 25px 30px 30px;
  position: relative;
  margin: 0 0 20px;
}
.service .list li dt {
  padding: 0 0 0 100px;
  font-weight: 600;
  margin: 0 0 40px;
}
.service .list li dt p {
  font-size: 36px;
  font-weight: 600;
  color: #008bc9;
}
.service .list li dt .num {
  position: absolute;
  left: 0;
  top: 0;
}
.service .list li dt .num img {
  width: 100px;
  height: 100px;
}
.service .lead {
  text-align: center;
  font-weight: 600;
  color: #008bc9;
  font-size: 48px;
}
.service .lead span {
  background: -webkit-linear-gradient(top, transparent 60%, #fff 40%);
    background: linear-gradient(to bottom, transparent 60%, #fff 40%);
}

@media screen and (max-width:1024px) {
  .service {
    padding: 10vw 0 0;
  }
  .service::after {
    background: url(../img/logo_bg01.svg) right center no-repeat;
    background-size: 100%;
    width: 30vw;
    height: 33vw;
    top: 15vw;
    right: 1vw;
  }
  .service .en {
    margin: 0 0 5vw;
  }
  .service .en img {
    width: 56vw;
    height: 11.4vw;
  }
  .service h2 {
    margin: 0 0 10vw;
  }
  .service h2 img {
    width: 78vw;
    height: 12vw;
  }
  .service .list {
    margin: 0 0;
  }
  .service .list li {
    padding: 5vw 4vw 4vw;
    margin: 0 0 4vw;
  }
  .service .list li dt {
    padding: 0 0 0 20vw;
    margin: 0 0 7vw;
  }
  .service .list li dt .num img {
    width: 18vw;
    height: 18vw;
  }
  .service .list li dt p {
    font-size: 6.4vw;
  }
  .service .list li dd {
    font-size: 3.2vw;
  }
  .service .lead {
    padding: 0 0 10vw;
    font-size: 6.4vw;
  }
}
@media screen and (min-width:1025px) {
  .service .list {
    flex-wrap: wrap;
    align-items: normal;
  }
  .service .list li {
    width: 49%;
  }
}



/*===================
price00
=====================*/
.price00 {
  position: relative;
}
.price00::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/bg_tri_blue.svg") center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 8vw;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 0;
}
.price00 .inner {
  padding: 210px 0 70px;
}
.price00 .en {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}
.price00 .en img {
  width: 284px;
  height: 84px;
}
.price00 h2 {
  font-size: 60px;
  text-align: center;
  margin: 0 0 55px;
  font-weight: 600;
  color: #008bc9;
}
.price00 ul li {
  position: relative;
}
.price00 ul li::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/price_arrow.png") center center no-repeat;
  background-size: 100%;
  width: 68px;
  height: 68px;
  right: -44px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 5;
}
.price00 ul li:last-of-type::after {
  display: none;
}
.price00 ul li dl {
  border-radius: 15px;
  padding: 29px 10px 20px;
  border: 5px solid #008bc9;
  text-align: center;
  color: #008bc9;
}
.price00 ul li.cont02 dl {
  background-color: #008bc9;
  color: #fff;
}
.price00 ul li dl dt {
  margin: 0 0 40px;
}
.price00 ul li dl dt span {
  font-weight: 600;
  font-size: 32px;
  position: relative;
}
.price00 ul li dl dt span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #008bc9;
  width: 100px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%,0);
}
.price00 ul li.cont02 dl dt span::after {
  background-color: #fff;
}
.price00 ul li.cont01 dl dd {
  font-size: 50px;
  font-weight: 600;
}
.price00 ul li.cont02 dl dd .desc01 {
  font-size: 16px;
  margin: 0 0 50px;
  position: relative;
}
.price00 ul li.cont02 dl dd .desc01::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.price00 ul li.cont02 dl dd .desc01 strong {
  font-size: 27px;
  font-weight: 600;
}
.price00 ul li.cont02 dl dd .desc02 {
  font-size: 26px;
}
.price00 ul li.cont02 dl dd .desc02 {
  background: -webkit-linear-gradient(top, transparent 60%, #0d457c 40%);
  background: linear-gradient(to bottom, transparent 60%, #0d457c 40%);
}
.price00 ul li.cont02 dl dd .desc02 strong {
  font-size: 50px;
  font-weight: 600;
}
.price00 ul li.cont02 .atten {
  font-size: 12px;
  text-align: right;
}
.price00 ul li.cont03 dd {
  font-size: 22px;
  font-weight: 500;
}
.price00 ul li.cont03 dd a {
  display: inline-block;
  margin: 40px 0 0;
  background-color: #008bc9;
  color: #fff;
  border-radius: 30px;
  padding: 2px 35px;
  font-size: 20px;
  position: relative;
}
.price00 ul li.cont03 dd a::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/price_arrow02.png") center center no-repeat;
  background-size: 100%;
  width: 11px;
  height: 8px;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
}
.price00 .lead {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
}
.price00 .lead span {
  background: -webkit-linear-gradient(top, transparent 60%, #e8f3ff 40%);
  background: linear-gradient(to bottom, transparent 60%, #e8f3ff 40%);
}


@media screen and (max-width:1024px) {
  .price00 .inner {
    padding: 19vw 0 15vw;
  }
  .price00 .en {
    top: 2vw;
  }
  .price00 .en img {
    width: 38.5vw;
    height: 11.4vw;
  }
  .price00 h2 {
    font-size: 9.6vw;
    margin: 0 0 4vw;
  }
  .price00 ul li {
    margin: 0 0 4vw;
  }
  .price00 ul li::after {
    background: url("../img/sp/price_arrow.png") center center no-repeat;
    background-size: 100%;
    width: 13vw;
    height: 13vw;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -8vw;
    transform: translate(-50%, 0);
  }
  .price00 ul li:nth-child(2) {
    margin: 0 0 8vw;
  }
  .price00 ul li:nth-child(2)::after {
    bottom: -14vw;
  }
  .price00 ul li dl {
    padding: 6vw 4vw 8vw;
  }
  .price00 ul li dl dt {
    margin: 0 0 5vw;
  }
  .price00 ul li.cont03 dd a {
    margin: 3vw 0 0;
    padding: 2px 7vw;
    font-size: 4vw;
  }
  .price00 ul li dl dt span {
    font-size: 6.4vw;
  }
  .price00 ul li.cont01 dl dd,.price00 ul li.cont02 dl dd .desc02 strong {
    font-size: 12vw;
  }
  .price00 ul li.cont02 .atten {
    font-size: 3vw;
  }
  .price00 ul li.cont02 dl dd .desc01 {
    font-size: 4vw;
    margin: 0 0 9vw;
  }
  .price00 ul li.cont02 dl dd .desc02 {
    font-size: 6.4vw;
  }
  .price00 ul li.cont03 dd {
    font-size: 5.6vw;
  }
  .price00 ul li.cont03 dd a::after {
    width: 3vw;
    height: 2vw;
  }
  .price00 .lead {
    font-size: 6.4vw;
  }
}
@media screen and (min-width:1025px) {
  
  .price00 ul {
    align-items: normal;
    margin: 0 0 50px;
  }
  .price00 ul li {
    width: 32%;
    
  }
  .price00 ul li dl {
    min-height: 325px;
  }
  .price00 ul li.cont01 dl dt,
  .price00 ul li.cont03 dl dt {
    margin: 0 0 70px;
  }
}

@media screen and (max-width:1024px) {
  .price00 ul li dl dt span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 25vw;
    height: 0.8vw;
    background-color: #008bc9; /* 基本は青 */
  }

  .price00 ul li.cont02 dl dt span::after {
    background-color: #fff; /* cont02だけ白にする */
  }
  .price00 ul li.cont02 dl dd .desc01 strong {
    font-size: 6vw; /* より強調して見やすく */
  }
  .price00 ul li.cont02 dl dd .desc01::after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
     bottom: -12vw; 
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-top: 6vw solid #fff;      /* 大きくした三角形 */
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
  }
}

/*===================
case
=====================*/
.case {
  padding: 90px 0;
  position: relative;
  background-color: #e5f3f9;
}
.case::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/logo_bg.svg) right center no-repeat;
  background-size: 100%;
  width: 477px;
  height: 536px;
  top: 40px;
  right: 0;
  z-index: 0;
}
.case .en {
  text-align: center;
  margin: 0 0 30px;
}
.case .en img {
  width: 250px;
  height: 87px;
}
.case h2 {
  font-size: 60px;
  text-align: center;
  margin: 0 0 55px;
  font-weight: 600;
  color: #008bc9;
}
.case .card {
  background-color: #fff;
}
.case .card .before {
  background-color: #fff;
  padding: 0 30px;
}
.case .card .before h3 {
  background-color: #008bc9;
  height: 80px;
  display: table;
  width: 100%;
  text-align: center;
  border-radius: 0 0 20px 20px;
  margin: 0 0 5px;
}
.case .card .before h3 span {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
.case .card .before .job {
  text-align: right;
  font-size: 14px;
  margin: 0 0 30px;
}
.case .card .before dl {
  font-size: 16px;
}
.case .card .before dt {
  color: #008bc9;
  margin: 0 0 10px;
}

.case .card .after {
  background-color: #008bc9;
  padding: 60px 30px 30px;
  color: #fff;
  position: relative;
  font-weight: 600;
}
.case .card .after::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/card_tri.svg") top left no-repeat;
  background-size: 100%;
  width: 100%;
  height: 38px;
  top: 0;
  left: 0;
}
.case .card .after::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/check-mark.png") top left no-repeat;
  background-size: 100%;
  width: 126px;
  height: 114px;
  top: 48px;
  left: 10px;
  z-index: 0;
}
.case .card .after p {
  position: relative;
  z-index: 5;
}

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


.slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.slick-prev::before {
  position: absolute;
  display: block;
  background: url("../img/case_arrowL.png") center center no-repeat;
  background-size: 100%;
  opacity: 1;
  width: 50px;
  height: 50px;
  left: -25px;
  top: -20px;
  content: "";
  z-index: 5;
}
.slick-next::before {
  position: absolute;
  display: block;
  background: url("../img/case_arrowR.png") center center no-repeat;
  background-size: 100%;
  opacity: 1;
  width: 50px;
  height: 50px;
  right: -25px;
  top: -20px;
  content: "";
  z-index: 5;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
@media screen and (max-width:1024px) {
  .case {
    padding: 10vw 0 8vw;
  }
  .case::before {
    background: url(../img/logo_bg01.svg) right center no-repeat;
    background-size: 100%;
    width: 30vw;
    height: 33vw;
    top: 10vw;
    right: 1vw;
  }
  .case .en {
    margin: 0 0 5vw;
  }
  .case .en img {
    width: 32.7vw;
    height: 11.4vw;
  }
  .case h2 {
    font-size: 9.6vw;
    margin: 0 0 4vw;
  }
  .case .inner,.case .card {
    position: relative;
    z-index: 1;
  }
  .case .card .before {
    padding: 0 4vw;
    min-height: 55vw;
  }
  .case .card .before h3 span {
    font-size: 3.6vw;
  }
  .case .card .before .job {
    font-size: 3vw;
    margin: 0 0 4vw;
  }
  .case .card .before dl {
    font-size: 3.6vw;
  }
  .case .card .after::before {
    height: 11vw;
  }
  .case .card .after {
    padding: 14vw 4vw 4vw;
    min-height: 42vw;
  }
  .case .card .after p {
    font-size: 3.6vw;
  }
  .slick-list {
    width: 80vw;
    margin: 0 auto;
  }
  .slick-prev {
    left: 0;
  }
  .slick-prev::before {
    width: 10vw;
    height: 10vw;
    left: -2.5vw;
  }
  .slick-next {
    right: 0;
  }
  .slick-next::before {
    width: 10vw;
    height: 10vw;
    right: -2.5vw;
  }
}


/*===================
step
=====================*/
.step .step_wrap {
  background-color: #0d457c;
  position: relative;
  padding: 90px 0 0;
}
.step .step_wrap .inner {
    padding: 0 0 200px;
}
.step .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 .en {
  text-align: center;
  margin: 0 0 30px;
}
.step .en img {
  width: 247px;
  height: 88px;
}
.step h2 {
  text-align: center;
  margin: 0 0 30px;
}
.step h2 img {
  width: 618px;
  height: 85px;
}
.step .subtit {
  text-align: center;
  margin: 0 0 38px;
}
.step .subtit .wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 0.8em 2em;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
.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 ul li {
  background-color: #fff;
  padding: 20px 25px;
  position: relative;
}
.step ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 32px 0px 32px 55.43px;
  right: -32px;
  top: 50%;
  transform: translate(0,-50%);
} 
.step ul li:last-of-type::after {
  display: none;
}
.step ul li .icon {
  position: absolute;
  right: -10px;
  top: -10px;
}
.step ul li .icon img {
  width: 110px;
  height: 110px;
}
.step ul li .num {
  margin: 0 0 25px;
}
.step ul li .num img {
  width: 50px;
  height: 75px;
}
.step ul li:nth-of-type(2) .num img {
  width: 55px;
}
.step ul li:last-of-type .num img {
  width: 57px;
}
.step ul li dt {
  font-weight: 600;
  font-size: 28px;
  color: #008bc9;
  text-align: center;
  margin: 0 0 30px;
}
.step ul li dd {
  font-size: 16px;
}
.step .lead {
  background-color: #008bc9;
}
.step .lead .inner {
  position: relative;
  padding: 30px 0 70px;
}

.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 .step_wrap {
    padding: 10vw 0 0;
  }
  .step .step_wrap .inner {
    padding: 0 0 10vw;
  }
  .step .en {
    margin: 0 0 5vw;
  }
  .step .en img {
    width: 32vw;
    height: 11.4vw;
  }
  .step h2 {
    margin: 0 0 5vw;
  }
  .step h2 img {
    width: 92vw;
    height: 24.7vw;
  }
  .step .subtit {
    margin: 0 0 5vw;
  }
  .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 ul li {
    padding: 6vw 4vw 4vw;
    margin: 0 0 5vw;
  }
  .step ul li::after {
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 5vw 6vw 0 6vw;
    right: inherit;
    top: inherit;
    transform: translate(-50%, 0);
    bottom: -4.5vw;
    left: 50%;
  }
  .step ul li .num {
    margin: 0;
    position: absolute;
  }
  .step ul li .num img {
    width: 10vw;
    height: 15vw;
  }
  .step ul li:nth-of-type(2) .num img {
    width: 11vw;
  }
  .step ul li:last-of-type .num img {
    width: 11.4vw;
  }
  .step ul li dt {
    margin: -1vw 0 3vw;
    font-size: 6.4vw;
  }
  .step ul li:first-of-type dt {
    margin: 3vw 0 7vw;
  } 
  .step ul li dd {
    font-size: 3.2vw;
  }
  .step ul li .icon img {
    width: 18.6vw;
    height: 18.6vw;
  }
  
  .step .lead .inner .desc01 span {
    font-size: 12vw;
  }
  .step .lead .inner {
    padding: 13vw 0 8vw;
  }
  .step .lead .inner .icon {
    top: -12vw;
    width: 24vw;
    height: 24vw;
  }
  .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 {
    align-items: normal;
    flex-wrap: wrap;
  }
  .step ul li {
    width: 48%;
    margin: 0 0 2em;
  }
  .step ul li .num {
    margin: 0 0 10px;
  }
  .step ul li dt {
    min-height: 90px;
    margin: 0 0 10px;
  }
}

/*===================
faq
=====================*/

.faq {
  background-color: #ecf8ff;
  padding: 90px 0 70px;
  position: relative;
}

.faq::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/logo_bg.svg) right center no-repeat;
  background-size: 100%;
  width: 477px;
  height: 536px;
  top: 40px;
  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;
  color: #008bc9;
}
.faq .ac {
  margin: 0 auto 5px;
}
.faq .ac-parent {
  position: relative;
  height: 112px;
  line-height: 50px;
  background-color: #008bc9;
  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 .cv {
  background-color: #fff;
}
.faq .cv .btn_wrap {
    padding: 0 0 0 100px;
}


@media screen and (max-width:1024px) {
  .faq {
    padding: 10vw 0 8vw;
  }
  .faq::after {
    background: url(../img/logo_bg01.svg) right center no-repeat;
    background-size: 100%;
    width: 30vw;
    height: 33vw;
    top: 10vw;
    right: 1vw;
  }
  .faq .subtit {
    margin: 0 0 3vw;
  }
  .faq .subtit img {
      width: 23.8vw;
      height: 11.4vw;
  }
  .faq h2 {
    font-size: 9.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 {
    padding: 0 0 0 15vw;
  }
  .faq .ac-child span::before {
    width: 6.9vw;
    height: 8.5vw;
    left: 4.5vw;
  }
  .faq .cv .btn_wrap {
      padding: 0 4vw 0 8vw;
  }

}
@media screen and (min-width:1025px) {
  .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;
  }
  
}

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

.price {
  padding: 90px 0 70px;
  background-color: #008bc9;
}
.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: 9.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: url("../img/last_lead_bg.png") center top no-repeat #ecf8ff;
  background-size: cover;
  font-weight: 600;
}
.last_lead .inner {
  padding: 90px 0 70px;
  position: relative;
  z-index: 5;
}
.last_lead .subtit {
  font-size: 30px;
  margin: 0 0 20px;
}
.last_lead h2 {
  font-size: 36px;
  margin: 0 0 60px;
  text-shadow: 2px 2px 2px #ffffffba, -2px 2px 2px #ffffffba, 2px -2px 2px #ffffffba, -2px -2px 2px #ffffffba, 2px 0px 2px #ffffffba, 0px 2px 2px #ffffffba, -2px 0px 2px #ffffffba, 0px -2px 2px #ffffffba;
}
.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;
  text-shadow: 2px 2px 2px #ffffffba, -2px 2px 2px #ffffffba, 2px -2px 2px #ffffffba, -2px -2px 2px #ffffffba, 2px 0px 2px #ffffffba, 0px 2px 2px #ffffffba, -2px 0px 2px #ffffffba, 0px -2px 2px #ffffffba;
}
.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 {
    background: url("../img/sp/last_lead_bg.png") center bottom no-repeat #ecf8ff;
    background-size: cover;
  }
  .last_lead .inner {
    padding: 10vw 0 77vw;
  }
  .last_lead .inner::before {
    width: 35.9vw;
    height: 36.7vw;
    left: 5vw;
    bottom: 10vw;
  }
  .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;
  }
}

/* 共通設定 */
body {
  position: relative;
}

/*===================
last_lead02
=====================*/

.last_lead02 {
  padding: 90px 0 70px;
  background-color: #008bc9;
  color: #fff;
  overflow: visible; 
  position: relative; 
  margin-bottom: 0px;
}

.cv {
  position: relative;
  z-index: 1;
}

.last_lead02 .subtit {
  text-align: center;
  margin: 0 0 40px;
}
.last_lead02 .subtit span {
  border: 1px solid #fff;
  padding: 5px 40px;
  border-radius: 50px;
  font-size: 36px;
  font-weight: 600;
}
.last_lead02 h2 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
.last_lead02 h2 img {
    width: 420px;
    height: 95px;
    margin: 0 10px 0 0;
}

@media screen and (max-width:1024px) {
  .last_lead02 {
    padding: 12vw 0 0;
  }
  
  .last_lead02 .subtit {
    margin: 0 0 6vw;
  }
  .last_lead02 .subtit span {
    font-size: 4.8vw;
  }
  .last_lead02 h2,
  .last_lead02 h2 small {
    font-size: 5.6vw;
    padding: 0 0 4vw;
  }
  .last_lead02 h2 img {
    margin: 3vw auto 0;
    width: 88vw;
    height: 18vw;
    display: block;
  }
}
@media screen and (min-width:1025px) {
  .last_lead02 h2 small {
    font-size: 50px;
  }
}

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

.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: 150px;
  left: -40px;
}
.last_cv .icon01 img {
  width: 184px;
  height: 187px;
}
.last_cv .tel_wrap {
  border: 2px solid #fff;
  padding: 25px 0 25px;
  text-align: center;
  margin-top: 40px;
}
.last_cv .tel_wrap .tit {
  text-align: center;
  position: relative;
  top: -55px;
}
.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 6vw;
  }
  .cv.last_cv .inner {
    padding: 7vw 0 0;
  }
  .cv.last_cv .main_wrap .tit {
    top: -30vw;
    width: 36vw;
  }
  .last_cv .tit {
    margin: 0;
  }
  .last_cv .tit img {
    width: 90%;
  }
  .last_cv .icon01 {
    top: -25vw;
    left: -2vw;
  }
  .last_cv .icon01 img {
    width: 35.5vw;
    height: 35vw;
  }
  .last_cv .btn_wrap {
    margin: 0 0 10vw;
  }
  .last_cv .tel_wrap {
    padding: 0 0 4vw;
  }
  .last_cv .tel_wrap .tit {
    top: -9vw;
  }
  .last_cv .tel_wrap .tit span {
    font-size: 6vw;
  }
  .last_cv .tel_wrap .tel_num {
    margin: 0 0 3vw;
  }
  .last_cv .tel_wrap .tel_num img {
    width: 74.1vw;
    height: 9.6vw;
  }
  .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 .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;
}
.copy {
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
}
.copy 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 .cont,
  footer .map {
    width: 50%;
  }
  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;
  }
}

/* =========================
   LP（location）用：横幅制限解除
========================= */
.contents.location {
  width: 100%;
  max-width: none;
}

.contents.location .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contents.location section {
  overflow: hidden;
}

.contents.location .wrap,
.contents.location .container,
.contents.location .content,
.contents.location main {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}


/* slick デフォルトの Previous / Next テキストを消す */
.slick-prev::before,
.slick-next::before {
  content: '';
}

.slick-prev,
.slick-next {
  font-size: 0;
}



/* ===== CASE（サポート事例）===== */

/* スライダー全体 */
.case .slider {
  max-width: 1200px;
  margin: 0 auto;
}


/* カード本体 */
.case .card {
  width: 360px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 下段の青エリアを揃える */
.case .card .after {
  margin-top: auto;
}

/* SP */
@media screen and (max-width: 1024px) {
  .case .card {
    width: 90%;
    max-width: 90%;
  }
}

/* ===== CASE：矢印をカード縦中央に ===== */

.slick-prev::before,
.slick-next::before {
  top: 50%;
  transform: translateY(-50%);
}

/* slick を高さ揃えモードに */
.case .slick-track {
  display: flex !important;
}

/* 各スライドをflex化 */
.case .slick-slide {
  display: flex !important;
  height: auto !important;
}

/* カード本体 */
.case .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 上段を伸ばす */
.case .card .before {
  flex: 1 1 auto;
}

/* 下段を下に固定 */
.case .card .after {
  margin-top: auto;
}

/* 矢印を縦中央 */
.case .slick-prev::before,
.case .slick-next::before {
  top: 50%;
  transform: translateY(-50%);
}

/* ===== CASE：白・青エリアの高さを固定比率で揃える===== */

.case .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 白エリア */
.case .card .before {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
}

/* 青エリア */
.case .card .after {
  flex: 0 0 45%;
  display: flex;
}

/* ===== CASE：カード間の余白をHTML版と同じにする ===== */

.case .slick-slide {
  margin: 0 10px;
}

/* slick-trackの左右ズレ補正 */
.case .slick-list {
  margin: 0 -10px;
}

@media screen and (max-width: 1024px) {
  /* CASE タイトル */
  .case h2 {
    font-size: 8vw !important;
    text-align: center;
    margin-bottom: 5vw !important;
  }

  /* slick-list：中央寄せと余白調整 */
  .case .slick-list {
    padding: 0 4vw !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  /* slick-track：横並び中央寄せ */
  .case .slick-track {
    justify-content: center !important;
  }

  /* slick-slide：カード幅固定 */
  .case .slick-slide {
    width: 82vw !important;
    max-width: 82vw !important;
    margin: 0 !important;
    display: flex !important;
    height: auto !important;
  }

  /* .card 自体も制限 */
  .case .card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* ✅ 上部の青帯（業務タイトル）←セレクタミスを修正 */
  .case .card .case_tag {
    padding: 4vw 3vw !important;
    font-size: 4.2vw !important;
    min-height: 10vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.4 !important;
    text-align: center !important;
    border-radius: 10px !important;
  }

  /* カード上下の余白 */
  .case .card .before,
  .case .card .after {
    padding: 4vw !important;
  }
}





/* 星バッジがあるCVだけはみ出しOKにする */
.cv.cv01 .main_wrap,
.cv.last_cv .main_wrap {
  overflow: visible;
}

.cv.last_cv {
  overflow: visible;
}

/* 最下部CV：白背景をボタンまでで止める */
.cv.last_cv .main_wrap {
  padding-bottom: 30px;
}

/* 最下部CVの電話エリアの上余白調整 */
.cv.last_cv .tel_wrap {
  margin-top: 50px;
}


/* ヒーロー下ボタンを横並びに固定 */
.cv .btn_wrap.flex_pc {
  display: flex;
  justify-content: center;
  gap: 20px; /* ボタンの間隔を設定 */
  flex-wrap: nowrap; /* 折り返さないようにする */
}

.cv .btn_wrap .btn_mail,
.cv .btn_wrap .btn_line {
  width: auto;
  max-width: 100%;
}

.contents.location section.last_cv {
  overflow: visible;
}

/* =========================
   CV 白背景サイズを要件画像に合わせる
========================= */

/* 白背景の余白を詰める */
.cv .main_wrap {
  display: block
}

/* ボタン周りの余計な余白を消す */
.cv .btn_wrap {
  padding: 0;
  margin: 0 auto;
}
/* =========================
   「スマホで読み込み」吹き出しをまたがせる
========================= */

/* 基準を白背景にする */
.cv .main_wrap {
  position: relative;
}

/* 4か所目（last_cv）だけ：吹き出しの基準をLINEボタンにする */
.cv.last_cv .btn_line {
  position: relative;
}

/* 4か所目（最下部CV）だけ縦中央寄せを解除 */
.cv.last_cv .main_wrap {
  justify-content: flex-start;
}

.cv .btn_wrap .btn_line .icon {
  position: absolute;
  top: -50px;   /* ← 基準位置 */
  right: 0;
  z-index: 5;
}

/* FAQ内だけ下げる */
.faq .cv .btn_wrap .btn_line .icon {
  top: -50px;   /* ← 数値を下げたい分だけ調整 */
}

/* =====================================
   LP（location）用：背景はフル幅／中身はinner
   ===================================== */

/* LP内のsectionははみ出しOK */
.contents.location section {
  overflow: visible;
}

/* 背景を持つブロックをフル幅にする */
.contents.location .mv_main,
.contents.location .mv_cv,
.contents.location .reason_wrap,
.contents.location section.onayami,
.contents.location section.point,
.contents.location section.service,
.contents.location section.price,
.contents.location .case_bg,
.contents.location .step_wrap,
.contents.location section.faq,
.contents.location footer#access {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* ===== 中間CV（cv01）もフル幅にする ===== */
.contents.location .cv.cv01 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* ===== step内 lead（修理完了！の帯）をフル幅にする ===== */
.contents.location .step .lead {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* ===== last_lead（点検してほしいリード）をフル幅にする ===== */
.contents.location section.last_lead {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* ===== last_lead02（ロゴ付きリード）をフル幅にする ===== */
.contents.location section.last_lead02 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* CASE 全体 */
.contents.location section.case {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* 最終CV */
.contents.location section.last_cv {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* service 下の斜め背景を画面幅基準に修正 */
.contents.location section.service::after {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

/* price 上の斜め背景を画面幅基準に修正 */
.contents.location section.price00::before {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

/* STEP 白帯（必要に応じて〜）の長さ調整 */
.step p.subtit {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 22px 56px;
  border-radius: 9999px;
  line-height: 1.6;
}

.mv_cv .inner {
  padding-top: 48px;
  padding-bottom: 32px;
}

/* =========================
   PC版：中間CV（mv_cv）の白枠余白を調整
   ※ 他のCVには影響させない
========================= */
@media screen and (min-width:1025px) {
  .mv_cv.cv {
    padding-bottom: 0;
  }

}

  .case .slick-dots {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 20px 0 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .case .slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .case .slick-dots li::marker {
    content: "" !important;
  }

  .case .slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid #008bc9 !important;
    cursor: pointer;
  }

  .case .slick-dots li.slick-active button {
    background: #008bc9 !important;
  }

/* =========================
   CASE：タブレットで斜め背景がテキストに被るのを防止
========================= */
@media screen and (max-width: 1024px) {
  .case .card .after {
    padding-top: 18vw !important; /* ← 14vwだと足りないので増やす */
  }

  .case .card .after::before {
    height: 14vw !important; /* ← 斜めを少し増やす/調整 */
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .case .card .before,
  .case .card .after {
    min-height: auto !important;
  }
}

/* =========================
   CASE：タブレット/スマホで隣カードを見せない（1枚表示）
========================= */
@media screen and (max-width: 1024px) {

  /* slickの左右見切れ（隣カード）を完全に隠す */
  .case .slick-list {
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  /* slickのslide幅を強制的に1枚表示にする */
  .case .slick-slide {
    width: 100% !important;
  }

  /* slickが勝手に可変幅にしてる場合を潰す */
  .case .slick-slide,
  .case .slick-slide > div,
  .case .card {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* slick-trackの左右ズレ補正（JSのtransformで寄るのを抑える） */
  .case .slick-track {
    margin: 0 auto !important;
  }

/* =========================
   CASE：青枠テキストを✔に少しかぶせつつ、境界線を出さない
========================= */
@media screen and (max-width: 1024px) {

  /* 青枠の上側を少し下げて境界を隠す */
  .case .card .after {
    padding-top: calc(14vw + 3vw) !important; /* ← 14vwは今の値に合わせて */
  }

  /* その分テキストを上に戻す（相殺） */
  .case .card .after p {
    margin-top: -3vw !important;
  }
}

/* ================================
   Cookieバナー分の余白確保（確実版）
================================ */

.wpconsent-banner {
  padding: 15px 20px !important;
  max-width: 420px !important;
}

/* ボタン間隔を少し縮める */
.wpconsent-banner button {
  margin: 5px !important;
}
}

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

.cont02 .atten{
    max-width:320px;
    margin:10px auto 0;
    text-align:left;
    line-height:1.6;
}
.cont02 p.atten{
    max-width:320px;
    margin:10px auto 0;
    text-align:left !important;
    line-height:1.6;
}
.ga{
  white-space: nowrap;
  color:#000;        /* 黒 */
  font-size:0.85em;  /* 少し小さく */
}

.nowrap{
  white-space: nowrap;
}

.mv_tit strong{
  letter-spacing: 0;
}

.ga{
  color:#000;
  white-space:nowrap;
}

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

  .mv_main .mv_tit{
    text-align: center;
    font-size: 9vw;
    margin: 0 0 4vw;
    line-height: 1.05;
  }

  .mv_main .mv_tit strong{
    display:block;
    margin-top:-2vw;
  }

}