@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
------------------------------------------------------*/
#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-wid {
  max-width: 1400px;
  margin: 10px auto;
}
* {
  box-sizing: content-box;
}
/*------------ Head Container -----------------*/

#headLine {
	z-index: 10;
  top: 10px;
}
#headLine h1 {
	font-weight: bold;
}

/*--- header ---*/
#header {
	height: 69px;
	padding: 7px 20px 0;
	position: relative;
}
#header .logo {
	width: 450px;
	margin-top: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#header .logo .logo_image {
	width: 228px;
	transition: 0.25s;
}
#header .logo .logo_image img {
	width: 228px;
	height: auto;
	transition: 0.25s;
}
#header .logo .logo_text {
	margin-left: 15px;
	line-height: 1;
}
#header .logo .logo_text a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	transition: 0.25s;
}
#header .logo .logo_text a:hover {
	opacity: 0.7;
}

/*mv*/
.mv {
  background: url("../img/mvbg.png") no-repeat scroll center top;
  background-size: cover;
  padding: 6.5% 0 2%;
}
.mv_inner {
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
}
.mv_txt02 {
  margin-top: 2%;
}
.mv_cv {
  margin: 10% auto 0;
  max-width: 660px;
}
.mv_cv p{
  font-size:18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.slash{
  font-family: 'VL ゴシック', 'Courier New', Courier, monospace;
}
.cv_area a{
  display: block;
  margin-top: 5px;
}


/*パンくず*/
.breadcrumb {
  max-width: 1400px;
  padding: 10px 10px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  font-size: 13px;
}
.breadcrumb li a {
  background: rgba(0, 0, 0, 0) url("/houjin/iryo_houjin/img/icon_003.png") no-repeat scroll right center;
  padding-right: 20px;
  color: #000;
  font-size: 13px;
}

/*content01*/
.content01 {
  margin-top: 130px;
}
.sec_inner_outer {
  max-width: 1400px;
  padding: 0 10px;
}
.cont-ttl {
  color: #2d3436;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  margin: 0;
}
.cont_inner {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}
.cont-ttl:before{
  border-top: 1px solid #2d3436;
  content: "";
  width: 120px;
  position: absolute;
  top: 38px;
  left: -150px;
}
.co01_flex {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.co01_flex li {
  margin-bottom:15px;
  font-size: 18px;
  color: #2d3436;
  position: relative;
  width: 50%;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
.co01_flex li:before {
  content: '●';
  color: #b2bec3;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}
.cont-subttl {
  margin: 30px 0 50px;
  text-align: center;
}
.co01_flex02 {
  display: flex;
  justify-content: space-between;
}
.co01_flex02 li {
  width: 47%;
  text-align: center;
  color: #00b894;
  font-size: 24px;
  font-weight: bold;
  border:2px solid #00b894;
  line-height: 180%;
  padding: 20px 5px;
  position: relative;
}
.co01_flex02 li:before {
  content: "";
  position: absolute;
  left: 2%;
  top: -20px;
  background: url("../img/icon_ch.png") no-repeat scroll 0 0;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  
}

/*content02*/
.content02 {
  margin-top: 130px;
}
.cont02_txt {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 18px;
}
.point_cont {
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 0px 15px -5px #919191;
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.point_cont dt {
  width: 38.7%;
  padding: 0 20px;
  box-sizing: border-box;
}
.point_cont dd {
  width: 60.7%;
  padding: 20px 7%;
  box-sizing: border-box;
  position: relative;
  background: #eff2f4;
}
.point_cont dt strong {
  font-size: 24px;
  font-weight: bold;
  color: #00b894;
  margin-top: 10px;
  line-height: 180%;
  display: block;
}
.point_cont dt span {
  font-size: 18px;
  margin-top: 10px;
  line-height: 180%;
  display: block;
}
.point_cont dd .note {
  font-weight: normal;
  font-size: 18px;
}
.point_cont dd p{
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.point_cont .chart {
  display: block;
  margin-top: 25px;
}
.point_cont dd .label{
  position: absolute;
  left: -13px;
  top: calc(50% - 60px);
}
.note_txt {
  font-size: 14px;
}

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

/*content03*/
.content03 {
  margin-top: 110px;
}
.cont_inner_wid {
  max-width: 1440px;
  margin: 0 auto;
}
.qa_box01 {
  position: relative;
  min-width: 1080px;
  margin-top: 40px;
}
.qa_box01:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc((100% - 1080px) / 2 + 1080px);
  height: 100%;
  background-color: #eff2f4;
  content: '';
}
.qa_item01 {
  position: relative;
  width: 1080px;
  padding: 30px 5px 30px 50px;
  margin:0 auto;
  box-sizing: border-box;
}
.qa_box02 {
  position: relative;
  min-width: 1080px;
  margin-top: 40px;
}
.qa_box02:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc((100% - 1080px) / 2 + 1080px);
  height: 100%;
  background-color: #eff2f4;
  content: '';
}
.qa_item02 {
  position: relative;
  width: 1080px;
  padding: 30px 50px 30px 5px;
  margin:0 auto;
  box-sizing: border-box;
}
.qa_c dt span {
  display: block;
  margin-bottom: 12px;
}
.qa_c dt {
  font-size: 24px;
  font-weight: bold;
  color: #2d3436;
}
.qa_c dd {
  margin: 0;
}
.qa_c dd p{
  margin: 30px 0;
  font-size: 18px;
  font-weight: 500;
}
.qa_c dd .note {
  margin-top: 30px;
}
.qa_c dd .note li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 500;
}
.qa_c dd .note li.ind_no{
  text-indent: 0;
  padding-left: 0;
}
#souzokusoudan .note_txt02 {
  font-size: 14px;
  margin-top: 20px;
}

/*content04*/
.content04 {
  margin-top: 110px;
}
.content04 .cont-ttl{
  margin-bottom: 60px;
}
.about_box {
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px -5px #919191;
}
.ab_fx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab_fx dl {
  width: 53.7%;
  box-sizing: border-box;
  padding: 3% 5%;
  margin: 0;
}
.ab_fx .aboutimg {
  width: 45%;
  text-align: center;
}

.about_box dl dt{
  padding: 30px 0 30px 15px;
  font-size: 24px;
  font-weight: bold;
  color: #00b894;
}
.about_box dl .ab01 {
  background: url("../img/about_num01.png") no-repeat scroll left center;
}
.about_box dl .ab02 {
  background: url("../img/about_num02.png") no-repeat scroll left center;
}
.about_box dl .ab03 {
  background: url("../img/about_num03.png") no-repeat scroll left center;
}
.about_box dl .ab04 {
  background: url("../img/about_num04.png") no-repeat scroll left center;
}
.about_box dl dd {
  margin: 0;
}
.about_box dl dd p {
  margin: 25px 0;
  font-size: 18px;
}
.ab_btn {
  max-width: 420px;
}
.ab_btn a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff!important;
  text-align: center;
  padding: 14px 60px 12px 10px;
  text-decoration: none;
  background: url("../img/icon_ya.png") no-repeat scroll 95% center #000;
}
.about_box .ab_oneline {
  padding: 3% 5%;
}
.sanplus1 {
  margin-top: 60px;
  border: 2px solid #00b894;
  position: relative;
}
.logo_ov {
  position: absolute;
  left: 3%;
  top:-34px;
}
.logo_ov02 {
  position: absolute;
  left: 3%;
  top:-17px;
}
.sanplus1_flex {
  padding: 60px 4% 30px;
  display: flex;
  justify-content: space-between;
}
.sanplus1_flex h3 {
  width: 30%;
}
.sanplus1 h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #00b894;
}
.sanplus1_flex .textBlock {
  width: 68%;
}
.sanplus1 .textBlock p{
  font-size: 18px;
  margin: 10px 0;
}
.sanplus1 .textBlock .note_txt03{
  font-size: 16px;
}
.sanplus1_box {
  padding: 50px 4% 30px;
}
.about_list {
  margin: 30px 0 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b2bec3;
  display: flex;
  flex-wrap: wrap;
}
.about_list li{
  width: 65%;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  box-sizing: border-box;
}
.about_list li:nth-child(odd) {
  width: 33%;
  margin-right: 2%;
}
.about_list li:before {
  content: '●';
  color: #00b894;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}

/*content05*/
.content05 {
  margin-top: 110px;
}
.voice_flex {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.voice_flex dl {
  box-shadow: 0px 0px 15px -5px #919191;
  width: 48%;
  position: relative;
}
.voice_flex .vo01 img{
  position: absolute;
  left: 5.5%;
  top: -30px;
}
.voice_flex .vo02 img{
  position: absolute;
  left: 5.5%;
  top: -30px;
}
.voice_flex dt {
  font-size: 24px;
  padding: 100px 5.5% 30px;
  position: relative;
  font-weight: bold;
  line-height: 180%;
}
.voice_flex dt:before{
  content: '';
  position: absolute;
  left: 5%;
  bottom: -5px;/*線の上下位置*/
  display: inline-block;
  width: 100px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  background-color: #b2bec3;/*線の色*/
}
.voice_flex dd {
  font-size: 18px;
  padding: 30px 5.5% 50px;
  line-height: 180%;
  margin: 0;
}
.contents {
  padding: 0;
  border: 0;
}

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

.content06 #lineWrap {
    margin: 0;
}
.content06 #lineWrap #line_head h2{
  color: #2d3436;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  margin: 0;
}
.content06 h2:before {
  border-top: 1px solid #2d3436;
  content: "";
  width: 120px;
  position: absolute;
  top: 38px;
  left: -150px;
}
#souzokusoudan .content06 p {
  font-size: 18px;
  margin-top: 40px;
}
#souzokusoudan .content06 .note {
  font-size: 15px;
  margin: 0;
  text-indent: 0;
}

/*modal(colorbox)*/
#cboxContent {
  background: #fff;
  overflow: hidden;
  border: 0;
  padding: 25px 30px 30px;
  border-radius: 0;
}
.block_discuss_001 .item_q {
  font-size: 24px;
  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: 18px;
  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: 18px;
  font-weight: bold;
}
#cboxClose {
  display: none;
}

.top {
  position: fixed;
  right: 10px;
  bottom: 20px;
}
@media screen and (max-width: 1120px) {

.qa_box01 {
  min-width: auto;
  max-width: 1080px;
}
.qa_box01:before {
  width: 100%;
}
.qa_item01 {
  width: 100%;
  padding: 30px 5px 30px 50px;
}
.qa_box02 {
  min-width: auto;
  max-width: 1080px;
}
.qa_box02:before {
  width: 100%;
}
.qa_item02 {
  width: 100%;
  padding: 30px 50px 30px 5px;
}


}


#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%;
}





