@charset "utf-8";

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

  .humberger span {
    background: #fff;
  }

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

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


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

.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 / cover;
  padding: 150px 0 30px;

  @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: url(../images/kv_sp.jpg) no-repeat center center / cover;
    width: 100%;
    padding: 80px 0 0;
  }
}

.kv_left_top {
  padding: 0;
  position: relative;
  align-items: center;
  gap: 0 20px;

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

.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: 2px 10px 4px;
    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(21 / 320 * 100vw);
  }
}

.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 {
  padding: 0;
}

.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;
    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 {
  @media screen and (max-width: 767px) {
    padding: 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%;
}

.kv_right_body .form-columns-2  {

}

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

#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 {
  text-align: center;
  margin-bottom: 20px;

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

.cta_btn_text {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  /* margin-bottom: 20px; */
}

.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: 24px;
  font-weight: 600;

  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 15px 10px;
    border-radius: 40px;
    font-size: calc(24 / 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 .cta_card {
  background: #f2f2f2;

  @media screen and (max-width: 767px) {
    background: #f2f2f2;
    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: #f63e40;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;

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

.cta_card_label {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 5px;

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

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

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

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

.cta_card_btn {
  background: #0598db;
  width: 340px;
  height: 50px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

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

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

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

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

#nayami

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




#nayami {}

.nayami_inner {

}

.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_body {
  
}

.nayami_body ul {
  display: flex;
  gap: 120px 40px;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;

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


.nayami_body ul:before {
  @media screen and (max-width: 767px) {
    content: "";
    display: block;
    width: 75px;
    height: 100px;
    background: url(../images/nayami_men.png) no-repeat center center / contain;
    position: absolute;
    top: -65px;
    right: 10px;
  }
}

.nayami_body ul li {
  width: calc(100% / 3 - 27px);
  background: #fff;
  padding: 20px 20px 10px;
  border-radius: 10px;
  border: 5px solid #f2f2f2;
  position: relative;
  z-index: 2;

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

.nayami_body ul li:nth-child(3n - 1) {
  margin-top: 50px;

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

.nayami_body ul li svg {
  position: absolute;
  top: -16px;
  left: 8px;
  /* transform: translate(-50%, -50%); */
  width: 40px;
  height: auto;
}

.nayami_body ul li:nth-child(5):before {
  content: "";
  width: 120px;
  height: 210px;
  background: url(../images/nayami_men.png) no-repeat center center / contain;
  position: absolute;
  top: -203px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;

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

.nayami_body_item_title {
  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_body_item_title span {
  color: #f63e40;
  
}

.nayami_arrow {
  text-align: center;
  margin-top: 80px;

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

.nayami_arrow img {
  width: 150px;
  height: auto;

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


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

#kensyu

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


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

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

.kensyu_inner {

}

.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;

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


.kensyu_body {}

.kensyu_body ul {
  display: flex;
  gap: 0 40px;
  flex-wrap: wrap;
  align-items: flex-start;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 20px 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 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_inner {
  
}

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

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

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

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

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

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

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

.solution_head_inner span.big {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;

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

.solution_head_inner span {
  font-size: 48px;
  line-height: 48px;
  margin-left: -40px;

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

.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: 190px;
  font-weight: 700;
  color: #fff;

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

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

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

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

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

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

  @media screen and (max-width: 767px) {
    justify-content: flex-start;
    gap: 0 10px;
    margin-bottom: 20px;
  }
}

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

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

.s_block_top_list li {
  font-size: 40px;
  font-weight: 700;
  color: #f53e40;
  border: 2px solid #f53e40;
  padding: 5px 10px;
  border-radius: 10px;

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

.s_block_top_text {
  font-size: 82px;
  font-weight: 700;
  color: #f53e40;

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

.s_block_ttl {
  font-size: 68px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  line-height: 80px;
  position: relative;
  display: inline-block;

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

.s_block_ttl::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../images/chon.png) no-repeat center center / contain;
  position: absolute;
  bottom: 30px;
  left: -40px;
  rotate: 180deg;

  @media screen and (max-width: 767px) {
    width: 24px;
    bottom: 15px;
    left: -25px;
  }
}

.s_block_ttl::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../images/chon.png) no-repeat center center / contain;
  position: absolute;
  bottom: 30px;
  right: -40px;

  @media screen and (max-width: 767px) {
    width: 24px;
    bottom: 15px;
    right: -25px;
  }
}


.s_block_ttl span {
  color: #f53e40;
  display: block;
}


.s_block_balloon {
  width: 125px;
  height: 125px;
  font-weight: 700;
  background: #f53e40;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  top: -80px;
  right: -130px;
  rotate: 10deg;
  display: flex;
  align-items: center;
  justify-content: center;

  @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_img {
  text-align: center;
  margin-bottom: 50px;

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

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

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

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

  @media screen and (max-width: 767px) {
    width: 100%;
    font-size: calc(16 / 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: -15px;
  transform: translateX(-50%);

}

.s_block_label 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: 60px;

  @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;

  @media screen and (max-width: 767px) {
    border: solid 1px #e8e8e8;
    border-radius: 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;
  margin-bottom: 50px;

  @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(26 / 320 * 100vw);
    margin-bottom: 40px;
  }
}


.reason_num_text::before {
  content: "＼ 特許取得 ／";
  font-size: 18px;
  position: absolute;
  top: -40px;
  right: -40px;
  rotate: 10deg;

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

.reason_num_text span {
  color: #f53e40;
}

.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;
  margin-bottom: 50px;
}

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

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

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

.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 30px;

  @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;
  margin-right: 50px;
  margin-bottom: 60px;

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

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

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

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

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

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


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

#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(22 / 320 * 100vw);
    margin-bottom: 40px;
  }
}

.reason_02_inner .reason_num_text:before,
.reason_03_inner .reason_num_text:before {
  content: none;
}

.reason_02_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_02_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_02_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_02_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_03 {
  background: #f2f2f2;
}

.reason_03_inner {}

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

.reason_03_block img {}

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

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

.reason_03_text span {
  color: #f53e40;
}

.reason_03_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 15px;
  /* margin-bottom: 80px; */

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

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

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

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

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

.reason_03_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_03_list_item_text {
  font-size: 16px;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 10px;

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


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

#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;
}

.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: 80px;

  @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;
  }
}

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

#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 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  position: relative;

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

.flow_list_text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: -50px;
  left: 90px;

  @media screen and (max-width: 767px) {
    font-size: calc(12 / 320 * 100vw);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 34vw;
    background: #f53e40;
    font-size: calc(14 / 320 * 100vw);
    width: 260px;
  }
}

.flow_list_text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000 transparent;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);

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

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

  @media screen and (max-width: 767px) {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
  }
}

.flow_list_item::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #000;
  right: -16px;
  top: 40px;
  transform: translateY(-50%);

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

.flow_list_item:first-of-type {
  @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: calc(45% - 5px);
  }
}

.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: 100%;
  height: auto;
  object-fit: contain;

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

.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(14 / 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);
  }
}