@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}

/*---------------------------------------------------------------

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 160px;
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
  background-image: url(../images/plan/kv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	height: 500px;
	width: 100%;
	text-align: center;
}
.mainVisual .cell {
	position: absolute;
	top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width:980px) {
  .mainVisual {
    padding-top: 80px;
  }
  .mv {
    background-image: url(../images/plan/kv_sp.jpg);
    background-position: center;
    height: 300px;
  }
  .mainVisual .cell {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainVisual .title {
    font-size: 40px;
  }
  .mainVisual .en {
    font-size: 24px;
  }
}

.plan_contents {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.plan_contents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height:80px;
  z-index: 2;
}
.plan_contents::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 16vh;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fac3a1 0%, rgba(255,255,255,0) 100%);
  z-index: -1;
}
.plan_inner {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}
.plan_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/access/bg_01.png);
  background-position: center top;
  width: 100%;
  height: 100%;
}
.section_title {
  font-size: 48px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #8a3e00;
  text-align: center;
}
.plan_cards {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  justify-content: center;
  column-gap: 20px;
  row-gap: 40px;
}

.plan_card {
  position: relative;
  max-width: 420px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #c21500;
  border-image: linear-gradient(to right, #8a3e00 0%, #dfa600 50%,#d68115 100%);
  border-image-slice: 1;
}
.icon_new {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.model_label {
  position: absolute;
  top: -41px;
  left: -2px;
  font-size: 20px;
  line-height: 1;
  padding: 10px 18px;
  color: #fff;
  text-align: center;
  background-color: #8c281e;
  display: inline-block;
}
.plan_card a {
  display: block;
}
.plan_card a:hover {
  opacity: .7;
  transition: .4s;
}
.card_flex {
  padding: 20px;
  display: flex;
}
.card_type {
  width: 43%;
}
.type {
  text-align: center;
  position: relative;
  padding: 20px 0 ;
  text-align: center;
  background: rgb(223,139,0);
  background: linear-gradient(124deg, rgba(223,139,0,1) 0%, rgba(145,34,0,1) 100%);
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.type span {
  font-size: 80px;
  line-height: 1.2;
}
.card_type_label {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  font-size: 14px;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  background-color: #0051a7;
}
.card_body {
  margin-left: 20px;
  color: #000;
  flex: 1;
}
.card_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.card_tubo {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.card_tubo span {
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.card_num {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.card_num span {
  font-size: 38px;
}
.card_ldk {
  border-top: 1px solid #d1d1d1;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.4;
}
.card_ldk span {
  font-size: 38px;
}
.card_ldk span.text_s {
  font-size: 16px;
}

.card_bottom {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  background-color: #f7dcbb;
  color: #000;
}
.card_icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  margin-left: 20px;
}
.card_icon img {
  width: 19px;
}

@media only screen and (max-width:1280px) {
  .section_title {
    font-size: 34px;
  }
  .plan_cards {
    margin-top: 80px;
    grid-template-columns: repeat(auto-fit, 420px);
    justify-items: center;
  }
}
@media only screen and (max-width:768px) {
  .plan_contents {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .plan_inner {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin:auto;
  }
  .plan_contents::before {
    background-size: cover;
    height:20px;
  }
  .section_title {
    font-size: 28px;
    line-height: 1.6;
  }
  .plan_cards {
    margin-top: 68px;
    row-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .model_label {
    top: -39px;
    font-size: 18px;
    padding: 10px 18px;
  }
  .card_flex {
    padding: 16px 16px;
  }
  .card_body {
    margin-left: 14px;
  }
  .card_type {
    width: 35%;
  }
  .type {
    padding: 6px 0px ;
  }
  .type span {
    font-size: 60px;
    line-height: 1.2;
  }
  .card_tubo {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .card_num {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .card_num span {
    font-size: 36px;
  }
  .card_ldk {
    line-height: 1.2;
    font-size: 18px;
  }
  .card_ldk span {
    font-size: 34px;
  }
  .card_bottom {
    font-size: 16px;
    padding: 12px;
  }
}