@charset "UTF-8";
/* CSS Document */
/*タブレット用スタイル*/

@media (min-width:768px) and (max-width:1024px){

	body {
    padding-top: 65px;
}
.sankaku {
    position: absolute;
    top: 73%;
    left: 48%;
}
.flex_container{
	flex-direction: row;
}
/* タブレット・PC共通のベース設定 */
.people01 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex_container {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  margin: 0 auto;
  gap: 4vw; /* 隙間も画面幅に比例させる */
}

/* 画像自体の比率を維持する設定 */
.left_photo, .right_text {
  height: auto;
}

.left_photo {
  width: 60%; /* 比率を調整 */
}

.right_text {
  width: 30%; /* 比率を調整 */
}

/* 画像の中身が親要素からはみ出ないように */
.imgr {
  width: 100%;
  height: auto;
  display: block;
}
/* poepleの設定 */
.people01 {
    right: 0%;
    bottom: 0%;
}
.gray-box {
    background: #f1f1f1;
    border-radius: 15px;
}
.voice-text-card {
        margin-left: 0;
        margin-top: -12px;
        padding: 40px 30px;
        width: 90%;
    }
.voice-num-art {
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: 7%;
    pointer-events: none;
    width: 18%;
    z-index: 30;
}
.voice-container.type-reverse {
		display: flex;
        flex-direction: column-reverse!important;
        padding-bottom: 0%;
    }
.voice-container.type-reverse .voice-text-card {
    flex: 1.1;
    background: #fff;
    color: #333;
    padding: 50px 96px 30px 50px;
    margin-right: -50px;
    margin-left: 12%;
    margin-top: -12px;
    border-radius: 10px;
    transform: translateX(-80px);
    transition-delay: 0.2s;
}
.voice-num-art2 {
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: 8%;
    pointer-events: none;
    width: 18%;
    z-index: 30;
}
.sec10 .q {
    background: url(../img/pc_q.png) left top 4px no-repeat;
    padding-bottom: 10px;
    padding-left: 6%;
    font-size: 22px;
    font-weight: bold;
    margin-right: 9%;
}
header .container {
        display: flex;
        justify-content: space-between;
        padding: 15px 15px 0;
        padding-bottom: 15px;
        width: 100%;
    }
	.fv11 {
		margin:20px auto !important;
		width: 100% !important;
	}
.btn-container img{
	width: 50%;
	margin-top: -17px;
}
.gray-box {
        background: #f1f1f1;
        border-radius: 15px;
		padding: 40px 110px!important;
    }
.voice-container {
    display:block;
}
/* poepleの設定 */
	.sec09 .feature01 h3:before{
		content: url(../img/pc_feature01.png);
        display: inline-block;
        position: absolute;
        top: -6.5rem;
        left: -2rem;
	}
	.sec09 .feature02 h3:after{
		content: url(../img/pc_feature02.png);
        display: inline-block;
        position: absolute;
        top: -6.5rem;
        right: -1rem;
	}
    .container {
        width: 100%;
}
    .sec10 .people06{
		position: absolute;
        left: 66%;
        top: -1%;
	}
	.mv {
    padding: 0px 0px 44px!important;
    background: #f1faff;
    position: relative;
	background: url(../img/pc_mvbg.jpg) no-repeat right;
	}
	.sec01 h2{
		padding: 0px!important;
}
.sec05 .feature01:before{
	content: "";
    display: inline-block;
    position: absolute;
    top: -3.5rem;
    left: -1rem;
    z-index: 999;
    width: 23%;
    height: 101px;
    background-image: url(../img/pc_rearonpoint01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sec05 .feature02:before{
	content: "";
    display: inline-block;
    position: absolute;
    top: -3.5rem;
    left: -1rem;
    z-index: 999;
    width: 23%;
    height: 101px;
    background-image: url(../img/pc_rearonpoint02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sec05 .feature03:before{
	content: "";
    display: inline-block;
    position: absolute;
    top: -3.5rem;
    left: -1rem;
    z-index: 999;
    width: 23%;
    height: 101px;
    background-image: url(../img/pc_rearonpoint03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sec05 .feature04:before{
	content: "";
    display: inline-block;
    position: absolute;
    top: -3.5rem;
    left: -1rem;
    z-index: 999;
    width: 23%;
    height: 101px;
    background-image: url(../img/pc_rearonpoint04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sec05 .feature05:before{
	content: "";
    display: inline-block;
    position: absolute;
    top: -3.5rem;
    left: -1rem;
    z-index: 999;
    width: 23%;
    height: 101px;
    background-image: url(../img/pc_rearonpoint05.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

}

/* タブレット用の微調整 (例: 1024px以下) */
@media (max-width: 1024px) {
  .flex_container {
    gap: 3vw;
  }
  .gray-box {
        background: #f1f1f1;
        border-radius: 15px;
		padding: 40px 95px!important;
    }

}

@media (min-width: 768px) and (max-width: 959px) {
.tbmb5{margin-bottom:5px!important}
.tbmb10{margin-bottom:10px!important}
.tbmb15{margin-bottom:15px!important}
.tbmb20{margin-bottom:20px!important}
.tbmb25{margin-bottom:25px!important}
.tbmb30{margin-bottom:30px!important}
.tbmb35{margin-bottom:35px!important}
.tbmb40{margin-bottom:40px!important}

.tbmt5{margin-top:5px!important}
.tbmt10{margin-top:10px!important}
.tbmt15{margin-top:15px!important}
.tbmt20{margin-top:20px!important}
.tbmt25{margin-top:25px!important}
.tbmt27{margin-top:27px!important}
.tbmt28{margin-top:28px!important}

.tbmt30{margin-top:30px!important}
.tbmt32{margin-top:32px!important}
.tbmt33{margin-top:33px!important}
.tbmt35{margin-top:35px!important}
.tbmt50{margin-top:50px!important}
.tbmt55{margin-top:55px!important}


/*セクション間余白-----------------------------------------------------------*/
  section {
    padding: 60px 0;
  }
.container{
	width: 100%;
}
/*はみ出し画像中央-----------------------------------------------------------*/
  .wic1 img {
    width: 1600px;
    max-width: 1600px;
  }
  .wic1 {
    margin-left: calc(50% - 800px);
  }
  .wic2 img {
    width: 1000px;
    max-width: 1000px;
  }
  .wic2 {
    margin-left: calc(50% - 500px);
  }
  .wic3 img {
    width: 1200px;
    max-width: 1200px;
  }
  .wic3 {
    margin-left: calc(50% - 600px);
  }
/*CTA-----------------------------------------------------------*/
button{
	padding: 0 5px;
}
/*form----------------------------------------------------------*/

.title_cl .bg-color:nth-child(odd) {
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: solid #ccc 1px;
	border-top: solid #ccc 1px;
}
.title_cl .bg-color:nth-child(even) {
	background-color: #fff;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
}
/*
Footer
----------------------------------------------------------- */
footer{
	padding: 3rem 3rem;
}
.l-footer__bottom {
    padding-right: 0rem;
    padding-left: 0rem;
	background-color: #fff;
}
}
