@charset "UTF-8";
/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 0 200px;
  color: #5c5c5c;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .error-404 {
    padding: 70px 0 80px;
  }
}
.error-404 .btn {
  margin-top: 50px;
}
.error-404 .icon_404 {
  background: #fff;
  font-size: 90px;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 820px) {
  .error-404 .icon_404 {
    font-size: 7rem;
  }
}
.error-404 .icon_404 span {
  text-shadow: 2px 0 0 #B52B2B, 0 2px 0 #B52B2B, -2px 0 0 #B52B2B, 0 -2px 0 #B52B2B;
  color: #fff;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.contact_form--mgt {
  margin-top: -40px;
}
.contact_form .flex {
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.contact_form .mgb {
  margin-bottom: 10px;
  display: block;
}
.contact_form .h-adr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.contact_form .h-adr .wpcf7-form-control-wrap {
  width: 90%;
}
.contact_form .h-adr .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact_form .h-adr .flex:last-child {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }
  .contact_form .h-adr .flex:last-child .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact_form .group-100 {
  margin-top: 10px;
}
.contact_form dt,
.contact_form dd {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.contact_form dt {
  width: 30%;
  background: #fafafa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    width: 100%;
  }
}
.contact_form dt .hissu,
.contact_form dt .nini {
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  background-color: #f56231;
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  line-height: 1;
}
.contact_form dt .nini {
  background-color: #ccc;
}
.contact_form dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form dd .input_wrap.name {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact_form dd .input_wrap.f_start {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
}
.contact_form dd.pay .receipt {
  margin: 10px 0 5px;
  display: block;
}
.contact_form dd.pay .text {
  font-size: 1.6rem;
}
.contact_form dd.pay .radio-note {
  font-size: 1.4rem;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 5px;
}
.contact_form .group {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 820px) {
  .contact_form .group {
    flex-wrap: wrap;
  }
}
.contact_form select {
  padding: 5px 10px;
}
.contact_form textarea {
  height: 100px;
}

.radio-person .wpcf7-list-item.first {
  margin-left: 0;
}

.pp_box {
  width: 80%;
  height: 240px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto 40px;
}
@media screen and (max-width: 767px) {
  .pp_box {
    width: 100%;
  }
}

.accept {
  padding: 20px;
  background: #fafafa;
  text-align: center;
  margin-bottom: 40px;
}

.wpcf7-submit,
.wpcf7-previous {
  margin: 0 auto;
  display: block;
  border: 1px solid #fc6d00;
  border-radius: 6px;
  font-size: 3rem;
  background: #fc6d00;
  color: #fff;
  padding: 10px 60px 20px;
  transition: all 0.3s;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  box-shadow: 0px 5px 0px 0px #ad5f10;
}
.wpcf7-submit:hover,
.wpcf7-previous:hover {
  background-color: #fff;
  color: #fc6d00;
}
.wpcf7-submit::after,
.wpcf7-previous::after {
  content: "\f0a9";
  font-weight: bold;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit::after,
  .wpcf7-previous::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-submit,
  .wpcf7-previous {
    padding: 10px 20px 20px;
    width: 100%;
    font-size: 2.6rem;
  }
}

.wpcf7-submit span {
  font-size: 1.4rem;
}

.wpcf7-previous {
  background: #fff;
  color: #34cb2c;
  border: 1px solid #34cb2c;
  transition: all 0.3s;
}
.wpcf7-previous:hover {
  background: #34cb2c;
  color: #fff;
}

/*----------------------------------------------------
	POINT
----------------------------------------------------*/
.point_list {
  display: flex;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 820px) {
  .point_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .point_list {
    margin-bottom: 20px;
    gap: 10px;
    justify-content: space-between;
  }
}
.point_list--end {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .point_list--end {
    margin-bottom: 30px;
  }
}
.point_list--end .point_item .text::after {
  content: "\f0aa";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
}

.point_item {
  width: 20%;
  border: solid #333 3px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .point_item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .point_item {
    width: calc(50% - 5px);
  }
}
.point_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.point_item img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .point_item img {
    width: 60px;
  }
}
.point_item .text {
  background: #333;
  color: #fff;
  width: 100%;
  padding: 3px 10px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .point_item .text {
    font-size: 1.5rem;
    padding-right: 15px;
  }
}
.point_item .text::after {
  content: "\f0ab";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.point_wap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .point_wap {
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .point_wap {
    gap: 30px;
  }
}

.point_title {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.point_title span {
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 55px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .point_title span {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .point_title span {
    margin-bottom: 15px;
  }
}
.point_title span::before, .point_title span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.point_title span::before {
  left: 0;
}
.point_title span::after {
  right: 0;
}

.point_objective {
  background-image: url(../img/point/objective_img2.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .point_objective {
    background-image: none;
  }
}
.point_objective .objective_title {
  text-align: left;
  background: #B52B2B;
  color: #fff;
  padding: 5px 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: -10px;
}
.point_objective .objective_title::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #881b1b;
  border-left: 10px solid transparent;
}
.point_objective .objective_list {
  width: 70%;
  padding: 15px 30px 30px;
}
@media screen and (max-width: 820px) {
  .point_objective .objective_list {
    padding: 15px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .point_objective .objective_list {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.point_objective .objective_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .point_objective .objective_item {
    gap: 5px;
    flex-direction: column;
  }
}
.point_objective .objective_item img {
  width: 100px;
}
.point_objective .objective_item .text_wrap {
  width: calc(100% - 100px);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 767px) {
  .point_objective .objective_item .text_wrap {
    width: 100%;
  }
}
.point_objective .objective_item .title {
  font-weight: bold;
  border-bottom: 1px dashed #666;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point_objective .objective_item .title {
    text-align: center;
  }
}
.point_objective .objective_item p {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .point_type .type_list {
    flex-direction: column;
  }
}
.point_type .type_item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .point_type .type_item {
    width: 100%;
  }
}
.point_type .type_item .title {
  padding: 5px 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: -10px;
  background: #B52B2B;
  color: #fff;
  font-weight: bold;
}
.point_type .type_item .title::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #881b1b;
  border-left: 10px solid transparent;
}
.point_type .type_item .title--chukai {
  background: #2e6399;
}
.point_type .type_item .title--chukai::after {
  border-top: 10px solid #214a74;
}
.point_type .type_item .type_wrap {
  padding: 15px 30px 30px;
}
@media screen and (max-width: 820px) {
  .point_type .type_item .type_wrap {
    padding: 15px 20px 20px;
  }
}
.point_type .type_item .text {
  margin-bottom: 20px;
}

.point_comparison {
  /*
  .comparison_item {
    @include s.width2;
    background: #fff;
    box-shadow: 0 3px 10px #b6b4aa;
    border-radius: 6px;
    overflow: hidden;
  }
  .comparison_title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px 40px;
    background: s.$main_color;
    color: #fff;
    &--chukai {
      background: s.$sub_color;
    }
  }
  .comparison_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    .title {
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
      padding: 5px 0 5px 45px;
      position: relative;
      font-weight: bold;
      margin-bottom: 10px;
      &::before {
        content: "";
        left: 0;
        top: 0;
        position: absolute;
        width: 40px;
        height: 100%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      &--merit::before {
        @include s.icon("\f4be");
        background: #ff7fbf;
      }
      &--demerit::before {
        @include s.icon("\f4c1");
        background: #7fbfff;
      }
    }
    ul li {
      padding-left: 0.5em;
      text-indent: -0.5em;
    }
  }
    */
}
.point_comparison .comparison_table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point_comparison .comparison_table tr {
    background-color: unset;
  }
}
.point_comparison .comparison_table th, .point_comparison .comparison_table td {
  padding: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .point_comparison .comparison_table th, .point_comparison .comparison_table td {
    display: block;
    width: 100%;
    border: 0;
  }
}
.point_comparison .comparison_table th {
  color: #fff;
}
.point_comparison .comparison_table td {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .point_comparison .comparison_table thead {
    display: none;
  }
}
.point_comparison .comparison_table thead th {
  border-radius: 6px 6px 0 0;
}
.point_comparison .comparison_table thead th.merit {
  background: #333;
}
.point_comparison .comparison_table thead th.demerit {
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .point_comparison .comparison_table tbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .point_comparison .comparison_table tbody .kaitori_merit::before, .point_comparison .comparison_table tbody .chukai_merit::before {
    background: #333;
    color: #fff;
  }
}
.point_comparison .comparison_table tbody th {
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 767px) {
  .point_comparison .comparison_table tbody th {
    background: #14116e;
    color: #fff;
    text-align: center;
    border-radius: 6px 6px 0 0;
  }
}
.point_comparison .comparison_table tbody th.kaitori {
  background: #B52B2B;
}
.point_comparison .comparison_table tbody th.chukai {
  background: #2e6399;
}
@media screen and (max-width: 767px) {
  .point_comparison .comparison_table tbody td {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .point_comparison .comparison_table tbody td::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    background: #fff;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.point_comparison .comparison_table .kaitori_merit {
  background: #f7ecec;
}
.point_comparison .comparison_table .chukai_merit {
  background: #ebf0f5;
}
.point_comparison .comparison_table .kaitori_demerit, .point_comparison .comparison_table .chukai_demerit {
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .point_comparison .comparison_table .kaitori_demerit, .point_comparison .comparison_table .chukai_demerit {
    border-radius: 0 0 6px 6px;
  }
}
.point_comparison .comparison_table ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.point_comparison .comparison_table ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.point_feature {
  padding: 30px 30px 0;
}
@media screen and (max-width: 820px) {
  .point_feature {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .point_feature {
    padding: 15px;
  }
}
.point_feature .title {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px dashed #666;
  color: #B52B2B;
}
.point_feature .feature_wrap {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point_feature .feature_wrap {
    flex-direction: column;
  }
}
.point_feature .feature_wrap img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .point_feature .feature_wrap img {
    max-width: 150px;
    width: 100%;
  }
}
.point_feature .feature_item {
  font-size: 1.8rem;
  padding-left: 1em;
  text-indent: -1em;
}
.point_feature .feature_item::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  color: #B52B2B;
  margin-right: 5px;
}

.knowledge_title {
  border-left: 5px solid #B52B2B;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.point_flow {
  background: url(../img/point/flow_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .point_flow {
    padding-bottom: 30px;
  }
}

.day_flow .day_flow_title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.day_flow .day_flow_list {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .day_flow .day_flow_list {
    flex-direction: column;
  }
}
.day_flow .day_flow_item {
  width: 20%;
  box-shadow: 0 3px 10px #b6b4aa;
  padding: 10px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .day_flow .day_flow_item {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
  }
  .day_flow .day_flow_item .text_wrap {
    width: calc(80% - 100px);
  }
}
@media screen and (max-width: 820px) and (max-width: 767px) {
  .day_flow .day_flow_item .text_wrap {
    width: calc(100% - 80px);
  }
}
.day_flow .day_flow_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  border-width: 30px 0px 30px 20px;
}
@media screen and (max-width: 820px) {
  .day_flow .day_flow_item::after {
    top: auto;
    bottom: -20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-color: #ccc transparent transparent transparent;
    border-width: 20px 30px 0px 30px;
  }
}
.day_flow .day_flow_item:last-child::after {
  display: none;
}
.day_flow .day_flow_item img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .day_flow .day_flow_item img {
    width: 80px;
  }
}
.day_flow .day_flow_item .title {
  font-weight: bold;
  color: #B52B2B;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .day_flow .day_flow_item .title {
    text-align: left;
    margin-bottom: 5px;
  }
}
.day_flow .day_flow_item .text {
  line-height: 1.4;
}

.delivery .delivery_title span {
  background: #f56231;
  color: #fff;
  padding: 5px 40px;
  border-radius: 6px 6px 0 0;
}
.delivery .delivery_list {
  padding: 10px;
  background: #f562311A;
  border-radius: 0 6px 6px 6px;
}

body.point .style_faq {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.point .style_faq {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------
	reason
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column_reason .reason_flow .point_title span {
    margin-bottom: 25px;
  }
}
.column_reason .inner {
  position: relative;
  z-index: 2;
}
.column_reason .reason_nav_list {
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .column_reason .reason_nav_list {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_reason .reason_nav_list {
    gap: 10px;
  }
}
.column_reason .reason_nav_item {
  width: calc(33.3333333333% - 14px);
  border: solid 1px #333;
  border-radius: 6px;
}
@media screen and (max-width: 820px) {
  .column_reason .reason_nav_item {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .column_reason .reason_nav_item {
    width: 100%;
  }
}
.column_reason .reason_nav_item a {
  display: block;
  height: 100%;
  position: relative;
  padding: 25px 10px 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.8rem;
}
@media screen and (max-width: 820px) {
  .column_reason .reason_nav_item a {
    font-size: 1.6rem;
    padding-top: 30px;
  }
}
.column_reason .reason_nav_item a .label {
  white-space: nowrap;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background: #B52B2B;
  border: solid 1px #B52B2B;
  color: #fff;
  padding-left: 10px;
  line-height: 1;
  font-size: 1.4rem;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .column_reason .reason_nav_item a .label {
    top: 0;
    left: 0;
    transform: none;
    border-top: none;
    border-radius: 0 0 6px 0;
  }
}
.column_reason .reason_nav_item a .label .num {
  background: #fff;
  color: #B52B2B;
  padding: 5px 8px;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  margin-left: 10px;
}
.column_reason .reason_nav_item a::after {
  content: "\f0ab";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 5px 5px 2px 8px;
  border-radius: 6px 0 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .column_reason .reason_nav_item a::after {
    font-size: 1.4rem;
  }
}
.column_reason .reason_nav_item a .marker {
  background: none;
  font-weight: bold;
  font-size: 115%;
  color: #B52B2B;
}
.column_reason .reason_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_list {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.column_reason .reason_item:nth-child(odd) {
  background: #fef1ee;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_item:nth-child(odd) {
    padding: 30px 0;
  }
}
.column_reason .reason_item:nth-child(odd)::before, .column_reason .reason_item:nth-child(odd)::after {
  content: "";
  position: absolute;
  background: url(../img/reason/sec_bg.png) no-repeat;
  background-size: cover;
  width: 600px;
  height: 471px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_item:nth-child(odd)::before, .column_reason .reason_item:nth-child(odd)::after {
    width: 250px;
    height: 197px;
  }
}
.column_reason .reason_item:nth-child(odd)::before {
  top: 0;
  right: 0;
}
.column_reason .reason_item:nth-child(odd)::after {
  transform: scale(-1, -1);
  bottom: 0;
  left: 0;
}
.column_reason .reason_title {
  font-size: 3.5rem;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .column_reason .reason_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .column_reason .reason_title {
    font-size: 2.6rem;
  }
}
.column_reason .reason_title .label {
  display: inline-block;
  font-size: 2rem;
  background: #B52B2B;
  color: #fff;
  line-height: 1;
  padding-left: 10px;
  border: solid 1px #B52B2B;
  overflow: hidden;
}
.column_reason .reason_title .label .num {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  background: #fff;
  color: #B52B2B;
  padding: 5px 10px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
}
.column_reason .reason_contents {
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_contents {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.column_reason .reason_contents .text_wrap {
  width: 60%;
}
@media screen and (max-width: 820px) {
  .column_reason .reason_contents .text_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .column_reason .reason_contents .text_wrap {
    width: 100%;
  }
}
.column_reason .reason_contents img {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .column_reason .reason_contents img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .column_reason .reason_contents img {
    width: 100%;
  }
}
.column_reason .reason_contents:nth-child(2) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_contents:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.column_reason #reason1 {
  padding-bottom: 0;
}
.column_reason #reason4 .text, .column_reason #reason5 .text {
  margin-bottom: 20px;
}
.column_reason .reason_flow__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_flow__list {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
.column_reason .reason_flow__item {
  width: calc(25% - 15px);
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  border: solid 1px #ccc;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_flow__item {
    width: calc(50% - 10px);
  }
}
.column_reason .reason_flow__item .label {
  white-space: nowrap;
  background: #fff;
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  padding: 5px 20px;
  border: solid 3px #B52B2B;
  color: #B52B2B;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_flow__item .label {
    font-size: 1.4rem;
  }
}
.column_reason .reason_flow__item img {
  max-width: 150px;
  margin-top: 15px;
}
.column_reason .reason_flow__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  border-width: 30px 0px 30px 20px;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_flow__item::after {
    right: -15px;
    border-width: 20px 0px 20px 15px;
  }
}
.column_reason .reason_flow__item:last-child::after {
  display: none;
}
.column_reason .reason_flow__item .text {
  background: #B52B2B;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 0 0 5px 5px;
}
.column_reason .reason_support {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_support {
    width: 700px;
  }
}
.column_reason .reason_support th, .column_reason .reason_support td {
  padding: 5px 10px;
  list-style: 1.2;
}
.column_reason .reason_support thead th {
  background: #333;
  color: #fff;
  font-weight: bold;
}
.column_reason .reason_support tbody th {
  text-align: center;
}
.column_reason .reason_support tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.column_reason .reason_photo {
  border-radius: 6px;
}
.column_reason .reason_reform {
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_reform {
    flex-direction: column;
    gap: 20px;
  }
}
.column_reason .reason_reform .reform_phpto {
  width: calc(50% - 15px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_reform .reform_phpto {
    width: 100%;
  }
}
.column_reason .reason_reform .reform_text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  border: solid 1px #B52B2B;
  max-width: 100px;
  width: 100%;
  text-align: center;
  border-radius: 5px 0 5px 0;
}
.column_reason .reason_reform .reform_text--before {
  background: #fff;
  color: #B52B2B;
}
.column_reason .reason_reform .reform_text--after {
  background: #B52B2B;
  color: #fff;
}
.column_reason .reason_reform::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  border-width: 30px 0px 30px 20px;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_reform::after {
    border-width: 20px 30px 0 30px;
    border-color: #CCCCCC transparent transparent transparent;
  }
}
.column_reason .reason_reform img {
  border-radius: 6px;
}
.column_reason .reason_message .message_wrap {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_message .message_wrap {
    flex-direction: column;
  }
}
.column_reason .reason_message .message_wrap img {
  max-width: 200px;
  border-radius: 100px;
  border: solid 1px #ccc;
}
.column_reason .reason_message .message_wrap .text_wrap {
  width: calc(100% - 200px);
  padding: 40px 20px 20px;
  border: solid 1px #ccc;
  border-radius: 6px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_message .message_wrap .text_wrap {
    width: 100%;
    padding: 50px 15px 15px;
  }
}
.column_reason .reason_message .message_wrap .text_wrap::before, .column_reason .reason_message .message_wrap .text_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.column_reason .reason_message .message_wrap .text_wrap::before {
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #CCCCCC transparent transparent;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_message .message_wrap .text_wrap::before {
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #CCCCCC transparent;
  }
}
.column_reason .reason_message .message_wrap .text_wrap::after {
  left: -13px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_message .message_wrap .text_wrap::after {
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #B52B2B transparent;
  }
}
.column_reason .reason_message .message_wrap .title {
  background: #B52B2B;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px 0 5px 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_message .message_wrap .title {
    display: block;
    border-radius: 5px 5px 0 0;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
.column_reason .reason_message .message_wrap .position {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}
.column_reason .reason_message .message_wrap .name {
  font-size: 2rem;
  font-weight: bold;
}

/*----------------------------------------------------
	privacy
----------------------------------------------------*/
.column_privacy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .column_privacy {
    gap: 20px;
  }
}
.column_privacy h2 {
  font-size: 1.8rem;
  border-left: 5px solid #B52B2B;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.column_privacy ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

/*----------------------------------------------------
	company
----------------------------------------------------*/
.column_company .company_data {
  border: solid 1px #eee;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_company .company_data {
    margin-bottom: 20px;
  }
}
.column_company .company_data_list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.column_company .company_data_item {
  border-top: solid 1px #eee;
  display: flex;
}
@media screen and (max-width: 767px) {
  .column_company .company_data_item {
    flex-direction: column;
  }
}
.column_company .company_data_item dt, .column_company .company_data_item dd {
  padding: 10px;
}
.column_company .company_data_item dt {
  width: 150px;
  background: #f7f7f7;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_company .company_data_item dt {
    width: 100%;
    padding: 5px 10px;
  }
}
.column_company .company_data_item dd {
  width: calc(100% - 150px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_company .company_data_item dd {
    width: 100%;
  }
  .column_company .company_data_item dd a {
    text-decoration: underline;
  }
}
.column_company .company_data_main {
  gap: 0;
}
@media screen and (max-width: 820px) {
  .column_company .company_data_main {
    flex-direction: column;
  }
}
.column_company .company_data_main .company_data_list {
  width: calc(50% - 0px);
}
@media screen and (max-width: 820px) {
  .column_company .company_data_main .company_data_list {
    width: 100%;
  }
}
.column_company .company_data_main .company_data_item:first-child {
  border-top: none;
}
.column_company .company_map iframe {
  width: 100%;
}

/*----------------------------------------------------
	sozoku
----------------------------------------------------*/
.column_sozoku .sozoku_worries {
  background: url(../img/point/flow_bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.column_sozoku .sozoku_worries .read {
  background: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .column_sozoku .sozoku_worries .read {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_worries .read {
    font-size: 1.8rem;
  }
}
.column_sozoku .sozoku_worries .color {
  color: #B52B2B;
  font-weight: bold;
}
.column_sozoku .worries_wrap {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  border: solid 3px #333;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .column_sozoku .worries_wrap {
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .column_sozoku .worries_wrap {
    flex-direction: column;
    padding: 15px;
  }
}
.column_sozoku .worries_wrap::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 30px 50px 0px 50px;
}
.column_sozoku .worries_wrap img {
  max-width: 200px;
}
.column_sozoku .worries_wrap .worries_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: auto;
}
.column_sozoku .worries_wrap .worries_item {
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
  .column_sozoku .worries_wrap .worries_item {
    font-size: 1.6rem;
  }
}
.column_sozoku .worries_wrap .worries_item::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  color: #34cb2c;
  margin-right: 0.5rem;
}
.column_sozoku .sozoku_flow .flow_item .catch {
  margin-bottom: 0;
}
.column_sozoku .sozoku_flow .flow_item ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 6px;
}
.column_sozoku .sozoku_support {
  background: #fef1ee;
}
.column_sozoku .sozoku_support .support_list {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_sozoku .sozoku_support .support_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_support .support_list {
    margin-bottom: 20px;
  }
}
.column_sozoku .sozoku_support .support_item {
  background: #fff;
  padding: 10px;
  border: none;
  width: calc(25% - 15px);
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_sozoku .sozoku_support .support_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_support .support_item {
    width: calc(50% - 8px);
  }
}
.column_sozoku .sozoku_support .support_item::before, .column_sozoku .sozoku_support .support_item::after {
  background: #B52B2B;
}
.column_sozoku .sozoku_support .support_item .text {
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_support .support_item .text {
    font-size: 1.4rem;
  }
}
.column_sozoku .sozoku_support .support_item img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_support .support_item img {
    max-width: 100%;
  }
}
.column_sozoku .sozoku_support .read {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.column_sozoku .sozoku_case .case_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.column_sozoku .sozoku_case .case_item {
  border-radius: 6px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_case .case_item {
    flex-direction: column;
  }
}
.column_sozoku .sozoku_case .case_item .photo {
  width: 40%;
  object-fit: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_case .case_item .photo {
    width: 100%;
  }
}
.column_sozoku .sozoku_case .case_item img.case_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column_sozoku .sozoku_case .case_item img.person {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 120px;
  background: #fff;
  border-radius: 60px 0 0 0;
}
.column_sozoku .sozoku_case .case_item .text_wrap {
  padding: 30px;
  width: 60%;
}
@media screen and (max-width: 820px) {
  .column_sozoku .sozoku_case .case_item .text_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_case .case_item .text_wrap {
    width: 100%;
    padding: 15px;
  }
}
.column_sozoku .sozoku_case .case_item .title {
  margin-bottom: 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
}
.column_sozoku .sozoku_case .case_item .title .label {
  background: #B52B2B;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.column_sozoku .sozoku_case .case_item .text {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.column_sozoku .sozoku_case .case_item .text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  border-width: 20px 50px 0px 50px;
}
.column_sozoku .sozoku_case .case_item .read {
  background: #34cb2c;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .column_sozoku .sozoku_case .case_item .read {
    font-size: 2.2rem;
  }
}

body.sozoku .column_info {
  margin-bottom: 0;
}

/*----------------------------------------------------
	akiya
----------------------------------------------------*/
.column_akiya .problem_title {
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_title {
    flex-direction: column;
  }
}
.column_akiya .problem_title img {
  max-width: 300px;
}
.column_akiya .problem_title .title {
  font-weight: 900;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  border: solid 3px #333;
  background: #fff;
  color: #B52B2B;
  width: calc(100% - 300px);
  font-size: 3.5rem;
  line-height: 1.2;
  padding: 10px 30px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_akiya .problem_title .title {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_title .title {
    width: 100%;
    font-size: 2.8rem;
    text-align: center;
  }
}
.column_akiya .problem_title .title::before, .column_akiya .problem_title .title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.column_akiya .problem_title .title::before {
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #333;
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_title .title::before {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -15px;
    border-width: 15px 10px 0 10px;
    border-color: #333 transparent transparent transparent;
  }
}
.column_akiya .problem_title .title::after {
  right: -10px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_title .title::after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -11px;
    border-width: 15px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }
}
.column_akiya .problem_title .title small {
  color: #333;
}
.column_akiya .splide--problem {
  margin-bottom: 40px;
}
.column_akiya .splide--problem .comment {
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #B52B2B;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px;
  position: relative;
}
.column_akiya .splide--problem .comment::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #B52B2B transparent;
}
.column_akiya .splide--problem .splide__track {
  margin-bottom: 20px;
}
.column_akiya .splide--problem .splide__pagination {
  position: unset;
}
.column_akiya .splide--problem .splide__pagination__page.is-active {
  background: #B52B2B;
}
.column_akiya .splide--problem .splide__arrow {
  border-radius: 0;
  background: #fff;
  opacity: 0.9;
}
.column_akiya .splide--problem .splide__arrow--prev {
  left: 0;
}
.column_akiya .splide--problem .splide__arrow--next {
  right: 0;
}
.column_akiya .splide--problem .photo {
  position: relative;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
  border: solid 1px #f7f7f7;
}
.column_akiya .splide--problem .photo .problem_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column_akiya .splide--problem .photo .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 10px 0 0 10px;
  max-width: 100px;
  border-radius: 60px 0 0 0;
}
.column_akiya .problem_img_list {
  gap: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.column_akiya .problem_img_item {
  width: calc(33.3333333333% - 0px);
}
.column_akiya .problem_list {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.column_akiya .problem_item {
  justify-content: center;
  align-items: center;
}
.column_akiya .problem_item .photo {
  max-width: 100px;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #eee;
}
.column_akiya .problem_item .comment {
  font-size: 1.8rem;
  background: #fef1ee;
  line-height: 1.2;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}
.column_akiya .problem_item .comment::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fef1ee transparent transparent;
}
.column_akiya .problem_item:nth-child(even) {
  flex-direction: row-reverse;
}
.column_akiya .problem_item:nth-child(even) .comment::after {
  left: auto;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fef1ee;
}
.column_akiya .problem_wrap {
  text-align: center;
}
.column_akiya .problem_wrap .title {
  border-bottom: 1px dashed #666;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 60px 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_wrap .title {
    padding: 0 0 10px;
    display: block;
    font-size: 1.8rem;
  }
}
.column_akiya .problem_wrap .monolog_list {
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_wrap .monolog_list {
    flex-direction: column;
  }
}
.column_akiya .problem_wrap .monolog_list .monolog {
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: bold;
  background: #34cb2c;
  color: #fff;
}
.column_akiya .problem_wrap .read {
  font-weight: 900;
  color: #B52B2B;
  font-size: 3rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_wrap .read {
    font-size: 2rem;
    white-space: nowrap;
    z-index: 1;
    gap: 0;
  }
}
.column_akiya .problem_wrap .read::before, .column_akiya .problem_wrap .read::after {
  content: "";
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  z-index: 2;
}
.column_akiya .problem_wrap .read::before {
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_wrap .read::before {
    transform: rotate(80deg);
  }
}
.column_akiya .problem_wrap .read::after {
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .column_akiya .problem_wrap .read::after {
    transform: rotate(-80deg);
  }
}
.column_akiya .akiya_risk {
  background: #fef1ee;
  padding-top: 0;
}
.column_akiya .akiya_risk .sec_title {
  background: #B52B2B;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .sec_title {
    padding: 15px 10px;
  }
}
.column_akiya .akiya_risk .sec_title::after {
  display: none;
}
.column_akiya .akiya_risk .sec_title strong {
  color: #fff000;
}
.column_akiya .akiya_risk .risk_wrap {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_wrap {
    margin-bottom: 20px;
  }
}
.column_akiya .akiya_risk .akiya_img {
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .akiya_img {
    margin-bottom: 20px;
  }
}
.column_akiya .akiya_risk .risk_lists {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_lists {
    position: unset;
    transform: none;
  }
}
.column_akiya .akiya_risk .risk_list {
  gap: 300px;
}
@media screen and (max-width: 820px) {
  .column_akiya .akiya_risk .risk_list {
    gap: 200px;
  }
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_list {
    gap: 15px;
    flex-direction: column;
  }
}
.column_akiya .akiya_risk .risk_list:nth-child(1) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_list:nth-child(1) {
    margin-bottom: 15px;
  }
}
.column_akiya .akiya_risk .risk_item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_item {
    border: solid 1px #f7f7f7;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
  }
}
.column_akiya .akiya_risk .risk_item .title {
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
  -webkit-text-stroke: 5px #fef1ee;
  text-stroke: 5px #fef1ee;
  text-align: center;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_item .title {
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
    font-size: 2.2rem;
  }
}
.column_akiya .akiya_risk .risk_item .title::before, .column_akiya .akiya_risk .risk_item .title::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_item .title::before, .column_akiya .akiya_risk .risk_item .title::after {
    display: none;
  }
}
.column_akiya .akiya_risk .risk_item .title::before {
  right: -24px;
  bottom: -13px;
  width: 30px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
}
.column_akiya .akiya_risk .risk_item .title::after {
  right: -23px;
  bottom: -28px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid #ffffff; /* 背景色と同じ色を指定 */
  border-radius: 50%;
  background-color: #333333;
}
.column_akiya .akiya_risk .risk_item .text {
  gap: 5px;
  align-items: center;
  width: 90%;
  padding: 10px;
  border-color: #B52B2B;
}
.column_akiya .akiya_risk .risk_item .text::before, .column_akiya .akiya_risk .risk_item .text::after {
  background: #B52B2B;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_item .text {
    width: 100%;
    border: none;
    padding: 0;
  }
  .column_akiya .akiya_risk .risk_item .text::before, .column_akiya .akiya_risk .risk_item .text::after {
    display: none;
  }
}
.column_akiya .akiya_risk .risk_item .text img {
  max-width: 100px;
  display: block;
}
.column_akiya .akiya_risk .risk_item .text p {
  width: calc(100% - 100px);
}
.column_akiya .akiya_risk .risk_item:nth-child(2) .title::before {
  transform: rotate(-50deg);
  right: auto;
  left: -24px;
}
.column_akiya .akiya_risk .risk_item:nth-child(2) .title::after {
  right: auto;
  left: -23px;
}
.column_akiya .akiya_risk .risk_item:nth-child(2) .text {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .risk_item:nth-child(2) .text {
    margin-left: 0;
  }
}
.column_akiya .akiya_risk .read_wrap {
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  position: relative;
  padding-top: 17px;
}
.column_akiya .akiya_risk .read_wrap .point {
  white-space: nowrap;
  background: #34cb2c;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 5px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
.column_akiya .akiya_risk .read_wrap .read {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_risk .read_wrap .read {
    padding: 20px 15px 15px;
  }
}
.column_akiya .akiya_risk .read_wrap .read .marker {
  color: #B52B2B;
}
.column_akiya .akiya_reason .fusen_item {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_reason .fusen_item {
    gap: 0;
  }
  .column_akiya .akiya_reason .fusen_item img {
    padding: 10px 10px 0;
  }
}
.column_akiya .akiya_reason .fusen_item .label {
  left: auto;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_reason .fusen_item .label {
    left: 0;
    right: auto;
    width: auto;
    height: auto;
    border-radius: 0 0 6px 0;
    padding: 10px;
  }
}
.column_akiya .akiya_reason .fusen_item .label .num {
  font-size: 4rem;
}
.column_akiya .akiya_reason .fusen_item .text_wrap {
  left: 0;
}
.column_akiya .akiya_reason .fusen_item:nth-child(even) .label {
  left: 0;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_reason .fusen_item:nth-child(even) .label {
    right: 0;
    left: auto;
  }
}
.column_akiya .akiya_reason .fusen_item:nth-child(even) .text_wrap {
  right: 0;
}
.column_akiya .akiya_reason .fusen_item:nth-child(even) .text_wrap .title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_reason .fusen_item:nth-child(even) .text_wrap .title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .column_akiya .akiya_reason .fusen_item:nth-child(even) .label {
    border-radius: 0 0 0 6px;
  }
}

/*----------------------------------------------------
	faq
----------------------------------------------------*/
.faq_menu {
  position: sticky;
  top: 50px;
  background: #f7f7f7;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .faq_menu {
    position: static;
  }
}
.faq_menu .faq_nav_list {
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .faq_menu .faq_nav_item {
    width: calc(33.3333333333% - 7px);
  }
}
.faq_menu .faq_nav_item a {
  display: block;
  border: solid 3px #B52B2B;
  color: #B52B2B;
  font-weight: bold;
  border-radius: 6px;
  padding: 5px 10px;
  line-height: 1.2;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .faq_menu .faq_nav_item a {
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}