@charset "UTF-8";
/* display & flex */
.visible_sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .visible_sp {
    display: block;
  }
}
.visible_md {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible_md {
    display: block;
  }
}
.visible_pc {
  display: block;
}
@media screen and (max-width: 979px) {
  .visible_pc {
    display: none;
  }
}

.fx {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

figure {
  position: relative;
}

figcaption {
  font-size: 10px;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}
figcaption.in_l_cap {
  position: absolute;
  bottom: 0.1em;
  left: 0.5em;
}
figcaption.in_r_cap {
  position: absolute;
  bottom: 0.1em;
  right: 0.5em;
}
figcaption.cl_white {
  color: #fff;
  text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}

.benefitvalue {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .benefitvalue {
    font-size: 14px;
  }
}

.tx_lg {
  font-size: 1.5em;
}

.tx_c {
  text-align: center;
}

.tx_r {
  text-align: right;
}

.tx_note {
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tx_note {
    font-size: 10px;
  }
}

/* contents _ct */
.ct_head {
  padding-top: 80px;
}
.ct_head__inner {
  position: relative;
}
.ct_head__inner h2 {
  max-width: 34.58%;
  position: absolute;
  left: 46.04%;
  top: 7.4%;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .ct_head__inner h2 {
    margin: 0 auto 1em;
    max-width: 400px;
    width: 86%;
    position: relative;
    left: 0;
    top: 0;
  }
}
.ct_head__inner figcaption {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0.5em;
  text-shadow: 0 0 2px #000, 1px 1px 4px #000, -1px -1px 4px #000;
  width: 100%;
  right: 0;
}
.ct_anchor {
  background-color: #002662;
  padding: 2em 0;
}
.ct_anchor__inner {
  margin: auto;
  max-width: 1400px;
  padding: 0 20px;
  width: 100%;
}
.ct_anchor ul {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .ct_anchor ul {
    gap: 4%;
  }
}
@media screen and (max-width: 800px) {
  .ct_anchor ul {
    flex-flow: row wrap;
    gap: 1em 24px;
  }
}
@media screen and (max-width: 639px) {
  .ct_anchor ul {
    gap: 1em 16px;
  }
}
.ct_anchor li {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .ct_anchor li {
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  .ct_anchor li {
    font-size: 3vw;
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .ct_anchor li {
    font-size: 18px;
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .ct_anchor li {
    font-size: clamp(1.125rem, 0.6219rem + 2.5157vw, 1.375rem);
  }
}
.ct_anchor li span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .ct_anchor li span {
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 800px) {
  .ct_anchor li span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 639px) {
  .ct_anchor li span {
    font-size: 14px;
  }
}
.ct_anchor li span::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 2.5em;
  position: relative;
  top: -6px;
  left: 16px;
}
@media screen and (max-width: 800px) {
  .ct_anchor li span::after {
    width: 1.5em;
    left: 8px;
  }
}
@media screen and (max-width: 800px) {
  .ct_anchor li span::before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    width: 1.5em;
    position: relative;
    top: -6px;
    left: -8px;
  }
}
.ct_anchor li a {
  color: #fff;
  transition: all 0.3s ease;
}
.ct_anchor li a:hover {
  color: #ff0;
}
@media screen and (max-width: 800px) {
  .ct_anchor li a {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
  }
}
.ct_point {
  background-color: #eae5da;
  padding: 8em 20px 2em;
}
@media screen and (max-width: 767px) {
  .ct_point {
    padding: 6em 20px 1em;
  }
}
.ct_point__inner {
  background-color: #fff;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  margin: 0 auto 6em;
  max-width: 1360px;
  padding: 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ct_point__inner {
    padding: 40px 24px 24px;
  }
}
@media screen and (max-width: 639px) {
  .ct_point__inner {
    margin: 0 auto 4em;
    padding: 40px 16px 16px;
  }
}
.ct_point .point_header {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-flow: row-reverse nowrap;
  gap: 24px;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .ct_point .point_header {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 639px) {
  .ct_point .point_header {
    display: block;
  }
}
.ct_point .point_header .txt {
  width: calc(100% - 168px);
}
@media screen and (max-width: 767px) {
  .ct_point .point_header .txt {
    width: calc(100% - 8em);
  }
}
@media screen and (max-width: 639px) {
  .ct_point .point_header .txt {
    width: 100%;
  }
}
.ct_point .point_header .txt h3 {
  color: #8e5d47;
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ct_point .point_header .txt h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 639px) {
  .ct_point .point_header .txt h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .ct_point .point_header .txt h3 {
    font-size: clamp(1.5rem, 0.9969rem + 2.5157vw, 1.75rem);
    letter-spacing: -0.05em;
  }
}
.ct_point .point_header .txt .subttl {
  background-color: #82997d;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-top: 8px;
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .ct_point .point_header .txt .subttl {
    font-size: clamp(1.125rem, 0.766rem + 1.53vw, 1.5rem);
  }
}
.ct_point .point_header .txt .lead {
  margin-top: 16px;
}
.ct_point .point_header .label {
  background-color: #ca8381;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  font-size: 24px;
  line-height: 1.4;
  height: 144px;
  width: 144px;
}
@media screen and (max-width: 767px) {
  .ct_point .point_header .label {
    font-size: clamp(1.125rem, 0.766rem + 1.53vw, 1.5rem);
    height: 5.5em;
    width: 5.5em;
  }
}
@media screen and (max-width: 639px) {
  .ct_point .point_header .label {
    position: absolute;
    top: -3em;
    left: -0.75em;
  }
}
.ct_point .point_header .label em {
  font-size: 2.5em;
  line-height: 0.8;
}
.ct_point .point1 figure {
  margin: 0 auto 1.5em;
  max-width: 1024px;
}
.ct_point .point1 .tx_c {
  font-size: 20px;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .ct_point .point1 .tx_c {
    font-size: clamp(1.125rem, 0.766rem + 1.53vw, 1.5rem);
  }
}
@media screen and (max-width: 639px) {
  .ct_point .point1 .tx_c {
    font-size: 3.129vw;
  }
}
.ct_point .point2 .buypoint {
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 16px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .ct_point .point2 .buypoint {
    flex-flow: column wrap;
    gap: 8px;
  }
}
.ct_point .point2 .buypoint_child {
  background-color: #dccab7;
  border-radius: 8px;
  padding: 16px;
  width: calc(33.3333% - 10.6666px);
}
@media screen and (max-width: 767px) {
  .ct_point .point2 .buypoint_child {
    width: 100%;
  }
}
.ct_point .point2 .buypoint p {
  display: flex;
  gap: 8px;
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (max-width: 639px) {
  .ct_point .point2 .buypoint p {
    font-size: 16px;
  }
}
.ct_point .point2 .buypoint p span {
  display: flex;
  align-items: center;
  background-color: #ca8381;
  border-radius: 8px;
  color: #fff;
  font-size: 1.35em;
  line-height: 1;
  padding: 0 0.25em;
}
.ct_point .point2 .buypoint li {
  letter-spacing: -0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
.ct_point .point2 dl {
  margin: 2em auto 1.5em;
  text-align: center;
}
.ct_point .point2 dd {
  color: #b94d5c;
  font-size: 20px;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .ct_point .point2 dd {
    font-size: 2.607vw;
  }
}
@media screen and (max-width: 479px) {
  .ct_point .point2 dd {
    font-size: 4.266vw;
  }
}
.ct_point .point2 dd span {
  background-color: #b94d5c;
  border-radius: 2em;
  color: #fff;
  padding: 0.1em 0.5em;
}
.ct_point .point2 figure {
  background-color: #eee;
  border-radius: 8px;
  margin: auto;
  max-width: 1024px;
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  .ct_point .point2 figure {
    padding: 16px;
  }
}
.ct_point .point3 .summary {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ct_point .point3 .summary {
    width: 100%;
  }
}
.ct_point .point3 .pic {
  width: 44.375%;
}
@media screen and (max-width: 767px) {
  .ct_point .point3 .pic {
    margin-top: 2.5em;
    width: 100%;
  }
}
.ct_point .point3 .tx_point1 {
  background-color: #82997d;
  border-radius: 2em;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 2em 0 0.5em;
  padding: 0 1.5em;
}
@media screen and (max-width: 639px) {
  .ct_point .point3 .tx_point1 {
    font-size: 3.129vw;
    text-align: center;
  }
}
.ct_point .point3 .tx_point1 span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding-left: 0.5em;
}
@media screen and (max-width: 639px) {
  .ct_point .point3 .tx_point1 span {
    display: block;
    font-size: 2.19vw;
  }
}
.ct_point .point3 dt {
  color: #82997d;
  font-weight: 700;
}
.ct_point .point3 dd em {
  color: #b94d5c;
}
.ct_point .point3 dd span {
  font-size: 12px;
}
.ct_point .point3 .tx_point2 {
  background-color: #6f9bbe;
  color: #fff67f;
  font-size: 20px;
  font-weight: 700;
  margin: 2em 0 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .ct_point .point3 .tx_point2 {
    font-size: 3.129vw;
  }
}
.ct_point .point3 .tx_point2 span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-left: 0.5em;
}
@media screen and (max-width: 639px) {
  .ct_point .point3 .tx_point2 span {
    display: block;
    font-size: 2.19vw;
  }
}
.ct_point .point4 .point_body {
  margin: 0 auto 2em;
  max-width: 1024px;
}
.ct_point .point4 .example {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5em;
}
.ct_point .point4 .thumbs {
  flex-flow: row nowrap;
  gap: 16px;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .ct_point .point4 .thumbs {
    flex-flow: column wrap;
    gap: 8px;
    margin: 2em auto 0;
    max-width: 360px;
  }
}
.ct_point .point5 .fx {
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 639px) {
  .ct_point .point5 .fx {
    gap: 8px;
  }
}
.ct_point .point5 li {
  background-color: #82997d;
  border-radius: 8px;
  color: #fff;
  padding: 24px;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 767px) {
  .ct_point .point5 li {
    padding: 16px;
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .ct_point .point5 li {
    padding: 8px;
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .ct_point .point5 li.full {
    width: 100%;
  }
}
.ct_point .point5 li.logo {
  background-color: transparent;
  align-self: center;
}
.ct_point .point5 li.logo img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 264px;
}
@media screen and (max-width: 639px) {
  .ct_point .point5 li.logo img {
    margin: auto;
    max-width: 217px;
  }
}
.ct_point .point5 dt {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 639px) {
  .ct_point .point5 dt {
    font-size: 16px;
  }
}
.ct_point .point6 .reflect {
  display: flex;
  flex-direction: column-reverse;
}
.ct_point .point6 .summary {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ct_point .point6 .summary {
    width: 100%;
  }
}
.ct_point .point6 .pic {
  width: 44.375%;
}
@media screen and (max-width: 767px) {
  .ct_point .point6 .pic {
    margin-top: 2.5em;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ct_point .point6 .tx_lg {
    font-size: 1.05em;
  }
}
.ct_point .point6 .fl::after {
  clear: both;
  content: "";
  display: block;
}
.ct_point .point6 .fl img {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 128px;
}
.ct_point .point6 .tx_point {
  background-color: #b94d5c;
  border-radius: 2em;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 2em 0 0.5em;
  padding: 0 1.5em;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .ct_point .point6 .tx_point {
    font-size: 3.129vw;
  }
}
.ct_point .point6 .logo {
  margin: 2em auto 0;
  max-width: 217px;
}
@media screen and (max-width: 639px) {
  .ct_point .point6 .logo {
    max-width: 164px;
  }
}
.ct_merit {
  background-color: #efd9d2;
  padding: 8em 0;
}
@media screen and (max-width: 767px) {
  .ct_merit {
    padding: 6em 0;
  }
}
@media screen and (max-width: 639px) {
  .ct_merit {
    padding: 4em 0;
  }
}
.ct_merit__inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}
.ct_merit hr {
  margin: 80px 0;
}
.ct_merit h3 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 1em;
  text-align: center;
}
.ct_merit h3::after {
  background-color: #000;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  width: 3em;
}
@media screen and (max-width: 767px) {
  .ct_merit h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 639px) {
  .ct_merit h3 {
    font-size: 20px;
  }
}
.ct_merit .merit_list {
  gap: 16px;
  justify-content: flex-start;
}
.ct_merit .merit_list li {
  width: calc((100% - 64px) / 5);
}
@media screen and (max-width: 1024px) {
  .ct_merit .merit_list li {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .ct_merit .merit_list li {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .ct_merit .merit_list li {
    width: 100%;
  }
}
.ct_merit .merit_list dt {
  background-color: #7e0e25;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.4;
  min-height: 3.6em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ct_merit .merit_list dt {
    font-size: clamp(1.125rem, 0.766rem + 1.53vw, 1.5rem);
  }
}
@media screen and (max-width: 639px) {
  .ct_merit .merit_list dt {
    font-size: 3.129vw;
  }
}
@media screen and (max-width: 479px) {
  .ct_merit .merit_list dt {
    font-size: 3.757vw;
  }
}
@media screen and (max-width: 639px) {
  .ct_merit .merit_list dt br {
    display: none;
  }
}
.ct_merit .merit_list dd {
  margin-top: 1em;
}
@media screen and (max-width: 639px) {
  .ct_merit .merit_list dd {
    margin-top: 0.5em;
  }
}
.ct_merit .equip_list {
  gap: 32px;
}
.ct_merit .equip_list li {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 979px) {
  .ct_merit .equip_list li {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .ct_merit .equip_list li {
    width: 100%;
  }
}
.ct_merit .equip_list .subttl {
  border-bottom: 2px solid #7e0e25;
  color: #7e0e25;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1152px) {
  .ct_merit .equip_list .subttl {
    min-height: 3.6em;
  }
}
@media screen and (max-width: 979px) {
  .ct_merit .equip_list .subttl {
    min-height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .ct_merit .equip_list .subttl {
    font-size: clamp(1.125rem, 0.766rem + 1.53vw, 1.5rem);
  }
}
@media screen and (max-width: 639px) {
  .ct_merit .equip_list .subttl {
    font-size: 3.129vw;
  }
}
@media screen and (max-width: 479px) {
  .ct_merit .equip_list .subttl {
    font-size: 3.757vw;
  }
}
.ct_merit .equip_list_child {
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 1em;
}
.ct_merit .equip_list_child p {
  width: calc(50.91% - 8px);
}
.ct_merit .equip_list_child figure {
  width: 49.09%;
}
.ct_colophon {
  padding: 8em 0;
}
@media screen and (max-width: 767px) {
  .ct_colophon {
    padding: 6em 0;
  }
}
@media screen and (max-width: 639px) {
  .ct_colophon {
    padding: 4em 0;
  }
}
.ct_colophon__inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}
.ct_colophon h3 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 1em;
  text-align: center;
}
.ct_colophon h3::after {
  background-color: #000;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  width: 3em;
}
@media screen and (max-width: 639px) {
  .ct_colophon h3::after {
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .ct_colophon h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 639px) {
  .ct_colophon h3 {
    font-size: 20px;
  }
}
.ct_colophon .fx {
  align-items: stretch;
  gap: 32px;
}
@media screen and (max-width: 639px) {
  .ct_colophon .fx {
    gap: 16px;
  }
}
.ct_colophon .colophon_item {
  background-color: #82997d;
  border-radius: 8px;
  color: #fff;
  padding: 32px 40px;
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 639px) {
  .ct_colophon .colophon_item {
    padding: 16px 24px;
    width: 100%;
  }
}
.ct_colophon .colophon_item h4 {
  color: #fff67f;
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .ct_colophon .colophon_item h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .ct_colophon .colophon_item h4 {
    font-size: 18px;
  }
}/*# sourceMappingURL=benefitvalue.css.map */