.kv_flex img {
  width: 100%;
}

.contents_com.bg_gray.is-active {
  background-color: #F2F0EC;
}

.sec01 .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec01 .imgWrap figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec01 .imgWrap figure {
    aspect-ratio: 1/1;
  }
}
.sec01 .imgWrap figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .imgWrap figure img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
.sec01 .imgWrap figure img.op_right {
  -o-object-position: right center;
  object-position: right center;
}
.sec01 .copy01 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sec01 .copy01 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .copy01 {
    font-size: 14px;
  }
}
.sec01 .zyuyo_zone {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec01 .zyuyo_zone {
    margin-bottom: 25px;
  }
}
.sec01 .zyuyo_zone ul {
  gap: 1px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sec01 .zyuyo_zone ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0px;
}
.sec01 .zyuyo_zone ul li .tit {
  background-color: #830009;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec01 .zyuyo_zone ul li .tit {
    font-size: 11px;
    height: 70px;
  }
}
.sec01 .zyuyo_zone ul li .tit .eng {
  display: block;
  letter-spacing: 0.2em;
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
}
.sec01 .zyuyo_zone ul li .img {
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec01 .zyuyo_zone ul li .img {
    padding-bottom: 60px;
    padding-top: 20px;
  }
}
.sec01 .zyuyo_zone ul li:nth-child(1) .img img {
  width: 32%;
}
.sec01 .zyuyo_zone ul li:nth-child(2) .img img {
  width: 32%;
}
.sec01 .zyuyo_zone ul li:nth-child(3) .img img {
  width: 63.6%;
}
.sec01 .zyuyo_zone ul li:nth-child(4) .img img {
  width: 80%;
}
.sec01 .zyuyo_zone .zone {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 25px;
  bottom: 30px;
  background-color: #9D845B;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .sec01 .zyuyo_zone .zone {
    left: 2.5%;
    bottom: 15px;
    font-size: 14px;
    padding: 5px;
  }
}
.sec01 .sec01_txtBox {
  background-color: #FFF9E6;
  text-align: center;
  padding: 50px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_txtBox {
    padding: 25px 0px;
  }
}
.sec01 .sec01_txtBox .txt01 {
  font-size: 30px;
  line-height: 1.66;
  color: #000000;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_txtBox .txt01 {
    font-size: 20px;
  }
}
.sec01 .sec01_txtBox .txt01 b {
  color: #C33433;
  font-size: 1.2em;
  font-weight: 500;
}
.sec01 .sec01_txtBox .txt01 b .vt {
  vertical-align: 2em;
}
.sec01 .sec01_txtBox .txt01 strong {
  color: #C33433;
  font-size: 2.33em;
  font-weight: 500;
}

.sec_point .point_tit01 {
  background: #9D845B;
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_point .point_tit01 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 0px;
  }
}
.sec_point .point_tit02 {
  font-size: 32px;
  line-height: 1.56;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_point .point_tit02 {
    font-size: 20px;
  }
}
.sec_point .point_tit02 .red {
  color: #C33333;
}
.sec_point .price_ave {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_point .price_ave {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.sec_point .price_ave span {
  display: inline-block;
  border: solid 1px #000000;
  padding: 15px 55px;
}
@media screen and (max-width: 768px) {
  .sec_point .price_ave span {
    padding: 10px 20px;
  }
}
.sec_point .point_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  background-color: #F2F0EC;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_point .point_box {
    padding: 20px 0px;
  }
}
.sec_point .point_box .point_txt01 {
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .sec_point .point_box .point_txt01 {
    font-size: 16px;
  }
}
.sec_point .point_box .point_txt01 strong {
  font-size: 1.66em;
}
.sec_point .point_box .point_txt01 .price {
  font-size: 2.08em;
  letter-spacing: 0em;
  color: #C33333;
}
.sec_point .point_box .point_txt01 b {
  font-size: 1.5em;
}
.sec_point .point_box .point_txt01 .vt {
  vertical-align: 1em;
}
.sec_point .point_box .point_txt01 small {
  font-size: 0.58em;
}
@media screen and (max-width: 768px) {
  .sec_point .point_box .point_txt01 small {
    font-size: 11px;
  }
}
.sec_point .point_box + .caption {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  margin-top: 1em;
}
.sec_point .point_txt02 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_point .point_txt02 {
    font-size: 14px;
    text-align: left;
  }
}
.sec_point.sec03 .point_box {
  background: #FFFFFF;
}

.sec_plan_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .sec_plan_flex {
    display: block;
  }
}
.sec_plan_flex .leftBox {
  width: 40%;
}
@media screen and (max-width: 800px) {
  .sec_plan_flex .leftBox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec_plan_flex .leftBox .type {
  font-size: 30px;
  line-height: 1;
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 0.003em #595757;
  padding-bottom: 10px;
  border-bottom: solid 1px #595757;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .leftBox .type {
    font-size: 24px;
  }
}
.sec_plan_flex .leftBox .type::first-letter {
  text-shadow: none;
}
.sec_plan_flex .leftBox .type .ridge {
  display: block;
  font-size: 0.43em;
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec_plan_flex .leftBox .type strong {
  font-size: 1.83em;
  font-weight: 400;
}
.sec_plan_flex .leftBox .madori {
  margin-left: auto;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .leftBox .madori {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.sec_plan_flex .leftBox .madori span {
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
  display: block;
}
.sec_plan_flex .leftBox .madori .txt01 {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  margin-right: 0.3em;
  text-shadow: 0px 0px 0.003em #595757;
}
.sec_plan_flex .leftBox .madori .txt01 strong {
  font-size: 1.68em;
  font-weight: 400;
  text-shadow: none;
}
.sec_plan_flex .leftBox .madori .txt02 {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0.25em;
  text-shadow: 0px 0px 0.003em #595757;
}
.sec_plan_flex .leftBox .menseki_wrap {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .leftBox .menseki_wrap {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.sec_plan_flex .leftBox .menseki_wrap .menseki {
  margin-bottom: 0.5em;
}
.sec_plan_flex .leftBox .menseki_wrap strong {
  font-size: 2.69em;
  font-weight: 400;
}
.sec_plan_flex .leftBox .menseki_wrap b {
  font-size: 1.92em;
  font-weight: 400;
}
.sec_plan_flex .leftBox .menseki_wrap .caption {
  display: block;
}
.sec_plan_flex .leftBox .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.sec_plan_flex .leftBox .point li {
  background-color: #786b5a;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: calc((100% - 20px) / 3);
  line-height: 1;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.28em;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .leftBox .point li {
    font-size: 13px;
    height: 50px;
  }
}
.sec_plan_flex .leftBox .point li.big {
  width: calc((100% - 20px) / 3 * 2 + 10px);
}
.sec_plan_flex .rightBox {
  width: 55%;
}
@media screen and (max-width: 800px) {
  .sec_plan_flex .rightBox {
    width: 100%;
  }
}
.sec_plan_flex .rightBox .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: solid 10px #578CB2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .tab_btn {
    margin-bottom: 20px;
    border-bottom-width: 5px;
  }
}
.sec_plan_flex .rightBox .tab_btn button {
  width: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #D8EDFC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: YakuHanMP, "Shippori Mincho", "Zen Old Mincho", serif;
  color: #578CB2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .tab_btn button {
    padding: 10px 0px;
    font-size: 15px;
  }
}
.sec_plan_flex .rightBox .tab_btn button span {
  display: block;
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.sec_plan_flex .rightBox .tab_btn button.on {
  background-color: #578CB2;
  color: #fff;
}
.sec_plan_flex .rightBox .rightBox_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .rightBox_in {
    margin-bottom: 20px;
    display: block;
  }
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap {
  width: 32.72%;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .rightBox_in .detail_wrap {
    width: 100%;
  }
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap img {
  width: 100%;
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .img01 {
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .rightBox_in .detail_wrap .img01 {
    margin-bottom: 10px;
  }
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .img01.on {
  display: block;
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .img02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .rightBox_in .detail_wrap .img02 {
    margin-bottom: 10px;
  }
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .img02 .cocoen_wrap {
  aspect-ratio: 506/383;
  width: 100%;
  overflow: hidden;
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .img02 .cocoen_wrap cocoen-component {
  height: 100%;
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .img02 .cocoen_img {
  max-width: none;
  width: unset;
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .txt {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .tit {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .rightBox_in .detail_wrap .tit {
    font-size: 15px;
  }
}
.sec_plan_flex .rightBox .rightBox_in .detail_wrap .tit_sub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .rightBox_in .detail_wrap .tit_sub {
    font-size: 13px;
  }
}
.sec_plan_flex .rightBox .madori_wrap {
  width: 61.81%;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .madori_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_plan_flex .rightBox .madori_wrap img {
  display: none;
}
.sec_plan_flex .rightBox .madori_wrap img.on {
  display: block;
}
.sec_plan_flex .rightBox .hanrei {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .hanrei {
    font-size: 11px;
  }
}
.sec_plan_flex .rightBox .hanrei .icon {
  display: inline-block;
  margin-right: 0.5em;
  width: 3.5em;
}
.sec_plan_flex .rightBox .hanrei .icon.syuno {
  vertical-align: -0.4em;
}
.sec_plan_flex .rightBox .hanrei .icon.saiko {
  vertical-align: -0.6em;
}
.sec_plan_flex .rightBox .hanrei .icon.tuhu {
  vertical-align: -0.6em;
}
.sec_plan_flex .rightBox .hanrei .icon.out {
  width: 2em;
  vertical-align: 0.1em;
}
.sec_plan_flex .rightBox .hanrei .icon.way {
  width: 7.1em;
}
.sec_plan_flex .rightBox .madori_cap {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec_plan_flex .rightBox .madori_cap {
    font-size: 14px;
  }
}
.sec_plan .tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 5px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.mt1em {
  margin-top: 1em;
}