@charset "utf-8";

@media screen and (max-width: 767px) {
  body {
    padding-top: 00px;
  }

  .humberger span {
    background: #222222;
  }

  .humberger.active {
    padding-bottom: 20px;
  }

  .humberger.active span {
    background: #000;
  }
}


.header {
  height: auto;
  background-color: transparent;
  position: absolute;
  padding-top: 20px;
  box-shadow: none;
}

.active .header__inner{
  background-color: #fff;
}

.header .header__inner {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto;

  @media screen and (max-width: 767px) {
    justify-content: flex-end;

    a {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
  }
}

.header_logo {
  width: 140px;

  @media screen and (max-width: 767px) {
    margin-right: auto;
    margin-left: auto;
  }
}

body.active,
.humberger_wrap.active {
  top: 0;
}

.humberger_wrap .g-nav {
  @media screen and (max-width: 767px) {
    padding: 100px 30px 60px;
  }
}


/* =======================================================

#kv

======================================================= */

.kv {
  background: url(../images/kv.jpg) no-repeat center center;
  padding: 150px 0 30px;
  background-color:#FFF1F1;

  @media screen and (max-width: 767px) {
    background: none;
    padding: 0;
  }
}

.kv_inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 0 25px;

  @media screen and (max-width: 767px) {
    gap: 0 15px;
    padding: 0;
  }
}

.kv_left {
  width: 54%;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .kv_left_inner {
    background-color: #FFF1F1;
    width: 100%;
    padding: 80px 0 0;
  }
}

.kv_left_top{
  padding: 0;
  justify-content: center;
}

.kv_left_top_img img{
  width: 306px;
  @media screen and (max-width: 767px) {
    width: 100%;
    max-width: 306px;
  }
}

.kv_left_top_left {
  background: #fff;
  padding: 2px 10px 4px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 24px;
  position: relative;
  letter-spacing: -3px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    padding: 10px 10px 10px;
    margin-bottom: 30px;
    width: 300px;
    text-align: center;
  }
}

.kv_left_top_left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: transparent transparent transparent #fff;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);

  @media screen and (max-width: 767px) {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -10px;
    transform: translateX(-50%) rotate(180deg);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
  }
}

.kv_left_top_right {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;

  @media screen and (max-width: 767px) {
    font-size: calc(21 / 320 * 100vw);
    margin-bottom: 8px;
  }
}

.kv_left_top_right span {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -6px;

  @media screen and (max-width: 767px) {
    font-size: calc(36 / 320 * 100vw);
    line-height: calc(36 / 320 * 100vw);
  }
}

.kv_left_top_right_label {
  position: absolute;
  top: -8px;
  right: 0px;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 24px;
  padding: 2px 6px 4px;

  @media screen and (max-width: 767px) {
    position: relative;
    top: 0;
    right: -30px;
    font-size: calc(16 / 320 * 100vw);
    padding: 10px 6px 10px;
  }
}

.kv_left_top_right_label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 18px 8px;
  border-color: transparent transparent transparent #fff;
  left: 8px;
  bottom: -15px;
  rotate: 15deg;
}

.kv_left_middle {
  font-size: 38px;
  font-weight: 700;
  padding: 0;
  margin-top: -30px;

  @media screen and (max-width: 767px) {
    text-align: center;
   font-size: calc(20 / 320 * 100vw);
  }
}

.kv_left_middle span {
  font-size: 70px;
  font-weight: 700;
  color: #F53E40;
  position: relative;
  z-index: 2;
  padding-right: 15px;
  letter-spacing: -10px;

  @media screen and (max-width: 767px) {
   font-size: calc(35 / 320 * 100vw);
  }
}

.kv_left_middle span::before {
      content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: calc(100% + 2px);
    height: 20px;
    background: #FFD01A;
    z-index: -1;
}

.kv_left_tag{
  font-size: 18px;
  font-weight: 700;
  display: flex;
  gap:10px;
  justify-content: center;

  @media screen and (max-width: 767px) {
    font-size: calc(11 / 320 * 100vw);
    line-height: calc(18 / 320 * 100vw);
  }
}

.kv_left_tag li{
  background-color: #fff;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.kv_left_cap{
  font-size: 18px;
  text-align: center;
  margin-top: 15px;

  @media screen and (max-width: 767px) {
    font-size: calc(11 / 320 * 100vw);
    line-height: calc(18 / 320 * 100vw);
  }
}

.mv_movie video{
  width: 100%;
  margin-top: 20px;
  position: relative;
  right: 54px;

  @media screen and (max-width: 767px) {
    right: 0;
  }
}

.mv_movie p{
  text-align: center;
  font-size: 14px;
  position: relative;
  top: -25px;

  @media screen and (max-width: 767px) {
  }
}

.patent{
  text-align:center;
  font-size: 14px;

  @media screen and (max-width: 767px) {
  position: relative;
  top: -20px;
  }
}



.kv_left_middle picture {
  display: block;
  margin: 20px auto;
  text-align: center;

  @media screen and (max-width: 767px) {
    margin: 20px auto 0;
  }
}

.kv_img {
  width: 288px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.kv_ttl {
  max-width: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;

  @media screen and (max-width: 767px) {
    font-size: calc(28 / 320 * 100vw);
    line-height: calc(28 / 320 * 100vw);
  }
}

.kv_left_bottom {
  padding: 0;

  @media screen and (max-width: 767px) {
    background: #f63e40;
    padding: 15px;
  }
}

.kv_left_bottom ul {
  gap: 0 3px;
  margin-bottom: 0;

  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.kv_left_bottom ul li {
  width: calc(100% / 3);
  flex-direction: column;
  padding: 0;
  box-shadow: none;
  border-radius: 0 !important;
  background: transparent;
  padding-right: 3px;
  border-right: 2px dotted #fff;

  @media screen and (max-width: 767px) {
    width: 100%;
    border-right: none;
    border-bottom: 2px dotted #fff;
    padding-right: 0;
    padding-bottom: 2px;
    margin-bottom: 2px;

    &:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }
  }
}

.kv_left_bottom_item_inner {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;

  @media screen and (max-width: 767px) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    gap: 0 30px;
  }
}

.kv_left_bottom_item_inner img {
  width: 33px;
  height: auto;
  object-fit: contain;

  @media screen and (max-width: 767px) {
    width: 50px;
  }
}

.kv_left_bottom ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.kv_left_bottom_item_ttl {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 5px 0 0;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    padding: 0;
  }
}

.kv_left_bottom_item_num {
  font-size: 19px;
  font-weight: 700;
  color: #f8d12a;
  line-height: 35px;
  letter-spacing: 1.5px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    line-height: calc(16 / 320 * 100vw);
    display: inline-block;
  }
}

.kv_left_bottom_item_num span {
  font-size: 35px;
  font-weight: 900;

  @media screen and (max-width: 767px) {
    font-size: calc(24 / 320 * 100vw);
    line-height: calc(24 / 320 * 100vw);
  }
}

.kv_left_bottom_item_text {
  position: initial;
  transform: none;
  padding: 0;
  border-radius: 0;
  background: transparent;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    line-height: calc(16 / 320 * 100vw);
    display: inline-block;
  }
}

.kv_left_bottom_text {
  font-size: 10px;
  color: #fff;
  text-align: right;
  margin-top: 5px;

  @media screen and (max-width: 767px) {
    font-size: calc(10 / 320 * 100vw);
    text-align: left;
  }
}

.kv_right {
  width: 45%;
  padding: 0;

  @media screen and (max-width: 767px) {
    display: none;
  }
}

.kv_right_sp {
  display: none;

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

.kv_right_inner {
  @media screen and (max-width: 767px) {
    margin: 0 15px 40px;
    background: #fff;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.kv_right_body {

  padding: 35px 20px;

  @media screen and (max-width: 767px) {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
    border-radius: 20px;
  }
}

.kv_right_inner_label {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;

  @media screen and (max-width: 767px) {
    color: #000;
    font-size: calc(14 / 320 * 100vw);
    margin-bottom: 0;
  }
}

.kv_right_inner_ttl {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    color: #000;
    font-size: calc(18 / 320 * 100vw);
    margin-bottom: 10px;
  }
}

.kv_right_inner_ttl:before {
  background: #fff;
  width: 4px;
  transform: rotate(-20deg);

  @media screen and (max-width: 767px) {
    background: #000;
  }
}

.kv_right_inner_ttl:after {
  background: #fff;
  width: 4px;
  transform: rotate(20deg);

  @media screen and (max-width: 767px) {
    background: #000;
  }
}





.kv_right_body .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 10px;
  width: 100%;
}

.hs-fieldtype-checkbox .input{
  margin: 0 auto;
  text-align: center;
  width: 100% !important;
}

.kv_right_body .hs_recaptcha {
  display: none;
}

.kv_right_body label {
  margin-bottom: 0;
  flex-shrink: 0;
  /* width: calc(40% - 5px); */
}

.kv_right_body fieldset.form-columns-1 .input {
  margin-right: 0 !important;
  /* width: calc(60% - 5px); */
  width: 57%;
}

.kv_right_body fieldset .hs-error-msgs {
  width: 100%;
}

/* =======================================================

#mv_wrap

======================================================= */


#mv_wrap {
  /* box-shadow: none; */
  /* position: initial; */
}

#mv_wrap .top_menu_bar .flexbox {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}

#mv_wrap .top_menu_bar .flexbox .leftbox ul li {
  margin-left: 15px;
  border-left: 1px solid #000;
  padding: 0;
  padding-left: 15px;
}

#mv_wrap .top_menu_bar .flexbox .leftbox ul li.label {
  background: #f53e40;
  color: #fff;
  padding: 5px 10px 7px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-left: none;

}

#mv_wrap .top_menu_bar .flexbox .leftbox ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

#mv_wrap .top_menu_bar .flexbox .rightbox {
  display: block;
}

.speech_box {
  border: none;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.speech_box span {
  color: #f53e40;
  font-size: 30px;
  line-height: 30px;
}

.speech_box::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #aaa;
  transform: rotate(-40deg);
  margin-right: 14px;
}

.speech_box::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #aaa;
  transform: rotate(40deg);
  margin-left: 14px;
}


.bg_gray {
  background: #f2f2f2;
}

.section {
  padding: 80px 0;

  @media screen and (max-width: 767px) {
    padding: 40px 0;
  }
}

.section:last-child {
  padding-bottom: 0;
}

.inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}


/* =======================================================

#cta

======================================================= */

.cta_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;

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

.cta_btns li:first-child{
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
  }
}

.cta_btn_text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;

  @media screen and (max-width: 767px) {
  font-size: calc(14 / 320 * 100vw);
  }
}

.cta_btn_text span {
  color: #f63e40;
  font-weight: 700;
}

.cta_btn {
  background: #FFD01A;
  display: inline-block;
  width: 400px;
  padding: 10px;
  border-radius: 40px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: center;

  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 15px 10px;
    border-radius: 100px;
    font-size: calc(14 / 320 * 100vw);
  }
}

.cta_btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);

  @media screen and (max-width: 767px) {
    width: 12px;
    height: 12px;
    right: 30px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}

.cta02 {
  background: #f2f2f2;
  background: url(../images/cta_bg.jpg) no-repeat top center / cover;

  @media screen and (max-width: 767px) {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 15px;
    border-radius: 0;
  }
}

.cta02 .cta_card_body {
  @media screen and (max-width: 767px) {
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
  }
}

.cta_card {
  display: flex;
  background: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  width: 700px;
  margin: 0 auto;
  gap: 0 38px;
  justify-content: space-around;
  align-items: center;

  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
    padding: 20px;
    width: 100%;
    gap: 20px 0;
  }
}

.cta_card_img {
  @media screen and (max-width: 767px) {
    display: none;
  }
}

.cta_card_img_sp {
  display: none;

  @media screen and (max-width: 767px) {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
} 

.cta_card_img_sp img {
  width: 200px;
  margin: 0 auto;
}

.cta_card_img img {
  width: 250px
}

.cta_card_text {
  font-size: 16px;
  font-weight: 600;
  color: #003953;
  /* padding-bottom: 10px; */
  text-align: center;

  @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
  }
}

.cta_card_ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;

  @media screen and (max-width: 767px) {
    font-size: calc(24 / 320 * 100vw);
    margin-bottom: 10px;
  }
}

.cta_top{
  text-align: center;
}

.cta_card_label {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 60px;
  display: inline-block;
  position: relative;

  @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
  }
}

.cta_card_label::after{
  content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.cta_card_label span {
  font-size: 24px;
  font-weight: 700;
  color: #f63e40;
  line-height: 24px;

  @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
  }
}

.cta_card_btn {
  background: #fff;
  display: inline-block;
  width: 400px;
  padding: 10px;
  border-radius: 40px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;

  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 15px 10px;
    border-radius: 100px;
    font-size: calc(14 / 320 * 100vw);
  }
}

.cta_card_btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);

}

/* =======================================================
#nayami 比較テーブル形式
======================================================= */
#nayami {
  background: #fff;
  padding: 80px 0;
  @media screen and (max-width: 767px) {
    padding: 40px 0;
}
}

.nayami_inner{
  position: relative;
}

.nayami_inner::before {
  content: "";
  background: url(../images/reason_block_01_icon.png) no-repeat top center / cover;
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  top: 0px;
  right: 60px;

  @media screen and (max-width: 767px) {
    content: none;
  }
}

.nayami_head {
  margin-bottom: 80px;

  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
  }
}

.nayami_title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 32px;

  @media screen and (max-width: 767px) {
    font-size: calc(28 / 320 * 100vw);
    line-height: calc(35 / 320 * 100vw);
  }
}

.nayami_subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}

.nayami_comparison_table {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}

.nayami_pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 30px;
  }
}

.nayami_box {
  width: 100%;
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;

  @media screen and (max-width: 767px) {
    width: 100%;
    min-height: auto;
    padding: 20px;
}
}

/* 悩み側スタイル */
.nayami_box.is-problem {
  border: 5px solid #f2f2f2;
}
.nayami_box.is-problem .box_label {
  color: #888;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}

/* 解決側スタイル */
.nayami_box.is-solution {
  background-color: #FFF6F5;
  border: 5px solid #f63e40;
}

.nayami_box.is-solution::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  background-color: #000;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);

    @media screen and (max-width: 767px) {
        top: -35px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(90deg);
    }
}

/* 悩み側：グレーの〇に「！」 */
.nayami_box.is-problem ul li::before {
    content: "priority_high";
    background-color: #888;
    color: #fff; /* 中のビックリマークを白に */
}

/* 解決側：赤色の〇に「✓」 */
.nayami_box.is-solution ul li::before {
    content: "check";
    background-color: #f63e40;
    color: #fff; /* 中のチェックを白に */
}

@media screen and (max-width: 767px) {
    .nayami_box ul li {
        font-size: 1.2rem;
        padding-left: 2.5em;
    }
    /* スマホで少しアイコンを小さくする場合 */
    .nayami_box ul li::before {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}

.nayami_box.is-solution .box_label {
  color: #f63e40;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}

.nayami_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nayami_box ul li {
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding-left: 2.2em; /* 円の幅に合わせて余白を広げる */
    font-weight: bold;
    margin-bottom: 12px;
    display: flex;
    align-items: center; /* テキストとアイコンの垂直中央を揃える */
}

/* アイコンを囲う「〇」の土台 */
.nayami_box ul li::before {
    position: absolute;
    left: 0;
    width: 24px;  /* 円のサイズ */
    height: 24px; /* 円のサイズ */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Googleアイコンフォントの設定 */
    font-family: 'Material Symbols Outlined';
    font-size: 16px; /* 中のアイコンのサイズ */
    font-variation-settings: 'FILL' 1, 'wght' 700;
}




/* =======================================================

#kensyu

======================================================= */


#kensyu {
  background: url(../images/kenshu_bg.jpg) no-repeat center left / cover;
  padding: 80px 0 80px;

  @media screen and (max-width: 767px) {
    padding: 40px 0 ;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), 
                url(../images/kenshu_bg.jpg) no-repeat center left / cover;
  }
}

.kensyu_head {
  margin-bottom: 80px;
  text-align: center;

  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
  }
}

.kensyu_subtitle {
  display: inline-block;
  font-size: 58px;
  padding: 5px 10px 10px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  border: 4px solid #000;
  border-radius: 10px;
  line-height: 58px;

  @media screen and (max-width: 767px) {
    font-size: calc(24 / 320 * 100vw);
    line-height: calc(24 / 320 * 100vw);
    margin-bottom: 10px;
    padding: 15px 40px;
  }
}


.kensyu_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
    line-height: calc(35 / 320 * 100vw);
  }
}

.kensyu_title_detail{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    display: inline-table;
}

.kensyu_body ul {
  display: flex;
  gap: 0 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 30px 0;
  }
}

.kensyu_body ul li {
  width: calc(100% / 3 - 27px);
  background: #f2f2f2;
  padding: 40px 20px 30px;
  border-radius: 10px;
  position: relative;

  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 20px 10px 15px;
  }
}

.kensyu_body ul li:last-child::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 32px;
  top: 55px;
  left: -45px;
  background-color: #000;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);

  @media screen and (max-width: 767px) {
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

.kensyu_body_img{
  text-align: center;
}

.kensyu_body_img img{
  @media screen and (max-width: 767px) {
   width: 100%; 
  }
}

.kensyu_body ul li img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: auto;
  object-fit: contain;

  @media screen and (max-width: 767px) {
    width: 40px;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
  }
}

.kensyu_body_item_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;

  @media screen and (max-width: 767px) {
    font-size: calc(18 / 320 * 100vw);
  }
}







/* =======================================================

#solution

======================================================= */


#solution {
  background: #f63e40;
}

.solution_head {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;

  @media screen and (max-width: 767px) {
    margin-bottom: 10px;
  }
}

.solution_subtitle {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 24px;

  @media screen and (max-width: 767px) {
    font-size: calc(20 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
    margin-bottom: 10px;
  }
}

.solution_head_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;

  @media screen and (max-width: 767px) {
    width: 100%;
    gap: 0 6px;
  }
}

.solution_head_inner_01 {
  align-items: flex-end;
}

.solution_subtitle span.big {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;

  @media screen and (max-width: 767px) {
    font-size: calc(28 / 320 * 100vw);
    line-height: calc(35 / 320 * 100vw);
  }
}

.solution_head_inner_01 span {
  font-size: 24px;
  line-height: 24px;
  margin-left: -32px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    line-height: calc(16 / 320 * 100vw);
    margin-left: -20px;
  }
}

.solution_head_accent{
  font-size: 32px;

  @media screen and (max-width: 767px) {
  font-size: calc(20 / 320 * 100vw);
  line-height: calc(32 / 320 * 100vw);
  }
}

.solution_head_accent span {
    padding: 4px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    margin: 0 10px;

    @media screen and (max-width: 767px) {
  font-size: calc(20 / 320 * 100vw);
  padding: 2px 8px;
  }
}

.solution_head_accent .black {
    color: #222;
    background-color: #fff;
}

.solution_head_accent .red {
    color: #f63e40;
    background-color: #fff;
}

.solution_head_img {
  width: 600px;
  height: auto;

  @media screen and (max-width: 767px) {
    min-width: 0;
  }
}

.solution_head_icon {
  width: 220px;
  height: auto;

  @media screen and (max-width: 767px) {
    min-width: 0;
    width: 115px;
  }
}

.solution_head_text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}

.solution_body {
  /* margin-bottom: 80px; */
}

.solution_body_text,.solution_step_text  {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    margin-bottom: 10px;
  }
}

.solution_step_text{
  font-size: 24px;
  color: #f53e40;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}

.s_block {
  background: #fff;
  padding: 50px 20px;
  border-radius: 10px;
  text-align: center;
}

.s_block_main{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 20px;

  @media screen and (max-width: 767px) {
    display: block;
    margin-bottom: 10px;
  }
}

.s_block_img {
  text-align: center;

  @media screen and (max-width: 767px) {
    margin-bottom: 10px;
  }
}

.s_block_img img {
  width: 530px;
  height: auto;
  object-fit: contain;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.s_block_img iframe{
  border-radius: 10px;
  @media screen and (max-width: 767px) {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  }
}

.s_block_ttl {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: relative;
  display: inline-block;

  @media screen and (max-width: 767px) {
    font-size: calc(20 / 320 * 100vw);
    line-height: calc(30 / 320 * 100vw);
  }
}

.zero-badge {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  justify-content: center;

  @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
    line-height: calc(18 / 320 * 100vw);
  }
}

.zero-badge span{
    background-color: #fff;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.s_block_ttl p{
  display: flex;
  align-items: flex-end;
}

.s_block_ttl p span {
  color: #f53e40;
  display: block;
  margin-right: -10px;
}


.s_block_balloon {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    background-color: #ff3b3b;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-size: 22px;
    transform: rotate(15deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: -30px;
    right: -75px;

  @media screen and (max-width: 767px) {
    width: 80px;
    height: 80px;
    font-size: calc(16 / 320 * 100vw);
    line-height: calc(20 / 320 * 100vw);
    top: -80px;
    right: -57px;
    padding: 5px;
  }
}

.s_block_label {
  font-size: 18px;
  font-weight: 700;
  background: #f53e40;
  padding: 5px 0;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 410px;
  position: relative;

  @media screen and (max-width: 767px) {
    width: 100%;
    font-size: calc(14 / 320 * 100vw);
    padding: 12px 0;
    
  }

}

.s_block_label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5px 0 5px;
  border-color: #f53e40 transparent transparent transparent;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);

}

.s_block_label sup,.reason_01_list_item_text sup {
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
}

.s_block_label_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 50px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 30px;
  }
}

.s_block_label_list li {
  width: calc(100% / 3 - 20px);
  text-align: center;
  position: relative;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.s_block_label_list li:nth-child(2) {
  @media screen and (max-width: 767px) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
  }
}

.s_block_label_list li:nth-child(2):before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #000;
  left: -15px;
  top: 75px;
  transform: translateY(-50%);

  @media screen and (max-width: 767px) {
    position: relative;
    left: auto;
    top: auto;
    transform: rotate(90deg);
    border-width: 12px 0 12px 12px;
  }
}

.s_block_label_list li:nth-child(2):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #000;
  right: -15px;
  top: 75px;
  transform: translateY(-50%);

  @media screen and (max-width: 767px) {
    position: relative;
    right: auto;
    top: auto;
    transform: rotate(90deg);
    border-width: 12px 0 12px 12px;
  }
}

.s_block_label_list li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.s_block_label_item_label {
  font-size: 18px;
  color: #f53e40;
  
  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}

.s_block_label_item_ttl {
  font-size: 18px;
  color: #000;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}


.s_block_label_list_2 {
  gap: 0 10px;
  margin-bottom: 20px;

  @media screen and (max-width: 767px) {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 10px;
  }
}

.s_block_label_list_2 li {
  width: calc(100% / 6 - 10px);

  @media screen and (max-width: 767px) {
    width: calc(100% / 3 - 10px);
    
  }
}

.s_block_label_list_2 li:nth-child(2) {
  @media screen and (max-width: 767px) {
    display: block;
  }
}

.s_block_label_list_2 li img {
  height: 50px;
  width: 100%;

  @media screen and (max-width: 767px) {
    height: 40px;
    border: none;
  }
}

.s_block_label_list_2 .s_block_label_item_ttl {
  @media screen and (max-width: 767px) {
    font-size: calc(12 / 320 * 100vw);
    line-height: calc(16 / 320 * 100vw);
  }
}


.s_block_label_list_2 li:nth-child(2):before,
.s_block_label_list_2 li:nth-child(2):after {
  content: none;
}


.s_block_label_text {
  font-size: 10px;
  color: #666666;
  text-align: right;

  @media screen and (max-width: 767px) {
    font-size: calc(10 / 320 * 100vw);
    text-align: left;
  }
}


.s_block_img10 {
  width: 400px;
  height: auto;
  object-fit: contain;
  margin-bottom: 30px;

  @media screen and (max-width: 767px) {
    width: 250px;
    margin-bottom: 15px;
  }
}

.s_block_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 20px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 30px;
  }
}

.s_block_list_item {
  width: calc(100% / 3 - 10px);
  font-size: 24px;
  font-weight: 700;
  background: #f53e40;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;

  @media screen and (max-width: 767px) {
    font-size: calc(18 / 320 * 100vw);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
  }
}

.s_block_list_text {
  font-size: 60px;
  font-weight: 700;
  color: #f53e40;
  text-align: center;
  line-height: 60px;

  @media screen and (max-width: 767px) {
    font-size: calc(32 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
  }
}

.s_block_list_text span {
  font-size: 40px;

  @media screen and (max-width: 767px) {
    font-size: calc(28 / 320 * 100vw);
  }
}



/* =======================================================

#reason

======================================================= */

#reason {
  background: url(../images/reason_bg.jpg) no-repeat top center / cover;

  @media screen and (max-width: 767px) {
    background: #ede8e3;
  }
}

.reason_head {
  text-align: center;
  margin-bottom: 80px;

  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
  }
}

.reason_subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
  }
}

.reason_title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 32px;

  @media screen and (max-width: 767px) {
    font-size: calc(32 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
  }
}

.reason_num {
  text-align: center;
  margin-bottom: 20px;
}

.reason_num img {
  width: 150px;
  height: auto;
  object-fit: contain;

  @media screen and (max-width: 767px) {
    width: 120px;
  }
}

.reason_num_inner {
  text-align: center;
}

.reason_num_text {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;

  @media screen and (max-width: 767px) {
    font-size: calc(24 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
    margin-bottom: 40px;
  }
}


.reason_num_text::before {
  content: "＼ 修正もカンタン ／";
  font-size: 18px;
  position: absolute;
  top: -40px;
  right: -80px;
  rotate: 10deg;

  @media screen and (max-width: 767px) {
    font-size: calc(11 / 320 * 100vw);
    top: -23px;
    right: -16px;
  }
}

.reason_03_inner .reason_num_text::before{
  display: none;
}

.reason_num_text span {
  color: #f53e40;
}

.reason_num_text_sub {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

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

.reason_num_text_sub span {
  background: #f53e40;
  color: #fff;
  padding: 2px 4px;
  margin: 0 4px;
}

.reason_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 80px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 70px 0;
    margin-bottom: 40px;
  }
}

.reason_list_item {
  width: calc(100% / 2 - 5px);
  text-align: center;
  position: relative;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.reason_list_item img {
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.reason_list_item_text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  display: inline-block;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    margin-top: 10px;
  }
}

.reason_list_item:nth-child(2):before {
  content: "";
  display: block;
  background: url(../images/reason_list_arrow.png) no-repeat top center / cover;
  width: 45px;
  height: 55px;
  position: absolute;
  top: 150px;
  left: -5px;
  transform: translateX(-50%);

  @media screen and (max-width: 767px) {
    width: 30px;
    height: 45px;
    top: -53px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.reason_list_item:nth-child(2) .reason_list_item_text {
  background: #f53e40;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;

  @media screen and (max-width: 767px) {
    font-size: calc(24 / 320 * 100vw);
    padding: 10px 15px;
    width: 100%;
    margin-top: 20px;
  }
}

.reason_block_01 {
  text-align: center;
  position: relative;
}

.reason_block_01 iframe{
  @media screen and (max-width: 767px) {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  }
}

.reason_block_01 picture img {
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}



.reason_block_circle {
  text-align: center;
}

.reason_block_circle p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background: #f53e40;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 60px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
  }
}


.reason_block_text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  position: relative;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}

.reason_block_text span {
  color: #f53e40;

  @media screen and (max-width: 767px) {
    font-size: calc(20 / 320 * 100vw);
  }
}

.reason_block_02 {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;

  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
    display: block;
  }
}

.reason_02_time,.reason_02_cost{
  width: calc(100% / 2);

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.reason_block_02 img {
  height: auto;
  object-fit: contain;
  width: 100%;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}





.reason_02_cut {
    margin: 24px auto 0 auto;
    font-family: sans-serif;
    color: #222;
}

.cost-reduction-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    
    @media screen and (max-width: 767px) {
    gap: 30px;
    }
}

.box-cost-cut {
    background-color: #000;
    color: #fff;
    padding: 36px 25px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;

    @media screen and (max-width: 767px) {
    padding: 20px 14px;
  }
}

.box-cost-cut__title {
    display: block;
    font-size: 24px;
    font-weight:700;

    @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
    line-height: calc(14 / 320 * 100vw);
    }
}

.box-cost-cut__sub {
    display: block;
    font-size: 14px;
    margin-top: 10px;

    @media screen and (max-width: 767px) {
    font-size: calc(11 / 320 * 100vw);
    line-height: calc(11 / 320 * 100vw);
    }
}

.box-cost-cut::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    
    border-style: solid;
    border-width: 25px 0 25px 35px;
    border-color: transparent transparent transparent #000;
    z-index: 2;
}

.cost-result {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;

    @media screen and (max-width: 767px) {
    font-size: calc(18 / 320 * 100vw);
    line-height: calc(14 / 320 * 100vw);
    }
}

.cost-result__large {
    font-size: 60px;
    color: #f53e40;
    line-height: 0.7;

    @media screen and (max-width: 767px) {
    font-size: calc(40 / 320 * 100vw);
    line-height: calc(40 / 320 * 100vw);
    }
}

.cost-result__percent {
    display: block;
    font-size: 32px;
    margin-top: 8px;
    letter-spacing: 0.05em;
    color: #222;

    @media screen and (max-width: 767px) {
    font-size: calc(18 / 320 * 100vw);
    line-height: calc(14 / 320 * 100vw);
    }
}

.reason_03_block{
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.reason_03_block_ai{
  text-align: center;
  position: relative;
}

.reason_03_block_ai img{
@media screen and (max-width: 767px) {
    width: 100%;
  }
}


.reason_block_04 {
  text-align: center;
  position: relative;
  
}

.reason_block_04 img {
  width: 650px;
  height: auto;
  object-fit: contain;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

/* =======================================================

#reason_01

======================================================= */

#reason_01 {
  background: url(../images/reason_01_bg.jpg) no-repeat top center / cover;

  @media screen and (max-width: 767px) {
    background: #fff;
  }
}

#reason_01 .reason_num_text {
  @media screen and (max-width: 767px) {
    font-size: calc(24 / 320 * 100vw);
    line-height: calc(24 / 320 * 100vw);
  }
}

.reason_01_inner .reason_num_text:before,
.reason_04_inner .reason_num_text:before {
  content: none;
}

.reason_01_text {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

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

.reason_01_text:before {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background: #000;
  transform: rotate(-40deg);
  margin-right: 35px;

  @media screen and (max-width: 767px) {
    position: absolute;
    bottom: 8px;
    left: 20px;
    transform: rotate(-20deg);
  }
}

.reason_01_text:after {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background: #000;
  transform: rotate(40deg);
  margin-left: 35px;

  @media screen and (max-width: 767px) {
    position: absolute;
    bottom: 8px;
    right: 20px;
    transform: rotate(20deg);
  }
}

.reason_01_text span {
  background: #f53e40;
  color: #fff;
  padding: 2px 4px;
  margin: 0 4px;
}

.reason_01_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 80px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    display: block;
    gap: 20px 0;
    margin-bottom: 40px;
  }
}

.reason_01_list li{
  width: calc(100% / 3 - 12px);
  position: relative;
  margin-bottom: 20px;

  @media screen and (max-width: 767px) {
    width: auto;
  }
}

.reason_01_list_point{
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #f53e40;

  @media screen and (max-width: 767px) {
    font-size: calc(18 / 320 * 100vw);
  }
}

.reason_01_list_item_text {
  border: 3px solid #f53e40;
  background: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding:30px 8px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #f53e40;
  display: block;

  @media screen and (max-width: 767px) {
    width: 100%;
    font-size: calc(24 / 320 * 100vw);
    padding:30px 8px 40px;
  }
}

.reason_01_list li:first-child:before {
  content: "＼ 動画に集中しやすい ／";
  font-size: 18px;
  font-weight: 700;
  color: #f53e40;
  position: absolute;
  display: flex;
  justify-content: center;
  top: -35px;
  left: 0;
  right: 0;

  @media screen and (max-width: 767px) {
    top: -8vw;
    font-size: calc(14 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
  }
}

.reason_01_list li:first-child:after {
  content: "※特許取得済み ※特許番号:第5146974号";
  font-size: 14px;
  color: #000;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;

  @media screen and (max-width: 767px) {
    font-size: calc(10 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
    bottom: -8px;
    z-index: 10;
  }
}

.reason_01_list img {
  width: 50px;
  height: auto;
  object-fit: contain;
}

.reason_01_block {
  text-align: center;
  position: relative;

}

.reason_01_block img {
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.reason_01_block_btn {
  background: #f53e40;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  display: inline-block;
  width: 560px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    padding: 15px;
    width: 100%;
    bottom: -20px;
  }
}

.reason_01_block_btn:hover {
  opacity: 1;
}


/* =======================================================

#reason_02

======================================================= */

#reason_02 {
  background: url(../images/reason_02_bg.jpg) no-repeat top center / cover;

  @media screen and (max-width: 767px) {
    background: #fff;
  }
}

#reason_02 .reason_num_text {
  @media screen and (max-width: 767px) {
    font-size: calc(24 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
    margin-bottom: 40px;
  }
}

.reason_02_inner .reason_num_text:before,
.reason_04_inner .reason_num_text:before,
.reason_other_inner .reason_num_text:before {
  content: none;
}

.reason_02_text,.reason_03_text,.reason_04_text,.reason_other_text {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  @media screen and (max-width: 767px) {
    display: block;
    font-size: calc(18 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
  }
}

.reason_02_text:before,.reason_03_text:before,.reason_04_text:before,.reason_other_text:before {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background: #000;
  transform: rotate(-40deg);
  margin-right: 35px;

  @media screen and (max-width: 767px) {
    position: absolute;
    bottom: 8px;
    left: 0;
    transform: rotate(-20deg);
  }
}

.reason_02_text:after,.reason_03_text:after,.reason_04_text:after,.reason_other_text:after {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background: #000;
  transform: rotate(40deg);
  margin-left: 35px;

  @media screen and (max-width: 767px) {
    position: absolute;
    bottom: 8px;
    right: 0;
    transform: rotate(20deg);
  }
}

.reason_02_text span,.reason_03_text span,.reason_04_text span,.reason_other_text span {
  background: #f53e40;
  color: #fff;
  padding: 2px 4px;
  margin: 0 4px;
}

.reason_02_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 80px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 40px;
  }
}

.reason_02_list li {
  width: calc(100% / 3 - 12px);
  border: 3px solid #f53e40;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px;

  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 20px 40px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0 50px;
  }
}

.reason_02_list_item_text {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #f53e40;
  display: block;
  line-height: 48px;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
  }
}

.reason_02_list img {
  width: 50px;
  height: auto;
  object-fit: contain;
}

.reason_02_block {
  text-align: center;
  position: relative;

}

.reason_02_block img {
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.reason_02_block_btn {
  background: #f53e40;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  display: inline-block;
  width: 560px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    padding: 15px;
    width: 100%;
    bottom: -20px;
  }
}

.reason_02_block_btn:hover {
  opacity: 1;
}




#reason_04 {
  background: #f2f2f2;
}

.reason_04_block {
  text-align: center;
  margin-bottom: 40px;
}

.reason_04_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  font-size: 18px;
  text-align: center;

  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
    gap: 60px;
  }
}

.reason_04_list li:last-child{
  position: relative;
}

.reason_04_list li:last-child .reason_04_list_item_text{
    background: #f53e40;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
}

.reason_04_list li:last-child::before{
    content: "";
    position: absolute;
    width: 34px;
    height: 42px;
    top: 31%;
    left: -5%;
    background-color: #000;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);

    @media screen and (max-width: 767px) {
      top: -48px;
    left: 50%;
    transform: rotate(90deg);
    }
}

.reason_04_list li img {
  @media screen and (max-width: 767px) {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
  }
}

.reason_04_list_item_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.reason_04_list_item_ttl_sp {
  line-height: calc(20 / 320 * 100vw);
  font-weight: 700;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason_04_list_item_text {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 20px;

  @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
    text-align: left;
  }
}


.reason_04_lang{
  margin-top: 50px;
  display: flex;
  gap: 0 30px;
  align-items: center;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;

  @media screen and (max-width: 767px) {
    display: block;
    text-align: center;
  }
}

.reason_04_lang img{
  max-width: 256px;
}

.reason_04_lang_title{
  font-size: 18px;
  text-align: center;
  font-weight: 700;

  @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
    margin-top: 20px;
    text-align: center;
  }
}

.reason_04_lang_sub{
  font-size: 16px;

  @media screen and (max-width: 767px) {
    font-size: calc(11 / 320 * 100vw);
    text-align: left;
  }
}



#reason_other {
    background-color: #fafafa;
    background-image: 
        linear-gradient(#ececec 1px, transparent 1px),
        linear-gradient(90deg, #ececec 1px, transparent 1px);
    background-size: 30px 30px; /* マスの大きさ */
}

.reason_other_inner{
  display: flex;
  gap: 30px;

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

.reason_other_block_cap {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: solid 2px #f53e40;
    color: #f53e40;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.reason_other_block_cap::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #f53e40 transparent transparent transparent;
}

.reason_other_block_img {
  width: calc(100% / 2 - 12px);

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.reason_other_block_img img{
  width: 100%;
}

.reason_other_block_text{
  width: calc(100% / 2 - 12px);

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.reason_other_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reason_other_list img{
  width: 100%;
}

.reason_other_list_item_ttl {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.reason_other_list li {
    text-align: center;
    width: calc(100% / 2 - 12px);

    @media screen and (max-width: 767px) {
    width: calc(100% / 2 - 10px);
  }
}

.reason_other_list_item_text{
    font-size: 16px;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 10px;
}





/* =======================================================

#scene

======================================================= */

.scene_title{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;

    @media screen and (max-width: 767px) {
    font-size: calc(24 / 320 * 100vw);
    line-height: calc(32 / 320 * 100vw);
    margin-bottom: 40px;
  }
}

.scene_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.scene_list {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: calc(50% - 15px);
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center;
}

.scene_list_num {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #f53e40;
}

.scene_list_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    
    @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    }
}

.scene_list_text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 30px;
    flex-grow: 1;

    @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
  }
}

.scene_list img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    background-color: #eee;
}

@media (max-width: 767px) {
    .scene_list {
        width: 100%;
        padding: 30px 20px;
    }
}


/* =======================================================

#voice

======================================================= */

#voice {
  padding-top: 0;
  background: url(../images/voice_bg.jpg) no-repeat center center / cover;

  @media screen and (max-width: 767px) {
    background: none;
    position: relative;
  }
}

#voice:before {
  @media screen and (max-width: 767px) {
    content: "";
    position: absolute;
    left: -10vw;          
    top: 200px;           
    width: 120vw;         
    height: 300px;         
    background: #fff8f8;
    z-index: -1;
    transform-origin: top left;
    transform: skewY(-8deg); 
  }
}

.voice_head {
  text-align: center;
}

.voice_subtitle {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
  }
}

.voice_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;

  @media screen and (max-width: 767px) {
    font-size: calc(31 / 320 * 100vw);
    line-height: calc(31 / 320 * 100vw);
  }
}

.voice_title span {
  font-size: 90px;
  color: #f53e40;

  @media screen and (max-width: 767px) {
    font-size: calc(80 / 320 * 100vw);
  }
}

.voice_text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    margin-bottom: 20px;
  }
}

.voice_body {
  text-align: center;
  margin-bottom: 80px;
}

.voice_body_text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
    margin-bottom: 20px;
  }
}

.voice_block {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  margin-bottom: 40px;

  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
    gap: 20px 0;
    margin-bottom: 40px;
  }
}

.voice_block_img {
  width: 45%;
  height: auto;
  object-fit: contain;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.voice_block_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.voice_block_body {
  width: 55%;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.voice_block_body_ttl {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  line-height: 45px;
  margin-bottom: 20px;
  letter-spacing: 1px;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
    line-height: calc(40 / 320 * 100vw);
    margin-bottom: 10px;
  }
}

.voice_block_body_ttl span {
  color: #f53e40;
  font-size: 50px;

  @media screen and (max-width: 767px) {
    font-size: calc(40 / 320 * 100vw);
  }
}

.voice_block_body_text {
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    margin-bottom: 30px;
  }
}

.voice_block_body_text span.red {
  color: #f53e40;
}

.voice_block_body_text span.small {
  font-size: 14px;
  text-align: left;
}

.voice_card img {
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

/* =======================================================

#review

======================================================= */

#review {
  background: #f2f2f2;
}

.review_head {
  text-align: center;
  margin-bottom: 50px;

  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
  }
}

.review_subtitle {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}

.review_title img {
  width: 100%;
}

.review_body {
  text-align: center;
  margin-bottom: 50px;

  @media screen and (max-width: 767px) {
    margin-bottom: 30px;
  }
}

.review_body img {
  width: 400px;
  height: auto;
  object-fit: contain;

  @media screen and (max-width: 767px) {
    width: 80%;
  }
}


.review_list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 20px 0;
  }
}

.review_list_item {
  width: calc(100% / 3 - 12px);
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;

  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 20px;
  }
}

.review_list_item_img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 5px;
  background: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 10px;
}

.review_list_item_img img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.review_list_item_ttl {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #000;
  text-align: left;
  min-height: 72px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    min-height: auto;
  }
}

.review_list_item_text {
  font-size: 18px;
  text-align: left;
  letter-spacing: 1px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    letter-spacing: normal;
  }
}

.review_list_text {
  font-size: 10px;
  text-align: left;
  margin-bottom: 80px;
  color: #666666;

  @media screen and (max-width: 767px) {
    font-size: calc(10 / 320 * 100vw);
    margin-bottom: 40px;
  }
}

.review_list_text a{
  text-decoration: underline;
}

.review_text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    margin-bottom: 0;
  }
}


/* =======================================================

#comparison

======================================================= */

.integrated_comparison_wrapper {
    max-width: 1000px;
    margin: 40px auto;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333;
}

.integrated_comparison_table {
    width: 100%;
    padding: 20px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.integrated_comparison_table th,
.integrated_comparison_table td {
    padding: 25px 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.comparison_label {
    background-color: #f8f8f8; /* 薄いグレー */
    font-size: 14px;
    width: 180px;
}

.comparison_header {
    color: #fff;
    font-size: 18px;
    border-top: none !important;
}

.comparison_header.is-pip {
    background-color: #f53e40 !important; /* 指定の赤色 */
}

.comparison_header.is-other {
    background-color: #555 !important; /* 濃いグレー */
}

td.is-pip {
    background-color: #fff0f0; /* 薄いピンク */
}

td.is-pip .comparison_symbol {
    color: #f53e40;
    font-size: 48px; /* 記号を大きく強調 */
}

td.is-other .comparison_symbol {
    color: #333;
    font-size: 32px;
}

.comparison_symbol {
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.comparison_text {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    color: #666; /* 補足テキストは少し薄く */
}


.integrated_comparison_table thead th:first-child {
    border-radius: 10px 0 0 0;
}

.integrated_comparison_table thead th:last-child {
    border-radius: 0 10px 0 0;
}

.integrated_comparison_table tbody .last-row th {
    border-radius: 0 0 0 10px;
}

.integrated_comparison_table tbody .last-row td:last-child {
    border-radius: 0 0 10px 0;
}

.integrated_comparison_table th:last-child,
.integrated_comparison_table td:last-child {
    border-right: none !important;
}

.integrated_comparison_table tbody tr:last-child th,
.integrated_comparison_table tbody tr:last-child td {
    border-bottom: none !important;
}


.comparison_note {
    font-size: 11px;
    line-height: 1.6;
    color: #666;
    margin-top: 20px;
    text-align: left;
}

@media (max-width: 767px) {
    .integrated_comparison_table, 
    .integrated_comparison_table thead, 
    .integrated_comparison_table tbody, 
    .integrated_comparison_table tr {
        display: block;
        width: 100%;
        border: none;
    }

    .integrated_comparison_table thead {
        display: none;
    }

    .comparison_label {
        display: block;
        width: 100% !important;
        background: #f2f2f2 !important;
        border: 1px solid #ddd !important;
        border-radius: 6px;
        margin: 30px 0 10px 0; /* 前の項目との間隔 */
        padding: 10px !important;
        box-sizing: border-box;
        text-align: center;
        font-size: 15px;
    }

    .integrated_comparison_table tbody tr {
        display: flex;
        flex-wrap: wrap;
        gap: 8px; /* カード同士の隙間 */
        margin-bottom: 0;
    }

    .integrated_comparison_table td {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(50% - 4px) !important; /* 2カラム */
        box-sizing: border-box;
        border: 1px solid #ddd !important;
        border-radius: 10px !important;
        padding: 45px 10px 15px 10px !important; /* 上に会社名が入るスペースを確保 */
        position: relative;
        overflow: hidden;
        background: #fff;
    }

    .integrated_comparison_table td::before {
        content: ""; /* 下記のnth-childで内容を入れ分けます */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 6px 0;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .integrated_comparison_table td:nth-child(2) { border-color: #f53e40 !important; background-color: #fff0f0 !important; }
    .integrated_comparison_table td:nth-child(2)::before { content: "PIP-Maker"; background: #f53e40; }

    .integrated_comparison_table td:nth-child(3)::before { content: "A社"; background: #555; }

    .integrated_comparison_table td:nth-child(4)::before { content: "B社"; background: #555; }

    .integrated_comparison_table td:nth-child(5)::before { content: "C社"; background: #555; }

    .integrated_comparison_table td .comparison_symbol {
        font-size: 32px !important;
        margin: 5px 0;
    }
    
    .integrated_comparison_table td .comparison_text {
        font-size: 11px !important;
        line-height: 1.3;
    }
}



/* =======================================================

#flow

======================================================= */

#flow {
  
}

.flow_head {
  text-align: center;
}

.flow_title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
    margin-bottom: 40px;
  }
}

.flow_list {
  width: 560px;
  position: relative;
  margin: 0 auto;

  @media screen and (max-width: 767px) {
    width: 100%;
    flex-direction: column;
    gap: 40px 0;
  }
}

.flow_list_text {
  font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    border-radius: 20px;
    bottom: auto;
    background: #f53e40;
    width: 260px;
    top: 254px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;

  @media screen and (max-width: 767px) {
    bottom: auto;
    top: 18%;
    background: #f53e40;
    font-size: calc(11 / 320 * 100vw);
    width: 100%;
  }
}

.flow_list_item {
  text-align: center;
  margin: 0 auto 60px auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;

  @media screen and (max-width: 767px) {
    width: 100%;
    display: block;
    gap: 0 10px;
  }
}

.flow_list_item::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #000;
  transform: rotate(90deg);
  bottom: -43px;

  @media screen and (max-width: 767px) {
    top: auto;
    bottom: -30px;
  }
}

.flow_list_item:last-child::after{
  display: none;
}

.flow_list_item_inner{
  width: 50%;
}

.flow_list_item:first-of-type {
  padding-bottom: 50px;
  @media screen and (max-width: 767px) {
    padding-bottom: 50px;
  }
}

.flow_list_item:last-child::before {
  content: none;
}

.flow_list_item_inner {
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.flow_list_item_label {
  font-size: 14px;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 2px 30px;
  border-radius: 20px;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    font-size: calc(14 / 320 * 100vw);
    width: 100%;
    padding: 2px 10px;
  }
}

.flow_list_item_ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}

.flow_list_item_img {
  width: 336px
  height: auto;
  object-fit: contain;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.flow_list_item_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


/* =======================================================

#qa

======================================================= */

#qa {
  /* background: #f2f2f2; */
  @media screen and (max-width: 767px) {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.qa_head {
  text-align: center;
}

.qa_title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
    margin-bottom: 40px;
  }
}

.qa {
  @media screen and (max-width: 767px) {
    margin: 0;
  }
}

.qa .qa-6 {
  border: solid 2px #f53e40;
  border-radius: 10px;
  margin-bottom: 30px;
}

.qa .qa-6 summary {
  padding: 30px 30px 30px 80px;
  font-size: 18px;
  font-weight: 500;
  color: #f53e40;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    padding: 16px 20px 16px 60px;
  }
}

.qa-6 summary::before {
  content: "Q";
  font-size: 22px;
  font-weight: 700;
  background: #f53e40;
  color: #fff;
  /* padding: 5px 10px; */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: baseline;
  justify-content: center;

  @media screen and (max-width: 767px) {
    font-size: calc(11 / 320 * 100vw);
    width: 30px;
    height: 30px;
    left: 16px;
    top: 16px;
  }
}

.qa-6 summary::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f53e40;
  border-right: 2px solid #f53e40;
  transform: rotate(135deg);
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;

  @media screen and (max-width: 767px) {
    top: 30px;
    right: 15px;
  }
}

.qa-6[open] summary::after {
  content: "";
  transform: rotate(-45deg);
}


.qa .qa-6 p {
  background: transparent;
  padding: 0 30px 30px;

  @media screen and (max-width: 767px) {
    padding: 0 20px 16px;
    font-size: calc(14 / 320 * 100vw);
  }
}

.qa-6 p::before {
  content: none;
}


/* =======================================================

#company

======================================================= */

#company {
  /* background: #f2f2f2; */
  @media screen and (max-width: 767px) {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.company_head {
  text-align: center;
}

.company_title {
  font-size: 32px;
  font-weight: 700;
  color: #f53e40;
  text-align: left;
  margin-bottom: 80px;

  @media screen and (max-width: 767px) {
    font-size: calc(26 / 320 * 100vw);
    margin-bottom: 20px;
    text-align: center;
    color: #000;
  }
}

.company_info {
  
}

.company_info .item {
  display: flex;
  align-items: baseline;
  gap: 0 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #f53e40;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 4px 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f53e40;
  }
}

.company_info .item .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #f53e40;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 20px;
  width: 200px;
  flex-shrink: 0;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
    width: 100%;
  }
}

.company_info .item .ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #f53e40;
  border-radius: 50%;
}

.company_info .item .text {
  font-size: 18px;
  font-weight: 500;
  color: #000;

  @media screen and (max-width: 767px) {
    font-size: calc(16 / 320 * 100vw);
  }
}


/* =======================================================

#footer

======================================================= */

#footer {
  
}

.footer__inner a {
  font-size: 12px;

  @media screen and (max-width: 767px) {
    font-size: calc(9/ 320 * 100vw);
  }
}

.footer__inner .copyright {
  margin-top: 60px;
  font-size: 12px;

  @media screen and (max-width: 767px) {
    margin-top: 10px;
    font-size: calc(9/ 320 * 100vw);
  }
}