@charset "UTF-8";
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSans-Black.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
/*================================
* フォントサイズ
=================================*/
/*ベース最大値*/
/*PCのfont-size掛け率*/
/*-------------------------------------
* COMMON
*--------------------------------------*/
.pt00 {
  padding-top: 0 !important;
}

.m-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 820px) {
  .m-inner {
    padding: 80px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner {
    padding: 40px 4%;
  }
}
.m-inner_m {
  max-width: 870px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 820px) {
  .m-inner_m {
    padding: 80px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner_m {
    padding: 40px 4%;
  }
}
.m-inner_l {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 820px) {
  .m-inner_l {
    padding: 80px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner_l {
    padding: 40px 4%;
  }
}

.m-acc dt.open::after {
  transform: rotate(180deg);
}
.m-acc dd {
  display: none;
}

.m-ttl {
  text-align: center;
}
.m-ttl_1 {
  font-size: 50px;
  font-size: clamp(30px, 3.676vw, 50px);
  font-weight: 700;
  color: #E33D0B;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .m-ttl_1 {
    margin-bottom: 20px;
  }
}
.m-ttl_2 {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background: rgb(252, 150, 19);
  background: linear-gradient(90deg, rgb(252, 150, 19) 0%, rgb(230, 80, 10) 100%);
  border-radius: 50px;
  padding: 10px;
  margin: 20px auto 30px;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
}
@media (max-width: 599px) {
  .m-ttl_2 {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .m-ttl_2 {
    margin: 20px auto 15px;
  }
}

.m-more-btn {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  color: #E33D0B;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 2px solid #E33D0B;
  border-radius: 50px;
  max-width: 626px;
  padding: 10px;
  margin: 40px auto 0;
  cursor: pointer;
  transition: 0.5s;
}
.m-more-btn:hover {
  opacity: 0.8;
}
.m-more-btn.open {
  display: none;
}
.m-more-btn span {
  position: relative;
}
.m-more-btn span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #E33D0B;
  border-bottom: 2px solid #E33D0B;
  transform: rotate(45deg);
  line-height: 1;
  position: absolute;
  right: -2rem;
  top: 40%;
}
@media (max-width: 599px) {
  .m-more-btn span::after {
    width: 13px;
    height: 10px;
  }
}

.m-box {
  background: rgb(252, 150, 19);
  background: linear-gradient(90deg, rgb(252, 150, 19) 0%, rgb(230, 80, 10) 100%);
  border-radius: 60px 0 60px 0;
  padding: 60px 40px;
}
@media (max-width: 599px) {
  .m-box {
    border-radius: 30px 0 30px 0;
    padding: 30px 20px;
    margin: 0 -4%;
  }
}

.m-box_w {
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
}
@media (max-width: 599px) {
  .m-box_w {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .m-box_w {
    border-radius: 10px;
    padding: 30px 20px;
  }
}

.t-wrap {
  padding: 0 5%;
}

.m-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
}
.m-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------
* slider
-------------------------------------*/
.slick-dots li button:before {
  color: #DC5513;
  font-family: "Noto Sans";
  font-size: 24px;
  line-height: 20px;
}

.slick-dots li {
  margin: 0 3px;
}

.slider-1 {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 599px) {
  .slider-1 {
    margin-right: -4%;
    margin-bottom: 20px;
  }
}
.slider-1_item {
  padding: 20px;
}
@media (max-width: 599px) {
  .slider-1_item {
    padding: 10px 0 10px 18px;
  }
}
.slider-1_item img {
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
  border-radius: 20px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .slider-1_item img {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .slider-1_item img {
    border-radius: 10px;
    margin-left: -60px;
  }
}
.slider-2 {
  max-width: 750px;
  margin: 0 auto;
}
.slider-2_item {
  padding: 20px;
}
.slider-2_item img {
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
  border-radius: 20px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .slider-2_item img {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .slider-2_item img {
    border-radius: 10px;
  }
}
.slider--btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.slider--btn_prev {
  left: 0;
}
.slider--btn_next {
  right: 0;
}

/*-----------------------------------
* contents
-------------------------------------*/
.price-ttl {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .price-ttl {
    margin: 0 -4%;
    margin-bottom: 20px;
  }
}
.price-text {
  text-align: right;
  max-width: 750px;
  margin: 0 auto 20px;
}
.price-graph {
  align-items: flex-end;
  gap: 30px;
  border-bottom: 1px solid #2A2A2A;
  margin: 0 auto calc(10% + 20px);
  max-width: 750px;
  height: 320px;
}
@media (max-width: 599px) {
  .price-graph {
    gap: 15px;
    height: 160px;
  }
}
.price-graph > div {
  width: 28%;
  position: relative;
}
@media (max-width: 599px) {
  .price-graph > div {
    width: 30%;
  }
}
.price-graph > div::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.price-graph > div > p {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 100%;
}
.price-graph > div > time {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  text-align: center;
  position: absolute;
  bottom: -40px;
  width: 100%;
}
@media (max-width: 599px) {
  .price-graph > div > time {
    bottom: -30px;
  }
}
.price-graph.anime .price-graph--s {
  height: 170px;
}
.price-graph.anime .price-graph--s::after {
  background: #FFCCA7;
  animation-name: bganime-s;
}
@keyframes bganime-s {
  0% {
    height: 0;
  }
  50% {
    height: 85px;
  }
  100% {
    height: 170px;
  }
}
@media (max-width: 599px) {
  .price-graph.anime .price-graph--s {
    height: 85px;
  }
  @keyframes bganime-s {
    0% {
      height: 0;
    }
    50% {
      height: 43px;
    }
    100% {
      height: 85px;
    }
  }
}
.price-graph.anime .price-graph--m {
  height: 230px;
}
.price-graph.anime .price-graph--m::after {
  background: #FFCCA7;
  animation-name: bganime-m;
}
@keyframes bganime-m {
  0% {
    height: 0;
  }
  50% {
    height: 115px;
  }
  100% {
    height: 230px;
  }
}
@media (max-width: 599px) {
  .price-graph.anime .price-graph--m {
    height: 115px;
  }
  @keyframes bganime-m {
    0% {
      height: 0;
    }
    50% {
      height: 57px;
    }
    100% {
      height: 115px;
    }
  }
}
.price-graph.anime .price-graph--l {
  height: 320px;
}
.price-graph.anime .price-graph--l::after {
  background: rgb(252, 150, 19);
  background: linear-gradient(180deg, rgb(252, 150, 19) 0%, rgb(230, 80, 10) 100%);
  animation-name: bganime-l;
}
@keyframes bganime-l {
  0% {
    height: 0;
  }
  50% {
    height: 160px;
  }
  100% {
    height: 320px;
  }
}
@media (max-width: 599px) {
  .price-graph.anime .price-graph--l {
    height: 160px;
  }
  @keyframes bganime-l {
    0% {
      height: 0;
    }
    50% {
      height: 80px;
    }
    100% {
      height: 160px;
    }
  }
}
.price-graph.anime .price-graph--l > p {
  color: #FFF387;
}
.price-table {
  border-collapse: separate;
  border-spacing: 8px;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .price-table {
    border-spacing: 4px;
  }
}
.price-table tr th {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  text-align: center;
}
.price-table tr th:nth-of-type(3) {
  color: #E33D0B;
}
.price-table tr td {
  text-align: center;
  background: #fff;
 width: 100px;
  padding: 10px 20px;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .price-table tr td {
    padding: 10px 6px;
  }
}
/*.price-table tr td:nth-of-type(1) {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  width: 25%;
}
.price-table tr td:nth-of-type(2) {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
}
.price-table tr td:nth-of-type(3) {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  color: #E33D0B;
  background: #FFFDEB;
}*/
.price-table--cap {
  font-size: 17px;
  font-size: clamp(10px, 1.25vw, 17px);
}
.price-box {
  background: #fff;
  border: 2px solid #E33D0B;
  border-radius: 10px;
  padding: 0 40px 40px 40px;
  max-width: 750px;
  margin: 45px auto 0;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
}
@media (max-width: 599px) {
  .price-box {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .price-box {
    padding: 0 20px 20px 20px;
    margin: 30px auto 0;
  }
}
.price-box--ttl {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #E33D0B;
  border-radius: 10px 10px 0 0;
  padding: 20px 2%;
  margin: -5px -40px 0 -40px;
}
@media (max-width: 599px) {
  .price-box--ttl {
    margin: -5px -20px 0 -20px;
    padding: 10px;
  }
}
.price-box--text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 599px) {
  .price-box--text {
    padding-top: 20px;
  }
}
.price-box_list {
  flex-wrap: wrap;
  gap: 3%;
}
.price-box_list--item {
  flex-basis: 30%;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .price-box_list--item {
    flex-basis: 47%;
    margin-top: 20px;
  }
}

.case-wrap {
  background: #fff;
  border-radius: 10px;
  max-width: 750px;
  padding: 40px;
  margin: 0 auto 80px;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
}
@media (max-width: 599px) {
  .case-wrap {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .case-wrap {
    padding: 20px;
    margin: 0 auto 40px;
  }
}
.case-list {
  flex-wrap: wrap;
  gap: 2%;
}
.case-list--item {
  flex-basis: 31%;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .case-list--item {
    margin-top: 20px;
  }
}
.case-list--item img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.case-list--name {
  font-size: 17px;
  font-size: clamp(10px, 1.25vw, 17px);
  padding-top: 10px;
}
.case-list--price {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  font-weight: 700;
  color: #E33D0B;
  padding-top: 10px;
}
.case-box {
  text-align: center;
}
.case-box--graph {
  position: relative;
  display: inline-block;
}
.case-box--graph span {
  font-size: 40px;
  font-size: clamp(24px, 2.941vw, 40px);
  font-weight: 700;
  position: absolute;
  width: calc((100% - 20px) / 3);
}
.case-box--text_1 {
  left: 0;
  bottom: 8%;
}
.case-box--text_2 {
  left: calc(33.3333333333% + 5px);
  bottom: 20%;
}
.case-box--text_3 {
  color: #E33D0B;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
  right: 0;
  bottom: 45%;
}

.reason-t_left {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  flex-basis: 70%;
}
.reason-img_right {
  flex-basis: 25%;
}
.reason-text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  text-align: center;
}
.reason-gr2--head {
  text-align: center;
  margin-top: 20px;
}
.reason-gr2--ttl {
  font-size: 50px;
  font-size: clamp(30px, 3.676vw, 50px);
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
@media (max-width: 599px) {
  .reason-gr2--ttl {
    font-size: 26px;
  }
}
.reason-gr2--ttl em {
  color: #E33D0B;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
}
.reason-gr2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  .reason-gr2_list {
    display: block;
  }
}
@media (max-width: 599px) {
  .reason-gr2_list {
    margin-bottom: 25px;
  }
}
.reason-gr2_list--item {
  flex-basis: 48%;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 40px;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
  position: relative;
}
@media (max-width: 599px) {
  .reason-gr2_list--item {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .reason-gr2_list--item {
    border-radius: 10px;
    margin-top: 20px;
  }
}
.reason-gr2_list--item > span {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: rgb(252, 150, 19);
  background: linear-gradient(90deg, rgb(252, 150, 19) 0%, rgb(230, 80, 10) 100%);
  border-radius: 20px 0 20px 0;
  padding: 8px 20px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 599px) {
  .reason-gr2_list--item > span {
    border-radius: 10px 0 10px 0;
    line-height: 1.4;
  }
}
.reason-gr2_list--item > img {
  border-radius: 20px;
}
@media (max-width: 599px) {
  .reason-gr2_list--item > img {
    border-radius: 10px;
  }
}
.reason-gr2_list--ttl {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  text-align: center;
  color: #E33D0B;
  line-height: 1.5;
  padding: 20px 0;
}
.reason-gr2_list--ttl_sub {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: -10px;
  margin-bottom: 10px;
}
.reason-gr2_list--text {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
}
.reason-gr2_list--img {
  margin-top: 20px;
}
.reason-gr3_list {
  flex-wrap: wrap;
  gap: 1%;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .reason-gr3_list {
    padding: 0 4%;
    margin-bottom: 20px;
  }
}
.reason-gr3_list--item {
  flex-basis: 24%;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .reason-gr3_list--item {
    flex-basis: 48%;
  }
}
.reason-gr3_list--item > img {
  display: inline-block;
  border-radius: 50%;
}
.reason-gr3_list--item > p {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  text-align: center;
  line-height: 1.5;
  padding-top: 10px;
}
.reason-gr3--text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  text-align: center;
}
.reason-gr4--text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
}
.reason-gr4--text em {
  font-weight: 700;
  color: #E33D0B;
}

.voice-box .m-ttl_1 {
  color: #fff;
}
.voice-list {
  gap: 1%;
}
@media (max-width: 820px) {
  .voice-list {
    display: block;
  }
}
.voice-list--item {
  flex-basis: 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FFF5E5;
  border-radius: 20px;
  border: 3px solid #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .voice-list--item {
    padding: 20px 10px;
  }
}
.voice-list--head {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  color: #E33D0B;
  text-align: center;
  line-height: 1.2;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.voice-list--img {
  flex-basis: 32%;
  margin-right: 15px;
}
.voice-list--img img {
  border-radius: 50%;
}
.voice-list--text {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  flex-basis: 63%;
}
.voice-review {
  background: #fff;
  border-radius: 20px;
  padding: 30px 5%;
}
.voice-review_ttl {
  text-align: center;
  margin: 10px auto;
}
.voice-review_ttl img {
  margin: 0 auto;
  width: min(80.2564102564vw, 630px);
}
.voice-review_ttl--sub {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8F0FE;
  padding: 5px;
  text-align: center;
  margin: 0 0 10px;
}
@media (max-width: 599px) {
  .voice-review_ttl--sub {
    margin: 0 10px 10px;
  }
}
.voice-review_ttl--sub > img {
  width: clamp(90px, 13.2352941176vw, 180px);
  margin: 0 10px 3px 5px;
}
.voice-review_list--item {
  padding: 20px 10px;
  border-top: 1px solid #888;
}
@media (max-width: 599px) {
  .voice-review_list--item {
    padding: 15px 0;
  }
}
.voice-review_list--item:last-of-type {
  border-bottom: 1px solid #888;
}
.voice-review_list--head {
  display: flex;
  align-items: center;
}
.voice-review_list--name {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
}
@media (max-width: 599px) {
  .voice-review_list--name {
    font-size: 14px;
  }
}
.voice-review_list--comment {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  line-height: 1.8;
}
@media (max-width: 599px) {
  .voice-review_list--comment {
    font-size: 12px;
    line-height: 1.6;
  }
}
.voice-review_list--star {
  display: inline-block;
  vertical-align: baseline;
  margin-left: auto;
}
@media (max-width: 599px) {
  .voice-review_list--star {
    max-width: 70px;
  }
}
.voice-review_list--icon {
  width: min(11.5384615385vw, 90px);
  height: min(11.5384615385vw, 90px);
}

.strength-list {
  flex-wrap: wrap;
  gap: 1%;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
}
@media (max-width: 599px) {
  .strength-list {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 820px) {
  .strength-list {
    display: block;
  }
}
.strength-list--item {
  flex-basis: 49%;
  display: flex;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .strength-list--item {
    border-radius: 10px;
    margin-top: 15px;
  }
}
.strength-list--item > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 20%;
  text-align: center;
  background: rgb(252, 150, 19);
  background: linear-gradient(90deg, rgb(252, 150, 19) 0%, rgb(230, 80, 10) 100%);
  border-radius: 20px 0 0 20px;
  padding: 10px 15px;
}
@media (max-width: 599px) {
  .strength-list--item > span {
    border-radius: 10px 0 0 10px;
  }
}
.strength-list--item > span img {
  max-width: 100px;
}
.strength-list--text {
  font-size: 30px;
  font-size: clamp(18px, 2.206vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  flex-basis: 80%;
  border-radius: 0 20px 20px 0;
  padding: 20px 10px;
}
.strength-list--text em {
  color: #E33D0B;
}

.note-box {
  background: #2A2A2A;
}
.note-ttl {
  color: #FFF387;
}
.note-img {
  display: block;
  margin: 0 auto 30px;
  border-radius: 20px;
}
.note-text_1 {
  font-size: 50px;
  font-size: clamp(30px, 3.676vw, 50px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
.note-text_1 span {
  display: inline;
  background: #FFF387;
}
.note-text_2 {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  color: #fff;
}
.note-text_2 em {
  color: #FFF387;
}

.profile-img {
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 599px) {
  .profile-img {
    max-width: 50%;
  }
}
.profile-text_1 {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.profile-text_2 {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
}

.flow-box {
  background: #FFE6D4;
  border: 3px solid #fff;
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
  padding: 60px 40px 0;
}
@media (max-width: 599px) {
  .flow-box {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .flow-box {
    border-radius: 10px;
    padding: 30px 20px 0;
    margin: 0 4%;
  }
}
.flow-list--item {
  margin-bottom: 40px;
}
.flow-list--item:last-of-type {
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.flow-list--text {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.flow-list--text em {
  color: #E33D0B;
}
.flow-list_box {
  display: flex;
  align-items: center;
  gap: 2%;
  background: #fff;
  border-radius: 20px;
  padding: 0 20px;
  margin: 0 5%;
}
@media (max-width: 599px) {
  .flow-list_box {
    border-radius: 10px;
    padding: 0 10px;
    margin: 0;
  }
}
.flow-list_box--img {
  width: clamp(104px, 15.2941176471vw, 208px);
}
.flow-list_box--in {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flow-list_box--head {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .flow-list_box--head {
    margin-bottom: 6px;
  }
}
.flow-list_box--text {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
}
.flow-list_box--text em {
  color: #E33D0B;
}
.flow-text_1 {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  color: #E33D0B;
  text-align: center;
}
.flow-text_2 {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  text-align: center;
}
.flow-bottom {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 40px;
  margin: 40px -40px 0;
}
@media (max-width: 599px) {
  .flow-bottom {
    padding: 20px;
    margin: 20px -20px 0;
    border-radius: 0 0 10px 10px;
  }
}
.flow-bottom--text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
}

.tv-ttl {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  color: #E33D0B;
  text-align: center;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
  background: #fff;
  border-radius: 50px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .tv-ttl {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .tv-ttl {
    margin-bottom: 20px;
  }
}
.tv-list {
  gap: 2%;
}
@media (max-width: 599px) {
  .tv-list {
    display: block;
  }
}
.tv-list--item {
  flex-basis: 48%;
  margin-bottom: 20px;
}
.tv-text {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  color: #fff;
  text-align: center;
}

.company-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #E8E8E8;
  padding: 30px 10px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .company-box {
    padding: 15px 10px;
    margin: 0 -15px;
  }
}
.company-box--head {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  font-weight: 700;
  color: #E33D0B;
  text-align: center;
  flex-basis: 25%;
}
.company-box--desc {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  text-align: center;
  flex-basis: 70%;
}
.company .m-map {
  margin-bottom: 30px;
}

.qa-list {
  margin-bottom: 20px;
  border-radius: 10px;
  filter: drop-shadow(0 0 10px rgba(227, 61, 11, 0.3));
}
@media (max-width: 599px) {
  .qa-list {
    filter: drop-shadow(0 0 5px rgba(227, 61, 11, 0.3));
  }
}
@media (max-width: 599px) {
  .qa-list {
    margin-bottom: 15px;
    border-radius: 5px;
  }
}
.qa-list--q {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  line-height: 1.2;
  background: #FFE6D4;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 40px 10% 40px 6%;
  position: relative;
  display: flex;
}
@media (max-width: 599px) {
  .qa-list--q {
    border-radius: 5px;
  }
}
.qa-list--q.open {
  border-radius: 10px 10px 0 0;
}
@media (max-width: 599px) {
  .qa-list--q.open {
    border-radius: 5px 5px 0 0;
  }
}
@media (max-width: 599px) {
  .qa-list--q {
    padding: 20px 40px 20px 25px;
  }
}
.qa-list--q::before {
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  background: url(../img/ico-fukidashi.svg) no-repeat 50% 50%;
  background-size: contain;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .qa-list--q::before {
    width: 18px;
    height: 16px;
    margin-right: 10px;
  }
}
.qa-list--q::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: url(../img/ico-arrow.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
}
@media (max-width: 599px) {
  .qa-list--q::after {
    border-width: 8px;
    width: 10px;
    height: 6px;
  }
}
.qa-list--a {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  padding: 40px 10% 40px 6%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 599px) {
  .qa-list--a {
    padding: 15px 25px;
    border-radius: 0 0 5px 5px;
  }
}

/*--フォーム-------------------*/
@media (max-width: 599px) {
  .sec-form {
    padding-bottom: 20px;
  }
}

.mailform-in {
  max-width: 650px;
  margin: 15px auto 0;
  padding: 0;
}
.mailform-in dd {
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .mailform-in dd {
    margin-bottom: 0;
  }
}
.mailform-in input, .mailform-in textarea {
  font-size: 20px;
  background: #fff 0 0 repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 35px;
}
@media (max-width: 599px) {
  .mailform-in input, .mailform-in textarea {
    font-size: 16px;
    border-radius: 5px;
    padding: 18px;
    margin-bottom: 20px;
  }
}
.mailform-in form {
  margin: 0;
  padding: 0;
}
.mailform-in .item_label {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
}
.mailform-in .submit {
  width: 100%;
  text-align: center;
}
.mailform-in .submitbtn {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 18px;
  background: rgb(252, 150, 19);
  background: linear-gradient(90deg, rgb(252, 150, 19) 0%, rgb(230, 80, 10) 100%);
  cursor: pointer;
}
@media (max-width: 599px) {
  .mailform-in .submitbtn {
    padding: 15px;
    border-radius: 5px;
  }
}
.mailform-in .submitbtn, .mailform-in .title_st1, .mailform-in .title_st2 {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.mailform-in span.fColorRED {
  color: #E33D0B;
  font-weight: 500;
}

/*--footer-------------------*/
footer {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
}
footer .m-inner {
  padding: 0 0 50px;
}
@media (max-width: 599px) {
  footer .m-inner {
    padding: 0 0 20px;
  }
}
footer .footer-logo {
  display: block;
  padding: 0;
  line-height: 1;
  margin: 0 auto 10px;
}
@media (max-width: 599px) {
  footer .footer-logo {
    width: 50%;
  }
}
footer .footer-add {
  color: #333;
  line-height: 1.6;
  text-align: center;
}
footer .footer-add a {
  color: #231815;
  display: inline-block;
}
footer small.cp {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  display: block;
  text-align: center;
  padding: 15px;
}

/*--------------------------------------
* 追従
*---------------------------------------*/
.fix_btn {
  display: none;
  text-align: center;
  background: #fffdeb;
  width: 100%;
  padding: 10px 1%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
@media (max-width: 760px) {
  .fix_btn {
    padding: 7px 1%;
  }
}
.fix_btn .footer-btn {
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .fix_btn a {
    font-size: 14px;
    -webkit-font-smoothing: auto;
    padding: 10px 0;
    margin-right: 5px;
  }
  .fix_btn a .btn_sub_t {
    font-size: 10px;
    letter-spacing: -0.03em;
  }
  .fix_btn a img {
    width: 1rem;
  }
}
@media (max-width: 599px) {
  .fix_btn .m-btn_tel img {
    width: 1rem;
    margin-bottom: 4px;
  }
}
.fix_btn .m-btn_web {
  padding-top: 14px;
}
@media (max-width: 599px) {
  .fix_btn .m-btn_web {
    padding-top: 12px;
  }
}/*# sourceMappingURL=style.css.map */

.open, .close {
           display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
           text-align: left;
  color: #00a0ea;
  text-decoration: underline;
        }
.close {
	display: none !important;
}

.rank_img {
width: 700px;
margin: 20px auto;
display: block;
}

@media (max-width: 768px) {
    .rank_img {width: 100%;}
    }
 .kakaku_date {font-size: 12px; text-align: right; display: block; margin-right: 10px;}