/* header */
.header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  align-items: center;
}

/* logo_area */
.logo_area {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.logo_img {
  width: 200px;
  /* height: 52px; */
}

.sub_site_ttl {
  margin-left: 20px;
  font-size: 0.9375vw;
  color: #000;
}

/* headerã®ãƒœã‚¿ãƒ³ï¼’ã¤ */
.header_cta {
  display: flex;
}

/* é›»è©±ãƒœã‚¿ãƒ³ */
.info .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
}


.info .text_area {
  margin-left: 16px;
}

.info .text_area .down {
  font-size: 25px;
  padding-bottom: 5px;
  color: #333;
}

.info .text_area .up {
  font-size: 14px;
  color: #000;
}

.info .text_area a {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.phone_icon {
  width: 25px;
  height: 25px;
}

.info {
  border: solid 1px;
  border-radius: 30px;
  width: 294px;
  height: 52px;
}


/* LINEãƒœã‚¿ãƒ³ */
.header_sns_area {
  margin-left: 30px;
  width: 270px;
  height: 52px;
  background-color: #06C755;
  border-radius: 30px;
  box-shadow: 0 4px 0 0 #008838;
}

.header_sns_area img {
  width: 52px;
}

.header_sns_area .inner {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* .header_sns_area .inner a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  } */
.header_sns_area .inner span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

/* mainvisual */
/* .gradient {
  background: transparent linear-gradient(70deg, #FFFFFF 0%, #E0E0E0 89%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
} */
.mv {
  display: flex;
  align-items: center;
  /* width: 1200px; */
  position: relative;
  background: transparent linear-gradient(70deg, #FFFFFF 0%, #E0E0E0 89%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

/* mvã®å·¦å´ */
.mv_left {
  padding-left: 55px;
}

.label {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  /* width: 13.2291666667vw; */
  display: block;
  max-width: 254px;
}

.mv_left .label .label_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1979166667vw;
  font-weight: bold;
  color: #372100;
  text-align: center;
  margin: 0 auto;
  width: 13.2291666667vw;
}

.mv_left .label_text span {
  font-size: 1.5104166667vw;
}

.mv_ttl {
  font-size: 3.90625vw;
  font-weight: bold;
  line-height: 1.4;
}

.red {
  color: #FF3737;
}

.left_items {
  display: flex;
}


.left_items li+li {
  margin-left: 17px;
}

.left_items .label_items {
  position: relative;
}

.left_items .label_items img {
  width: 9.4791666667vw;
}

.left_items .label_items .label_text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  /* xdã§ã¯28pxã ãŒã€å…¨ã¦ã®fszã‚’çµ±ä¸€ã—ã¦ */
  /* çœŸã‚“ä¸­é…ç½®ã™ã‚‹ãŸã‚ã«22pxã«ã—ãŸ */
  font-size: 1.1458333333vw;
  font-weight: bold;
  transform: translate(-50%, -50%);
}

/* mvã®å·¦å´ã€€çµ‚ã‚ã‚Š */

/* mvã®å³å´ */
.mv_right {
  display: flex;
  margin-left: auto;
}

.image_items img {
  width: 23.1770833333vw;
}

.staff_image {
  z-index: 2;
  position: absolute;
  bottom: 0%;
  right: 150px;
}

@media(max-width:1400px) {
  .staff_image {
    z-index: 2;
    position: absolute;
    bottom: 0%;
    right: 80px;
  }
}

.staff_image img {
  width: 45.2083333333vw;
}


/* mail ctaãƒœã‚¿ãƒ³ */
.header_mail_cta_btn {
  /* width: 130px;
  height: 130px; */
  background-color: #FF3737;
  border-radius: 65px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  position: fixed;
  right: 40px;
  bottom: 67px;
  z-index: 3;
}

.header_mail_cta_btn a {
  padding: 38.5px 15.8px;
  text-align: center;
}

header_mail_cta_btn a img {
  display: inline-block;
}





.header_mail_cta_btn .mail_icon {}

.header_mail_cta_btn p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}

/*problemã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.problem {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.problem h2,
.sec_sub_ttl {
  text-align: center;
  line-height: 1.5;
}

.problem h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 66px;
}

.problem_inner {
  max-width: 1200px;
  margin: 0 auto;
  /* heightã‚’çµ¶å¯¾æŒ‡å®šã—ãªã„ */
  /* height: 413px; */
  padding: 80px 30px;
  border: solid 3px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.problem_list li {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.problem_list li:last-child {
  margin-bottom: 0;
}

.problem_list li p {
  margin-left: 16px;
  font-size: 25px;
  font-weight: 900;
}

.problem_list {
  list-style: url(../img/top_07-2.png);
}

.problem_list_ttl {
  background-color: #000;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto;
  padding: 23px 0;
}

.problem_outer {
  position: absolute;
  right: 9px;
  bottom: -206px;
  z-index: -10;
  width: 100%;
}

.problem_outer img {
  width: 100%;
  max-width: 166px;
  text-align: right;
  margin-left: auto;
  display: block;
}

.arrow {
  text-align: center;
  margin-top: 87px;
  margin-bottom: 67px;
}

/* ãŠä»»ã›ãã ã•ã„ */
.take_care_of {
  max-width: 1200px;
  margin: 0 auto;
}

.take_care_of .container {
  display: flex;
  align-items: flex-end;
}

.take_care_of .container .left_img img {
  max-width: 230px;
  width: 100%;
}

.take_care_of .container .right .sec_ttl_big {
  font-size: 70px;
}

.take_care_of .container .right .sec_ttl_small {
  font-size: 60px;
}

.take_care_of .right {
  margin-left: 82px;
}

.take_care_of .container .right img {
  margin-bottom: 30px;
  width: 100%;
}

/* ä¾‹ãˆã° */
.example {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.example_arrow {
  text-align: center;
  margin: 87px 0 67.5px 0;
}

.example .sec_ttl_area {
  margin-top: 160px;
  margin-bottom: 77px;
}

.example .sec_ttl_area .inner .down::before {
  content: "▼▼";
  color: #4CAD7E;
}


.example .sec_ttl_area .inner .down::after {
  content: "▼▼";
  color: #4CAD7E;
}




.example .sec_ttl_area .inner .example_up .spNone {
  width: 600px;
  margin-left: 60px;
  font-size: 30px;
}

.example .example_up .red {
  font-size: 30px;
  position: absolute;
  top: -6%;
  left: 23%;
  font-weight: bold;
}

.example .sec_ttl_area .down {
  /* display: inline-block; */
}

.example .sec_ttl_area .down p {
  font-size: 40px;
  text-align: center;

}

.example_items {
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.example_items .d_item {
  /* display: block; */
  border: solid 2px;
  border-left: 30px solid #000;
  width: 30%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  margin-bottom: 26px;
}

.example_items .d_item p {
  padding: 18px 35px;
  font-weight: bold;
}

.example .bottom_ttl {
  text-align: center;
  font-size: 60px;
}

.example .border_img {
  text-align: center;
}

.example .border_img img {
  display: block;
  width: 1000px;
  height: 15px;
  margin: 0 auto;
}



/* è²·å–å®Ÿç¸¾ */
.result {
  margin: 0 auto;
  margin-top: 160px;
}

/* ã‚¿ã‚¤ãƒˆãƒ«éƒ¨åˆ† */
.sec_ttl_area .up {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-top: 0;
}

.sec_ttl_area .down {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}

/* èƒŒæ™¯ */
.result {
  background-image: url(../img/top_13.png);
  position: relative;
  z-index: 0;
}

.result .sec_ttl_area {
  padding-top: 100px;
}

.result ::before {
  content: '';
  background: white;
  width: 24.5%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0%;
  left: 0%;
}

/* ã‚¢ã‚¤ãƒ†ãƒ ã‚¨ãƒªã‚¢å…¨ä½“ */
.result_inner_items {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}

.result_inner_items .inner_item {
  margin: 30px 0;
}

.result_inner_items .inner_item {
  width: 45%;
  max-width: 550px;
  background-color: #fff;
  border: solid 1px;
  padding: 25px;
  margin-right: 50px;
  box-sizing: border-box;
}

/* .result_inner_items .inner_item:nth-child(2n) {
  margin-right: 0;
} */

/* .result_inner_items .inner_item:nth-child(4n) {
  margin-right: 0;
} */

/* .result_inner_items .inner_item:nth-child(6n) {
  margin-right: 0;
} */

/* inner_item_head */
.inner_item_head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}

.inner_item_head_text p {
  /* max-width: 365px; */
  margin-left: 17px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: justify;
  /* padding: 12px 0 12px 17px; */
}

.inner_item_head_label {
  height: 65px;
  background-color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}



.inner_item .inner_item_head_label p {
  color: #fff;
  /* lhã§ä¸Šä¸‹çœŸã‚“ä¸­ã«é…ç½® */
  /* line-height: 65px; */
  font-size: 20px;
  width: 120px;
  padding: 0 10px;
  font-weight: bold;
}

/* description */
.result_inner_items .inner_item .description {
  display: flex;
  /* padding: 34px 15px 35px 25px; */
  margin-top: 34px;
}

.result_inner_items .inner_item .description .left_img img {
  width: 100%;
  max-width: 282px;
}



/* description end */
/* right */
.description_right {
  padding-left: 20px;
  /* width: 100%; */
  box-sizing: border-box;
}

.description_right .inner_box {
  text-align: center;
}

.description_label_before {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  height: 56px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.label_gray {
  background-color: #9E9E9E;
  /* width: 100%; */
  /* height: 56px; */
  display: flex;
}

.label_gray p {
  padding: 17px 12px;
  color: #fff;
  /* width: 100%; */
  font-weight: bold;
}

.label-red p {
  color: #fff;
  font-weight: bold;
}

.gray_text {
  /* padding: 15px 55px; */
  /* width: 7.8125vw; */
  width: 70%;
  /* width: 207px; */
  /* padding: 0 20px; */
  box-sizing: border-box;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* border: solid 1px #9E9E9E; */
}

.description_label_after {
  display: flex;
  /* width: 207px; */
  border: 1px solid #FF3737;
}

.description_label_after .label-red {
  width: 2.96875vw;
  background-color: #FF3737;
  /* height: 56px; */
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price_gray {
  font-size: 20px;
  color: #9E9E9E;
  font-weight: bold;
}

.yen_gray {
  font-size: 16px;
  color: #9E9E9E;
  font-weight: bold;
}

.price_red {
  font-size: 1.5625vw;
  font-weight: bold;
  color: #FF3737;
}

.yen_red {
  font-size: 16px;
  font-weight: bold;
  color: #FF3737;
}

.gray_content {
  font-size: 18px;
  color: #9E9E9E;
  font-weight: bold;
}

.description_bottom_label img {
  display: block;
  margin: 0 auto;
  max-width: 188px;
  width: 100%;
  margin-top: 10px;
}



.red_text {
  /* width: 150px; */
  display: flex;
  text-align: center;
  width: 70%;
  justify-content: center;
  align-items: center;
  /* padding: 15px 55px; */
  /* border: solid 1px #9E9E9E; */
}

.description_label_before {
  text-align: center;
  /* width: 100%; */
  /* width: 207px; */
}

.description_right .arrow {
  margin: 12px 12px;
}



/* è²·å–ã®æµã‚Œ */

.flow {
  /* text-align: center; */
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
  margin-top: 160px;
}

.flow .sec_ttl_area {
  margin-bottom: 68px;
}

.flow_items {
  width: 100%;
  max-width: 995px;
  margin: 0 auto;
}

.flow .flow_item {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  /* border: solid; */
}

.flow_item .text_area {
  /* border: solid; */
  border-left: none;
  width: 100%;
  /* width: 710px; */
}

.flow_item_left {
  border: solid;
  border-right: none;
}

.flow_item_left {
  position: relative;
}

.flow_item_left p {
  position: absolute;
  color: #fff;
  font-size: 88px;
  font-weight: bold;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  line-height: 1;
  margin-top: 7px;
}

.flow_item_text_area_text {
  padding-top: 7px;
  line-height: 1.4;

}

.ttl_head p {
  font-size: 25px;
  font-weight: bold;

}

.flow .inner {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* padding-left: 25px; */
  padding: 0 25px;
  border: solid;
  width: 100%;
  box-sizing: border-box;
  border-left: none;
}

.flow_arrow {
  text-align: center;
  margin: 15px 0;
}

.flow .bottom_text {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

/* 3ã¤ã®ç†ç”± */
/* èƒŒæ™¯ */
.reason {
  background-image: url(../img/top_13.png);
  position: relative;
  z-index: 0;
}

.reason .sec_ttl_area {
  padding-top: 100px;
}

.reason ::before {
  content: '';
  background: white;
  width: 24.5%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0%;
  right: 0%;
}

.item_img {
  width: 271px;
  height: 145px;
  margin: 43px auto 36px;
  text-align: center;
}

.reason_items {
  max-width: 1200px;
  /* margin: 0 auto 0; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.reason .container {
  margin-top: 65px;
}

.item {
  width: 33.3%;
  margin-right: 30px;
  /* height: 500px; */
  min-height: 500px;
  border: solid 3px;
  position: relative;
  background: #fff;
}

.item:last-child {
  margin-right: 0;

}

.reason_items .item_no_label {
  width: 70px;
  height: 70px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.reason_item_img {
  width: 90%;
  /* width: 100%; */
  display: block;
  margin: 0 auto;
  object-fit: contain;
  height: 145px;
  /* text-align: center; */
  /* margin: 0 auto; */
  margin-bottom: 36px;
  margin-top: 43px;
  text-align: center;
}

.reason_items .no {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.reason_items .item .inner {
  /* padding: 0 30px; */
  width: 308px;
  height: 384px;
  /* border: solid 1px; */
  margin: 0 auto;
}

.reason_items_img {
  /* display: block; */
  margin: 0 auto;
  padding-top: 43px;
  /* padding-bottom: 36px; */
  /* max-width: 250px; */
  width: 271px;
  height: 145px;
  /* border: solid; */

}

.reason_item_img .reason_item_img {
  width: 100%;
  object-fit: cover;
}


.reason_items .item_head {
  font-size: 26px;
  line-height: 1.4;
  /* margin-top: 20px; */
  font-weight: bold;
  /* padding-top: 70px; */
  text-align: center;
}

.reason_items_bottom_text {
  /* display: flex; */
  /* justify-content: center; */
  font-size: 20px;
  line-height: 1.4;
  width: 290px;
  /* border: solid; */
  margin: 0 auto;
  /* box-sizing: border-box; */
  /* border: solid; */
}

/* 5ã¤ã®ä¿¡é ¼ã¨å®‰å¿ƒã®ã‚µãƒ¼ãƒ“ã‚¹ */
.white_ttl {
  color: #fff;
}

.service_sec_ttl_area {
  text-align: center;
  margin-bottom: 100px;
}

.service_sec_ttl_area .up {
  font-size: 30px;
  margin-bottom: 16px;
}

.service_sec_ttl_area .down {
  font-size: 40px;
}

.service {
  background-color: #4CAD7E;
  padding: 150px;
  margin-top: 100px;
}

.service .sec_ttl_area {
  /* padding-top: 149px; */
}

.service_no {
  font-size: 57px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1;
}

.service_no {
  font-size: 57px;
  font-weight: bold;
  text-align: center;
}

.reason_5item_text {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
}

.reason_5item .inner {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reason_5item {
  position: relative;
  margin: 0 44px;
  margin-bottom: 30px;
}

.reason_5item:nth-of-type(1) {
  /* margin-right: 88px; */
  /* margin-top: 100px; */
}

.reason_5item:nth-of-type(2) {
  /* margin-right: 88px; */
  /* margin-top: 100px; */
}

.reason_5item:nth-of-type(3) {
  /* margin-top: 100px; */
}

.reason_5item:nth-of-type(4) {
  /* margin-right: 88px; */
  /* margin-bottom: 100px; */
  margin-bottom: -30px;
}

.reason_5item:nth-of-type(5) {
  /* margin-bottom: 100px; */
  margin-bottom: -30px;
}


.service .reason_items {
  display: flex;
  flex-wrap: wrap;
}

/* ã”ç›¸è«‡ãã ã•ã„ */
.consultation {
  margin-top: 160px;
}

.consultation .middlearrow {
  text-align: center;
  margin: 67px 0 120px 0;
}

.consultation .bottm_sec_ttl_area .content .up {
  margin-bottom: 22px;
}

.consultation .container {
  display: flex;
  justify-content: center;
}

.consultation .container .outer {
  display: flex;
  align-items: center;

}

.consultation .container .text_area {
  text-align: center;

}

.consultation .container .text_area .up,
.under_line {
  font-size: 30px;
  font-weight: bold;
}

.consultation .container .text_area .down {
  font-size: 40px;
  font-weight: bold;
}

.under_line {
  border-bottom: solid 5px #FF3737;
  margin-top: 45px;
  margin-bottom: 38px;
}

.bottm_sec_ttl_area_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 194px;
  background-color: #FF3737;
}

.bottm_sec_ttl_area_outer .inner {
  position: relative;
}

.bottm_sec_ttl_area {
  width: 1200px;
}

.bottm_sec_ttl_area h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.consultation .bottm_sec_ttl_area .content {
  text-align: center;
}

.consultation .bottm_sec_ttl_area_outer .content .bottm_sec_ttl_area .up {
  padding-bottom: 22px;
}

.bottm_sec_ttl_area_img {
  position: absolute;
  top: -100%;
  left: 0%;
}

/* ãŠå•ã„åˆã‚ã› */
.middle_cta {
  max-width: 1200px;
  margin: 0 auto;
}

.middle_cta .container {
  max-width: 809px;
  margin: 0 auto;
  margin-top: 105px;
  margin-bottom: 42px;
}

.middle_cta .container .inner {
  display: flex;
  justify-content: space-between;
}

.middle_cta .container .button {
  width: 385px;
  height: 91px;
  display: flex;
  align-items: center;
}

.middle_cta .container .sns_area {
  background-color: #06C755;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.middle_cta .container .sns_area .hover_all {
  width: 385px;
}

.mc_sns_button {
  width: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.middle_cta .container .tell_cta,
.middle_cta .container .mail_cta {
  /* border: solid 1px; */
}

.middle_cta .container .tell_cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle_cta .container .tell_cta .hover_all {
  width: 385px;
  /* height: 93px; */
  /* position: relative; */
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 9px 35.5px;
}

.middle_cta .container .tell_cta .hover_all img {
  display: inline-block;
  width: 25px;
  height: 25px;
}


.mc_tell_button_area {
  width: 100%;
}

.middle_cta .tell_cta .up {
  font-size: 21px;
  font-weight: bold;
  color: #000;
}

.middle_cta .tell_cta .down {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  text-align: center;
  /* margin-top: 5px; */
  margin-top: 5px;
}


.middle_cta .container .tell_cta .info_text .up {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}

.middle_cta .container .tell_cta .info_text,
.middle_cta .container .tell_cta .hover_all span {
  display: inline-block;
}

.middle_cta .container .tell_cta .info_text {
  margin-left: 10.2px;
}





.middle_cta .container .mail_cta {
  /* display: inline-block; */
  /* justify-content: center; */
  /* align-items: center; */
  /* width: 100%; */
  vertical-align: middle;
}

.phone_number>a {
  text-decoration: none;
  color: #000;
}

.middle_cta .tell_cta .left_icon {
  display: block;
  padding-right: 8px;
}

.middle_cta .container .mail_cta .hover_all {
  color: #333;
  max-width: 809px;
  /* width: 100%; */
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #333;
  display: block;
  display: block;
  padding: 20.4px 0;
}

.middle_cta .container .mail_cta {
  margin-top: 24px;
  /* height: 91px; */
}

.middle_cta .container .mail_cta .hover_all span,
.middle_cta .container .mail_cta .hover_all p {
  display: inline-block;
  vertical-align: middle;
}

.middle_cta .container .mail_cta p {
  margin-left: 25.3px;
  font-size: 30px;
  /* font-weight: bold; */
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* height: auto; */
  /* width: 100%; */
}



.middle_cta .container .mail_cta img {
  display: inline-block;
  width: 60px;
  px;
  height: auto;
}

/* bottom cta ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.bottom_cta {
  width: 100%;
  height: 472px;
  background-color: #000;
  border: solid;
}

.bottom_cta .inner {
  width: 1200px;
  height: 472px;
  margin: 0 auto;
}

.bottom_cta .inner .box {
  color: #fff;
  text-align: center;
}

.bottom_cta .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_cta .inner .box .up {
  font-size: 40px;
  margin-bottom: 36px;
  display: inline-block;
  text-align: center;
  border-bottom: solid 3px #fff;
}

.bottom_cta .inner .box .down {
  font-weight: bold;
  font-size: 70px;
}

.bottm_cta_tell a {
  font-size: 70px;
  color: #fff;
  text-decoration: none;
}

.bottm_cta_tell p {
  text-align: center;
  margin-top: 38px;
}

/* footer */
.footer {
  padding-top: 40px;
}

.footer_contents {
  display: flex;
  justify-content: center;
}

.footer_contents li+li {
  margin-left: 34px;
}

.footer_contents li a {
  font-size: 18px;
  text-decoration: none;
  color: #333;
  border-bottom: solid 1px #333;
}



.dot_bg_left {
  margin-top: 160px;
}

/* ACCORDION */

.accordionwrap {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.accordionwrap .accordionslide {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 20px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  cursor: pointer;
  font-weight: bold;
}

@media(max-width:768px) {
  .accordionwrap .accordionslide {
    padding: 10px;
    font-size: 20px;
  }
}

.accrodion_contents_wrap {
  margin-bottom: 40px;
}

.accrodion_contents_wrap:last-child {
  margin-bottom: 0;
}

.accordionslide {
  width: 100%;
  position: relative;
  display: block;
}

.accordionslide:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #FF3737;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.accordionslide:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #FF3737;
}

.accordionslide.open:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: #FF3737;
}

.accordionslide.open:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #FF3737;
}

.slidecontents {
  display: none;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 40px;
}

@media(max-width:768px) {
  .slidecontents {
    padding: 0 20px 10px 20px;
  }
}

.slidecontents_inner {
  display: flex;
  background: none;
  border-top: 1px solid #ddd;
}

.slidecontents p {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}

@media(max-width:768px) {
  .slidecontents p {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
}


.accordionwrap {
  width: 90%;
  max-width: 870px;
  margin: 1.875em auto;
}

.number {
  margin-right: 25px;
  font-weight: bold;
  color: #FF3737;
  font-size: 35px;
  display: inline-block;
}


.question {
  width: 75%;
  line-height: 1.35;
}

.answer {
  margin-right: 25px;
  font-weight: bold;
  color: #4CAD7E;
  margin-top: 20px;
  font-size: 35px;
  display: block;
}

.accordion_wrapper_bgimage {
  /* ã“ã“ã«ç”»åƒã‚’é…ç½®ã—ã¦ãã ã•ã„ */
  background-image: url(../img/top_33.png);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  padding: 60px 0;
}

.faq_sec_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 61px;
  padding-top: 74px;
}

.hoge_item {
  width: 100px;
  background: #06C755;
}