@charset "UTF-8";
@import url("/houjin/assets_sp/css/inquire.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*------- Common
------------------------------------------------------*/
*, p, li {
	letter-spacing: 0;
  line-height: 1.5;
}
img {
  width: 100%;
}
#souzokusoudan {
  font-family: 'Noto Sans JP', 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
#souzokusoudan p {
  line-height: 180%;
  color: #2d3436;
}
#souzokusoudan img {
  max-width: 100%;
}
body {
  margin: 0;
  background: #fff;
}
/*------ Head Container -----------------*/
/*--- header ---*/
header .logo h1{
  color: #636e72;
  font-size: 2.7vw;
  text-align: center;
  width: 100%;
  margin: 0 0 1vw 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
header .logo{
	display: block;
  text-align: center;
  height: 10vw;
}
header .logo a{
	display: inline-block;
}

header img {
   max-width: 100%;
}

header {
  padding: 3vw 5vw;
  border-top: 0;
  box-shadow: none;
  border-bottom: 1px solid #DDD;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #ffffff;
}

/*mv*/
.mv_inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.mv_cv {
  margin: 0 auto 0;
  width: 90%;
  position: absolute;
  bottom: 7vw;
  left: 50%;
  transform: translateX(-50%);
}
#souzokusoudan .mv_cv p{
  font-size:3.4666vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.slash{
  font-family: 'VL ゴシック', 'Courier New', Courier, monospace;
}
.cv_area a{
  display: block;
  margin: 5px auto 0;
}


/*content01*/
.content01 {
  margin-top: 50px;
}
.cont-ttl {
  color: #2d3436;
  font-size: 6.6666vw;
  font-weight: bold;
  position: relative;
  margin: 0 0 0 20%;
}
.cont_inner {
  max-width: 90%;
  margin: 0 auto;
}
.cont-ttl:before{
  border-top: 1px solid #2d3436;
  content: "";
  width: 15%;
  position: absolute;
  top: 27%;
  left: -20%;
}
.co01_flex {
  margin-top: 25px;
  display: block;
}
.co01_flex li {
  margin-bottom:15px;
  font-size: 3.7333vw;
  color: #2d3436;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
.co01_flex li:before {
  content: '●';
  color: #b2bec3;
  font-size: 3.2vw;
  margin-right: 5px;
  position: relative;
}
.cont-subttl {
  margin: 30px 0 30px;
  text-align: center;
}
.co01_flex02 {
  display: block;
}
.co01_flex02 li {
  width: 100%;
  text-align: center;
  color: #00b894;
  font-size: 4.2666vw;
  font-weight: bold;
  border:2px solid #00b894;
  padding: 4% 3%;
  position: relative;
  line-height: 140%;
  margin-bottom: 30px;
}
.co01_flex02 li:before {
  content: "";
  position: absolute;
  left: 2%;
  top: -7.5px;
  background: url("../img/icon_ch.png") no-repeat scroll 0 0;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  
}

/*content02*/
.content02 {
  margin-top: 40px;
}
.content02 .cont-ttl:before{
  top:20%;
}
.cont02_txt {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 3.7333vw;
}
.point_cont {
  box-sizing: border-box;
  padding: 5% 4%;
  box-shadow: 0px 0px 15px -5px #919191;
  margin: 0 0 30px 0;
}
.point_cont dt {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.point_cont dt img {
  width: 17%;
  display: block;
}
.point_cont dt p{
  width: 77%;
}
.point_cont dd {
  width: 100%;
  padding: 8% 5%;
  box-sizing: border-box;
  position: relative;
  background: #eff2f4;
}
.point_cont dt strong {
  font-size: 4.2666vw;
  font-weight: bold;
  color: #00b894;
  line-height: 140%;
  display: block;
}
.point_cont dt span {
  font-size: 3.7333vw;
  margin-top: 10px;
  line-height: 140%;
  display: block;
}
.point_cont dd .note {
  font-weight: normal;
  font-size: 3.4666vw;
}
.point_cont dd p{
  font-size: 3.7333vw;
  font-weight: bold;
  margin: 0;
}
.point_cont .chart {
  display: block;
  margin-top: 15px;
}
.point_cont dd .label{
  position: absolute;
  top: -15px;
  left: calc(50% - 40px);
  width: 80px;
}
.note_txt {
  font-size: 3vw;
}

/*cv_content*/
.cv_content {
  background: #636e72;
  padding-bottom: 20px;
  margin-top: 70px;
}
.cv_content .cv_area .cv_txt01{
  font-size: 3.4666vw;
  font-weight: bold;
  background: #fff;
  box-shadow: 0px 0px 15px -5px #919191;
  position: relative;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 5px 0;
  top:-15px;
}
.cv_content .cv_area .cv_txt01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
#souzokusoudan .cv_content .cv_area .cv_txt02{
  color: #ffee73;
  font-size: 3.2vw;
  text-align: center;
  font-weight: bold;
}
.cv_content .cv_area{
  margin: 0 auto 0;
  max-width: 80%;
}

/*content03*/
.content03 {
  margin-top: 60px;
}
.cont_inner_wid {
  max-width: 100%;
  margin: 0 auto;
}
.qa_box01 {
  position: relative;
  min-width: 95%;
  margin: 15px 0;
  margin-left: 5%;
  background-color: #eff2f4;
}
.qa_item01 {
  position: relative;
  width: 90%;
  margin:0 auto;
  box-sizing: border-box;
  padding: 5% 0;
}
.qa_box02 {
  position: relative;
  min-width: 95%;
  margin: 15px 0;
  margin-right: 5%;
  background-color: #eff2f4;
}
.qa_item02 {
  position: relative;
  width: 90%;
  margin:0 auto;
  box-sizing: border-box;
  padding: 5% 0;
}
.qa_c dt span {
  display: block;
  width: 17%;
}
.qa_c dt strong {
  display: block;
  width: 77%;
}
.qa_c dt {
  font-size: 4.2666vw;
  font-weight: bold;
  color: #2d3436;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.qa_c dd {
  margin: 0;
}
.qa_c dd p{
  margin: 30px 0;
  font-size: 3.7333vw;
  font-weight: 500;
}
.content03 .note {
  margin: 10px auto 0;
  max-width: 100%;
}
.content03 .note li{
  font-size: 3.4666vw;
  font-weight: 500;
}

#souzokusoudan .note_txt02 {
  font-size: 3.4666vw;
  margin-top: 20px;
}

/*content04*/
.content04 {
  margin-top: 60px;
}
.content04 .cont-ttl:before {
  top:50%;
}
.content04 .cont-ttl{
  margin-bottom: 30px;
}
.about_box {
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px -5px #919191;
}

.ab_fx dl {
  width: 100%;
  box-sizing: border-box;
  padding: 4% 5%;
  margin: 0;
}
.ab_fx .aboutimg {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.about_box dl dt{
  padding: 4% 0 4% 15px;
  font-size: 4.8vw;
  font-weight: bold;
  color: #00b894;
}
.about_box dl .ab01 {
  background: url("../img/about_num01.png") no-repeat scroll left center;
  background-size: 17% auto;
  letter-spacing: 0;
}
.about_box dl .ab02 {
  background: url("../img/about_num02.png") no-repeat scroll left center;
  background-size: 17% auto;
  letter-spacing: 0;
}
.about_box dl .ab03 {
  background: url("../img/about_num03.png") no-repeat scroll left center;
  background-size: 17% auto;
  letter-spacing: 0;
}
.about_box dl .ab04 {
  background: url("../img/about_num04.png") no-repeat scroll left center;
  background-size: 17% auto;
  letter-spacing: 0;
}
.about_box dl dd {
  margin: 0;
}
.about_box dl dd p {
  margin: 15px 0 20px;
  font-size: 3.7333vw;
}
.ab_btn {
  max-width: 100%;
}
.ab_btn a {
  display: block;
  font-size: 3.4666vw;
  font-weight: 500;
  color: #fff!important;
  text-align: center;
  padding: 14px 40px 12px 10px;
  text-decoration: none;
  background: url("../img/icon_ya.png") no-repeat scroll 98% center #000;
  background-size: 35px auto;
}
.about_box .ab_oneline {
  padding: 3% 5%;
}
.sanplus1 {
  margin-top: 40px;
  border: 2px solid #00b894;
  position: relative;
}
#souzokusoudan .logo_ov {
  position: absolute;
  left: 3%;
  top: -10%;
  width: 25%;
}
#souzokusoudan .logo_ov02 {
  position: absolute;
  left: 3%;
  top: -2%;
  width: 50%;
}
.sanplus1_flex {
  padding: 35px 4% 30px;
  display: block;
}

.sanplus1 h3 {
  font-size: 4.2666vw;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0;
  color: #00b894;
}
.sanplus1_flex .textBlock {
  width: 100%;
  letter-spacing: 0;
}
.sanplus1 .textBlock p{
  font-size: 3.7333vw;
  margin: 10px 0;
}
.sanplus1 .textBlock .note_txt03{
  font-size: 3.2vw;
}
.sanplus1_box {
  padding: 35px 4% 30px;
}
.about_list {
  margin: 20px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2bec3;
}
.about_list li{
  width: 100%;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 3.7333vw;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  box-sizing: border-box;
}

.about_list li:before {
  content: '●';
  color: #00b894;
  font-size: 3.2vw;
  margin-right: 5px;
  position: relative;
}

/*content05*/
.content05 {
  margin-top: 60px;
}
.content05 .cont-ttl:before {
  top:50%;
}
.voice_flex {
}
.voice_flex dl {
  box-shadow: 0px 0px 15px -5px #919191;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
#souzokusoudan .voice_flex .vo01 img{
  position: absolute;
  left: 5.5%;
  top: -30px;
  width: 20%;
}
#souzokusoudan .voice_flex .vo02 img{
  position: absolute;
  left: 5.5%;
  top: -30px;
  width: 20%
}
.voice_flex dt {
  font-size: 4.2666vw;
  padding: 14% 5.5% 10px;
  position: relative;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0;
}
.voice_flex dt:before{
  content: '';
  position: absolute;
  left: 5%;
  bottom: -5px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  background-color: #b2bec3;/*線の色*/
}
.voice_flex dd {
  font-size: 3.7333vw;
  padding: 20px 5.5% 40px;
  line-height: 180%;
  margin: 0;
  letter-spacing: 0;
}
.contents {
  padding: 0;
  border: 0;
}

/*content06*/
.content06 {
  margin-top: 60px;
}


#main .content06 .titleA{
  color: #2d3436;
  font-size: 6.6666vw;
  font-weight: bold;
  position: relative;
  margin: 0;
  background: none;
}
#main .content06 .titleA:before {
  border-top: 1px solid #2d3436;
  content: "";
  width: 15%;
  position: absolute;
  top: 50%;
  left: -20%;
  
}

#souzokusoudan .content06 .lead p {
  font-size: 3.7333vw;
  margin-top: 20px;
}
#lineWrap .line_note{
  font-size: 3.46666vw;
  margin: 0;
  text-indent: 0;
}
#souzokusoudan .content06 section p {
  line-height: 130%;
}


#line_head {
	margin: 10px 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
#line_head h2 {
	font-size: 4.8vw;
	font-weight: bold;
	padding: 10px;
	background: #ebebeb;
}

#line_head p {
	margin: 20px 10px 0;
}

#line_head ul.dot {
	margin: 0 10px 10px;
	font-size: 0.9em;
}

#line_head p.point {
	color: #666;
    font-size: 1.2rem;
    text-align: right;
}
/*modal(colorbox)*/
#cboxContent {
  background: #fff;
  overflow: hidden;
  border: 0;
  /* padding: 25px 12px 30px!important; */
  border-radius: 0;
}
.block_discuss_001 .item_q {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 30px 0 30px 10px;
  background: url("../img/icon_q.png") no-repeat left center;
  border-bottom: 0;
}
.block_discuss_001 .item_a {
  font-size: 3.4666vw;
  line-height: 1.7;
  padding: 0 0 0 10px;
  background: url("../img/icon_a.png") no-repeat left top;
}
.block_discuss_001 .btn_close {
  text-align: center;
  line-height: 100%;
  width: 260px;
  height: auto;
  margin: 30px auto 0;
  background: none;
}
.block_discuss_001 .btn_close a{
  display: block;
  color: #fff!important;
  background: #000;
  padding: 15px 0;
  font-size: 3.4666vw;
  font-weight: bold;
}
#cboxClose {
  display: none;
}

.top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
}
.top img{
  max-width: 100%;
}

#cboxOverlay {
  background-image: url(../img/overlay.png);
  background-repeat: repeat;
  background-position: 0 0;
}
#cboxOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* #colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent {
  max-width: 90vw;
  box-sizing: border-box;
   height: auto !important; 
  width: auto !important;
}

#colorbox {
  left: 4.5vw !important;
} */

.block_discuss_001 {
  display: block;
  overflow: visible;
  min-height: 1px;
  padding: 20px;
}

#cboxLoadedContent::after {
  content: "";
  display: block;
  clear: both;
}

#cboxWrapper > div[style*="clear: left"] {
  overflow: hidden;
 }

 #cboxWrapper > div[style*="clear: left"]::after {
  content: "";
  display: block;
  clear: both;
 }

 /* パンくずリスト */

 /*パンくずリスト*/
.c-breadcrumb{
  order: 99;
}

.c-breadcrumb{
  background: #f2f2f2;
  width: 100%; 
  overflow: auto;
  padding: 0 10px;
}
.c-breadcrumb__lists{
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  font-size: 13px;
}
.c-breadcrumb .c-breadcrumb__lists,
.c-breadcrumb .c-breadcrumb__lists a{
  color: #666;
  text-decoration: none;
}

.c-breadcrumb .c-breadcrumb__lists li{
  position: relative;
  padding: 1em 0.75em 0.75em 1.5em;
  overflow: hidden;
  flex-shrink:0;
}
.c-breadcrumb .c-breadcrumb__lists li:before{
  content: "";
  display: block;
  width: 2em;
  height: calc(2em * (1.732/2));
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  transform: rotate(-60deg) skewX(-30deg);
  transform-origin:left top;  
  position: absolute;
  top: 50%;
  left: -1em;
}
.c-breadcrumb .c-breadcrumb__lists li:first-child{
  /* padding-top: 0;
  padding-bottom: 0;
  ; */
  padding-left: 0
}
.c-breadcrumb .c-breadcrumb__lists li:first-child:before{
  content: none;
}