

/* ボックス */
.box-area {
  padding: 42px 45px 40px 45px;
  border-radius: 8px;
}



.box-gray {
  background:#F0EFE5;
}
.box-white {
  background: #FFF;
}
.box-white50 {
  background: 255,255,255,0.5;
}

.box-blue {
  background:#799ee8;
    color: #FFF;

}

.box-yellow {
  background:#ffffe6;
}
.box-pink {
  background:#FF9D9F;
  color: #FFF;

}

.box-green {
  background:#89C279;
    color: #FFF;

}

.box-line {
  background:#FFF;
  border:4px solid #EEE;
}



@media screen and (max-width: 600px) {
.box-area {
  padding: 20px;
  border-radius: 8px;
}

.box-line {

  border:1px solid #eee;

}


}












.box-01 {
  background: #f4f4f4;
  border-radius: 10px;
}
.box-01 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #e7e7e7;
  border-radius: 10px 10px 0 0;
  line-height: 1.0em;
  padding: 1.2em 0;
  font-size: 18px;
  color: #8a8a8a;
  letter-spacing: .1em;
}

.box-01 > dd {
  padding: 30px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2em;
}

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

.box-01 > dt {
  text-align: center;
  line-height: 1.0em;

  border-radius: 10px 10px 0 0;
  line-height: 1;
  padding: 1em 0;
  font-size: 17px;
}

.box-01 > dd {
  padding: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2em;
}

}





.box-02 {
  background: #fcfce8;
  border-radius: 10px;
}
.box-02 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #fceec2;
  border-radius: 10px 10px 0 0;
  line-height: 1.0em;
  padding: 1.2em 0;
  font-size: 18px;
  color: #D07F43;
  letter-spacing: .1em;
}

.box-02 > dd {
  padding: 30px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2em;
}

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

.box-02 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #fceec2;
  border-radius: 10px 10px 0 0;
  line-height: 1.3;
  padding: 1em;
  font-size: 17px;
}

.box-02 > dd {
  padding: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2em;
}

}



.box-03 {
  background: rgba(128,205,201,0.15);
  border-radius: 10px;
}
.box-03 > dt {
  text-align: center;
  line-height: 1.0em;
  background: rgba(128,205,201,0.60);
  border-radius: 10px 10px 0 0;
  line-height: 1.0em;
  padding: 1.2em 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: .1em;
}

.box-03 > dd {
  padding: 30px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2em;
}

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

.box-03 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #fceec2;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  padding: 1em 0;
  font-size: 17px;
}

.box-03 > dd {
  padding: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2em;
}

}























.medical .med_box {
  max-width: 1100px;
  margin: 0 auto 110px;
  text-align: left;
}

/*med_check_box
---------------------------------------------------------*/
.med_check_box{
  background:#F0ECDE;
  padding: 32px 40px 40px 40px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  border-radius: 12px;
}
.med_check_box .med_check_title{
  color:#333940;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;

}
.med_check_box .med_check_title dt{
  font-size:115%;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
.med_check_box .med_check_title dd span{
  font-size:22px;
  letter-spacing: 0.1em;
}
.med_check_li{
  background:#ffffff;
  padding: 40px 50px 35px 50px;
  margin-top: 30px;
}
.med_check_box ul{
  padding:0;
} 
  
.med_check_box li{
  margin:0;
  padding-bottom:12px;
  font-weight: bold;
  margin-bottom:12px;
  border-bottom:rgba(128,130,132,0.30) 1px solid;
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}
.med_check_box li:last-child{
  margin-bottom:0;
}
.med_check_box li:before{
  font-family: "dental"; font-weight: 900; content: "\e80b";
  margin-right: 6px;
  color: #aaa;
}
  
.med_check_box .txt_magenta{
  color:#ec008c;
  text-align:center;
  font-weight:bold;
  margin-top: 10px;
  line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check_box{
  padding:30px 30px 30px 30px;
}
.med_check_box .med_check_title dt{
  font-size:110%;
}
.med_check_box .med_check_title dd span{
  font-size:150%;
  padding:5px 5px 5px 0;
  background-size:25px 27px;
}
.med_check_li{
  background:#ffffff;
  padding: 30px;
  margin-top: 20px;
}
.med_check_box li{
  padding-bottom:8px;
  margin-bottom:8px;
  font-size:95%;
}
.med_check_box li:last-child{
  margin-bottom:0;
}
.med_check_box li p{
  background:url(../images/check_box.svg) no-repeat left 7px;
  background-size: 15px 15px;
  padding:3px 0 3px 25px;}
  
.med_check_box .txt_magenta{
  margin-top: 20px;
  font-size:95%;}

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check_box{
  
  padding: 5%;
}
.med_check_box .med_check_title dt{
  font-size:90%;
  letter-spacing: 0.05em;
  margin-bottom: 0.1em;
}
.med_check_box .med_check_title dd span{
  font-size:102%;
  letter-spacing: 0.05em;
  padding:5px 5px 5px 0;
  background-size:20px 21px;
}
.med_check_li{
  padding: 5%;
  margin-top: 5%;
}
.med_check_box ul{
  float: none;
  width:100%;}  
  
.med_check_box li{
  padding-bottom:2%;
  margin-bottom:2%;
  font-size:95%;
  line-height: 1.6em;
}
.med_check_box .flt_l li:last-child{
  margin-bottom:2%;
}
.med_check_box li p{
  background:url(../images/check_box.svg) no-repeat left 6px;
  background-size: 18px 18px;
  padding:3px 0 3px 30px;}
  
.med_check_box .txt_magenta{
  margin-top: 3%;
}
}






























.posinega_box {
  background: #fff6ee;
  padding: 30px;
  border-radius: 8px;
}

.posinega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

.positive-list {
  font-weight: bold;

}

.positive-list:before {
      font-family: "dental";
  font-weight: 900;
  content: "\e80e";
  margin-right: 6px;

    color: #ff7bac;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


.negative-list:before {
    font-family: "dental";
    font-weight: 900;
     content: "\e811";
    margin-right: 5px;
    color: #29abe2;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


@media (max-width: 575px) {

.posinega_box {
  background: #fff6ee;
  padding: 16px;
  border-radius: 8px;
}

.posinega-list {
  font-size: 15px;
}

}









/*med_merit_box
---------------------------------------------------------*/
.med_merit_box {
 
}
  .med_merit_box .merit_box,
  .med_merit_box .demerit_box{
    
  box-sizing: border-box;
  padding: 35px 45px 45px 45px;}
.med_merit_box .merit_box{
 
  background:#fceff2;
}
.med_merit_box .demerit_box{

  background:#e9f8f9;
}
.med_merit_box dt{
  background:#ffffff;
  padding: 24px 12px;
  line-height: 1.2em;
  font-size:135%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 50px;
  letter-spacing: 0.2em;
}

.med_merit_box ul {padding:0;}



.med_merit_box dd li{
  background-size:15px 15px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 15px;
  line-height: 1.6em;
  list-style: none;
}
.med_merit_box dd li:last-child{
  margin-bottom: 0;
}
.med_merit_box .merit_box dd li{
 /* background-image: url(../images/icon_merit.svg);*/
}

.med_merit_box .merit_box dd li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e80e";
    margin-right: 5px;
    color: #ff7bac;
}


.med_merit_box .demerit_box dd li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e80e";
    margin-right: 5px;
    color: #29abe2;
}


.med_merit_box .merit_box dt{
  color:#ff7bac;
}
.med_merit_box .demerit_box dt{
  color:#29abe2;
}


@media only screen and (max-width: 767px) {
  .med_merit_box .merit_box,
  .med_merit_box .demerit_box{

  box-sizing: border-box;
  padding: 20px 20px 20px 20px;}


.med_merit_box dt{
  background:#ffffff;
  padding: 12px 8px;
  line-height: 1.5em;
  font-size:115%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 30px;
  letter-spacing: 0.2em;
}




}



























.p-box {
    position: relative;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 30px 5px 20px 7px;
    padding: 35px 30px 30px;
}

.p-box .p-box-title-wrap {
    margin: 0;
    padding: 0;
}

.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -30px;
    border-radius: 15px;
    background-color:#799ee8;
    color: #fff;

    font-size: 16px;
    font-weight: 900;
    padding: 10px 20px;
}

.p-box .p-box-title:after {
    position: absolute;
    border-top: 12px solid #799ee8;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 45px;
    left: 30px;
}

.p-box .p-box-content {
  margin-top: 8px;

}

.p-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.p-box ul li {
    list-style-type: none!important;
    position: relative;
    padding: .2em 0 .2em 1.5em;
    line-height: 1.5;
}

.p-box ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
   font-family: "dental";
  font-weight: 900;
  content: "\e80e";
    color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}

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

  .p-box {
    position: relative;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 30px 5px 20px 7px;
    padding: 30px 20px 20px;
}

.p-box .p-box-title:after {

    top: 35px;
    left: 30px;
}


.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;
    background-color:#799ee8;
    color: #fff;

    font-size: 15px;
    font-weight: 900;
    padding: 5px 20px;
}

}


















































.index-box {
    position: relative;
    background-color: #FFF;
    /*border: 2px solid #ddd;*/
    border-radius: 8px;
    margin: 30px 5px 20px 7px;
    padding: 32px 35px 30px;
}

.index-box p {
    margin: 0;
    padding: 0;
}

.index-box .index-box-title {
    position: absolute;
    left: 0px;
    top: -28px;
    border-radius: 15px;
    background-color:#799ee8;
    color: #fff;

    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px;
}

.index-box .index-box-title:after {
    position: absolute;
    border-top: 12px solid #799ee8;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 35px;
    left: 25px;
}

.index-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.index-box ul li {
    list-style-type: none!important;
    position: relative;
    padding: .4em 0 .4em 1.5em;
    line-height: 1.5;
}

.index-box ul li a {
  color: #333;
}

.index-box ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: "dental";
  font-weight: 900;
  content: "\e80e";
    color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}

@media screen and (max-width: 600px) {
.index-box {

    margin: 30px 5px 20px 7px;
    padding: 25px 20px 12px;
}
.index-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.index-box ul li {
    padding: .2em 0 .2em 1.5em;

}
.index-box .index-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;

    color: #fff;

    font-size: 15px;
    font-weight: 900;
    padding: 5px 20px;
}

}




.number-sec-num {
  color: #87ac34;
  font-size: 420%;
  margin-top: -0.3em;
  margin-left: -0.25em;
  margin-bottom: 25px;
  font-style: italic;
}





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

.number-sec-num {
    color: #87ac34;
    font-size: 48px;
    margin-top: -0.8em;
    margin-left: -0.25em;
    margin-bottom: 25px;
    font-style: italic;
  }
}






.step-flow {
  display: flex;
  flex-wrap: wrap; /* スマホ等で折り返せるように */
  gap: 30px; /* 項目間の距離（矢印のスペース） */
  justify-content: space-between;
  margin: 20px auto;
}

.step-card {
  position: relative;
  flex: 1;
  min-width: 180px; /* 最小幅 */
  border: 2px solid #333; /* 四角の枠線 */
  border-radius: 4px;
  background: #fff;
}

/* 見出し部分 */
.step-header {
  font-size: 16px;
  line-height: 1.4;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
/* コンテンツ部分 */
.step-content {
  flex-grow: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 中身を上下中央に */
}

/* 矢印（4番目以外の後ろに表示） */
.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px; /* 枠の外側に配置 */
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
}
.step-card p {
  margin: 0;
  font-size: 14px;
}

/* STEP 01: 青系 */
.step-card:nth-child(1) {
  border-color: #358eb0;
}
.step-card:nth-child(1) .step-header {
  background-color: #358eb0;
}
.step-card:nth-child(1)::after { border-color: #358eb0; }

/* STEP 02: 緑系 */
.step-card:nth-child(2) {
  border-color: #42a795;
}
.step-card:nth-child(2) .step-header {
  background-color: #42a795;
}
.step-card:nth-child(2)::after { border-color: #42a795; }

/* STEP 03: 黄緑系 */
.step-card:nth-child(3) {
  border-color: #85af4d;
}
.step-card:nth-child(3) .step-header {
  background-color: #85af4d;
}
.step-card:nth-child(3)::after { border-color: #85af4d; }

/* STEP 04: 橙系 */
.step-card:nth-child(4) {
  border-color: #ea8626;
}
.step-card:nth-child(4) .step-header {
  background-color: #ea8626;
}


/* --- 3. 共通設定の微調整（枠線を少し太く、文字を読みやすく） --- */
.step-card {
  border-width: 3px; /* 枠線を少し太くして色を強調 */
  box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* 軽い影で浮かせる */
}

/* スマホ用調整（矢印を下に向けたい場合など） */
@media (max-width: 600px) {
  .step-flow {
    flex-direction: column;
    align-items: center;
  }
  .step-card { width: 100%; }
  .step-card:not(:last-child)::after {
    right: 50%;
    bottom: -20px;
    top: auto;
    transform: translateX(50%) rotate(135deg); /* 下向き矢印 */
  }
}



.growth {

}
.growth-wrap {
  display: flex;
  flex-wrap: wrap; /* スマホ等で折り返せるように */
  justify-content: space-between;
  margin: 10px auto;
}

.growth-card {
  position: relative;
}

/* 見出し部分 */
.growth-header {
  font-size: 16px;
  line-height: 1.4;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
/* コンテンツ部分 */
.growth-content {
  flex-grow: 1;
  padding: 10px 3px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 中身を上下中央に */
}
.growth-card:nth-child(1) {
  width: calc(75% - 9px);
}
.growth-card:nth-child(1) .growth-header {
  border-radius: 12px; /* 角丸のサイズ */
  background: linear-gradient(to right, #358eb0, #42a795, #85af4d);
}
.growth-card:nth-child(2) {
  width: calc(25% - 21px);
}
.growth-card:nth-child(2) .growth-header {
  border-radius: 12px; /* 角丸のサイズ */
  background: #ea8626;
}

@media (max-width: 600px) {
  .growth-wrap {
    flex-direction: column;
    align-items: center;
  }
  .growth-card:nth-child(1),
  .growth-card:nth-child(2) {
	width: 100%;
	margin-bottom: 20px;
  }
}


/* --- 最も綺麗に見える「疑似要素＋回転」のフルセット --- */
.text-with-lines {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.line-l,
.line-r {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 3em);
  height: 3px;
  background: #999999;
  position: relative;
}

/* 右向きの先端 */
.line-right::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #999999;
  border-right: 3px solid #999999;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
}

/* 左向きの先端 */
.line-left::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #999999;
  border-right: 3px solid #999999;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
}


.growth-card:nth-child(1) .line-l {
  background: linear-gradient(to right, #358eb0, #42a795);
}
.growth-card:nth-child(1) .line-r {
  background: linear-gradient(to right, #42a795, #85af4d);
}
/* 左向きの先端 */
.growth-card:nth-child(1) .line-left::before {
  border-top: 3px solid #358eb0;
  border-right: 3px solid #358eb0;
}
/* 右向きの先端 */
.growth-card:nth-child(1) .line-right::after {
  border-top: 3px solid  #85af4d;
  border-right: 3px solid #85af4d;
}



.growth-card:nth-child(2) .line-l,
.growth-card:nth-child(2) .line-r {
  background: #ea8626;
}
/* 左向きの先端 */
.growth-card:nth-child(2) .line-left::before,
.growth-card:nth-child(2) .line-right::after {
  border-top: 3px solid #ea8626;
  border-right: 3px solid #ea8626;
}


