/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 819px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #231815;
  background: #ffffff;
  font-size: 16px;
  font-family: "Hiragino Sans", Meiryo, sans-serif, "Helvetica Neue", Arial;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited {
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Hiragino Sans", Meiryo, sans-serif, "Helvetica Neue", Arial;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
  max-width: 450px;
  margin: auto;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 819px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.8;
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1138px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
.header {
  background: #ffffff;
  height: 51px;
  border-bottom: 3px solid #D0221F;
  padding-left: 15px;
  padding-right: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 350px) {
  .header {
    padding-left: 7px;
  }
}
.header .logo {
  max-width: 170px;
}
@media screen and (max-width: 350px) {
  .header .logo {
    max-width: 160px;
  }
}
.header .line {
  line-height: 35px;
  background: #33AA3E;
  border-radius: 4.5px;
  padding: 10px 15px 10px 30px;
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  line-height: 16px;
}
@media screen and (max-width: 350px) {
  .header .line {
    font-size: 13px;
  }
}
.header .line::after {
  width: 16px;
  height: 25px;
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/header_icon_line.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.mv {
  position: relative;
  padding-bottom: 50px;
}
.mv .mv_img {
  width: 100%;
}
.mv .mv_icon_man {
  position: absolute;
  max-width: 185px;
  bottom: -6px;
  left: 0;
}
.mv .mv_p {
  max-width: 250px;
  position: absolute;
  right: 4px;
  bottom: 66px;
}
.mv .mv_list {
  max-width: 214px;
  position: absolute;
  right: 9px;
  bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
}
.mv .mv_list li {
  width: calc(50% - 10px);
  text-align: center;
}
.mv .mv_list li:nth-child(1) {
  width: 100%;
}
.mv .mv_list img {
  max-width: 97px;
  margin: auto;
}
.cta_item {
  position: relative;
}
.cta_item:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 25px;
  width: 85%;
  height: 53%;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 350px) {
  .cta_item:after {
    height: 50%;
    width: 82%;
  }
}
.cta_item .cta {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  z-index: 10;
  padding-left: 19px;
  padding-right: 19px;
}
.cta_item .cta::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 19px;
  width: calc(100% - 38px);
  height: 63%;
  border-radius: 10px;
  animation: scale2 3s ease 0s infinite normal;
  -webkit-animation: scale2 3s ease 0s infinite normal;
  z-index: 2;
}
@keyframes scale2 {
  35% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 225, 30, 0.95), 0 0 0 0 rgba(255, 242, 125, 0.9);
  }
  70% {
    box-shadow: 0 0 0 0.2125vw rgba(255, 233, 152, 0), 0 0 0 0.9625vw rgba(255, 223, 60, 0), 0 0 0 4.025vw rgba(249, 228, 33, 0);
  }
}
.cta_item .cta .cta-tel-btn {
  display: block;
  background: none;
  width: 100%;
  position: relative;
  animation: scale 3s ease 0s infinite normal;
  -webkit-animation: scale 3s ease 0s infinite normal;
  z-index: 5;
  cursor: pointer;
}
.cta_item .cta .cta-tel-btn:hover {
  opacity: 1;
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.97, 0.95);
  }
  40% {
    transform: scale(1, 1);
  }
}
.cta_item .cta .cta-tel-btn .cta_tel_img {
  position: relative;
  z-index: 5;
}
.cta_mv {
  margin-top: -36px;
}
.sns {
  padding-left: 19px;
  padding-right: 19px;
}
.sns dl {
  width: 100%;
  display: flex;
  align-items: center;
}
.sns dl dt {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  width: 138px;
  padding-right: 5px;
}
.sns dl dt span {
  padding-right: 5px;
}
.sns dl dd {
  width: calc(100% - 138px);
}
.sns dl dd img {
  width: 100%;
}
.sns .txt {
  width: fit-content;
  margin: auto;
  padding-bottom: 2px;
}
.sns .txt .txt_f {
  display: flex;
  align-items: center;
  column-gap: 12px;
  width: fit-content;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 12px;
}
.sns .txt p {
  display: flex;
  align-items: flex-end;
  color: #231815;
  font-size: 15px;
  line-height: 16px;
  font-weight: 800;
  width: fit-content;
  margin: auto;
  position: relative;
  padding-left: 5px;
}
@media screen and (max-width: 350px) {
  .sns .txt p {
    font-size: 14px;
  }
}
.sns .txt p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #F5E600;
  bottom: -2px;
  left: 0;
  z-index: -1;
}
.sns .txt p span {
  color: #D0221F;
  font-size: 22px;
  font-weight: 800;
  line-height: 18px;
}
@media screen and (max-width: 350px) {
  .sns .txt p span {
    font-size: 20px;
  }
}
.c_list {
  background: url(../img/list_ttl_bg.webp) no-repeat top / contain;
  background-size: 100% auto;
}
.c_list .ttl_item_h2 {
  width: 100%;
  padding-top: 25px;
}
.c_list .ttl_item {
  background: url(../img/list_ttl_bg.webp) no-repeat center / contain;
  background-size: 100% 100%;
  min-height: 293px;
  padding-top: 25px;
}
.c_list .ttl_item .ttl {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: auto;
  line-height: 1.01;
  padding-left: 4px;
  padding-right: 4px;
}
.c_list .ttl_item .ttl span {
  color: #D0221F;
}
.c_list .ttl_item .ttl::after {
  width: 100%;
  height: 7px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: url(../img/ttl_after.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.c_list .ttl_item .c_main_price {
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: flex-end;
  margin-top: 23px;
}
.c_list .ttl_item .c_main_price .mac {
  background: #D0221F;
  color: #ffffff;
  border-radius: 4.3px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.05;
  font-weight: 800;
  font-size: 19px;
  margin-bottom: 2px;
}
.c_list .ttl_item .c_main_price .p_img {
  margin-left: 6px;
  max-width: 275px;
}
@media screen and (max-width: 350px) {
  .c_list .ttl_item .c_main_price .p_img {
    max-width: 245px;
  }
}
.c_list .ttl_item .c_main_price .p_img img {
  width: 100%;
}
.c_list .ttl_item .p_sub {
  text-align: center;
  color: #D0221F;
  font-size: 32px;
  font-weight: 800;
  margin-top: 10px;
  line-height: 1.05;
  position: relative;
  width: 100%;
}
.c_list .ttl_item .p_sub span {
  line-height: 1.05;
  position: absolute;
  font-size: 8px;
  font-weight: 600;
  width: fit-content;
  color: #231815;
  right: 10px;
  bottom: 7px;
}
.c_list .txt_box {
  background: rgba(232, 232, 232, 0.69);
  margin-top: 35px;
  z-index: 50;
  padding: 35px 30px 10px 30px;
  position: relative;
}
@media screen and (max-width: 350px) {
  .c_list .txt_box {
    padding: 35px 20px 10px 20px;
  }
}
.c_list .txt_box .ttl {
  left: 0;
  position: absolute;
  width: 100%;
  top: -16.5px;
  line-height: 33px;
  text-align: center;
}
.c_list .txt_box .ttl span {
  font-size: 15px;
  background: #D0221F;
  width: fit-content;
  margin: auto;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 800;
  line-height: 33px;
  display: block;
  padding: 0 14px;
}
.c_list .txt_box .r_txt {
  text-align: right;
  font-size: 8px;
  font-weight: 600;
  color: #898989;
  margin-top: 10px;
  margin-right: -20px;
}
.c_list .txt_box .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 10px;
}
.c_list .txt_box .list li {
  border-radius: 10px;
  border: 1px solid #B5B5B6;
  width: calc(50% - 5px);
  background: #ffffff;
  padding: 7px 7px 9px 7px;
}
.c_list .txt_box .list li .img {
  width: 100%;
}
.c_list .txt_box .list li .date {
  position: relative;
  text-align: right;
  font-size: 10px;
  font-weight: 800;
  padding: 8px 0;
  line-height: 1.1;
}
.c_list .txt_box .list li:nth-child(2) dl dd {
  letter-spacing: -0.07em;
}
.c_list .txt_box .list li dl {
  display: flex;
  border-top: 0.5px solid #231815;
}
.c_list .txt_box .list li dl dt {
  width: 30px;
  background: rgba(196, 33, 31, 0.16);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #D0221F;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
}
.c_list .txt_box .list li dl dd {
  width: calc(100% - 30px);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 0 0 4px;
  letter-spacing: -0.1em;
}
.c_list .txt_box .list li dl + dl {
  border-top: none;
  background-image: linear-gradient(to right, #9FA0A0 1px, transparent 1px);
  background-size: 3px 1px, 1px 2px, 2px 1px, 1px 2px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top;
}
.c_list .txt_box .list li dl:last-child {
  border-bottom: 0.5px solid #231815;
}
.c_list .txt_box .list li:nth-child(1) .date::after,
.c_list .txt_box .list li:nth-child(2) .date::after,
.c_list .txt_box .list li:nth-child(3) .date::after {
  width: 30px;
  height: 14px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/c_list_new.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.google {
  background: url(../img/google_bg.webp) no-repeat top / contain;
  background-size: 100% auto;
}
.google .ttl {
  padding: 13px 4px 15px 26px;
}
.google .ttl img {
  width: 100%;
}
.google .google_list01 {
  /* 画像のサイズ調整 */
}
.google .google_list01 div {
  padding-left: 4px;
  padding-right: 4px;
}
.google .google_list01 .swiper-wrapper {
  transition-timing-function: linear;
}
.google .google_list01 .swiper-slide img {
  height: auto;
  width: 100%;
}
.google .google_list02 {
  margin-top: 10px;
  /* 画像のサイズ調整 */
}
.google .google_list02 div {
  padding-left: 4px;
  padding-right: 4px;
}
.google .google_list02 .swiper-wrapper {
  transition-timing-function: linear;
}
.google .google_list02 .swiper-slide img {
  height: auto;
  width: 100%;
}
.google .yama_item {
  margin-top: 22px;
  padding-left: 19px;
  padding-right: 19px;
}
.google .yama_item dl {
  border-radius: 10px;
  border: 1px solid #DCDDDD;
  padding: 15px 0 15px 15px;
  display: flex;
}
.google .yama_item dl dt {
  width: 120px;
  display: flex;
  align-items: center;
}
.google .yama_item dl dt img {
  max-width: 102px;
}
.google .yama_item dl dd {
  width: calc(100% - 120px);
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.point {
  padding-top: 40px;
}
.point .icon {
  max-width: 160px;
  margin: auto;
}
.point .ttl {
  position: relative;
  z-index: 20;
  max-width: 285px;
  margin: auto;
  margin-top: -44px;
}
.point .p_list {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 25px 33px 25px;
  gap: 10px;
  column-gap: 10px;
  position: relative;
}
.point .p_list::after {
  width: 46px;
  height: 19px;
  position: absolute;
  content: "";
  left: calc(50% - 23px);
  bottom: 4px;
  z-index: 1;
  background: url(../img/point_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.point .p_list li {
  background: #D0221F;
  border-radius: 22px;
  width: calc(50% - 5px);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 7px 0;
  line-height: 16px;
  color: #ffffff;
}
.point .sub_ttl {
  width: 100%;
  position: relative;
  text-align: center;
}
.point .sub_ttl::after {
  width: calc(50% - 114px);
  height: 2px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #D0221F;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.point .sub_ttl::before {
  width: calc(50% - 114px);
  height: 2px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #D0221F;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.point .sub_ttl span {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: fit-content;
  position: relative;
  z-index: 20;
}
.point .sub_ttl span::after {
  width: calc(50% - 114px);
  height: 2px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #D0221F;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.point .sub_ttl span img {
  max-width: 198px;
}
.point .p_img_list {
  margin-top: -13px;
  background: #E8E8E8;
  padding: 26px 21px 21px 21px;
  gap: 12px;
  column-gap: 15px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #D0221F;
}
.point .p_img_list li {
  width: calc(50% - 7.5px);
  border-radius: 8.5px;
}
.point .p_img_list li .img {
  height: 61px;
}
.point .p_img_list li .img img {
  border-radius: 8.5px 8.5px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point .p_img_list li .txt {
  background: #F5E600;
  width: 100%;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.05em;
  border-radius: 0 0 8.5px 8.5px;
}
.price {
  padding: 56px 18px 15px 18px;
}
.price .ttl {
  text-align: center;
  margin-top: 10px;
}
.price .ttl img {
  max-width: 88px;
  margin: auto;
}
.price .sub_ttl {
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 800;
  line-height: 16px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  width: fit-content;
  margin: auto;
}
.price .sub_ttl::after {
  width: 9.5px;
  height: 17px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/price_icon01.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.price .sub_ttl::before {
  width: 9.5px;
  height: 17px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/price_icon02.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.price .p_list {
  margin-top: 20px;
  display: block;
}
.price .p_list li {
  border-radius: 10px;
  border: 1px solid #B5B5B6;
  padding: 9px 13px 17px 13px;
}
.price .p_list li + li {
  margin-top: 15px;
}
.price .p_list li .img {
  position: relative;
  border-radius: 7px;
}
.price .p_list li .img img {
  border-radius: 7px;
}
.price .p_list li .img .icon {
  position: absolute;
  width: 78px;
  height: 78px;
  right: -26px;
  bottom: -30px;
  z-index: 50;
}
.price .p_list li .img .icon img {
  width: 100%;
}
.price .p_list li .ttl {
  padding-top: 15px;
  padding-left: 5px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
  line-height: 1.1;
}
.price .p_list li .txt {
  margin-top: 20px;
  padding-top: 14px;
  font-size: 16px;
  text-align: left;
  line-height: 1.1;
  padding-left: 10px;
  font-weight: 800;
  background-image: linear-gradient(to right, #9FA0A0 0.5px, transparent 1px);
  background-size: 2px 0.5px, 0.5px 0.5px, 0.5px 0.5px, 0.5px 0.5px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top;
}
.price .sub_txt {
  margin-top: 10px;
  font-weight: 600;
  font-size: 11px;
  color: #9FA0A0;
  line-height: 19px;
  letter-spacing: -0.02em;
}
.line_item {
  margin-top: 15px;
  padding-left: 18px;
  padding-right: 18px;
}
.line_item .line_box {
  border-radius: 10px;
  border: 1px solid #33AA3E;
  background: #ffffff;
  width: 100%;
  position: relative;
  padding: 22px 0;
  text-align: center;
}
.line_item .line_box .ttl {
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  text-align: center;
}
.line_item .line_box .ttl span {
  background: #ffffff;
  margin: auto;
  width: fit-content;
  display: block;
  padding: 0 30px;
}
.line_item .line_box .ttl span img {
  max-width: 174px;
  margin: auto;
}
.line_item .line_box a {
  display: block;
  border-radius: 59px;
  line-height: 59px;
  max-width: 284px;
  width: 100%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 350px) {
  .line_item .line_box a {
    max-width: 270px;
  }
}
.line_item .line_box a span {
  border-radius: 59px;
  font-size: 15px;
  z-index: 5;
  background: #33AA3E;
  font-weight: 800;
  color: #ffffff;
  margin: auto;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  padding-left: 26px;
}
.line_item .line_box a span::after {
  width: 17px;
  height: 16px;
  position: absolute;
  content: "";
  left: 16px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/line_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.line_item .line_box a:hover {
  opacity: 1;
}
.line_item .line_box a:hover span {
  transition: 0.3s ease-in-out;
  background: #30A035;
}
.line_item .line_box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 59px;
  background: #A7A3A1;
  top: 3px;
  left: 3px;
  z-index: 1;
}
.cp {
  padding: 60px 28px 0 28px;
  margin-bottom: 5px;
}
.cp .ttl {
  max-width: 202px;
  margin: auto;
}
.cp .cp_list {
  margin-top: 16px;
  display: block;
}
.cp .cp_list li {
  border-radius: 10px;
  border: 1px solid #B5B5B6;
}
.cp .cp_list li + li {
  margin-top: 20px;
}
.cp .cp_list li dl {
  display: block;
}
.cp .cp_list li dl dt {
  background: #D0221F;
  border-radius: 10px 10px 0 0;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.1em;
  font-size: 18px;
}
.cp .cp_list li dl dd .txt {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 22px;
}
.cp .cp_list li dl dd .txt span {
  color: #D0221F;
}
.cp .cp_list li dl dd .list01 {
  margin-bottom: 15px;
}
.cp .cp_list li dl dd .list01 .gray_ttl {
  background: #898989;
  line-height: 28px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  max-width: 155px;
  margin-left: 0;
}
.cp .cp_list li dl dd .list01 .g_img {
  margin-top: 10px;
}
.cp .cp_list li dl dd .list01 .red_ttl {
  background: #D0221F;
  line-height: 28px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  max-width: 155px;
  margin-left: 0;
  margin-top: 40px;
}
.cp .cp_list li dl dd .list01 .r_img {
  margin-top: -3px;
}
.cp .cp_list li dl dd .list02 {
  margin-bottom: 14px;
}
.cp .cp_list li dl dd .list03 {
  display: block;
  margin-bottom: 20px;
}
.cp .cp_list li dl dd .list03 li {
  border: none;
  display: flex;
  align-items: center;
}
.cp .cp_list li dl dd .list03 li + li {
  margin-top: 15px;
}
.cp .cp_list li dl dd .list03 li .icon_w {
  padding-right: 6px;
  width: 103px;
}
.cp .cp_list li dl dd .list03 li .icon_b {
  padding-left: 6px;
  width: 103px;
}
.cp .cp_list li dl dd .list03 li .txt_w {
  height: fit-content;
  line-height: 16px;
  letter-spacing: -0.08em;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 0 8px 10px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #231815;
  width: calc(100% - 103px);
}
.cp .cp_list li dl dd .list03 .flex_top {
  align-items: flex-start;
}
.cp .cp_list li:nth-child(1) dl dd {
  padding: 16px 12px 10px 18px;
}
.cp .cp_list li:nth-child(2) dl dd {
  padding: 4px 10px 12px 7px;
}
.cp .cp_list li:nth-child(3) dl dd {
  padding: 22px 12px 15px 15px;
}
.step {
  padding: 30px 30px 0 30px;
}
.step .ttl {
  text-align: center;
}
.step .ttl img {
  max-width: 175px;
  margin: auto;
}
.step .step_list {
  margin-top: 25px;
}
.step .step_list li {
  display: flex;
  align-items: center;
}
.step .step_list li + li {
  margin-top: 37px;
}
.step .step_list li + li .icon::after {
  width: 14px;
  height: 17px;
  position: absolute;
  content: "";
  left: calc(50% - 7px);
  top: -29px;
  z-index: 1;
  background: url(../img/step_icon00.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.step .step_list li .txt {
  padding-left: 25px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.step .step_list li .icon {
  position: relative;
  width: 107px;
}
.step .step_list li .txt {
  width: calc(100% - 107px);
}
.type {
  padding: 35px 15px 0 15px;
}
.type .ttl {
  text-align: center;
}
.type .ttl img {
  max-width: 118px;
  margin: auto;
}
.type .type_list {
  margin-top: 20px;
}
.type .type_list li {
  border-radius: 10px;
  border: 1px solid #B5B5B6;
  padding: 17px 20px;
}
@media screen and (max-width: 350px) {
  .type .type_list li {
    padding: 17px 15px;
  }
}
.type .type_list li + li {
  margin-top: 10px;
}
.type .type_list li dl {
  display: flex;
  align-items: center;
}
.type .type_list li dl dt {
  width: 75px;
}
.type .type_list li dl dd {
  width: calc(100% - 75px);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
  padding-left: 18px;
}
.type .type_list li dl dd .ttl {
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  color: #D0221F;
}
.area {
  padding-top: 65px;
}
.area .ttl {
  text-align: center;
}
.area .ttl img {
  max-width: 140px;
  margin: auto;
}
.area .icon {
  margin-top: 12px;
}
.area .txt {
  width: fit-content;
  margin: auto;
  padding-bottom: 2px;
  display: flex;
  align-items: flex-end;
  font-size: 17px;
  line-height: 16px;
  font-weight: 800;
  margin-top: 12px;
}
.area .txt p {
  display: flex;
  align-items: center;
  color: #231815;
  font-size: 15px;
  line-height: 16px;
  font-weight: 800;
  width: fit-content;
  margin: auto;
  position: relative;
  padding-left: 5px;
}
.area .txt p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #F5E600;
  bottom: -2px;
  left: 0;
  z-index: -1;
}
.area .txt p span {
  color: #D0221F;
  font-size: 22px;
  font-weight: 800;
  line-height: 18px;
}
.area .sub_txt {
  padding: 28px 28px 0 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.area .sub_txt span {
  color: #D0221F;
}
.faq {
  padding: 40px 10px 0 10px;
}
.faq .ttl {
  text-align: center;
}
.faq .ttl img {
  max-width: 175px;
  margin: auto;
}
.faq .faq_list {
  margin-top: 25px;
}
.faq .faq_list li {
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.3);
  padding: 20px 10px;
}
.faq .faq_list li + li {
  margin-top: 15px;
}
.faq .faq_list li dl {
  display: block;
  width: 100%;
}
.faq .faq_list li dl dt {
  border-bottom: 1.2px solid #F0F0F0;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  line-height: 27px;
  text-align: left;
}
.faq .faq_list li dl dt span {
  width: 55px;
  text-align: center;
  color: #D0221F;
  font-size: 21px;
  font-weight: 800;
  display: block;
}
@media screen and (max-width: 350px) {
  .faq .faq_list li dl dt span {
    width: 40px;
  }
}
.faq .faq_list li dl dd {
  width: 100%;
  display: flex;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
}
.faq .faq_list li dl dd .a_txt {
  width: calc(100% - 55px);
}
.faq .faq_list li dl dd span {
  width: 55px;
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  display: block;
}
@media screen and (max-width: 350px) {
  .faq .faq_list li dl dd span {
    width: 40px;
  }
}
.company {
  padding-top: 45px;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 120px;
}
.company .ttl {
  text-align: center;
}
.company .ttl img {
  max-width: 118px;
  margin: auto;
}
.company .co_list {
  margin-top: 15px;
  margin-bottom: 10px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #D0221F;
  padding: 22px 10px;
}
.company .co_list li {
  border-bottom: 1.2px solid #F0F0F0;
  padding: 15px 22px;
}
@media screen and (max-width: 350px) {
  .company .co_list li {
    padding: 15px 15px;
  }
}
.company .co_list li dl {
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  display: flex;
}
.company .co_list li dl dt {
  width: 95px;
}
.company .co_list li dl dd {
  width: calc(100% - 95px);
}
.company .co_list li dl dd a {
  color: #231815 !important;
}
.c_flex_bottom {
  position: fixed;
  z-index: 999;
  bottom: -150px;
  width: 100%;
  text-align: center;
  left: 0;
}
.c_flex_bottom .cta::before {
  bottom: 25px !important;
  height: 59% !important;
}
@media screen and (max-width: 350px) {
  .c_flex_bottom .cta::before {
    bottom: 20px !important;
    height: 62% !important;
  }
}
.cta_item_flex {
  max-width: 450px;
  margin: auto;
}
.cta_item_flex:after {
  height: 50%;
}
@media screen and (max-width: 350px) {
  .cta_item_flex:after {
    bottom: 30px !important;
  }
}
.is-show {
  bottom: 0 !important;
  visibility: visible !important;
  transition: 0.3s ease-in-out;
}
