/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit:before {
  background: url(../img/concept/pagetit.jpg) no-repeat center;
  background-size: cover;
}

.slide_block {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .slide_block {
    font-size: 1.8rem;
  }
}
/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 .sec_row {
  margin: 96px 0;
}
#sec01 .sec_row p {
  line-height: 1.8;
}
#sec01 .sec_row.row01 .sec_subtit02 {
  margin-top: 28px;
  margin-bottom: 5px;
}
#sec01 .sec_row.row01 .indent {
  padding-left: 1.5em;
}
#sec01 .sec_row.row02 .price_table_wrap {
  margin-top: 44px;
}
#sec01 .sec_row.row02 .price_table thead th:nth-of-type(1) {
  width: 20%;
}
#sec01 .sec_row.row02 .price_table tbody th {
  width: 20%;
}
#sec01 .sec_row.row02 .price_table tbody td:nth-of-type(1) {
  padding-left: 10px;
}
#sec01 .sec_row.row02 .row_note {
  margin-top: 28px;
  line-height: 1.88;
}
#sec01 .sec_row.row02 .row_note li {
  padding-left: 1em;
  text-indent: -1em;
}
#sec01 .sec_row.row03 {
  margin-bottom: 0;
}
#sec01 .sec_row.row03 .row_subtit {
  margin-top: 28px;
  font-weight: bold;
  line-height: 1.77;
}
#sec01 .sec_row.row03 .row_subtit.mt {
  margin-top: 44px;
}
#sec01 .sec_row.row03 .row_col {
  margin-bottom: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#sec01 .sec_row.row03 .row_col .col_txt {
  margin-right: 40px;
  font-size: 2rem;
  line-height: 1.6;
}
#sec01 .sec_row.row03 .row_flow {
  margin: 48px 0;
  padding: 60px 80px;
}
#sec01 .sec_row.row03 .row_flow:nth-of-type(1) {
  margin-top: 28px;
}
#sec01 .sec_row.row03 .row_flow:last-of-type {
  margin-bottom: 0;
}
#sec01 .sec_row.row03 .row_flow .flow_pic {
  width: 655px;
  max-width: 60.7%;
}
#sec01 .sec_row.row03 .row_flow .flow_txt {
  width: 37%;
}
#sec01 .sec_row.row03 .row_flow .flow_txt .txt_tit {
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0 10px 25px;
  border-bottom: 1px dashed #a98963;
  font-size: 28px;
  letter-spacing: 0;
}
#sec01 .sec_row.row03 .row_flow .flow_txt .txt_tit .num {
  padding-left: 5px;
  font-size: 4.8rem;
}
#sec01 .sec_row.row03 .row_flow .flow_txt p {
  padding: 0 10px;
}
#sec01 .sec_row.row03 .row_flow .flow_txt a {
  text-decoration: underline;
}
#sec01 .sec_row.row03 .row_flow .flow_txt a:hover {
  opacity: 1;
  text-decoration: none;
}
#sec01 .sec_row.row03 .row_flow .flow_txt strong {
  display: inline-block;
  font-weight: bold;
}
#sec01 .sec_row.row03 .row_flow .flow_txt .red {
  color: red;
}

@media screen and (max-width: 768px) {
  #sec01 .sec_row {
    margin: 48px 0;
  }
  #sec01 .sec_row p {
    line-height: 1.8;
  }
  #sec01 .sec_row.row02 .price_table_pinch {
    margin-top: 32px;
  }
  #sec01 .sec_row.row02 .price_table_wrap {
    margin-top: 24px;
  }
  #sec01 .sec_row.row02 .price_table {
    position: relative;
  }
  #sec01 .sec_row.row02 .price_table thead th:nth-of-type(1) {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
    width: 180px;
  }
  #sec01 .sec_row.row02 .price_table tbody th {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
    width: 180px;
    padding-left: 10px;
  }
  #sec01 .sec_row.row02 .row_note {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.77;
  }
  #sec01 .sec_row.row03 {
    margin-bottom: 0;
  }
  #sec01 .sec_row.row03 .row_col {
    display: block;
    margin-bottom: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #sec01 .sec_row.row03 .row_col .col_txt {
    margin: 0 0 20px;
    font-size: 2rem;
    text-align: center;
  }
  #sec01 .sec_row.row03 .row_col .col_bnr {
    max-width: 400px;
    margin: 0 auto 0;
  }
  #sec01 .sec_row.row03 .row_flow {
    margin: 32px 0;
    padding: 32px 5%;
  }
  #sec01 .sec_row.row03 .row_flow:nth-of-type(1) {
    margin-top: 28px;
  }
  #sec01 .sec_row.row03 .row_flow .flow_pic {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #sec01 .sec_row.row03 .row_flow .flow_txt {
    width: 100%;
  }
  #sec01 .sec_row.row03 .row_flow .flow_txt p {
    padding: 0 5px;
  }
  #sec01 .sec_row.row03 .row_flow .flow_txt .txt_tit {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0 5px 15px;
  }
  #sec01 .sec_row.row03 .row_flow .flow_txt a:hover {
    text-decoration: underline;
  }
}
/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 .slide_block {
  padding-bottom: 12px;
}
#sec02 .sec_col {
  position: relative;
  margin-top: -72px;
}
#sec02 .sec_col .col_item {
  width: 350px;
  max-width: 32.41%;
}
#sec02 .sec_col .col_item .item_tit {
  padding: 20px 0 20px;
  border-bottom: 1px dashed #a98963;
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.2;
}
#sec02 .sec_col .col_item .item_tit .en {
  display: inline-block;
  margin-right: 30px;
  font-size: 2.4rem;
  letter-spacing: 0;
}
#sec02 .sec_col .col_item .item_tit .en .num {
  padding-left: 5px;
  font-size: 3.7rem;
}
#sec02 .sec_col .col_item .item_btn {
  margin-top: 44px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec02 .slide_block {
    padding-bottom: 48px;
  }
  #sec02 .sec_col {
    width: 94%;
    margin: -60px auto 0;
  }
  #sec02 .sec_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  #sec02 .sec_col .col_item + .col_item {
    margin-top: 40px;
  }
  #sec02 .sec_col .col_item .item_tit {
    padding: 10px 0 12px;
    margin-bottom: 12px;
    font-size: 2.6rem;
  }
  #sec02 .sec_col .col_item .item_tit .en {
    margin-right: 20px;
    font-size: 2.4rem;
  }
  #sec02 .sec_col .col_item .item_tit .en .num {
    font-size: 3.7rem;
  }
  #sec02 .sec_col .col_item .item_btn {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
#sec03 .slide_block {
  padding-bottom: 12px;
}
#sec03 .sec_col {
  position: relative;
  margin-top: -72px;
}
#sec03 .sec_col .col_item {
  width: 350px;
  max-width: 32.41%;
}
#sec03 .sec_col .col_item .item_tit {
  padding: 30px 0 20px;
  border-bottom: 1px dashed #a98963;
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.2;
}
#sec03 .sec_col .col_item .item_tit .en {
  display: inline-block;
  margin-right: 30px;
  font-size: 2.4rem;
}
#sec03 .sec_col .col_item .item_tit .en .num {
  font-size: 3.7rem;
}
#sec03 .sec_row01 {
  margin: 96px 0 48px;
}
#sec03 .sec_row01 .row_col .col_item {
  width: 530px;
  max-width: 49.08%;
  margin-bottom: 44px;
}
#sec03 .sec_row01 .row_col .col_item .item_tit {
  padding: 30px 0 20px;
  border-bottom: 1px dashed #a98963;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
#sec03 .sec_row01 .row_col .col_item .item_tit .big {
  display: inline-block;
  margin-right: 10px;
  font-size: 2.8rem;
}
#sec03 .sec_row02 .row_list {
  position: relative;
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  z-index: 10;
}
#sec03 .sec_row02 .row_list li {
  width: 33.3333%;
}
#sec03 .sec_row02 .bg_white {
  margin-top: -78px;
  padding-top: 120px;
}
#sec03 .sec_row02 .row_btn {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec03 .slide_block {
    padding-bottom: 48px;
  }
  #sec03 .sec_col {
    width: 94%;
    margin: -60px auto 0;
  }
  #sec03 .sec_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  #sec03 .sec_col .col_item + .col_item {
    margin-top: 40px;
  }
  #sec03 .sec_col .col_item .item_tit {
    padding: 16px 0 18px;
    margin-bottom: 16px;
    font-size: 2.6rem;
  }
  #sec03 .sec_col .col_item .item_tit .en {
    margin-right: 20px;
    font-size: 2.4rem;
  }
  #sec03 .sec_col .col_item .item_tit .en .num {
    font-size: 3.7rem;
  }
  #sec03 .sec_row01 {
    margin: 48px 0 48px;
  }
  #sec03 .sec_row01 .row_col .col_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #sec03 .sec_row01 .row_col .col_item:last-of-type {
    margin-bottom: 0;
  }
  #sec03 .sec_row01 .row_col .col_item .item_tit {
    padding: 16px 0 18px;
    margin-bottom: 16px;
  }
  #sec03 .sec_row02 .row_list li {
    width: 50%;
  }
  #sec03 .sec_row02 .bg_white {
    margin-top: -60px;
    padding-top: 80px;
    padding-bottom: 32px;
  }
  #sec03 .sec_row02 .row_btn {
    margin-top: 32px;
  }
}
/* ---------------------------------------------------
	sec04
------------------------------------------------------ */
#sec04 .slide_block {
  padding-bottom: 12px;
}
#sec04 .slide_block .slide {
  border-bottom-right-radius: 0;
}
#sec04 .slide_block .slide .slide_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 15px 25px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
#sec04 .sec_col {
  position: relative;
  margin-top: -72px;
}
#sec04 .sec_col .col_item {
  width: 530px;
  max-width: 49.08%;
}
#sec04 .sec_col .col_item .item_tit {
  padding: 30px 0 20px;
  border-bottom: 1px dashed #a98963;
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.4;
}
#sec04 .sec_col .col_item .item_btn {
  margin-top: 44px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec04 .slide_block {
    padding-bottom: 42px;
  }
  #sec04 .slide_block .slide .slide_caption {
    padding: 8px 12px;
    font-size: 1.6rem;
  }
  #sec04 .sec_col {
    width: 94%;
    margin: -48px auto 0;
  }
  #sec04 .sec_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  #sec04 .sec_col .col_item + .col_item {
    margin-top: 44px;
  }
  #sec04 .sec_col .col_item .item_tit {
    padding: 16px 0 18px;
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
  #sec04 .sec_col .col_item .item_btn {
    margin-top: 20px;
  }
}
