@charset "utf-8";
/* ========================
  map
======================== */

#contentWrap {
  margin: 80px 0 0;
}
.inner_1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#contentWrap figure {
  position: relative;
  height: fit-content;
}

/* main
--------------- */

.title_Box {
  padding: 70px 0;
  color: #686d71;
  text-align: center;
}

.title_Box h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  padding: 0 0 20px;
}

.title_Box p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.title_Box p.copy {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 30px;
}

.title_Box p.copy02 {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 20px;
}


/* contents
--------------- */

.ancr_link {
  max-width: 860px;
  gap: 50px;
  padding-bottom: 100px;
}
.ancr_link li {
  width: calc((100% - 50px) / 2);
  text-align: center;
}
.ancr_link li a {
  display: block;
  font-size: 20px;
  letter-spacing: 0.3em;
  padding: 1.5em;
  border-radius: 5px;
  position: relative;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  transition: .3s;
}
.ancr_link li a span {
  color: #fff;
}
.ancr_link li:first-child a {
  background: url(../img/tab_bg01.jpg) no-repeat center center / cover;
}
.ancr_link li:last-child a {
  background: url(../img/tab_bg02.jpg) no-repeat center center / cover;
}
.ancr_link li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/arw_wh.svg) no-repeat center center / contain;
}
.ancr_link li a:hover {
  filter: none;
  opacity: .8;
}


.sec_box {
  padding: 8px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  margin: 100px auto 0;
  background: #fff;
}
.sec_box .sec_head {
  position: relative;
  text-align: center;
  padding: 30px 30px 25px;
}
.sec_box .sec_head > * { color: #fff; }
.sec_box .sec_head .sec_head--step {
  font-size: 18px;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #fff;
  padding: 0 0 0.25em;
  margin: 0 auto 2em;
  width: 70%;
  max-width: 420px;
}
.sec_box .sec_head .sec_head--ttl > * {
  color: #fff;
  letter-spacing: 0.3em;
}
.sec_box .sec_head .sec_head--ttl span {
  font-size: 25px;
}
.sec_box .sec_head .sec_head--ttl small {
  font-size: 0.44em;
  display: block;
  margin: 0.75em 0 0;
}
.sec_box .sec_head .sec_head--copy {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.12em;
  margin: 2em 0 0;
}
.sec_box .sec_head--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -30px;
  left: 30px;
  border-radius: 50vh;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
}
.sec_box .sec_head--icon span {
  font-size: 22px;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}

/*color個別*/
.sec_box.sec_blue .sec_head {
  background: url(../img/step_bg01.jpg) no-repeat center center / cover;
}
.sec_box.sec_blue .sec_head--icon {
  background: linear-gradient(to bottom,#999 0%, #e0e0e0 60%);
}
.sec_box.sec_blue .sec_head--icon span {
  color: #007ab5;
}
.sec_box.sec_green .sec_head {
  background: url(../img/step_bg02.jpg) no-repeat center center / cover;
  padding: 60px 30px 55px;
}
.sec_box.sec_green .sec_head--icon {
  background: linear-gradient(to bottom,#b09525 0%, #dec268 60%);
}
.sec_box.sec_green .sec_head--icon span {
  color: #00672a;
}


.sec_box .sec_contents {
  padding: 60px 5% 50px;
}
.sec_btn {
  display: block;
  width: 260px;
  text-align: center;
  border: 1px solid #686d71;
  letter-spacing: 0.3em;
  font-size: 14px;
  padding: 1.5em 1em;
  position: relative;
  margin: 60px auto 0;
  transition: .3s;
}
.sec_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../img/arw_gr.svg) no-repeat center center / contain;
}
.sec_btn > * { transition: .3s; }
.sec_btn:hover {
  background: #686d71;
}
.sec_btn:hover span {
  color: #fff;
}
.sec_btn:hover::after {
  background: url(../img/arw_wh.svg) no-repeat center center / contain;
}

/*個別*/
.sec01 .plan_select {
  gap: 60px;
  position: relative;
}
.sec01 .plan_select::after {
  content: "OR";
  width: 50px;
  aspect-ratio: 1/1;
  background: #007ab5;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 50vh;
  font-size: 19px;
}
.sec01 .plan_select li {
  width: calc((100% - 60px) / 2);
  text-align: center;
  padding: 4% 2.8125%;
}
.sec01 .plan_select li:first-child {
  background: linear-gradient(to bottom,#dae1e4 0%, #fff 25%);
}
.sec01 .plan_select li:last-child {
  background: linear-gradient(to bottom,#d3eaf6 0%, #fff 25%);
}
.sec01 .plan_select li h4 {
  font-weight: 700;
  font-size: 24.5px;
  letter-spacing: 0.12em;
  margin-bottom: 0.75em;
}
.sec01 .plan_select li:last-child h4 {
  color: #00436f;
}
.sec01 .plan_select li p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 3em;
}

.sec02 .height_select {
  justify-content: center;
  gap: 7%;
  margin-bottom: 50px;
}
.sec02 .height_select li {
  width: 25%;
}
.sec02 .sink_head {
  font-size: 17px;
  display: flex;
  align-items: baseline;
  gap: 0.5em 1em;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.sec02 .sink_head small {
  font-size: .8em;
}
.sec02 .sink_select {
  flex-wrap: wrap;
  gap: 30px;
}
.sec02 .sink_select li {
  width: calc((100% - 90px) / 4);
  text-align: center;
}
.sec02 .sink_select li figcaption {
  font-size: 14px;
}
.sec02 .sink_select li figcaption span {
  display: block;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  margin: 0 0 0.25em;
}

.sec03 .color_select {
  gap: 8%;
}
.sec03 .color_select .color_select--item {
  width: 28%;
}
.sec03 .color_select .color_select--item h4 {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
.sec03 .color_select .color_select--item h4 span {
  font-size: 2em;
  display: block;
  border-bottom: 1px solid;
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.sec03 .color_select .color_select--item figcaption {
  text-align: center;
  font-size: 14px;
  margin: 0.5em 0 0;
}
.sec03 .color_select .color_select--item ul {
  margin: 20px 0 0;
  gap: 10px;
  flex-wrap: wrap;
}
.sec03 .color_select .color_select--item ul li {
  width: calc((100% - 10px) / 2);
}

.sec04 .forexample {
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 2em;
}
.sec04 .option_select {
  justify-content: space-between;
}
.sec04 .option_select .option_select--head {
  border: 2px solid;
  color: #97802e;
  font-size: 16px;
  text-align: center;
  padding: 0.5em;
  margin: 1em 0;
}
.sec04 .option_select .option_select--copy {
  font-size: 14px;
  line-height: 1.375;
}
.sec04 .option_select .cup_board {
  width: 62%;
}
.sec04 .option_select .cup_board .flex {
  gap: 10px;
}
.sec04 .option_select .tebra {
  width: 30%;
}
.sec04 .option_select .tebra > figure {
  padding: 0 20% 25px;
}
.sec04 .option_select .tebra .flex {
  gap: 4%;
}
.sec04 .option_select .tebra .flex > * {
  width: 48%;
}

.sec05 .custom {
  flex-wrap: wrap;
  gap: 50px 30px;
}
.sec05 .custom .plan {
  width: 61.3%;
  max-width: 543px;
  /*margin: -7.5% 0 0;*/
}
.sec05 .custom .custom_box {
  width: calc(100% - (30px + 61.3%));
}
.sec05 .custom .custom_box figure {
  width: 100%;
  margin: 0 0 20px;
}
.sec05 .custom .custom_box figure figcaption {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 5px 0 0;
}
.sec05 .custom .custom_box p,
.sec05 .custom .custom_box ul {
  font-size: 12px;
  line-height: 1.6;
  padding: 0 1em;
}
.sec05 .custom .custom_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec05 .custom .follow {
  width: 100%;
  gap: 20px;
}
.sec05 .custom .follow figure {
  width: 55.96%;
}
.sec05 .custom .follow div {
  width: calc(100% - (20px + 55.96%));
  border: 2px solid #97802e;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sec05 .custom .follow div p {
  color: #97802e;
  line-height: 1.75;
}
.sec05 .custom .follow div p sup {
  color: #97802e;
  font-size: 10px;
  vertical-align: top;
}



/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  #contentWrap {
    margin: 40px 0 0;
  }


  /* common
  --------------- */
  .title_Box {
    padding: 40px 0;
    width: 94%;
    margin: 0 auto;
  }

  .title_Box h2 {
    /* font-size: 20px; */
    font-size: 16px;
    padding: 0 0 20px;
  }

  .title_Box p {
    font-size: 13px;
    /* text-align: left; */
    /* text-align: justify; */
    text-align: center;
  }

  .title_Box p.copy {
    /* font-size: 18px; */
    font-size: 15px;
    text-align: center;
    padding: 0 0 20px;
  }

  .title_Box p.copy02 {
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }


  /* contents
  --------------- */
 

  .ancr_link {
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .ancr_link li {
    width: 100%;
  }
  .ancr_link li a {
    font-size: 16px;
  }
  .ancr_link li a::after {
    right: 20px;
    width: 15px;
  }

  .sec_box {
    padding: 6px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
    margin: 70px auto 0;
  }
  .sec_box .sec_head {
    padding: 30px 20px 25px;
  }
  .sec_box .sec_head .sec_head--step {
    font-size: 15px;
    width: 80%;
  }
  .sec_box .sec_head .sec_head--ttl span {
    font-size: 20px;
  }
  .sec_box .sec_head .sec_head--ttl small {
    font-size: 0.5em;
  }
  .sec_box .sec_head .sec_head--copy {
    font-size: 13px;
    line-height: 1.7;
  }
  .sec_box .sec_head--icon {
    width: 70px;
    top: -50px;
    left: 8px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
  }
  .sec_box .sec_head--icon span {
    font-size: 16px;
  }

  /*color個別*/
  .sec_box.sec_green .sec_head {
    padding: 30px 20px 25px;
  }
  .sec_box .sec_contents {
    padding: 30px 5% 20px;
  }
  .sec_btn {
    width: 80%;
    font-size: 13px;
    margin: 40px auto 0;
  }

  /*個別*/
  .sec01 .plan_select {
    gap: 60px;
    flex-direction: column;
  }
  .sec01 .plan_select::after {
    top: 48.5%;
    font-size: 17px;
  }
  .sec01 .plan_select li {
    width: 100%;
    padding: 8% 5%;
  }
  .sec01 .plan_select li h4 {
    font-size: 19px;
  }
  .sec01 .plan_select li p {
    font-size: 13px;
  }

  .sec02 .height_select {
    gap: 15px;
    margin-bottom: 40px;
  }
  .sec02 .height_select li {
    width: calc((100% - 30px) / 3);
  }
  .sec02 .sink_head {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .sec02 .sink_select {
    gap: 30px;
  }
  .sec02 .sink_select li {
    width: calc((100% - 30px) / 2);
  }
  .sec02 .sink_select li figcaption {
    font-size: 12px;
  }


  .sec03 .color_select {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
  .sec03 .color_select .color_select--item {
    width: 90%;
  }
  .sec03 .color_select .color_select--item h4 {
    font-size: 11px;
  }
  .sec03 .color_select .color_select--item > figure {
    width: 70%;
    margin: 0 auto;
  }
  .sec03 .color_select .color_select--item figcaption {
    font-size: 13px;
  }

  .sec04 .forexample {
    font-size: 12px;
    margin-bottom: 1em;
  }
  .sec04 .option_select {
    flex-direction: column;
  }
  .sec04 .option_select .option_select--head {
    font-size: 15px;
  }
  .sec04 .option_select .option_select--copy {
    font-size: 13px;
  }
  .sec04 .option_select .cup_board {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec04 .option_select .tebra {
    width: 100%;
  }
  .sec04 .option_select .tebra > figure {
    padding: 0 30% 25px;
  }

  .sec05 .custom {
    gap: 40px;
  }
  .sec05 .custom .plan {
    width: 100%;
    margin: 0;
  }
  .sec05 .custom .custom_box {
    width: 100%;
  }
  
  .sec05 .custom .custom_box figure {
    width: 90%;
    margin: 0 auto 20px;
  }

  .sec05 .custom .follow {
    flex-direction: column;
  }
  .sec05 .custom .follow figure {
    width: 100%;
  }
  .sec05 .custom .follow div {
    width: 100%;
    font-size: 15px;
    padding: 15px 0;
  }

}

