@charset "UTF-8";

#header, #footer, #btnSpNavToggle, .spNavOl, #fixBtns, .md-secBtnContact {
	display: none !important;
}
#main {
	padding-top: 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 100%;
}

:target {
  scroll-margin-top: 40px;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
}

h1{
  margin: 0;
}

a {
  text-decoration: none;
}

p{
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

.pagetop {
	cursor: pointer;
	position: fixed;
	right: 30px;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: .3s;
	color: #fff;
	background: #505050;
	z-index: 300;

	/* デフォルトは非表示 */
	opacity: 0;
}

.pagetop:hover {
	background: #bbbaba;
}

.br-pc{
  display: inline-block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}


  .strict {
    line-break: strict;
 }


/*----------------------------------------------
ヘッダー
------------------------------------------------*/
#vzheader {
  border-bottom: solid #d3d1d1 1px;
  margin-bottom: 0%;
  background-color: #fff;
  width: 100%;
  height: auto;
}

.vzheader_box {
  width:100%;
  max-width: 1080px;
 justify-content: space-between;
  height:4em;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

vzheader li a {
  color: #24292e;
  transition: all 0.3s;
}

#vzheader li a:hover {
  opacity: 0.5;
}

#vzheader img.icon {
  width: 100%;
  max-width: 170px;
  padding: 10px;
}


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

  /* ヘッダー */
  #vzheader img.icon {
    width: 100%;
    max-width: 140px;
  }

}

.wrapper{
  margin: 0;
  padding: 0;
}

/*----------------------------------------------
メインビジュアル
------------------------------------------------*/
#mainvisual{
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding-top: 30px;
  position: relative;
  background-color: #fcfcfc;
  z-index: 1;
}


.r_half{
  background: url(../img/halfcircle_left.svg) no-repeat;
  height: 19rem;
  right: 0;
  top: 0.4rem;
  width:8em;
  position: absolute;
  margin: 0px;
  padding-top: 0%;
  z-index:-1;
  display:inline-block;
  overflow:hidden;
  
}

  .r_half:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:1;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 6s ease-in-out infinite;
  }
   
  @keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(90deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(90deg); opacity: 0.1; }
  81% { -webkit-transform: scale(4) rotate(90deg); opacity: 0.3; }
  100% { -webkit-transform: scale(50) rotate(90deg); opacity: 0; }
  }


.l_half{
  background: url(../img/halfcircle_right.svg) no-repeat;
  height: 19rem;
  left: 0;
  top: 40%;
  width:10em;
  position: absolute;
  z-index:-1;
  display:inline-block;
  overflow:hidden;
}

.l_half:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection_l 5s ease-in-out infinite;
  }
   
  @keyframes reflection_l {
  0% { -webkit-transform: scale(0) rotate(90deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(90deg); opacity: 0.1; }
  81% { -webkit-transform: scale(4) rotate(90deg); opacity: 0.3; }
  100% { -webkit-transform: scale(50) rotate(90deg); opacity: 0; }
  }

/*------------吹き出し*/
.fukidashi {
  position: relative;
  right: 5px;
  top: 30px;
  z-index: 200;
}

.balloon3-right-btm {
  position: absolute;
  display: inline-block;
  width:  132px;
  height: 132px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  background: #aa0e36;
  border-radius: 50%;
  box-sizing: border-box;
  top: 100px;
  left: 78%;
  z-index: 210;
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 1px;
  margin-top: -14px;
  border: 10px solid transparent;
  border-left: 16px solid  #aa0e36;
  z-index: 0;
  transform: rotate(135deg);
}


.percent {
  margin: 20px auto;
  color: #fff;
}

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

  .fukidashi {
    position: relative;
    justify-content: center;
    top:-10px;
    z-index: 200;
  }
  
  .balloon3-right-btm {
    position: absolute;
    display: inline-block;
    width:  100px;
    height: 100px;
    line-height: 1.2em;
    text-align: center;
    color: #FFF;
    font-size:1.1em;
    font-weight: bold;
    background: #aa0e36;
    border-radius: 50%;
    box-sizing: border-box;
    top: 170px;
    left: 78%;
    z-index: 210;
  }
  
  .balloon3-right-btm:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -3px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-left: 16px solid  #aa0e36;
    z-index: 0;
    transform: rotate(135deg);
  }
  
  
  .percent {
    margin: 12px auto 5px;
    color: #fff;
  }

}


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

  .fukidashi {
    position: relative;
    z-index: 200;
  }
  
  .balloon3-right-btm {
    position: absolute;
    display: inline-block;
    width:  100px;
    height: 100px;
    line-height: 1.2em;
    text-align: center;
    color: #FFF;
    font-size:1.1em;
    font-weight: bold;
    background: #aa0e36;
    border-radius: 50%;
    box-sizing: border-box;
    top: 140px;
    left: 75%;
    z-index: 210;
  }
  
  .balloon3-right-btm:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -3px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-left: 16px solid  #aa0e36;
    z-index: 0;
    transform: rotate(135deg);
  }
  
  
  .percent {
    margin: 12px auto 5px;
    color: #fff;
  }

}
 

.main_inner{
  width: 100%;
  height: auto;
  max-width: 1080px;
  margin: 0px auto;
  padding-bottom: 20px;
  text-align: center;
  z-index: 100;
}

#main_text h1{
  font-size: clamp(45px, 4vw, 50px);
  font-weight: 600;
  margin:2% 0% 0%;
  padding:1%;
  text-align:center;
  line-height:1.3em;
  z-index: 60;
}

#main_text h2{
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 600;
  display:inline-block;
  margin:0%;
  padding:1%;
  text-align:left;
  line-height:1.2em;
}

#main_image{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  z-index: 50;
}



/* ーーーーーanimation ーーーーー*/


/* fadein_title */
.fadein_title {
  animation: fadein_title 2s ease-in-out 1s 1 forwards;
  opacity: 0;
}

@keyframes fadein_title {
0% {
  opacity: 0;
  
}
100% {
  opacity: 1;
}
}


/* fadeInTop */
.fadeInTop {
  animation: fadeInTop 2.5s ease 0s 1 normal;
}

@keyframes fadeInTop {
0% {
  opacity: 0;
  transform: translateY(-30px);
}
100% {
  opacity: 1;
}
}


/* fadein_fukidashi */
.fadein_fukidashi{
  animation: fadein_fukidashi 0.5s ease-in-out 2.5s 1 forwards;
  opacity: 0;
}

@keyframes fadein_fukidashi {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}



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

  #main_text{
    display: block;
  }

  #main_text h1{
    font-size: clamp(30px, 4vw, 30px);
    font-weight: 600;
    margin:2% 0% 0%;
    padding:1%;
    text-align:center;
    line-height:1.3em;
  }

  #main_image{
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
  }
}

.button_box{
  margin: 30px auto;
  
}

.btn_grid {
  margin: 10px auto;
  padding: 0 10px;
  display: grid;
  width: 100%;
  max-width: 560px;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

a.btn-red{
  
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
  height: 45px;
  position: relative;
  color: #fff !important;
  background: #aa0e36;
  border: 1px solid #666;
  font-weight: 400;
  font-size:18px;
  letter-spacing: 0.1em;
  border-radius: 4px;
  align-items: center;
  text-decoration:none !important;
  box-shadow: 0 0 3px 1px rgba(194, 193, 193, 0.5);
}


a.btn-red:before {
  content: "";
	display: inline-block;
  position: absolute;
  width: 18px;
	height: 16px;
  left: 13px;
  top: 13px;
  padding-top: -10px;
  background: url("../img/icon_dl.svg" )no-repeat;
  background-size: contain;
  vertical-align: middle;
}


a.btn-red:hover {
  background: #c4c3c3;
  transition : 0.5s;
}



a.btn-white{
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
  height: 45px;
  position: relative;
  color: #333 !important;
  background: #fff;
  border: 1px solid #666;

  font-weight: 400;
  font-size:18px;
  letter-spacing: 0.1em;
  border-radius: 4px;
  align-items: center;
  text-decoration:none !important;
  box-shadow: 0 0 3px 1px rgba(194, 193, 193, 0.5);

}

a.btn-white:before {
  content: "";
	display: inline-block;
  position: absolute;
  width: 20px;
	height: 20px;
  left: 16px;
  top: 15px;
  padding-top: -10px;
  background: url("../img/icon_mail.svg ")no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btn-white:hover {
  background: #848484;
  transition : 0.5s;
}

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

  .button_box{
    width: 100%;
    max-width: 100%;
   
  }

}

/*----------------------------------------------
fade-in スクロール
------------------------------------------------*/

.msg{
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}

.box-inner{
  width: 100%;
  height: auto;
}

.box{
  width: 100%;

}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/*----------------------------------------------
sec2_probrem お悩み
------------------------------------------------*/

.sec2_probrem{
  background-color: #f7eae4;
  padding-top: 50px;
  padding-bottom: 40px;
}

.m_midashi{
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.sec-title {
  margin: 0px auto 0px;
  padding: 20px;
  color: #333333;
  text-align:center;
  font-size: clamp(25px, 5vw, 35px);
  font-weight: 600;
  line-height: normal;
  letter-spacing:1px;
  display:inline-block;
  margin:2%;padding:1%;
  text-align:left;
  line-height:2;
}

.sec-title_01 {
  margin: 0px auto 0px;
  padding: 20px;
  color: #333333;
  text-align:center;
  font-size: clamp(25px, 5vw, 35px);
  font-weight: 600;
  line-height: normal;
  letter-spacing:1px;
  display:inline-block;
  margin:2%;padding:1%;
  text-align:center;
  line-height:2;
}


.sec_subtitle {
  margin: 0 auto;
  color:#aa0e36;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
  letter-spacing: 1.6px;
}

.sec_icon_left{
  width: 90px;
  height: 90px;
  left: 150px;
  position: absolute;
  border-radius:50%;
  box-shadow: 10px 10px 0px 0px #e0c4b8;
  z-index: 100;
}

.sec_icon_right{
  width: 90px;
  height: 90px;
  right: 150px;
  position: absolute;
  border-radius:50%;
  box-shadow: 10px 10px 0px 0px #e0c4b8;
  z-index: 101;
}

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

  .sec_icon_left{
    width: 4em;
    height: 4em;
    left: 10%;
    top:7em;
    position: absolute;
    border-radius:50%;
    box-shadow: 6px 6px 0px 0px #e0c4b8;
  }
  
  .sec_icon_right{
    width: 4em;
    height: 4em;
    right: 10%;
    top:7em;
    position: absolute;
    border-radius:50%;
    box-shadow: 6px 6px 0px 0px #e0c4b8;
  }

}

.grid {
  margin: 10px auto;
  padding: 0 10px;
  display: grid;
  width: 100%;
  max-width: 1080px;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}


.item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  border-radius: 10px;
  background: #fff;
  height: 13em;
  padding:2em;
  color: #c35f78;
  font-size: 1em;
  font-weight: 500;
  line-height:2em;
  letter-spacing:-1:
  text-align: left;
  font-feature-settings: "palt";
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}


.item:hover {
  background-color: #cacaca;
  color: #aa0e36;
  cursor: pointer;
}

.item::after{
  content: " ";
  margin:0.1em auto;
  font-size: 0.5em;
  color: #aa0e36;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 11px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.item:hover::after{
  content: "";
  margin:0.1em auto;
  font-size: 0.5em;
  color: #fff;
  cursor: pointer;
  position: absolute;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  bottom: 7px;
  transition: all 0.5s;
}


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

  .grid {
    margin: 0px auto;
    display: grid;
    width: 100%;
    max-width: 1080px;
    gap: 10px;
    grid-template-columns: repeat(1, minmax(220px, 1fr));
  }
  
  .item {
    margin: 0px 20px;
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    background: #fff;
    height: 100px;
    color: #c35f78;
    font-size: 1em;
    line-height:1.1em;
    text-align:center;
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
  }
  
  
  .item:hover {
    background-color: #cacaca;
    color: #aa0e36;
    cursor: pointer;
  }
  
  .item::after{
    content: " ";
    color: #aa0e36;
    cursor: pointer;
    position: absolute;
    right: -40%;
    top:50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
  }

  .item:hover::after{
    content: "";
    margin:0.1em auto;
    font-size: 0.5em;
    color: #fff;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg);
    bottom: 7px;
    transition: all 0.5s;
  }
}


#point01.#point02 .#point03{
margin: 10px;
}


/* ーーーーーーーーーーーートライアングルーーーーーーーーーーーーーーー */

  .triangle {
    background:#f7eae4;
    position: relative;
    margin: 0 0 60px;
  }
  .triangle:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 0 50vw;
    border-color: #f7eae4 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  

/*----------------------------------------------
sec3_introduction  
------------------------------------------------*/

.sec3_introduction{
  background-color: #fff;
  width: 100%;
  position: relative;
}

.sec3_inner{
  width: 100%;
  margin: 250px auto 50px;
  max-width: 1080px;
  text-align: center;
}


.sec3_image{
  width: 200px;
  height: auto;
  right:15%;
  top: -200px;
  position: absolute;
}

.sec3_title_l{
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}


.sec3_inner p {
  margin: 30px auto;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6em;
  display:inline-block;
  margin:2% 0% 0%;
  text-align:left;

}

.sec3_text{
  margin: 30px auto;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6em;
  display:inline-block;
  margin:2% 0% 0%;
  text-align:left;
  padding: 20px;
}

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

  .sec3_inner{
    margin: 170px auto 10px;

  }

  .sec3_image{
    width:130px;
    height: auto;
    right:10%;
    top: -180px;
    position: absolute;
  }

  .sec3_title_l{
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    font-size: clamp(20px, 5vw, 35px);
  }

  .sec3_title_l p{

}
}

.sol_service_title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4em;
  margin: 20px;
  font-size: clamp(20px, 5vw, 35px);
}
.sol_service_title span {
  background: #f7eae4;
  padding: 3px;
}

/*----------------------------------------------
bana
----------------------------------------------*/
.bana{
  width: 100%;
  max-width: 1080px;
  margin:30px auto;
  padding: 10px;
}

.bana_box{
  width: 100%;
  max-width: 1060px;
  margin: 0px auto;
  background: url("../img/bana_bk.png") no-repeat;
  background-size:cover; 
  background-position: 100%;
  border: 1px solid #999;                                     
  border-radius: 5px;
  text-align: center;
  display: flex;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
  position: relative;
}

.bana_box_left{
  width: 100%;
  max-width: 280px;
  margin: 0px auto;
  padding: 20px 0px 20px 40px;
  text-align: center;
}

.bana_box_right{
  width: 100%;
  padding: 20px 30px 20px 0px;
  max-width: 760px;
 }

 .bana_box_right h3 {
  margin: 30px auto;
  font-size: 1.6em;
  font-size: clamp(18px, 4vw, 25px);
  line-height: 1.6em;
  display:inline-block;
  margin:2% 0% 0%;
  text-align:left;
}


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

.bana_box{
  display: block;
  height: auto;
  margin-top: 150px;
}

.bana_box_left{
  margin: 0px auto;
  padding: 10px;
}

.bana_box_right{
  width: 100%;
  padding: 20px;
  margin: 0 auto;
 }

.bana_box_left img{
  position:absolute;
  width:230px;
  margin: 0px auto;
  height: auto;
  top:-140px;
}

}

/*----------------------------------------------
sec4  見える化
------------------------------------------------*/
.sec4_01 {
  width: 100%;
  margin: 0px auto;
  background: #fcf7f5;
  padding: 50px 10px;
}

.sec4_mieru_01{
  width: 100%;
  max-width: 1080px;
  display: flex;
  background-color: #fff;
  margin: 20px auto;
}

/*  mieruka02*/
.parent{
  display: flex;
}
.parent img{
  width: 100%;
  max-width: 19em;
  margin: 0 auto;
}

.sec4_img{
  width: 100%;
  max-width: 26em;
  margin: 0 auto;
  padding: 30px;
}

.sec4_text_box{
  width: 100%;
  max-width: 40em;
  padding: 20px;
}

.sec4_text_box_title{
  margin-top: 1.6em;
  border-left: 6px solid #aa0e36;
  margin-left: 20px;
}

.sec4_text_box_title p{
  padding: 5px 0 5px 10px;
  line-height:1.3em;
  font-size: clamp(24px, 3vw, 30px);
}

.sec4_maintext{
  text-align: left;
  padding: 20px;
  line-height: 1.6em;
  text-align: justify;
}

.mieruka_btn{
  text-align:center;
  padding: 20px;
  width: 100%;
}


@media (max-width: 768px) {

  .sec4_mieru_01{
    display: block;
    background-color: #fff;
    margin: 20px auto;
  }

  .parent{
    flex-direction: column; 
  }

  .parent img{
    margin: 0 auto;
  }

  .parent_1{
    order: 2;  
  }

  .parent_2{
    order: 1;
  }

  .sec4_img{
    width: 100%;
    max-width: 26em;
    margin: 0 auto;
    padding: 10px 10px 0px 10px;  
  }

  .sec4_text_box{
    width: 100%;
    max-width: 40em;
    padding: 10px;
  }

  .sec4_text_box_title p{
    padding: 5px 0 5px 10px;
  }
  
}

/*----------------------------------------------
sec5_Solution01
------------------------------------------------*/

.sec5_sol {
  width: 100%;
  margin: 0px auto;
  background: #f7eae4;
  padding: 50px 10px;
}

.sec5_01 {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  text-align: center;
}

.sec5_midashi{
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0 auto 20px;
  display: inline-block;
  text-align: left;
}


.sec5_01_imagebox{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}


.sec5_01_right{
  margin: 10px auto;
  width: 300px;
}

.sec5_01_left{
  font-size: 1em;
  line-height: 1.6em;
  width: 400px;
  margin: 0 auto;
}

.sec5_02 {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto;
  padding: 30px 0px;
  background: #FFF;
  text-align: center;
  border-radius: 0.5em;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
}

.sec5_02_text{
  width: 100%;
  max-width: 650px;
  font-size: 1em;
  padding: 30px;
  text-align: left;
  margin: 0 auto;
  text-align: justify;
}

.sec5_02 img {
  width: 100%;
  max-width:530px;
  padding: 30px;
  margin: 0 auto;
}

.sec5_midashi02{
  font-size: 1.4em;
  line-height: 1.6em;
  text-align:center;
  margin: 30px auto;
}

span.marker {
  background: linear-gradient(transparent 70%, #f1bacb 70%);
}

.btn_kashika02{
  width: 100%;
  margin: 50px auto 70px;
  text-align: center;
}

.btn_kashika02 p{
 font-size: 1.2em;
}


.btn_sol {
  margin: 10px auto;
  padding: 0 10px;
  display: grid;
  width: 100%;
  max-width: 560px;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

a.btn-sol_white{
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
  height: 45px;
  position: relative;
  color: #787878 !important;
  background: #fff;
  border: 1px solid #a7a7a7;
  font-weight: 400;
  font-size:18px;
  letter-spacing: 0em;
  border-radius: 4px;
  align-items: center;
  text-decoration:none !important;
  box-shadow: 0 0 3px 1px rgba(224, 223, 223, 0.5);
}

@media (max-width: 768px) {

  a.btn-sol_white{
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
    height: 45px;
    position: relative;
    color: #787878 !important;
    background: #fff;
    border: 1px solid #a7a7a7;
    font-weight: 400;
    font-size: clamp(0.7em, 4vw, 1rem); 
    letter-spacing: 0em;
    border-radius: 4px;
    align-items: center;
    text-decoration:none !important;
    box-shadow: 0 0 3px 1px rgba(224, 223, 223, 0.5);
  }

}


a.btn-sol_white:hover {
  background: #848484;
  transition : 0.5s;
  color: #fff !important;
}


@media (max-width: 768px) {

  .sec5_sol {
    width: 100%;
    margin: 0px auto;
    background: #f7eae4;
    padding: 20px 10px;
  }

  .sec5_01 {
    display: block;
    padding: 10px;
    margin: 0 auto;
  }
  
  .sec5_01_left{
    font-size: 1em;
    line-height: 1.6em;
    padding: 30px;
  }

  .sec5_01_right{
    margin: 0;
    background-color: #3C66A3;
  }

  .sec5_01_right img{
   width: 100%;
   max-width: 300px;
  }

  .sec5_02 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
  }
}

/*----------------------------------------------
sec6_Solution02
------------------------------------------------*/

.sec6_sol {
  width: 100%;
  margin: 50px auto;
  background: #fff;
  text-align: center;
  padding: 10px;
}

.sec6_sol img{
  margin: 10px auto;
}

.sec6_midashi{
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.sec06_01{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6em;
}

.sec06_01 p{
margin: 30px auto;
padding: 30px;
font-size: 1em;
justify-content:start;
}


.sec6_02 {
  width: 100%;
  max-width:980px;
  display: flex;
  margin: 50px auto;
  border-radius: 0.5em;
  border: solid 1px #c0bebe;
}

.sec6_02_left{
  margin: 0px auto;
  width: 100%;
  max-width: 30em;
  display: flex;
  justify-content: center;
  align-items: center;
}


.sec6_02_left p{
  font-size: 1em;
  line-height: 1.6em;
  text-align: left;
  
}

.sec6_02_right{
  width: 100%;
  margin: 0 auto;
  max-width: 16em;
  padding: 1em;
}

@media (max-width: 768px) {

  .sec6_midashi{
    width: 80%;
    font-size: 1.3em;
    line-height: 1.8em;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
  }

  .sec06_01 p{
    margin: 30px auto;
    padding: 30px;
    font-size: 1em;
    justify-content:start;
    display: inline-block;
    text-align: left;
    }

  .sec6_02 {
    width:80%;
    max-width: 768px;
    display: block;
    margin: 20px auto;
    background-color: #fff;
    flex-wrap: column;
    padding: 0px;
  }

  .sec6_02_left{
    font-size: 1em;
    line-height: 1.6em;
    text-align: left;
    padding: 10px 30px;
  }

  .sec6_02_left p{
    margin-top:10px;
    font-feature-settings: "palt";
    text-align: justify;
    
    }

  .sec6_02_right{
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
    padding:0px 20px 20px;
  }

}

.voice{
  width:100%;
  max-width: 1080px;
  padding: 10px;
  margin: 60px auto 30px;
}

.voice_inner{
  background-color: #fff;
  border-radius: 0.5em;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 950px;
  padding: 30px;
}

.voice_inner .row{
  border-top: #999;
  width: 100%;
  margin: 0 auto 20px;
}

.voice_inner h4{
font-size: 1.6em;
margin: 20px auto;
}

.voice_inner .col-md-4{
  margin: 30px auto;
}

.voice_inner .col-md-4 img{
  width: 100%;
  max-width: 240px;
  margin: 10px auto;
}

.voice_inner.col-md-7{
  margin: 50px auto;
}

.voice_inner .col-md-7 p{
  text-align: left;
  width: 90%;
  text-align: justify;
  font-feature-settings: "palt";
}

.voice_inner_title{
  margin-top: 1.5em;
  margin-bottom:0.2em;
  text-align: left;
  font-size: 1.3em;
  font-weight: 600;
  color: #aa0e36;
  font-feature-settings: "palt";
}

@media (max-width: 350px) {
  .voice_inner h4{
    font-size: 1.2em;
    margin: 20px auto;
    }
  }
  

@media (max-width: 768px) {

  .voice_inner .col-md-4{
    margin: 10px auto;
  }

  .voice_inner .col-md-4 img{
    width: 100%;
    max-width: 280px;
    margin: 10px auto;
  }

  .voice_inner_title{
    margin: 0.2em;
    text-align: center;
  }

  .voice_inner .col-md-7 p{
    text-align: left;
    margin: 0 auto;
  } 
}



.voice_title{
  margin: 35px auto 50px;
}

.voice_sec_subtitle {
  margin: 0 auto;
  color:#aa0e36;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
  letter-spacing: 1.6px;
}


.card-body{
  border-radius: 0.5em;
  border: solid 1px #c0bebe;
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}

.text-primary{
  color:#aa0e36 !important;
  font-size: 1.6em!important;
}

.card-text{
 text-align: justify;
  font-feature-settings: "palt";
}
     
/*----------------------------------------------
sec_faq
-----------------------------------------------*/
.lo-ctsIdt {
  padding-left:10px;
  padding-right:10px;
}

.lo-ctsWidth {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}


.ctsWidth {
  position: relative;
}



/* SP----------------------------------*/

@media screen and (max-width: 768px) {
  .lo-ctsIdt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lo-ctsWidth {
    width: auto;
  }
}


#sec10_faq {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px 80px;
  background:#f7eae4;
}

@media(max-width:768px) {

  #sec10_faq {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background:#f7eae4;
  }
}

.faq_illust_img {
  position: relative;
  text-align: right;
  z-index: 300;
}

.faq_illust_img img {
  position: absolute;
  z-index: 300;
  width: 60px;
  right: 5%;
  bottom: -25px;
}

@media (max-width: 768px) {

  .faq_illust_img {
    position: relative;
    width: 100%;
    background-color: #3C66A3;
    z-index: 300;
  }

  .faq_illust_img img {
    position: absolute;
    z-index: 300;
    width: 60px;
  }

}

.secFaq .secInr .secCts .faqListWrap {
  margin-top: 60px;
  font-feature-settings: "palt";
}

.secFaq .secInr .secCts .faqListWrap .faqList {
  width: 100%;
  max-width: 1080px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 6px 11px 15px 0 rgb(0 0 0 / 8%);
  padding: 25px 35px;
  box-sizing: border-box;
}

.secFaq .secInr .secCts .faqListWrap .faqList+.faqList {
  margin-top: 40px;
  max-width: 1080px;
}

.secFaq .secInr .secCts .faqListWrap .faqList .faqTtl {
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  
}

.secFaq .secInr .secCts .faqListWrap .faqList .faqTtl::before {
  content: "Q";
  color:#333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.secFaq .secInr .secCts .faqListWrap .faqList .faqDesc {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgb(112 112 112 / 20%);
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  padding-left: 50px;
  text-align: left;
}

.secFaq .secInr .secCts .faqListWrap .faqList .faqDesc::before {
  content: "A";
  color:#aa0e36;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 0;
}

.faqDesc{
  font-weight: 500;
}

/*
.faqDesc a{
  white-space: nowrap;
}
*/
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secFaq {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .secFaq .secInr .secCts .faqListWrap {
    margin-top: 30px;
  }

  .secFaq .secInr .secCts .faqListWrap .faqList {
    padding: 25px 10px;
  }

  .secFaq .secInr .secCts .faqListWrap .faqList+.faqList {
    margin-top: 20px;
  }

  .secFaq .secInr .secCts .faqListWrap .faqList .faqTtl {
    padding-left: 40px;
    font-size: 1rem;

  }

  .secFaq .secInr .secCts .faqListWrap .faqList .faqTtl::before {
    font-size: 1.6rem;
  }

  .secFaq .secInr .secCts .faqListWrap .faqList .faqDesc {
    padding-top: 15px;
    margin-top: 15px;
    padding-left: 40px;

  }

  .secFaq .secInr .secCts .faqListWrap .faqList .faqDesc::before {
    font-size: 1.6rem;
    top: 15px;
    left: 0;
  }
}

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


#vzfooter {
  background-color: #333;
}

#vzfooter .ftInr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 98px;
}

#vzfooter .ftInr .ftLeft {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 98px;
}

#vzfooter .ftInr .ftLogo {
  width: 200px;
}

#vzfooter .ftInr .ftLogo a {
  display: block;
  text-decoration: none;
}

#vzfooter .ftInr .ftLogo a img {
  width: 100%;
  height: auto;
}

#vzfooter .ftInr .ftCorporate {
  padding: 0 0 0 30px;
}

#vzfooter .ftInr .ftCorporate a {
  display: block;
  color: #fff;
}

#vzfooter .ftInr .copyright {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.5;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #vzfooter r {
    background-color: #333;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  #vzfooter .ftInr {
    display: block;
    height: auto;
    padding: 15px 0;
  }

  #vzfooter .ftInr .ftLeft {
    display: block;
    height: auto;
  }

  #vzfooter .ftInr .ftLogo {
    width: 114px;
    margin: 0 auto;
  }

  #vzfooter .ftInr .ftCorporate {
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 1.3rem;
  }

  #vzfooter .ftInr .copyright {
    text-align: center;
    margin-top: 10px;
    font-size: 1rem;
  }
}