@charset "UTF-8";

/* :root  */
:root {
  --ctm-sec-expert-list-width: 327px;
}

/* CSS Document */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.rounded {
}

body.open,
body.modaal-noscroll {
  overflow: hidden;
}

input,
textarea {
  border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
}

.flex_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.flex_wrap_between {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_wrap_center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: center;
}

.flex_wrap_middle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  align-items: center;
}
.flex_wrap_middle:has(.icon_faq) span {
  border-color: #fff;
  border-width: 3px;
}

.sp {
  display: none !important;
}

.note {
  font-size: 87.5%;
  font-weight: 400;
}

.invew {
  position: relative;
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
}

.invew.fire {
  opacity: 1;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 80px;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border-top: 5px solid #D51E28;
}

header .logo {
  width: 171px;
}

.inner_header {
  margin: auto;
  width: 100%;
  max-width: 1540px;
  padding: 0 30px;
  align-items: center;
  height: 100%;
  position: relative;
}

.gnav {
  transition: all 0.3s ease-in-out 0s;
  gap: 90px;
  align-items: center;
}

.gnav a:hover {
  opacity: 0.5;
}

.gnav_list {
  gap: 70px;
}

.gnav_list li a {
  font-size: 18px;
  font-weight: 700;
}


/*----------------------------------------------------
menu btn
----------------------------------------------------*/
.main_wrap {
  /* padding-top: 80px; */
  width: 100%;
  overflow: hidden;
}


/*----------------------------------------------------
kv
----------------------------------------------------*/
.kv_h1 {
  /*
  border-bottom: 5px solid #274B66;
  */
}

.kv_h1 img {
  width: 100%;
}

.sec_intro {
  background: url("../img/bg_intro_v2.png") center/cover;
  /* padding: 100px 0; */
  padding: 70px 100px 130px 100px;
}

.inner_1000 {
  margin: auto;
  max-width: 1000px;
  width: 90%;
}

.sec_intro {
  position: relative;
}

.sec_intro h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 3.8px;
}

.sec_intro h2 span {
  font-size: 60px;
  color: #d51e28;
  /*background-image: radial-gradient(circle at center, #D51E28 20%, transparent 20%);*/
  /* 点の色とサイズ調整 */
  /*background-position: top right;*/
  /* 点の位置 */
  /*background-repeat: repeat-x; */
  /* 横方向に繰り返し */
  /*background-size: 1em 0.2em; */
  /* 点の間隔とサイズ調整 */
  /*padding-top: 0.2em; */
  /* 縦方向の位置調整 */
}

.sec_intro h2 span.no_style {
  font-size: inherit;
  color: inherit;
  background-image: none;
}

.intro_wrap {
  align-items: center;
}

.intro_wrap ul {
  width: 25%;
}

.intro_wrap ul li {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  min-height: 97px;
  display: grid;
  place-content: center;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.intro_wrap ul li span {
  color: #E5844E;
}

.intro_wrap ul li:not(:last-child) {
  margin-bottom: 54px;
}

.intro_wrap ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 19px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -16px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.intro_wrap ul.ul_2 li::after {
  right: inherit;
  left: -16px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0%);
}

.intro_wrap figure {
  width: 45.5%;
}

.arrow_intro {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -102px;
}
.arrow_intro-inner {
  background-image: url(../img/arrow_intro_v2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 0 45px 0;
}

.inrto_func {
  padding: 130px 0;
  background: url("../img/bg_func.png") center top;
}

.inrto_func h2 {
  text-align: center;
  letter-spacing: 3.4px;
  font-size: 34px;
  margin-bottom: 60px;
}

.inrto_func h2 span {
  font-size: 41px;
  color: #D51E28;
  border-bottom: 5px dotted #D51E28;
}

.red {
  color: #D51E28;
}

.lead_func {
  text-align: center;
  font-weight: 700;
  line-height: 2.125;
  margin-bottom: 100px;
}

.note_lead {
  font-weight: 400;
  font-size: 87.5%;
}

.func_step {
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 29px;
  background: #fff;
  padding: 1px 30px 40px;
}

.ttl_step {
  text-align: center;
  margin: -36px 0 14px;
}

.func_step h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 88px;
}

.list_step {
  margin-bottom: 34px;
}

.list_step li {
  width: 29%;
  background: #FFFAE4;
  border-radius: 10px;
  padding: 1px 23px 23px;
  position: relative;
}

.list_step li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 101px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -16%;
  background: #4DBDD7;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.list_step li .num_step {
  text-align: center;
  margin: -59px 0 22px;
}

.list_step li figure {
  text-align: center;
  margin-bottom: 30px;
  aspect-ratio: 1/0.602;
}

.list_step li h4 {
  text-align: center;
  font-size: 18px;
  color: #E5844E;
  font-weight: 800;
  margin-bottom: 28px;
}

.list_ct li {
  width: 15.3%;
}

.sec_case {
  padding: 150px 0 120px;
  background: #fffae4;
}

.sec_def.sec_difference {
  padding: 150px 0 120px;
  background: #FFEFB3;
}
.sec_def.sec_difference h2 {
  margin-bottom: 64px;
}
.sec_def.sec_difference h2 .en {
  font-size: 152px;
  font-weight: 700;
  color: rgba(252, 192, 142, 0.32);
  line-height: 1;
}
/* SP向け */
@media (width < 769px) {
  .sec_def.sec_difference {
    padding: 20px 0 40px 0;
  }  
  .sec_def.sec_difference h2 {
    margin-bottom: 20px;
  }
  .sec_def.sec_difference h2 .en {
    font-size: 48px;
    bottom: 0px;
  }
}

.sec_def.sec_difference .flex_wrap_between {
  flex-grow: 1;
  align-items: top;
}

/* SP向け */
@media (width < 769px) {
  .sec_def.sec_difference .flex_wrap_between {
    /*flex-direction: column-reverse;*/
  }
}

.sec_def.sec_difference .flex_wrap_between .different_box_style,
.sec_def.sec_difference .flex_wrap_between .right_wrap,
.sec_def.sec_difference .flex_wrap_between .left_wrap {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.sec_def.sec_difference .flex_wrap_between .left_wrap {
  width: 48%;
}

/* SP向け */
@media (width < 769px) {
  .sec_def.sec_difference .flex_wrap_between .left_wrap {
    width: 100%;
  }
}

.sec_def.sec_difference .flex_wrap_between .right_wrap {
  width: 48%;
}

/* SP向け */
@media (width < 769px) {
  .sec_def.sec_difference .flex_wrap_between .right_wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}

.sec_def.sec_difference .flex_wrap_between h3 {
  color: #D51E28;
  font-size: 1.5rem;
  margin-bottom: 12px;
  text-align: center;
}

.sec_def .small_text {
  font-size: 0.8rem;
}

.sec_def h2 {
  text-align: center;
  position: relative;
  margin-bottom: 36px;
}

.sec_def h2 .en {
  font-size: 152px;
  font-weight: 700;
  color: rgba(252, 192, 142, 0.16);
  line-height: 1;
  white-space: nowrap;
}

.sec_def h2 .ja {
  position: absolute;
  bottom: -15px;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
}

.sec_def .expart_img {
  text-align: center;
  margin-bottom: 32px;
}

/* SP向け */
@media (width < 769px) {
  .sec_def .expart_img img {
    width: 40%;
  }
}

.case_wrap {
  background: #fff;
  box-shadow: 11px 9px 0px rgba(0, 0, 0, 0.04);
  border-radius: 13px;
  overflow: hidden;
  margin-top: 60px;
}

.inner_case {
  padding: 50px 50px 0;
}

.case_head {
  align-items: center;
  gap: 40px;
  position: relative;
  left: -50px;
  margin-bottom: 58px;
}

.case_head p {
  background: #FCC08E;
  border-radius: 0px 58px 58px 0px;
  width: 186px;
  line-height: 97px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 31px;
}

.case_head h3 {
  width: calc(100% - 226px);
  font-size: 24px;
  font-weight: 800;
  border-bottom: 3px dotted #E5844E;
}

.case_sec1 {
  padding-bottom: 24px;
}

.case_prof {
  width: 50%;
}

.prof_head {
  margin-bottom: 24px;
  gap: 23px;
}

.prof_head figure {
  width: calc(100% - 341px);
}

.prof_head .tb_prof {
  width: 318px;
}

.prof_head .tb_prof p {
  font-size: 20px;
  margin-bottom: 14px;
}

.prof_head .tb_prof table {
  width: 100%;
}

.prof_head .tb_prof table th,
.prof_head .tb_prof table td {
  font-size: 16px;
  vertical-align: top;
}

.prof_head .tb_prof table th p {
  font-size: 16px;
  font-weight: 800;
  background: #FFEFB3;
  border-radius: 2px;
}

.prof_head .tb_prof table td {
  padding: 0 16px 0 8px;
}

.prof_head .tb_prof table tr td:last-of-type {
  padding-right: 0;
}

.casepro_lead {
  background: #FFFAE4;
  border-radius: 5px;
  padding: 22px 27px;
  position: relative;
}

.casepro_lead::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 20px;
  margin: auto;
  top: -19px;
  left: 56px;
  background: #FFFAE4;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.data_box {
  width: 46%;
}

.data_box p {
  text-align: center;
  color: #4DBDD7;
  font-weight: 700;
  margin-bottom: 12px;
}

.data_box figure {
  border: 3px solid #4DBDD7;
  position: relative;
}

.data_box figure i {
  position: absolute;
  bottom: 0;
  right: 0;
}

.advice {
  background: #FAFAF8;
  padding: 30px;
  margin-bottom: 50px;
}

.advice h4 {
  font-size: 20px;
  gap: 15px;
  margin-bottom: 34px;
}

.advice h4 span {
  width: calc(100% - 57px);
}

.adv_wrap figure {
  width: 12.9%;
}

.adv_wrap ul {
  width: 80%;
}

.adv_wrap ul li:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 2px dotted #BFB2AF;
}

.adv_wrap ul li h5 {
  gap: 11px;
  font-size: 100%;
  margin-bottom: 16px;
}

.adv_wrap ul li h5 span {
  width: calc(100% - 110px);
}

.case_voice {
  padding: 30px;
  margin-bottom: 45px;
  border: 3px dotted #E5844E;
}

.case_voice figure {
  width: 12.9%;
}

.cv_cnt {
  width: 80%;
}

.cv_cnt h4 {
  font-size: 20px;
  font-weight: 700;
  color: #E5844E;
  margin-bottom: 20px;
}

.close_bottom {
  display: none;
}

.sec_point {
  padding: 130px 0;
  background: url("../img/bg_func.png") center top;
}

.inner_900 {
  margin: auto;
  max-width: 900px;
  width: 90%;
}

.list_point li:not(:last-child) {
  margin-bottom: 120px;
}

.list_point li:nth-child(even) {
  flex-direction: row-reverse;
}

.list_point li figure {
  width: 45%;
}

.list_point li .cnt_point {
  width: 46%;
}

.list_point li .cnt_point h3 {
  border-bottom: 3px dotted #E5844E;
  gap: 16px;
  font-weight: 800;
  margin-bottom: 34px;
  padding-bottom: 10px;
}

.list_point li .cnt_point h3 .num {
  font-size: 64px;
  color: #f8dacb;
  line-height: 1;
}

.list_point li .cnt_point h3 .ttl_point {
  width: calc(100% - 70px);
  font-size: 27px;
  line-height: 1.29;
  color: #e5844e;
}

.sec_flow {
  padding: 150px 0;
  /*background: #ffefb3;*/
  background: #fffae4;
}

.list_flow {
  background: #fff;
  border-radius: 20px;
}

.list_flow li {
  padding: 30px 20px;
  gap: 0px;
  align-items: center;
  position: relative;
}

.list_flow li:not(:last-child) {
  margin-bottom: 0px;
}

.list_flow li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/icon_div.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -7.5px;
}

.list_flow li .flow_num {
  font-size: 36px;
  color: rgba(229, 132, 78, 0.3);
  font-weight: bold;
  vertical-align: -4px;
  margin-right: 5px;
}

.list_flow li figure {
  width: 37%;
}

.list_flow li .flow_cnt {
  width: 60%;
}

.list_flow li h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e5844e;
  line-height: 1.2;
}

.sec_faq {
  padding: 64px 0 144px;
}
/* SP向け */
@media (width < 769px) {
  .sec_faq {
    padding: 20px 0 40px;
  }
}
.wrap_faq dl:not(:last-child) {
  margin-bottom: 30px;
}

.icon_faq {
  font-size: 18px;
  width: 35px;
  text-align: center;
  font-weight: 800;
  line-height: 35px;
  background: #fff;
  border-radius: 50%;
  color: #4DBDD7;
  margin-right: 13px;
  position: relative;
}

.icon_faq::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 8px;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 0px;
  bottom: 0px;
  transform: rotate(45deg);
}

.icon_faq.icon_a {
  color: #E5844E;
  background: #FAFAF8;
}

.icon_faq.icon_a::after {
  background: #FAFAF8;
}

.wrap_faq dl dt {
  cursor: pointer;
  position: relative;
  background: #FCC08E;
  border: 2px solid #FCC08E;
  padding: 12px 70px 12px 12px;
}

.wrap_faq dl dt h3 {
  width: calc(100% - 52px);
  font-size: 18px;
  font-weight: 800;
}

.wrap_faq dl dt span {
  display: block;
  position: absolute;
  right: 20px;
  top: 5px;
  bottom: 0;
  margin: auto;
  /*
  */
  transition: all 0.3s ease-in-out 0s;
  transform: rotate(225deg);
  /*
  transform: translateY(-25%) rotate(45deg);
  */
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #323232;
  border-right: 2px solid #323232;
  content: '';
  transition: transform .3s;

}

.wrap_faq dl dt.is-active span {
  transform: rotate(45deg);
  top: 0px;
}

.wrap_faq dl dd {
  display: none;
  padding: 14px 70px 14px 12px;
  border: 2px solid #FCC08E;
  border-top: none;
}

.wrap_faq dl dd .flex_wrap {
  align-items: flex-start;
}

.a_box {
  width: calc(100% - 52px);
  align-self: center;
  font-weight: 500;
}

.sec_contact {
  background: #FFFAE4;
  padding: 40px 0;
}
/* .sec_contact .inner_1000{
	background: #FFFFFF;
	box-shadow: 0px 8px 0px #00000012;
	border-radius: 50px;
	padding: 0;
} */
.sec_contact .inner_narrow {
  margin: auto;
  max-width: 700px;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #FFFFFF;
  border-radius: 50px;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.0705882353);
}

.sec_contact .inner_narrow .formrun-embed iframe {
  border-radius: 50px;
}
/* SP向け */
@media (width < 769px) {
  .sec_contact {
    padding: 0;
    background: none;
    border-top: 1px solid #eee;
    .inner_narrow {
      padding: 20px 0 40px;
      width: auto;
      border-radius: 0;
      box-shadow: none;
    }
  }
}

.footer {
  padding-bottom: 100px;
}
.footer_info {
  padding: 60px 5% 50px;
  background: #FAFAF8;
  text-align: center;
}

.footer_padding {
  padding-bottom: 120px;
}

.ft_logo {
  margin-bottom: 48px;
}

.list_ft_nav {
  gap: 32px;
  text-decoration: underline;
}
.list_ft_nav li.item-privacymark img {
  width: 70px;
}

.copy {
  text-align: center;
  padding: 11px 5%;
  background: #fff;
  border-bottom: 5px solid #D51E28;
  font-size: 14px;
}

/*----------------------------------------------------
sp
----------------------------------------------------*/
.sp_newline {
  display: none;
}

@media screen and (max-width: 1440px) {
  .gnav {
    gap: 30px;
  }

  .gnav_list {
    gap: 24px;
  }

}

@media screen and (max-width: 1144px) {
  .menu_btn {
    display: block;
  }

  .inner_header {
    padding: 0 5%;
  }

  .gnav {
    position: absolute;
    top: 59px;
    width: 100%;
    left: 0;
    padding: 20px;
    background: #fff;
    transform: scale(1, 0);
    transform-origin: top;
    transition: 0.5s;
    height: calc(100vh - 64px);
    overflow: auto;
  }

  .open .gnav {
    transform: scale(1, 1);
  }

  header {
    height: 64px;
  }

  /* .main_wrap{padding-top: 64px;} */
  header .logo {
    width: 129px;
  }

  .gnav_list {
    width: 100%;
  }

  .gnav_list li {
    width: 100%;
    text-align: center;
  }

}

/* SP向け */
@media (width < 769px) {
  body {
    font-size: 14px;
  }

  .sp {
    display: block !important;
  }

  .sp_newline {
    display: inline;
  }

  .pc {
    display: none !important;
  }

  .kv_h1 {
    border: none;
  }

  .kv {
    position: relative;
  }

  .sec_intro {
    background-image: url("../img/bg_intro_sp_v2.png");
    padding: 30px 0 20px;
  }

  .sec_intro h2 {
    font-size: 19px;
    margin-bottom: 24px;
  }

  .sec_intro h2 span {
    font-size: 24px;
  }

  .sec_intro h2.intro_h2 {
    padding-right: 42px;
    background: url(../img/bg_intor_h2.png) no-repeat right 50%;
    background-size: 50px auto;
  }

  .intro_wrap {
    flex-direction: column;
  }

  .intro_wrap ul {
    width: 100%;
    background: #fff;
  }

  .intro_wrap figure {
    width: 100%;
    order: 3;
    text-align: center;
  }

  .intro_wrap figure img {
    width: 80%;
  }

  .intro_wrap ul:first-of-type {
    border-radius: 10px 10px 0 0;
  }

  .intro_wrap ul:last-of-type {
    order: 2;
    border-radius: 0 0 10px 10px;
    position: relative;
  }

  .intro_wrap ul li,
  .intro_wrap ul li:not(:last-child) {
    margin-bottom: 0px;
    text-align: center;
    filter: none;
    display: block;
  }

  /* 2024.08.16 追加 */
  .intro_wrap ul li {
    min-height: 32px;
    padding: 6px 20px;
  }

  .intro_wrap ul li.first_item {
    padding-top: 20px;
  }

  .intro_wrap ul li.bottom_item {
    padding-bottom: 20px;
  }

  /* 2024.08.16 追加ここまで */
  .intro_wrap ul li p {
    text-align: left;
    padding-left: 38px;
    background: url("../img/mark.svg") no-repeat left top 5px;
  }

  .intro_wrap ul li::after,
  .intro_wrap ul.ul_2 li::after {
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
    height: 14px;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -13px;
  }

  .intro_wrap ul.ul_2 li:last-child::after {
    content: none;
  }

  .arrow_intro {
    width: 300px;
    bottom: -55px;
  }
  .arrow_intro-inner {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0 25px 0;
  }

  .inrto_func {
    padding: 100px 0 60px;
  }

  .inrto_func h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .lead_func {
    font-size: 16px;
  }

  .inrto_func h2 span {
    font-size: 24px;
  }

  .func_step {
    padding: 1px 20px 20px;
  }

  .ttl_step {
    margin: -18px auto 14px;
  }

  .func_step h3 i {
    display: inline-block;
    width: 66px;
  }

  .func_step h3 {
    font-size: 30px;
  }

  .list_step li {
    width: 100%;
  }

  .list_step {
    gap: 146px;
  }

  .list_step li:not(:last-child)::after {
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
    height: 34px;
    width: 128px;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -62px;
  }

  .list_ct li {
    width: 30%;
  }

  .list_ct {
    gap: 14px 0;
  }

  .sec_case {
    padding: 80px 0 40px 0;
  }

  .sec_def h2 {
    margin-bottom: 20px;
  }

  .sec_def h2 .en {
    font-size: 54px;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
  }

  .sec_def h2 .ja {
    position: relative;
    font-size: 26px;
    text-align: left;
    background-size: 80px auto;
    padding: 0;
    text-align: center;
    bottom: 0;
    i {
      display: block;
    }
    img {
      height: 38px;
    }
  }

  .case_head h3 {
    width: 100%;
    left: 20px;
    font-size: 20px;
    position: relative;
  }

  .inner_case {
    padding: 20px 20px 0;
  }

  .case_head {
    left: -20px;
    gap: 23px;
    margin-bottom: 23px;
  }

  .case_head p {
    width: 119px;
    line-height: 62px;
    font-size: 21px;
  }

  .case_prof {
    width: 100%;
  }

  .prof_head figure {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .prof_head figure::after {
    content: "相談者様";
    font-size: 20px;
  }

  .prof_head .tb_prof table th p {
    font-size: 14px;
  }

  .prof_head .tb_prof table th,
  .prof_head .tb_prof table td {
    font-size: 14px;
  }

  .prof_head .tb_prof table td {
    padding: 0 10px 0 4px;
  }

  .casepro_lead {
    padding: 20px;
    font-size: 16px;
  }

  .casepro_lead::before {
    width: 40px;
  }

  .data_box {
    width: 100%;
    margin-top: 40px;
  }

  .case_sec1 {
    padding-bottom: 40px;
  }

  .advice {
    padding: 20px;
  }

  .advice h4 {
    font-size: 18px;
  }

  .adv_wrap figure {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
  }

  .adv_wrap ul {
    width: 100%;
  }

  .case_voice {
    padding: 20px;
  }

  .case_voice figure {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
  }

  .cv_cnt {
    width: 100%;
  }

  .sec_point {
    padding: 20px 0 40px 0;
    h2 .en {
      bottom: 0px;
    }
  }
  .list_point li:nth-child(even),
  .list_point li {
    flex-direction: column;
    gap: 0px;
  }

  .list_point li figure {
    width: 100%;
  }

  .list_point li .cnt_point {
    width: 100%;
  }

  .list_point li:not(:last-child) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .list_point li .cnt_point h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .list_point li .cnt_point h3 .num {
    font-size: 36px;
  }

  .list_point li .cnt_point h3 .ttl_point {
    font-size: 23px;
    width: calc(100% - 50px);
  }

  .sec_flow {
    padding: 20px 0 40px 0;
  }

  .list_flow li {
    padding: 20px 20px;
  }
  .list_flow li + li {
    margin-top: 15px;
  }
  .list_flow li:not(:last-child)::after {
    bottom: -15px;
  }

  .list_flow li .flow_num {
  }

  .list_flow li h3 {
    font-size: 22px;
  }

  .list_flow li figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .list_flow li .flow_cnt {
    width: 100%;
  }

  .list_step li figure img {
    width: 100%;
    max-width: inherit;
  }

  .list_step li h4 {
    font-size: 22px;
  }

  /* 2024.08.16 追加 */
  .fixed_logo {
    width: 40vw;
    top: 20px;
    left: 20px;
    padding: 6px;
  }

  /* 2024.08.16 追加ここまで */
}


/*----------------------------------------------------
 グリッド
----------------------------------------------------*/

/* グリッド(flex) */
.has-flex {
  /*letter-spacing: -0.5em;*/
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  /* 変更したい箇所のみ--ctm-has-flex-gap変更で変更箇所のみ変わる。rem vwもOK。 */
  --ctm-has-flex-gap: 20px;
  gap: var(--ctm-has-flex-gap) var(--ctm-has-flex-gap);
}
.has-flex[data-col] > .has-grid-item {
  position: relative;
  --ctm-has-flex-col: 1;
  flex-basis: calc(100% / var(--ctm-has-flex-col) - ( var(--ctm-has-flex-col) - 1 ) * var(--ctm-has-flex-gap) / var(--ctm-has-flex-col));
  width: calc(100% / var(--ctm-has-flex-col) - ( var(--ctm-has-flex-col) - 1 ) * var(--ctm-has-flex-gap) / var(--ctm-has-flex-col));
  max-width: calc(100% / var(--ctm-has-flex-col) - ( var(--ctm-has-flex-col) - 1 ) * var(--ctm-has-flex-gap) / var(--ctm-has-flex-col));
}
.has-flex > .has-grid-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  order: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
}
/* グリッド(flex)：PC向け */
@media (width >= 769px) {
  .has-flex[data-col*="pc2"] > .has-grid-item {--ctm-has-flex-col: 2;}
  .has-flex[data-col*="pc3"] > .has-grid-item {--ctm-has-flex-col: 3;}
  .has-flex[data-col*="pc4"] > .has-grid-item {--ctm-has-flex-col: 4;}
  .has-flex[data-col*="pc5"] > .has-grid-item {--ctm-has-flex-col: 5;}
  .has-flex[data-col*="pc6"] > .has-grid-item {--ctm-has-flex-col: 6;}
  .has-flex[data-col*="pc7"] > .has-grid-item {--ctm-has-flex-col: 7;}
}
/* グリッド(flex)：SP向け */
@media (width < 769px) {
  .has-flex[data-col*="sp2"] > .has-grid-item {--ctm-has-flex-col: 2;}
  .has-flex[data-col*="sp3"] > .has-grid-item {--ctm-has-flex-col: 3;}
  .has-flex[data-col*="sp4"] > .has-grid-item {--ctm-has-flex-col: 4;}
  .has-flex[data-col*="sp5"] > .has-grid-item {--ctm-has-flex-col: 5;}
  .has-flex[data-col*="sp6"] > .has-grid-item {--ctm-has-flex-col: 6;}
  .has-flex[data-col*="sp7"] > .has-grid-item {--ctm-has-flex-col: 7;}
}
/* グリッド(flex)：縦位置中央 */
.has-flex.has-flex-nowrap.has-flex-verticalcenter,
.has-flex.has-flex-verticalcenter {
  align-items: center;
  align-content: center;
}
/* グリッド(flex)：縦位置下 */
.has-flex.has-flex-nowrap.has-flex-verticalbottom,
.has-flex.has-flex-verticalbottom {
  align-items: flex-end;
  align-content: flex-end;
}
/* グリッド(flex)：折り返さない */
.has-flex.has-flex-nowrap {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.has-flex-nowrap > .has-grid-item {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
}
/* グリッド(flex)：余白均等（折り返さない） */
.has-flex.has-flex-space-between {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.has-flex.has-flex-space-between > .has-grid-item {
  width: auto;
}


/* グリッド(table) */
.has-table {
  display: block;
  display: table;
  width: 100%;
}
.has-table > .has-table-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: table-cell;
  word-wrap : break-word;
  overflow-wrap : break-word;
  vertical-align: middle;
}


/* グリッド(grid) */
.has-grid {
  /*letter-spacing: -0.5em;*/
  width: 100%;
  display: grid;
  --ctm-has-grid-col: 1;
  --ctm-grid-len: calc(100% / var(--ctm-has-grid-col) - ( var(--ctm-has-grid-col) - 1 ) * var(--ctm-has-grid-gap) / var(--ctm-has-grid-col));
  grid-template-columns: repeat(var(--ctm-has-grid-col),var(--ctm-grid-len));
  /* 変更したい箇所のみ--ctm-has-grid-gap変更で変更箇所のみ変わる。rem vwもOK。 */
  --ctm-has-grid-gap: 20px;
  gap: var(--ctm-has-grid-gap) var(--ctm-has-grid-gap);
}
.has-grid[data-col] > .has-grid-item {
  position: relative;
}
.has-grid > .has-grid-item {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* グリッド(grid)：縦位置中央 */
.has-grid[data-row-center="true"] > .has-grid-item {
  align-items: center;
}
/* グリッド(grid)：1個目のみ大きくする */
.has-grid[data-col].item-first-large > .has-grid-item:first-child {
  grid-column: 1 / calc(var(--ctm-has-grid-col) + 1);
}  
/* グリッド(grid)：n行の横位置を揃える */
.has-grid[data-row] > .has-grid-item {
  --ctm-has-grid-sub-row: 1;
  --ctm-has-grid-gap-sub: 10px;

  display: grid;
  grid-row: span var(--ctm-has-grid-sub-row);
  grid-template-rows: subgrid;
  gap: var(--ctm-has-grid-gap-sub);
}  
.has-grid[data-row="2"] > .has-grid-item {--ctm-has-grid-sub-row: 2;}
.has-grid[data-row="3"] > .has-grid-item {--ctm-has-grid-sub-row: 3;}
.has-grid[data-row="4"] > .has-grid-item {--ctm-has-grid-sub-row: 4;}
.has-grid[data-row="5"] > .has-grid-item {--ctm-has-grid-sub-row: 5;}
.has-grid[data-row="6"] > .has-grid-item {--ctm-has-grid-sub-row: 6;}
.has-grid[data-row="7"] > .has-grid-item {--ctm-has-grid-sub-row: 7;}
.has-grid[data-row="8"] > .has-grid-item {--ctm-has-grid-sub-row: 8;}
.has-grid[data-row="9"] > .has-grid-item {--ctm-has-grid-sub-row: 9;}
.has-grid[data-row="10"] > .has-grid-item {--ctm-has-grid-sub-row: 10;}

/* グリッド(flex)：PC向け */
@media (width >= 769px) {
  .has-grid[data-col*="pc2"] {--ctm-has-grid-col: 2;}
  .has-grid[data-col*="pc3"] {--ctm-has-grid-col: 3;}
  .has-grid[data-col*="pc4"] {--ctm-has-grid-col: 4;}
  .has-grid[data-col*="pc5"] {--ctm-has-grid-col: 5;}
  .has-grid[data-col*="pc6"] {--ctm-has-grid-col: 6;}
  .has-grid[data-col*="pc7"] {--ctm-has-grid-col: 7;}
}
/* グリッド(flex)：SP向け */
@media (width < 769px) {
  .has-grid[data-col*="sp2"] {--ctm-has-grid-col: 2;}
  .has-grid[data-col*="sp3"] {--ctm-has-grid-col: 3;}
  .has-grid[data-col*="sp4"] {--ctm-has-grid-col: 4;}
  .has-grid[data-col*="sp5"] {--ctm-has-grid-col: 5;}
  .has-grid[data-col*="sp6"] {--ctm-has-grid-col: 6;}
  .has-grid[data-col*="sp7"] {--ctm-has-grid-col: 7;}
}


/*----------------------------------------------------
 content-overlay-block：画面一杯に広がる要素
----------------------------------------------------*/
.content-overlay-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
  background: rgba(0,0,0,0.4);
}
.content-overlay-inner {
  margin: auto;
  padding: 0;
  position: relative;
  /*
    width: 1000px;
    background: #fff;
    height: 90vh;
    overflow: hidden;
    overflow-y: scroll;
  */
}
.content-overlay-block .overlay-bg-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-overlay-block .overlay-close {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  bottom: auto;
  left: 0;
  z-index: 101;
  text-align: right;
  cursor: pointer;
  margin: 0 auto;
}
.content-overlay-block .overlay-close::before {
  content: "";
  background-image: url("../img/icon_close.png");;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  position: static;
  width: 20px;
  height: 20px;
}
/* content-overlay-block：PC向け */
@media (width >= 769px) {
}
/* content-overlay-block：SP向け */
@media (width < 769px) {
  .content-overlay-block .overlay-close {
    width: 90%;
    right: 0px;
    top: 4vw;
  }
  .content-overlay-block .overlay-close::before {
    width: 14px;
    height: 14px;
    
  }
}


/*----------------------------------------------------
 画像ギャラリーコンテンツ
----------------------------------------------------*/
.parts-img-gallery-block {
  width: 100%;
  padding: 0;
  position: relative;
}
/* img-gallery-arrow */
.parts-img-gallery-block .img-gallery-arrow .arrow-inner {
  position: absolute;
}

/* PC向け */
@media (width >= 769px) {
}
/* SP向け */
@media (width < 769px) {
  .parts-img-gallery-block .img-gallery-arrow {
    display: none;
  }
}


/* img-gallery-arrow：arrow-prev-next */
.parts-img-gallery-block .img-gallery-arrow .arrow-prev-next {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  cursor: pointer;
  width: 50%;
  height: auto;
  transition: opacity 0.5s;
  opacity: 1;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-prev-next.hidden {
  display: none;
}
/* img-gallery-arrow：icon */
.parts-img-gallery-block .img-gallery-arrow .arrow-prev-next .arrow-body {
  display: inline-block;
  position: absolute;
  top: 0;
  margin-top: -75px;
  background: #fff;
  border: 2px solid #c00;
  border-radius: 50%;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-prev-next .arrow-body::before {
  margin: 0;
  color: var(--ctm-text-color-caption);
  border-bottom: 2px solid #c00;
  border-right: 2px solid #c00;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-prev .arrow-body {
  padding: 18px 15px 18px 21px;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-prev .arrow-body::before {
  transform: rotate(-225deg);
}
.parts-img-gallery-block .img-gallery-arrow .arrow-next .arrow-body {
  padding: 18px 21px 18px 15px;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-next .arrow-body::before {
  transform: rotate(-45deg);
}


/* img-gallery-arrow：icon-prev */
.parts-img-gallery-block .img-gallery-arrow .arrow-prev {
  right: 0;
  left: auto;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-prev .arrow-inner {
  left: 0;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-prev .arrow-body {
  right: calc((var(--ctm-sec-expert-list-width)/2) + 20px);
}
/* img-gallery-arrow：icon-next */
.parts-img-gallery-block .img-gallery-arrow .arrow-next {
  right: 0;
  left: auto;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-next .arrow-inner {
  left: 0;
}
.parts-img-gallery-block .img-gallery-arrow .arrow-next .arrow-body {
  left: calc((var(--ctm-sec-expert-list-width)/2) + 20px);
}

/* img-gallery-list： */
.parts-img-gallery-block .img-gallery-list,
.parts-img-gallery-block .img-gallery-list li {
  list-style: none;
}

/* img-gallery-img */
.parts-img-gallery-block .img-gallery-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #FFF;
  position: relative;
  height: 100%;
  width: 100%;
}
.parts-img-gallery-block .img-gallery-img img {
  height: auto;
  width: 100%;
  display: block;
}

/* img-gallery-main */
.parts-img-gallery-block .img-gallery-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.parts-img-gallery-block .img-gallery-main .img-gallery-img {
  margin: 0 auto;
  width: 100%;
}
/*
.parts-img-gallery-block .img-gallery-main .img-gallery-img:before {
  display: none;
}
.parts-img-gallery-block .img-gallery-main .img-gallery-img:hover::after {
  display: none;
}
*/
.parts-img-gallery-block .img-gallery-main .img-gallery-img.noimage::before {
  font-size: 1.5rem;
}
/* PC向け */
@media (width >= 769px) {
}
/* SP向け */
@media (width < 769px) {
}
/* img-gallery-main：img-gallery-list */
.parts-img-gallery-block .img-gallery-main .img-gallery-list,
.parts-img-gallery-block .img-gallery-main .img-gallery-list .img-gallery-list-item {
  height: 100vh;
  width: 100%;
}
.parts-img-gallery-block .img-gallery-main .img-gallery-list {
  position: relative;
  margin: 0;
  padding: 0;
}
.parts-img-gallery-block .img-gallery-main .img-gallery-list .img-gallery-list-item {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  margin: 0;
  transition: opacity 0.5s;
  opacity: 0;
}
.parts-img-gallery-block .img-gallery-main .img-gallery-list .img-gallery-list-item.hidden {
  display: none;
}
.parts-img-gallery-block .img-gallery-main .img-gallery-list .img-gallery-list-item.current {
  transition: opacity 0.5s;
  opacity: 1;
}

.parts-img-gallery-block .parts-auto-fadein-out .img-gallery-main .img-gallery-list .img-gallery-list-item.current {
  transition: opacity 3.0s;
  opacity: 1;
}
/* SP向け */
@media (width < 769px) {
  .parts-img-gallery-block .img-gallery-main .img-gallery-list .img-gallery-list-item {
    position: relative;
    transition: none;
    opacity: 1;
    width: auto;
  }  
}

/* img-gallery-sub： */
.parts-img-gallery-block .img-gallery-sub {
  position: relative;
  margin: 30px auto;
  --parts-img-gallery-sub-len: 10px;
}
.parts-img-gallery-block .img-gallery-sub .img-gallery-arrow {
  display: none;
}
.parts-img-gallery-block .img-gallery-sub .img-gallery-list {
  margin: 0;
  position: relative;
  text-align: center;
}
.parts-img-gallery-block .img-gallery-sub .img-gallery-img {
  height: var(--parts-img-gallery-sub-len);
  overflow: visible;
}
.parts-img-gallery-block .img-gallery-sub .img-gallery-list .img-gallery-list-item {
  margin: 0;
  display: inline-block;
}
.parts-img-gallery-block .img-gallery-sub .img-gallery-list .img-gallery-list-item + .img-gallery-list-item {
  margin-left: 10px;
}
.parts-img-gallery-block .img-gallery-sub .img-gallery-img {
  width: var(--parts-img-gallery-sub-len);
  border-radius: 50%;
  background: #d6d6d6;
  cursor: pointer;
}
.parts-img-gallery-block .img-gallery-sub .current .img-gallery-img:after {
  background-color: #cc0000;
  border-radius: 50%;
  content: "";
  width: calc(var(--parts-img-gallery-sub-len) * 1.7);
  height: calc(var(--parts-img-gallery-sub-len) * 1.7);
  position: absolute;
  top: calc(50% - (var(--parts-img-gallery-sub-len) * 1.7) / 2);
  left: calc(50% - (var(--parts-img-gallery-sub-len) * 1.7) / 2);
}

/* PC向け */
@media (width >= 769px) {
}
/* SP向け */
@media (width < 769px) {
  .parts-img-gallery-block .img-gallery-sub {
    margin: 15px auto;
  }
}


/*----------------------------------------------------
 画像ギャラリーコンテンツ（ガイドグループ - カルーセル機能）
----------------------------------------------------*/
.parts-img-gallery-block.item-guide-group {
  .img-gallery-arrow {
    display: none;
  }
  .img-gallery-sub .img-gallery-list {
    position: static;
  }
  .img-gallery-main .img-gallery-list,
  .img-gallery-main .img-gallery-list .img-gallery-list-item {
    height: auto;
  }
  
}

/* PC向け */
@media (width >= 769px) {
}
/* SP向け */
@media (width < 769px) {
}


/*----------------------------------------------------
 画像ギャラリーコンテンツ（ガイド詳細 - カルーセル機能）
----------------------------------------------------*/
/* PC向け */
@media (width >= 769px) {
}
/* SP向け */
@media (width < 769px) {
  .parts-img-gallery-block.item-guide-details {
    .img-gallery-list-item .has-table-item {
      position: relative;
    }
    .overlay-bg-close {
      position: absolute;
    }
  }
}


/*----------------------------------------------------
 slick
----------------------------------------------------*/
/* slick.css */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* slick-theme */
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}


/*----------------------------------------------------
ebook
----------------------------------------------------*/
.sec_ebook {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  text-align: center;
  padding: 40px 0;
  position: relative;

  .sec_ebook_title {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 2;
    margin-bottom: -30px;
    --ctm-sec-ebook-title-ribbon-width: 47px;
    --ctm-sec-ebook-title-ribbon-height: 48px;
    .sec_ebook_title_sub {
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 5px;
    }
    .sec_ebook_title_inner {
      position: relative;
      font-size: 32px;
      font-weight: bold;
      padding: 4px 18px;
      display: inline-block;
      background-color: #cc0000;
      border: 2px solid #ffeadf;
      color: #fff;
      &::before,
      &::after {
        content: "";
        display: block;
        background-image: url(../img/ebook_title_ribbon_pc.png);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: var(--ctm-sec-ebook-title-ribbon-width);
        height: var(--ctm-sec-ebook-title-ribbon-height);
        position: absolute;
        bottom: -8px;
      }
      &::before {
        left: calc( -0px - var(--ctm-sec-ebook-title-ribbon-width) / 2);
        z-index: -1;
      }
      &::after {
        transform: rotate(180deg);
        right: calc( -0px - var(--ctm-sec-ebook-title-ribbon-width) / 2);
        z-index: -1;
      }
    }
    strong {
      color: #fff100;
    }
  }
  .sec_ebook_inner {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 780px;
    padding: 20px 15px 15px 15px;
    border: 6px solid #cc0000;
    background-color: #fff;
    border-radius: 20px;
    .clearfix {
    }
  }
  
  .parts-btn-cta {
    margin: 15px auto;
    max-width: 100%;
    .item-msg-top,
    .item-msg-bottom {
      color: inherit;
    }
    .item-btn {
      max-width: 354px;
    }
  }

  .parts-caption {
    font-size: 13px;
    margin-top: 13px;
  }
}

/* PC向け */
@media (width >= 769px) {
  .sec_ebook {
    background-image: url(../img/ebook_bg_pc.png);
    .sec_ebook_inner {
      .clearfix {
        padding: 37px 50px 0px 50px;

        .sec_ebook_inner_content {
          display: flex;
          flex-direction: row-reverse;
          .sec_ebook_gift,
          .sec_ebook_book {
            /*display: flex;*/
            .sec_ebook_content_title {
              margin-bottom: 10px;
            }
          }
          .sec_ebook_gift {
            color: #d51e28;
            .sec_ebook_content_title {
              font-weight: bold;
              font-size: 28px;
              line-height: 1.25;
            }
            .sec_ebook_content_title_l2 {
              font-size: 22px;
              line-height: 1.35;
            }
          }
          .sec_ebook_book {
            .sec_ebook_content_title {
              font-weight: bold;
              font-size: 18px;
              line-height: 1.2;
            }
            .sec_ebook_content_title_l2 {
              font-size: 20px;
              line-height: 1.45;
            }
            .sec_ebook_content_title_l3 {
              color: #d51e28;
              font-size: 28px;
              line-height: 1.2;
            }
          }
          .sec_ebook_icon {
            padding: 20px;
          }
        }

      }
    }
  }
}
/* SP向け */
@media (width < 769px) {
  .sec_ebook {
    background-image: url(../img/ebook_bg_sp.png);
    padding: 20px 0;
    .sec_ebook_title {
      margin-bottom: -11px;
      --ctm-sec-ebook-title-ribbon-width: 43px;
      --ctm-sec-ebook-title-ribbon-height: 33px;
      .sec_ebook_title_sub {
        font-size: 14px;
      }
      .sec_ebook_title_inner {
        font-size: 18px;
        line-height: 1.2;
        padding: 6px 10px;
        min-width: 279px;
        &::before,
        &::after {
          background-image: url(../img/ebook_title_ribbon_sp.png);
        }
      }
    }
    .sec_ebook_inner {
      padding: 25px 15px 15px 15px;
      .clearfix {

        .sec_ebook_inner_content {
          --ctm-sec-ebook-content-img-len: 40%;
          /*
          display: flex;
          flex-direction: row-reverse;
          */
          flex-direction: column;
          .sec_ebook_gift,
          .sec_ebook_book {
            display: flex;
            .sec_ebook_content_img {
              width: var(--ctm-sec-ebook-content-img-len);
            }
            .sec_ebook_content_title {
              width: calc(100% - var(--ctm-sec-ebook-content-img-len));
            }
          }
          .sec_ebook_gift {
            color: #d51e28;
            .sec_ebook_content_title {
              font-weight: bold;
              font-size: 20px;
              line-height: 1.25;
              display: table;
              .sec_ebook_content_title_inner {
                display: table-cell;
                vertical-align: middle;
              }
            }
            .sec_ebook_content_title_l2 {
              font-size: 18px;
              line-height: 1.25;
            }
          }
          .sec_ebook_book {
            flex-direction: row-reverse;
            .sec_ebook_content_title_inner {
              margin-left: -10px;
              padding-top: 15px;
            }
            .sec_ebook_content_title {
              font-weight: bold;
              font-size: 13px;
              line-height: 1.25;
            }
            .sec_ebook_content_title_l2 {
              font-size: 14px;
              line-height: 1.25;
            }
            .sec_ebook_content_title_l3 {
              color: #d51e28;
              font-size: 20px;
              line-height: 1.25;
            }
          }
        }

        .sec_ebook_icon {
          padding: 0;
          margin-top: -50px;
          img {
            width: 30px;
          }
        }
      
      }
    }

    .parts-btn-cta {
      margin: 15px auto;
      .item-btn {
        font-size: 18px;
        line-height: 57px;
        &::after {
          width: 7px;
          height: 10px;
          right: 6%;
        }
        .item-decoration {
          padding: 0px 11%;
        }
      }
    }
    .parts-caption {
      margin-right: -15px;
      margin-left: -15px;
      font-size: 10px;
    }
  }  
}


/*----------------------------------------------------
sec_expert
----------------------------------------------------*/
.sec_def.sec_expert {
  padding: 150px 0;
  background: #fffae4;
  h2 .ja {
    bottom: -10px;
  }
  .caption {
    font-weight: normal;
    font-size: 1rem;
    display: block;
  }
  .parts-img-gallery-block {
  }
  .sec_expert_list.has-flex {
    --ctm-has-flex-gap: 20px;
    .has-grid-item {
      background: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 10px 20px;
      cursor: pointer;
    }
  }
  .sec_expert_list_img {
    max-width: 112px;
  }
  .sec_expert_list_name_kana {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
  }
  .sec_expert_list_name {
    font-size: 20px;
    font-weight: bold;
    margin-top: -5px;
  }
  .sec_expert_list_tag {
    font-size: 12px;
    color: #666;
    border: 1px solid #666;
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .has-table:has(.sec_expert_list_inner) {
    height: 100%;
  }
  .sec_expert_list_inner {
    position: relative;
    cursor: default;
    width: var(--ctm-sec-expert-list-width);
    background: #fff;
    margin: auto;
    padding: 15px;
    border-radius: 20px;
    font-size: 14px;
    .sec_expert_list_head {
      line-height: 1.6;
      position: relative;
      padding: 0 0 0 100px;
      min-height: 90px;
      .sec_expert_list_img {
        margin-right: 10px;
        width: 90px;
        position: absolute;
        left: 0;
        top: 0;
      }
      .sec_expert_list_name_kana {
        margin: 0;
      }
      .sec_expert_list_name {

      }
      .sec_expert_list_other {

      }
    }
    .sec_expert_list_body {
      margin-top: 15px;
      .sec_expert_list_body_title {
      }
      .sec_expert_list_tag_list {
        margin: 10px 0;
        .sec_expert_list_tag {
          margin-bottom: 5px;
          margin-right: 3px;
          border: none;
          background: #f8f8ec;
          font-size: inherit;
        }
      }
      .sec_expert_list_body_discription {
      }
    }

  }


  .small_text {
    text-align: center;
  }

}
/* SP向け */
@media (width < 769px) {
  .sec_def.sec_expert {
    padding: 20px 0 40px 0;
    .sec_expert_list.has-flex {
      --ctm-has-flex-gap: 10px;
    }
  }
}


/*----------------------------------------------------
sec_users_voice
----------------------------------------------------*/
.sec_def.sec_users_voice {
  padding: 150px 0;
  background: #ffefb3;
  /*overflow: hidden;*/
  .sec_users_voice_inner {
    padding: 0 30px;
  }
  h2 .ja {
    bottom: -10px;
  }
  h2 .en {
    margin-right: -35%;
    margin-left: -35%;
  }
  .caption {
    font-weight: normal;
    font-size: 1rem;
    display: block;
  }
  .parts-img-gallery-block {
  }
  .sec_users_voice_list {
    margin: 0 -10px;
  }
  .sec_users_voice_list.has-flex {
    --ctm-has-flex-gap: 20px;
    .has-grid-item {
      text-align: left;
    }
  }
  .sec_users_voice_list_img {
    max-width: 80px;
    float: left;
    margin-right: 10px;
  }
  .sec_users_voice_list_title {
    font-size: 16px;
    font-weight: bold;
  }
  .sec_users_voice_list_name {
    font-size: 14px;
    font-weight: bold;
    margin-top: -5px;
    color: #666;
  }
  .sec_users_voice_list_discription {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }
  .sec_users_voice_list_inner {
    height: 100%;
    position: relative;
    margin: 0 10px 10px 10px;
    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: #fff;
      border-radius: 20px;
    }
  }

  .slick-dots {
    --ctm-slick-dots-len-s: 10px;
    --ctm-slick-dots-len: calc( var(--ctm-slick-dots-len-s) * 1.7 );
  }
  .slick-dots li {
    width: var(--ctm-slick-dots-len);
    height: var(--ctm-slick-dots-len);
    margin: 0;
    vertical-align: middle;
  }
  .slick-dots li + li {
    margin-left: 5px;
  }
  .slick-dots li button {
    width: var(--ctm-slick-dots-len);
    height: var(--ctm-slick-dots-len);
  }
  .slick-dots li button::before {
    width: var(--ctm-slick-dots-len-s);
    height: var(--ctm-slick-dots-len-s);
    border-radius: 50%;
    background: #d6d6d6;
    opacity: 1;
    color: transparent;
    top: calc( 50%  - var(--ctm-slick-dots-len-s)/2);
    left: auto;
    right: calc( 50%  - var(--ctm-slick-dots-len-s)/2);
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background-color: #cc0000;
    border-radius: 50%;
    width: var(--ctm-slick-dots-len);
    height: var(--ctm-slick-dots-len);
    top: 0px;
    right: 0;
  }
  .slick-arrow {
    display: none;
    &::before {
      display: none;
    }
  }

  .small_text {
    text-align: center;
  }


}
/* SP向け */
@media (width < 769px) {
  .sec_def.sec_users_voice {
    padding: 20px 0 40px 0;
    .sec_users_voice_list.has-flex {
      --ctm-has-flex-gap: 10px;
    }
    h2 .en {
      position: relative;
    }
    h2 .ja {
      position: absolute;
      bottom: 1px;
    }
    .sec_users_voice_inner {
      padding: 0;
      margin: auto;
      width: 90%;
    }
  }
}


/*----------------------------------------------------
 parts-cta
----------------------------------------------------*/
/* parts-cta：item-fixed */
.parts-cta.item-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 110;
  padding: 20px 0px;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.parts-cta.item-fixed .parts-btn-cta {
  margin: 0 auto;
}
.parts-cta.item-fixed .parts-btn-cta a {
  margin: 0 auto;
}
.parts-cta.item-fixed.hidden {
  animation: parts-cta-fade 0.2s ease-in-out forwards;
  pointer-events: none;
}
@keyframes parts-cta-fade {
  from {opacity: 1;}
  to {opacity: 0;}
}
.parts-cta.item-fixed.visible {
  animation: parts-cta-fade-out 0.2s ease-in-out forwards;
  pointer-events: all;
}
@keyframes parts-cta-fade-out {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* PC向け */
@media (width >= 769px) {
}
/* SP向け */
@media (width < 769px) {
  .parts-cta.item-fixed {
    padding: 12px 0px;
    .parts-btn-cta {
      width: 90%;
    }
  }
}

/* parts-cta：item-static */
.parts-cta.item-static {
  background: #cb3340;
  .parts-btn-cta {
    margin: auto;
    max-width: 100%;
    padding: 40px 0;
    .item-btn {
      max-width: 354px;
    }
  }
}
/* PC向け */
@media (width >= 769px) {
}
/* SP向け */
@media (width < 769px) {
  .parts-cta.item-static {
    .parts-btn-cta {
      padding: 23px 0;
    }
  }  
}




/*----------------------------------------------------
 parts-btn-cta
----------------------------------------------------*/
.parts-btn-cta {
  width: 100%;
  max-width: 354px;
  --ctm-parts-btn-cta-radius: 56px;
  .item-msg-top {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  .item-msg-bottom {
    margin-top: 10px;
    text-align: center;    
    font-size: 20px;
    color: #fff;
  }
  .item-btn {
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #fff476 50%, #f7eb67 50%);
    /*
    background-image: url(../img/cta_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    */
    font-size: 22px;
    font-weight: 700;
    border-radius: var(--ctm-parts-btn-cta-radius);
    position: relative;
    /*
    box-shadow: 0px 2.95px 2.36px 0px rgba(0, 0, 0, 0.25);
    */
    border: 3px solid #333;
    border-bottom-width: 6px;
    /*
    line-height: 78px;
    */
    line-height: 68px;

    padding: 0px 15px;
    margin: auto;

    strong {
      color: #cb3340;
      font-size: 1.1em;
    }
    .item-decoration {
      position: absolute;
      left: 0;
      bottom: 0%;
      height: 33%;
      width: 100%;
      padding: 0 6%;
    }
    &::after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 14px;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 4%;
      background: #333;
      clip-path: polygon(0 0, 0 100%, 100% 50%);    
    }
    span {
      font-size: 14px;
    }
  }
  .item-tel {
    font-weight: bold;
    color: inherit;
    display: inline-block;
  }
}


/* SP向け */
@media (width < 769px) {
  .parts-btn-cta {
    --ctm-parts-btn-cta-radius: 60px;
    .item-msg-top {
      font-size: 16px;
    }
    .item-msg-bottom {
      font-size: 1rem;
    }
    .item-btn {
      font-size: 24px;
      line-height: 72px;
    }
  }
}


/*----------------------------------------------------
 parts-case-title
----------------------------------------------------*/
.parts-case-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: -10px;
  .item-inner {
    display: inline-block;    
  }
  strong {
    color: #e5844e;
  }
}
/* PC向け ※レイアウト崩れ防止用のイレギュラーBP */
@media (width >= 990px) {
  .parts-case-title {
    line-height: 1.4;
    .item-inner {
      position: relative;
      bottom: 30px;
      margin-left: 20px;
      margin-right: 20px;  
    }
    .item-title-sub {
      font-size: 24px;
    }
    .item-title {
      font-size: 38px;
    }
    .item-decoration {
      display: none;
    }
  }
  .parts-case-title::before,
  .parts-case-title::after {
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: inline-block;
  }
  .parts-case-title::before {
    background-image: url(../img/case_title_1.png);
    height: 206px;
    width: 227px;
  }
  .parts-case-title::after {
    background-image: url(../img/case_title_2.png);
    height: 194px;
    width: 228px;
  }
}
/* SP向け ※レイアウト崩れ防止用のイレギュラーBP */
@media (width < 990px) {
  .parts-case-title {
    padding: 0 15px;
    --ctm-parts-case-title-decoration-len: calc(45vw - 15px);
    .item-title-sub {
      font-size: 19px;
    }
    .item-title {
      font-size: 24px;
    }
    .item-decoration {
      margin-top: -12px;
    }
    .item-decoration::before,
    .item-decoration::after {
      content: "";
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      display: inline-block;
    }
    .item-decoration::before {
      background-image: url(../img/case_title_1_sp.png);
      height: var(--ctm-parts-case-title-decoration-len);
      width: var(--ctm-parts-case-title-decoration-len);
      margin-right: 3vw;
    }
    .item-decoration::after {
      background-image: url(../img/case_title_2_sp.png);
      height: var(--ctm-parts-case-title-decoration-len);
      width: var(--ctm-parts-case-title-decoration-len);
    }
  }
}


/*----------------------------------------------------
 parts-advice-example
----------------------------------------------------*/
.parts-advice-example {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  --ctm-parts-advice-example-title-arrow-len: 24px;
  .item-title {
    background-color: #e5844e;
    padding: 10px 10px;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
  }
  .item-title::after {
    content: "";
    display: block;
    position: absolute;
    width: var(--ctm-parts-advice-example-title-arrow-len);
    height: calc(var(--ctm-parts-advice-example-title-arrow-len) + 1px);
    margin: auto;
    bottom: calc( -0px - (var(--ctm-parts-advice-example-title-arrow-len) / 1.5) );
    left: calc(50% - (var(--ctm-parts-advice-example-title-arrow-len)/2));
    background: #e5844e;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .item-inner {
    background: #fff;
    border-radius: 8px;
    font-size: 20px;
  }
  .has-flex {
    --ctm-has-flex-gap: 30px;
  }
}
/* PC向け */
@media (width >= 769px) {
  .parts-advice-example {
    .item-title {
      font-size: 27px;
      min-width: 456px;
    }
    .item-inner {
      padding: 22px 10px;
    }
  }
}
/* SP向け */
@media (width < 769px) {
  .parts-advice-example {
    --ctm-parts-advice-example-title-arrow-len: 20px;
    font-size: 18px;
    .item-title {
      min-width: 266px;
    }
    .item-inner {
      padding: 10px 10px;
    }
    .has-flex {
      --ctm-has-flex-gap: 10px;
    }
  }  
}


/*----------------------------------------------------
 parts-case-recommend-for
----------------------------------------------------*/
.parts-case-recommend-for {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-top: 40px;
  --ctm-parts-case-recommend-for-content-len: 267px;
  .item-title {
    display: inline-block;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px;
  }
  .item-inner {
    border-radius: 8px;
    .has-table {
      height: 100%;
    }
    .item-content {
      float: left;
      width: var(--ctm-parts-case-recommend-for-content-len);
      height: var(--ctm-parts-case-recommend-for-content-len);
      border-radius: 50%;
      /*border: 2px dashed #e5844e;*/
      background-image: url(../img/case_recommend_for_content_circle.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      img {
        display: block;
        margin: 0 auto 20px auto;
        height: 116px;
      }
    }  
    .item-content:last-child {
      float: right;
      img {
        height: 103px;
      }
    }  
  }
}
/* PC向け ※レイアウト崩れ防止用のイレギュラーBP */
@media (width >= 900px) {
  .parts-case-recommend-for {
    .item-title {
      font-size: 24px;
    }
    .item-inner {
      .item-content {
        font-size: 20px;
      }
    }
    .item-decoration {
      position: absolute;
      bottom: 0;
      width: 100%;
      img {
        height: 244px;
      }
    }  
  }
}
/* SP向け ※レイアウト崩れ防止用のイレギュラーBP */
@media (width < 900px) {
  .parts-case-recommend-for {
    --ctm-parts-case-recommend-for-content-len: 42.5vw;
    .item-title {
      font-size: 19px;
    }
    .item-inner {
      .item-content {
        font-size: 14px;
        img {
          margin: 0 auto 10px auto;
          height: 66px;
        }
      }  
      .item-content:last-child {
        font-size: 12px;
        img {
          height: 59px;
        }
      }
    }
    .item-decoration {
      display: inline-block;
      margin-top: -50px;
      img {
        height: 213px;
      }
    }  
  }  
}


/*----------------------------------------------------
 parts-faq-v2
----------------------------------------------------*/
.parts-faq-v2 {
  max-width: 800px;
  margin: auto;
  .item-faq-v2-inner + .item-faq-v2-inner {
    margin-top: 30px;
  }
  ul {
    padding-left: 24px;
    li {
      list-style: disc;
    }
  }
  .item-faq-v2-inner {
    background: #fff;
    margin-top: 40px;
    .item-faq-v2-title {
      cursor: pointer;
      position: relative;
      border-bottom: 4px solid #e5844e;
      padding: 0 57px 0 0;
      height: 96px;
      /* min-heightにしたいが、高さを指定しないと縦位置中央ができない */
      text-align: center;
      .has-table {
        height: 100%;
      }
      .item-faq-v2-title-inner {
        width: 100%;
        font-size: 24px;
        font-weight: 800;
      }
      .item-faq-v2-title-inner::after {
        display: block;
        background-image: url("../img/icon_arrow.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 34px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.3s ease-in-out 0s;
        transform: rotate(180deg);
        width: 24px;
        content: '';
        transition: transform .3s;
      }
    }
    .item-faq-v2-content {
      overflow: hidden;

      display: none;

      animation-duration: 0.3s;
      animation-timing-function: linear;
      animation-delay: 0s;
      animation-fill-mode: forwards; 
      animation-name: anime-parts-faq-v2-close;
    
      padding: 0 40px 20px 40px;
    }
    .item-faq-v2-content-inner {
    }
    .item-faq-v2-content-title {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 20px 0;
      strong {
        color: #e5844e;
      }
    }
    .item-faq-v2-content-img {
      float: right;
      margin: 40px auto 0 auto;
      img {
        max-height: 200px;
        max-width: 300px;
      }
    }
    .item-faq-v2-content-text ul {
      margin: 10px auto 20px;
    }

    .item-faq-v2-content-title-recommend,
    .item-faq-v2-content-title-advice-examples {
      border-radius: 4px;
      display: inline-block;
      font-weight: bold;
      font-size: 13px;
      line-height: 23px;
      padding: 0 10px;
      min-width: 150px;
      text-align: center;
    }
    .item-faq-v2-content-title-advice-examples {
      color: #5188f6;
      background-color: #dee9ff;
    }
    .item-faq-v2-content-title-recommend {
      color: #e5844e;
      background-color: #ffede4;
    }
  }
  .item-faq-v2-inner.current {
    .item-faq-v2-content {
      display: block;
      animation-name: anime-parts-faq-v2-open;
    }
    .item-faq-v2-title h3::after {
      transform: rotate(0deg);
    }


  }
}
@keyframes anime-parts-faq-v2-open {
  0% {
    display: block;
    /*opacity: 0;*/
    height: 0;
  }
  100% {
    /*opacity: 1;*/
    height: auto;
  }
}
@keyframes anime-parts-faq-v2-close {
  0% {
    display: block;
    opacity: 1;
    height: auto;
  }
  99% {
    height: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}



/* SP向け */
@media (width < 769px) {
  .parts-faq-v2 {
    max-width: auto;
    .item-faq-v2-inner + .item-faq-v2-inner {
      margin-top: 20px;
    }
    .item-faq-v2-inner {
      background: #fff;
      margin-top: 20px;
      .item-faq-v2-title {
        padding: 0 33px 0 0;
        height: 94px;
        /* min-heightにしたいが、高さを指定しないと縦位置中央ができない */
        .item-faq-v2-title-inner {
          font-size: 18px;
        }
        .item-faq-v2-title-inner::after {
          right: 10px;
        }
      }
      .item-faq-v2-content {
        padding: 0 20px 0px 20px;
      }
      .item-faq-v2-content-inner {
      }
      .item-faq-v2-content-title {
        font-size: 19px;
        margin: 20px 0;
      }
      .item-faq-v2-content-img {
        float: none;
        margin: 20px auto;
        img {
          max-height: 100vh;
          max-width: 100%;
          margin: auto;
        }
      }
      .item-faq-v2-content-text ul {
        margin: 10px auto 20px;
      }
      .item-faq-v2-content-title-recommend,
      .item-faq-v2-content-title-advice-examples {
        border-radius: 4px;
        font-size: 13px;
        line-height: 23px;
        min-width: 150px;
      }
    }
  }
}



















