/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

/* CSS Document */

div#cont {
  width: 100%;
}

/*********
layout
**********/

.l_main {
  width: 980px;
  letter-spacing: 1.9px;
}
.l_section {
}
.l_section__item {
}
.l_section--primary > .l_section__item + .l_section__item {
  margin-top: 100px;
}
.m_btn--cta + .l_section__item {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l_main {
    float: none;
    width: 95%;
    margin: auto;
  }
  .l_section--primary > .l_section__item + .l_section__item {
    margin-top: 48px;
    padding-top: 60px;
  }
}

.l_main p {
  letter-spacing: 0;
}

.br_sp {
  display: none;
}

@media (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block !important;
  }
}

/*
l_glid
**********/
.l_grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item {
  display: flex;
}
.l_grid__inner {
  display: block;
  width: 100%;
}
.l_grid--target {
  margin: -16px;
}
.l_grid--target > .l_grid__item {
  padding: 16px;
}
.l_grid--strengths {
  margin: -12px;
}
.l_grid--strengths > .l_grid__item {
  padding: 12px;
}
.l_grid--achievement {
  margin: -12px;
}
.l_grid--achievement > .l_grid__item {
  padding: 12px;
}
.l_grid--image {
  margin: -20px;
}
.l_grid--image > .l_grid__item {
  padding: 20px;
}
.l_grid--relative {
  width: calc(100% + 6px);
  margin: -1px;
  overflow: hidden;
}
.l_grid--relative > .l_grid__item {
  position: relative;
  border: 1px solid;
  margin: -1px 0 0 -1px;
}
.l_grid--relative > .l_grid__item::before,
.l_grid--relative .l_grid__inner::before,
.l_grid--relative > .l_grid__item::after,
.l_grid--relative .l_grid__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: block;
  background: #fff;
}
.l_grid--relative > .l_grid__item::before {
  left: -14px;
  top: -14px;
}
.l_grid--relative .l_grid__inner::before {
  left: -14px;
  bottom: -14px;
}
.l_grid--relative > .l_grid__item::after {
  right: -14px;
  top: -14px;
}
.l_grid--relative .l_grid__inner::after {
  right: -14px;
  bottom: -14px;
}

/*********
module
**********/

/*
module_トップ画像
**********/
.m_keyvisual_sec {
  position: relative;
  background: url(/resource/img/web/custom-made-web_welfare/topimg_bg_web_welfare.jpg) no-repeat center / cover;
  width: 100%;
}

.m_keyvisual__wrap {
  background-color: #e5e8f7;
}

.m_keyvisual__inner {
  position: relative;
  width: 1220px;
  margin: auto;
  overflow: hidden;
}
.m_keyvisual__img {
  width: 980px;
  height: 300px;
  margin-left: auto;
  line-height: 0;
  position: relative;
}
.m_keyvisual__img img {
  max-width: 100%;
  height: auto;
}

.m_keyvisual__sliderWrap {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 980px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m_keyvisual__sliderItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m_keyvisual__img > img {
  width: 100%;
  height: 100%;
}
.m_keyvisual__sliderBtns {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: -6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m_keyvisual__sliderBtn {
  padding: 5px;
}
.m_keyvisual__sliderBtnTarget {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #def0ec;
}
.m_keyvisual__sliderBtnTarget--current {
  width: 30px;
  background: #6ea64a;
}

.js_slider {
}
.js_slider-enter-active,
.js_slider-leave-active,
.js_slider-move {
  transition: 0.8s all;
}
.js_slider-leave-to {
  opacity: 0;
}
.js_slider-enter {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .m_keyvisual__wrap {
    background-color: #ffffff;
  }
  .m_keyvisual_sec {
    height: 80vw;
  }
  .m_keyvisual__sliderBtns {
    display: flex;
    bottom: 12.8vw;
  }

  .m_keyvisual__inner {
    width: 100%;
    margin: auto;
  }
  .m_keyvisual__img {
    width: 100%;
    height: 80vw;
    display: flex;
    align-items: center;
  }
}

/*
module_ローカルナビ
**********/
.m_nav_welfare {
  box-shadow: 0px 4px 4px 1px #aaa;
}
.m_navList_itemTarget_welfare {
  text-align: center;
  line-height: 1.4;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 10px;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  height: 60px;
  font-weight: medium;
}
.m_navList_itemTarget_welfare:hover {
  background-color: #6ea64a;
  color: #fff;
}

@media (max-width: 768px) {
  .m_navList_itemTarget_welfare {
    justify-content: center;
    padding: 0px;
    font-size: 14px;
    height: 70px;
  }
  .m_nav_welfare {
    width: 100%;
    height: auto;
    justify-content: space-between;
    box-shadow: 0 4px 4px #aaa;
  }
}
.m_navList_welfare {
  display: flex;
  justify-content: center;
  width: 1220px;
  margin: auto;
}
.m_navList_box_welfare {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  margin-left: 240px;
  width: 100%;
}
.m_navList_wrap_welfare {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* margin-left: 240px; */
}
@media (max-width: 768px) {
  .m_navList_wrap_welfare {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 0px;
    padding: 0 10px;
  }
  .m_navList_box_welfare {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0px;
  }
}
.m_navList_item_welfare,
.m_navList_item_welfare:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 3px solid #6ea64a;
  border-left: 1px dotted #666;
}
.m_navList_item_welfare:last-child {
  border-right: 1px dotted #666;
}
.m_navList_itemTarget {
  text-align: center;
  line-height: 1.4;
  height: 60px;
}
.m_navList_itemTarget:hover,
.m_navList_itemTarget:hover .m_navList_itemTarget_num {
  background-color: #6ea64a;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .m_navList_welfare {
    justify-content: flex-start;
    width: 100%;
  }
  /* .m_navList_wrap_welfare {
    width: 270px;
    display: block !important;
  }
  .m_navList_item_welfare {
    border-top: none;
    border-left: none;
  }
  .m_navList_itemTarget {
    text-align: left;
  } */
  .m_keyvisual__img img {
    height: auto;
  }
  /* .openbtn {
    top: 7px;
  } */
}

/*
module_共通
**********/
.u_pc {
  display: block;
}
.u_sp {
  display: none;
}
.m_heading {
  background: none;
  margin-bottom: 20px;
}
.m_heading_welfare {
  background: none;
  margin-bottom: 0px;
}
.m_heading__ttl {
  font-weight: bold;
  color: #6ea64a;
}
.m_heading__subTtl {
  font-weight: bold;
  color: #6ea64a;
}
.m_heading--primary {
  text-align: center;
}
.m_heading--primary .m_heading__ttl {
  font-size: 30px;
}
.m_heading--primary .m_heading__subTtl {
  font-family: helvetica neue, noto sans jp, yu gothic, YuGothic, ヒラギノ角ゴ pron w3, hiragino kaku gothic pron, Arial, メイリオ, Meiryo, "sans-serif";
  font-size: 20px;
  font-weight: bold;
}
.m_heading--secondary {
  margin-top: 100px;
  margin-bottom: 10px;
}
.m_heading--tertiary {
  margin-bottom: 10px;
}
.m_heading__ttl--secondary {
  font-size: 24px;
}
.m_heading__ttl--tertiary {
  font-weight: bold;
}
.m_heading--content {
  margin-bottom: 20px;
}
.m_heading--content .m_heading__ttl {
  font-weight: bold;
  font-size: 16px;
}

.m_btnLead {
  width: 100%;
  max-width: 302px;
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}
.m_btnLead:hover {
  opacity: 0.7;
}
.m_btnLead_welfare {
  width: 100%;
  max-width: 302px;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}
.m_btnLead_welfare:hover {
  opacity: 0.7;
}

.m_flowWrap .m_btnLead {
  max-width: 420px;
}

@media (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .m_btnLead {
    max-width: 100%;
  }
  /* .m_btnLead_welfare {
    max-width: 100%;
  } */
  .m_flowWrap .m_btnLead {
    max-width: 100%;
  }
}

.m_btnLead_text {
  font-weight: bold;
}
.m_btnLead_text-case {
  font-weight: normal;
}
.m_btn {
  display: flex;
  align-items: stretch;
  margin-top: 100px;
}
/* .m_btn::before{
  content: "";
  display: block;
  width: 0;
} */
.m_btn__target {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.m_btn--cta {
  justify-content: center;
  font-size: 15px;
}
.m_btn--cta::before {
  height: 3em;
}
.m_btn--cta .m_btn__target {
  padding: 0 30px;
  border-radius: 8px;
  background: #e6002d;
  color: #fff;
  font-weight: bold;
  transition: 0.3s opacity;
}
.m_btn--cta .m_btn__target:hover {
  opacity: 0.7;
}
.m_btn--cta .m_btn__inner {
  position: relative;
  padding-left: 48px;
}
.m_btn__inner br {
  display: none;
}
.m_btn--cta .m_btn__inner::before {
  content: url(https://www.insource.co.jp/resource/img/inquiry/icon_inquiry.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 20px;
  margin: auto 0;
  line-height: 0;
}
.m_btn--link {
  margin-top: 10px;
}
.m_btn--link::before {
  height: 50px;
}
.m_btn--link .m_btn__target {
  padding: 0 15px;
  border-radius: 8px;
  background: #2f3d84;
  color: #fff;
  font-weight: bold;
  transition: 0.3s opacity;
}
.m_btn--link .m_btn__inner {
  position: relative;
  padding-left: 0px;
  padding-right: 30px;
}
.m_btn--link .m_btn__inner::before {
  content: "";
}
.m_btn--link .m_btn__inner::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  padding-left: 10px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .m_btn--demo .m_btn__target {
    width: 100%;
    max-width: 344px;
  }
}
@media screen and (max-width: 599px) {
  .m_heading--primary .m_heading__ttl {
    font-size: 26px;
  }
  /* .m_heading--primary .m_heading__subTtl {
    font-size: 16px;
  } */
  .m_btn--cta::before {
    height: 4em;
  }
  .m_btn--cta .m_btn__inner {
    padding-left: 0;
  }
  .m_btn__inner br {
    display: block;
  }
  .m_btn--cta .m_btn__inner::before {
    position: static;
    margin-bottom: 2px;
    text-align: center;
  }
  .m_btn--link .m_btn__inner::before {
    content: none;
  }
  .m_btn--demo .m_btn__target {
    max-width: 296px;
  }
  .m_btn--cta .m_btn__target {
    width: 296px;
    padding: 0 1em;
  }
}

/*
module_こんなお悩みを解決します
**********/

.m_overview_sec {
  padding: 0 !important;
  background-color: transparent !important;
}

.m_targetWrap_welfare {
  padding: 60px 0;
}
.m_targetWrap__list + .m_targetWrap__msg {
  margin-top: 24px;
}
.m_target__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -60px;
}
.m_target__item {
  width: 460px;
  margin-top: 60px;
}
.m_target__itemInner {
}
.m_target__itemSpeech {
  background: url(/resource/img/web/custom-made-web/leaveittome-web_target-01.svg) no-repeat center / contain;
  width: 460px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m_target__itemSpeech_main {
  text-align: center;
  margin-top: -15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.m_target__itemSolution {
  display: flex;
  justify-content: space-between;
}
.m_target__itemSolution_arrow {
  background: url("/resource/img/web/custom-made-web/leaveittome-web_target-02.svg") no-repeat center / contain;
  width: 200px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-left: 22px;
}
.m_target__itemSolution_arrowTxt {
  text-align: center;
  color: #2f3d84;
  font-size: 18px;
  font-weight: bold;
}
.m_target__itemSolution_people {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.m_target__itemStr {
  border: 3px solid #ce4c36;
  border-radius: 15px;
  padding: 15px 14px 35px 14px;
}
.m_target__itemStr_ttl {
  border-bottom: 5px solid #ce4c36;
  padding-bottom: 10px;
}
.m_target__itemStr_ttlMain {
  text-align: center;
  color: #ce4c36;
  font-size: 18px;
  height: 52px;
}
.m_target__itemStr_msg {
  margin-top: 20px;
}
.m_target__itemStr_msgMain {
}
.m_target__itemStr_msgSub {
  font-size: 14px;
}
.m_target__itemStr_msgMain_sub {
  font-size: 14px;
  position: absolute;
  white-space: nowrap;
}
.m_target__itemStr_msgMain_subLink {
  color: #0000ff;
  text-decoration: underline;
}
.m_target__itemStr_msgMain_subLink:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.m_target__plan {
  margin-top: 80px;
}
.m_target__plan_ttl {
  color: #ca477d;
  font-size: 20px;
  text-align: center;
}
.m_target__plan_ttl_num {
  font-size: 30px;
}
.m_target__plan_list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.m_target__plan_item {
  width: 310px;
  border: 1px solid #ca477d;
  display: flex;
  flex-direction: column;
}
.m_target__plan_item_header {
  background-color: #ca477d;
  padding: 8px;
}
.m_target__plan_item_headerMain {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.m_target__plan_item_content {
  padding: 10px 10px 0 10px;
}
.m_target__plan_item_num {
  margin-top: auto;
  text-align: right;
  color: #ca477d;
  font-weight: bold;
  padding: 0 10px 10px 10px;
}
.m_target__plan_item_numPage_main {
}
.m_target__plan_item_numPrice_main {
  font-size: 30px;
}
.m_target__plan_item_numPrice_en {
  font-size: 20px;
}
.m_target__plan_maintenance {
  border: 1px solid #ca477d;
  margin-top: 25px;
}
.m_target__plan_maintenance_inner {
  display: flex;
  justify-content: center;
  font-size: 20px;
  padding: 8px;
}
.m_target__plan_maintenance_str {
  display: flex;
  align-items: center;
}
.m_target__plan_maintenance_str:before {
  content: "";
  background-image: url(/resource/img/web/custom-made-web/icon_plus.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  min-width: 20px;
  padding-right: 20px;
}
.m_target__plan_maintenance_num {
  color: #ca477d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m_target__list {
    display: block;
    margin-top: 0px;
  }
  .m_target__item {
    width: 460px;
    margin: auto;
  }
  .m_target__item + .m_target__item {
    margin-top: 60px;
  }
  .m_target__itemInner {
  }
  .m_target__itemSpeech {
  }
  .m_target__itemSpeech_main {
  }
  .m_target__itemStr_ttlMain {
    height: auto;
  }
  .m_target__plan_maintenance_inner {
    display: block;
  }
  .m_target__plan_maintenance_str {
    padding-left: 22px;
  }
  .m_target__plan_maintenance_str:before {
    padding-right: 30px;
  }
  .m_target__plan_list {
    display: block;
  }
  .m_target__plan_item {
    margin: auto;
    width: 100%;
  }
  .m_target__plan_item + .m_target__plan_item {
    margin-top: 20px;
  }
  .m_target__plan_maintenance_num {
    text-align: right;
  }
}

@media screen and (max-width: 599px) {
  .m_target__list {
    display: block;
    margin-top: 0px;
  }
  .m_target__item {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }
  .m_target__item + .m_target__item {
    margin-top: 60px;
  }
  .m_target__itemInner {
  }
  .m_target__itemSpeech {
    max-width: 460px;
    width: 100%;
    padding: 20px;
    background: none;
    height: auto;
    background-color: #2f3d84;
    border-radius: 59px;
    position: relative;
  }
  .m_target__itemSpeech:after {
    position: absolute;
    content: "";
    border: 7px solid transparent;
    border-top: 15px solid #2f3d84;
    top: 100%;
    right: 25%;
  }
  .m_target__itemSpeech_main {
    margin-top: 0;
    font-size: 16px;
  }
  .m_target__itemSolution_arrow {
    margin-left: 0px;
    margin-top: 0px;
  }
  .m_target__itemSolution_arrowTxt {
    white-space: nowrap;
    font-size: 20px;
  }
  .m_target__itemSolution_people {
    margin-right: 0;
  }
  .m_target__itemStr {
    padding: 15px 10px 15px 10px;
  }
  .m_target__itemStr_ttlMain {
    font-size: 16px;
  }
  .m_target__itemStr_msgMain_sub {
    position: relative;
    white-space: normal;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 399px) {
  .m_target__itemSpeech:after {
  }
  .m_target__itemSpeech_main-update > br {
    display: none;
  }
}

/*
module_制作の流れ
**********/

.m_flow__step_list {
  display: flex;
}
.m_flow__step_item {
  width: 20%;
  text-align: center;
  position: relative;
}
.m_flow__step_item:after {
  position: absolute;
  content: "";
  background: url(/resource/img/web/custom-made-web_welfare/leaveittome-web_workflow-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 40px;
  display: inline-block;
  top: 45%;
  right: -10px;
}
.m_flow__step_item:last-of-type:after {
  background: none;
}
.m_flow__step_item:nth-of-type(1) {
  border-bottom: 5px solid #85be60;
}
.m_flow__step_item:nth-of-type(2) {
  border-bottom: 5px solid #78b153;
}
.m_flow__step_item:nth-of-type(3) {
  border-bottom: 5px solid #6ea64a;
}
.m_flow__step_item:nth-of-type(4) {
  border-bottom: 5px solid #629d3c;
}
.m_flow__step_item:nth-of-type(5) {
  border-bottom: 5px solid #54922b;
}
.m_flow__step_item_heading {
  color: #fff;
  font-weight: bold;
  padding: 2px 0;
}
.m_flow__step_item_txtbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.m_flow__step_item_txt .m_flow__step_item_txt_main {
}
.m_flow__step_item:nth-of-type(1) .m_flow__step_item_heading {
  background-color: #85be60;
}
.m_flow__step_item:nth-of-type(1) .m_flow__step_item_txt_main {
  color: #85be60;
}
.m_flow__step_item:nth-of-type(2) .m_flow__step_item_heading {
  background-color: #78b153;
}
.m_flow__step_item:nth-of-type(2) .m_flow__step_item_txt_main {
  color: #78b153;
}
.m_flow__step_item:nth-of-type(3) .m_flow__step_item_heading {
  background-color: #6ea64a;
}
.m_flow__step_item:nth-of-type(3) .m_flow__step_item_txt_main {
  color: #6ea64a;
}
.m_flow__step_item:nth-of-type(4) .m_flow__step_item_heading {
  background-color: #629d3c;
}
.m_flow__step_item:nth-of-type(4) .m_flow__step_item_txt_main {
  color: #629d3c;
}
.m_flow__step_item:nth-of-type(5) .m_flow__step_item_heading {
  background-color: #54922b;
}
.m_flow__step_item:nth-of-type(5) .m_flow__step_item_txt_main {
  color: #54922b;
}
.m_flow__step_item_contents {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.m_flow__step_item_img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.m_flow__step_item_txt {
  /* min-height: 44px; */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #4155b8;
  font-weight: bold;
  /* padding-bottom: 20px;
  padding-top: 10px; */
}
.m_flow__format {
  margin-top: 100px;
}
.m_flow__format_Preparation {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background-color: #f5f7ff;
  margin-top: 5px;
}
.m_flow__format_Preparation_heading {
  color: #2f3d84;
  font-size: 18px;
  font-weight: bold;
}
.m_flow__format_Preparation_list {
  margin-top: 5px;
}
.m_flow__format_Preparation_item {
  line-height: 1.4;
}
.m_flow__format_Preparation_img_main {
  vertical-align: bottom;
}
.m_flow__example_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_flow__example_box {
  padding: 10px 20px 15px;
}
.m_flow__example_box-Constitution {
  background-color: #f5f7ff;
  width: 480px;
}
.m_flow__example_box-specification {
  background-color: #f5f7ff;
  width: 480px;
}
.m_flow__example_box-top {
  background-color: #f5f5f5;
  width: 346px;
  margin-top: 20px;
  text-align: center;
}
.m_flow__example_box-bottom {
  background-color: #f5f5f5;
  width: 614px;
  margin-top: 20px;
  text-align: center;
}
.m_flow__example_box_heading {
  color: #2f3d84;
  font-size: 18px;
  font-weight: bold;
}
.m_flow__example_box-top .m_flow__example_box_heading,
.m_flow__example_box-bottom .m_flow__example_box_heading {
  color: #333333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.m_flow__example_box_list {
  margin-top: 5px;
}
.m_flow__example_box_item {
  line-height: 1.4;
}
.m_flow__example_box_imgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 658px;
  align-content: space-between;
}
.m_flow__example_box_imgItem {
  width: 180px;
}
.m_flow__example_box_imgItem_main {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .m_flow__step_item_txtbox {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m_flow__step_item_img {
    height: auto;
  }
  .m_flow__step_list {
    display: block;
  }
  .m_flow__step_item {
    width: auto;
    background-color: #f6faec;
  }
  .m_flow__step_item:nth-of-type(1),
  .m_flow__step_item:nth-of-type(2),
  .m_flow__step_item:nth-of-type(3),
  .m_flow__step_item:nth-of-type(4),
  .m_flow__step_item:nth-of-type(5) {
    border-bottom: none;
  }
  .m_flow__step_item:after {
    background: none;
  }
  .m_flow__step_item_txt {
    height: auto;
  }
  .m_flow__step_item_txt_main br {
    display: none;
  }
  .m_flow__format_Preparation {
    display: block;
  }
  .m_flow__format_Preparation_img {
    text-align: center;
    margin-top: 15px;
  }
  .m_flow__example_list {
    justify-content: center;
  }
  .m_flow__example_box-Constitution,
  .m_flow__example_box-specification {
    width: 100%;
  }
  .m_flow__example_box-specification {
    margin-top: 20px;
  }
  .m_flow__example_box-top {
    margin: auto;
    margin-top: 20px;
    width: 100%;
  }
  .m_flow__example_box-bottom {
    width: 100%;
  }
  .m_flow__example_box_imgList {
    height: auto;
    justify-content: center;
  }
  .m_flow__example_box_imgList:before {
    content: "";
    width: 190px;
    order: 1;
  }
  .m_flow__example_box_imgList:after {
    content: "";
    width: 190px;
  }
  .m_flow__example_box_imgItem {
    margin: 0 5px 10px;
  }
}

/*
module_よくあるご質問
**********/
.m_faqWrap {
  padding-top: 40px;
  padding-bottom: 100px;
}

.m_faqWrap {
}
.m_faqWrap__body {
  margin-top: -43px;
  letter-spacing: 0.8px;
}
.m_faqWrap__footer {
  margin-top: 48px;
}

/* QA */
.m_faq {
  padding: 40px 0 25px 0;
  border-top: 2px dotted;
}
.m_faq:first-of-type {
  border-top: none;
  padding-top: 45px;
}
.m_faq__q + .m_faq__a {
  margin-top: 45px;
}
.m_faq__q {
  position: relative;
  padding-left: 64px;
  font-weight: bold;
}
.m_faq__q::before {
  content: url(/resource/img/web/custom-made-web_welfare/img_qa-q.svg);
  position: absolute;
  left: 0;
  top: -15px;
  bottom: 0;
  display: block;
  margin: auto 0;
  line-height: 0;
}
.m_faq__a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 64px;
}
.m_faq__aMsg {
  position: relative;
  min-height: 39px;
}
.m_faq__aMsg a {
  color: #0033ff;
}
.m_faq__aMsg a:hover {
  text-decoration: underline;
}
.m_faq__aMsg::before {
  content: url(/resource/img/web/custom-made-web_welfare/img_qa-a.svg);
  position: absolute;
  left: -63px;
  top: -13px;
  display: block;
  margin: auto 0;
  line-height: 0;
}
.m_faq__aMsg + .m_faq__aMsg {
  margin-top: 12px;
}
.m_footNote {
  font-size: 14px;
  color: #777777;
}
.m_footNote:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .m_faqWrap {
    padding-bottom: 0px;
  }
}

/**********
utility
**********/
/*横幅*/
.u_col1 {
  width: 8.333%;
}
.u_col2 {
  width: 16.667%;
}
.u_col3 {
  width: 25%;
}
.u_col4 {
  width: 33.333%;
}
.u_col5 {
  width: 41.666%;
}
.u_col6 {
  width: 50%;
}
.u_col7 {
  width: 58.333%;
}
.u_col8 {
  width: 66.666%;
}
.u_col9 {
  width: 75%;
}
.u_col10 {
  width: 83.33%;
}
.u_col11 {
  width: 91.666%;
}
.u_col12 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u_resMdCol1 {
    width: 8.333%;
  }
  .u_resMdCol2 {
    width: 16.667%;
  }
  .u_resMdCol3 {
    width: 25%;
  }
  .u_resMdCol4 {
    width: 33.333%;
  }
  .u_resMdCol5 {
    width: 41.666%;
  }
  .u_resMdCol6 {
    width: 50%;
  }
  .u_resMdCol7 {
    width: 58.333%;
  }
  .u_resMdCol8 {
    width: 66.666%;
  }
  .u_resMdCol9 {
    width: 75%;
  }
  .u_resMdCol10 {
    width: 83.33%;
  }
  .u_resMdCol11 {
    width: 91.666%;
  }
  .u_resMdCol12 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .u_resSmCol1 {
    width: 8.333%;
  }
  .u_resSmCol2 {
    width: 16.667%;
  }
  .u_resSmCol3 {
    width: 25%;
  }
  .u_resSmCol4 {
    width: 33.333%;
  }
  .u_resSmCol5 {
    width: 41.666%;
  }
  .u_resSmCol6 {
    width: 50%;
  }
  .u_resSmCol7 {
    width: 58.333%;
  }
  .u_resSmCol8 {
    width: 66.666%;
  }
  .u_resSmCol9 {
    width: 75%;
  }
  .u_resSmCol10 {
    width: 83.33%;
  }
  .u_resSmCol11 {
    width: 91.666%;
  }
  .u_resSmCol12 {
    width: 100%;
  }
}
/*間隙*/
.u_mb8 {
  margin-bottom: 8px;
}
.u_mb16 {
  margin-bottom: 16px;
}
.u_mb24 {
  margin-bottom: 24px;
}
.u_mb40 {
  margin-bottom: 40px;
}
.u_mb64 {
  margin-bottom: 64px;
}
.u_mr8 {
  margin-right: 8px;
}
.u_mt8 {
  margin-top: 8px;
}
.u_ml8 {
  margin-left: 8px;
}
/*フォントサイズ*/
.u_fs11 {
  font-size: 11px;
}
.u_fs10 {
  font-size: 10px;
}
.u_fs20 {
  font-size: 20px;
}
/*ポジション*/
.u_rel {
  position: relative;
}
/*文字間*/
.u_ls0 {
  letter-spacing: 0px;
}

@media screen and (max-width: 599px) {
  .u_resSmLs0 {
    letter-spacing: 0px;
  }
  .u_resSmLsN1 {
    letter-spacing: -1px;
  }
}

/* 上付き */
.u_super {
  font-size: 10px;
  vertical-align: super;
}

/*表示*/
.u_hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_resMdHide {
    display: none;
  }
  .u_resMdInline {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  .u_resSmHide {
    display: none;
  }
  .u_resSmInline {
    display: inline;
  }
}
/**********
js
**********/
.js_serviceSP_navTarget.js_btn_active {
  color: #fff;
  background-color: #ca477d;
}
.js_serviceSP_navTarget.js_btn_active:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.js_serviceSP_navTarget:after {
  transition: 0.3s;
}
.js_serviceSP_navTarget.js_btn_active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.js_servicePC_table {
  transition: 0.3s;
}
.js_is_active {
  opacity: 1;
}
.js_is_hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.js_serviceSP_table.js_is_hide {
  height: auto;
  opacity: 1;
  visibility: visible;
  display: none;
}
.js_servicePC_navTarget.js_btn_active {
  color: #fff;
  background-color: #ca477d;
}

.js_serviceSP_table.js_is_active {
  opacity: 1;
}

/**********
notice
**********/
.m_infornWrap {
  padding-top: 60px;
}
.m_info__header {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 10px;
  border-bottom: 5px solid #6ea64a;
}
.m_info__ttl {
  font-size: 18px;
  color: #6ea64a;
  font-weight: bold;
}
.m_info__ttl_en {
  font-size: 14px;
  margin-left: 10px;
}
.m_info__itm {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #acacac;
}
.m_info__date,
.m_info__itm_ttl {
  font-size: 14px;
  color: #333;
}
.m_info__itm_ttl {
  margin-left: 30px;
  transition: 0.2s;
}
.m_info__itm_ttl:hover {
  opacity: 0.7;
}
.m_info__itm_ttl a {
  color: #333;
}
.m_info__more_btn {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid #6ea64a;
  color: #6ea64a;
}
.m_info__more_btn_sec {
  transition: 0.2s;
}
.m_info__more_btn_sec:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .m_info__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*********
Overview
*********/
.m_targetWrap_welfare .m_heading {
  margin-bottom: 40px;
}

.m_detail__lead_sec {
  text-align: center;
}
.m_detail_lead {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.m_detail_lead_sub {
  text-align: left;
}

.m_content__ttl {
  font-size: 26px;
  font-weight: bold;
  color: #6ea64a;
}
.m_content__sub_welfare {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}
.m_content__checked_cont {
  padding-top: 20px;
}
.m_content__unchecked,
.m_content__checked {
  text-indent: 2em;
}

.m_content__checked:before {
  content: "";
  position: absolute;
  background: url(/resource/img/web/custom-made-web_welfare/icon_check.svg) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  margin-left: -2em;
  width: 20px;
  height: 25px;
}
.m_detail__compare_ttl_sec {
  margin-top: 40px;
  text-align: center;
}
.m_detail__compare_sec {
  padding: 30px 0;
}
.m_detail__compare_sec {
  display: flex;
  margin-bottom: 30px;
}

.m_compare__head {
  background-color: #6ea64a;
  border: 1px solid #6ea64a;
  border-radius: 20px 0 0 20px;
  padding: 35px 20px 25px 20px;
}
.m_compare__head_txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em !important;
}
.m_compare__cont {
  width: 100%;
  display: flex;
  padding: 25px 20px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0 20px 20px 0;
}
.m_compare__cont_bg {
  background-color: #f0dfdb;
  border: 1px solid #f0dfdb;
}
.cost_conparison_txt {
  margin-right: 25px;
  padding: 50px 0;
}
.m_compare__cont_bg .cost_conparison_txt {
  padding-top: 65px;
  padding-bottom: 35px;
}
.m_cost__detail_sec {
  width: 100%;
}
.m_cost__detail {
  display: flex;
  justify-content: space-between;
}
.m_cost__detail_itm {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  padding: 70px 10px;
}
.m_cost__detail_itm_txt {
  font-weight: bold;
}

.m_cost__detail_3col .m_cost__detail_itm:nth-child(1) {
  width: 100%;
  max-width: 158px;
}
.m_cost__detail_3col .m_cost__detail_itm:nth-child(2) {
  width: 100%;
  max-width: 316px;
}
.m_cost__detail_3col .m_cost__detail_itm:nth-child(2) .m_cost__detail_itm_txt {
  padding-top: 10px;
}
.m_cost__detail_3col .m_cost__detail_itm:nth-child(3) {
  width: 100%;
  max-width: 149px;
}
.m_cost__detail_3col .m_cost__detail_itm:nth-child(3) .m_cost__detail_itm_txt {
  padding-top: 8px;
}

@media (max-width: 768px) {
  .m_content__sub_welfare {
    font-size: 18px;
  }
  .m_content__unchecked,
  .m_content__checked {
    padding-left: 2em;
    text-indent: 0px;
  }
  .m_cost__detail_3col .m_cost__detail_itm:nth-child(2) .m_cost__detail_itm_txt {
    padding-top: 0px;
  }
  .m_cost__detail_3col .m_cost__detail_itm:nth-child(3) .m_cost__detail_itm_txt {
    padding-top: 0px;
  }
  .m_compare__cont_bg .cost_conparison_txt {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.m_cost__detail_4col .m_cost__detail_itm:nth-child(1) {
  width: 100%;
  max-width: 165px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(2) {
  width: 100%;
  max-width: 165px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(1) .m_cost__detail_itm_txt,
.m_cost__detail_4col .m_cost__detail_itm:nth-child(2) .m_cost__detail_itm_txt {
  padding-top: 24px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(3) {
  width: 100%;
  max-width: 157px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(4) {
  width: 100%;
  max-width: 141px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(4) .m_cost__detail_itm_txt {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(1) .m_cost__detail_itm_txt,
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(2) .m_cost__detail_itm_txt {
    padding-top: 0px;
  }
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(4) .m_cost__detail_itm_txt {
    padding-top: 0px;
  }
}

.m_detail__innov {
  display: flex;
  justify-content: space-between;
}
.m_detail__innov_itm {
  width: 100%;
  max-width: 300px;
}
.m_innov_itm_allow {
  text-align: center;
  margin-top: 10px;
}
.m_detail__innov_frm,
.m_detail__innov_for {
  background-color: #6ea64a;
}
.m_detail__innov_frm {
  padding: 10px 0;
  text-align: center;
}
.m_innov__ttl_sec {
  padding: 10px 0;
  text-align: center;
}
.m_innov__ttl {
  color: #fff;
  font-weight: bold;
}
.m_detail__innov_frm .m_innov__ttl {
  font-size: 20px;
}
.m_detail__innov_for .m_innov__ttl {
  font-size: 26px;
}
.m_detail__innov_for {
  border: 1px solid #6ea64a;
}
.m_innov__txt_sec {
  padding: 10px 15px;
  background-color: #fff;
  text-align: left;
}
.m_detail__innov_itm:last-child .m_innov__txt_sec {
  padding-bottom: 61px;
}

@media (max-width: 768px) {
  .m_detail__compare_sec {
    display: block;
    padding: 0;
  }
  .m_detail__compare_ttl_sec {
    margin-bottom: 30px;
  }
  .m_compare__head {
    border-radius: 20px 20px 0px 0px;
    padding: 15px 0px;
    text-align: center;
  }
  .m_compare__head_txt {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .m_compare__cont {
    border-radius: 0;
    display: block;
    padding: 15px;
  }
  .cost_conparison_txt {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .m_cost__detail {
    display: block;
  }
  .m_cost__detail_itm {
    margin-bottom: 5px;
    padding: 15px 20px;
  }

  .m_cost__detail_3col .m_cost__detail_itm:nth-child(1),
  .m_cost__detail_3col .m_cost__detail_itm:nth-child(2),
  .m_cost__detail_3col .m_cost__detail_itm:nth-child(3) {
    max-width: 100%;
  }
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(1),
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(2),
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(3),
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(4) {
    max-width: 100%;
  }

  .m_cost__detail_3col .m_cost__detail_itm:nth-child(2) {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .m_cost__detail_4col .m_cost__detail_itm:nth-child(1),
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(2) {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(3) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(4) {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .m_detail__innov_sec {
    padding-top: 30px;
  }
  .m_detail__innov {
    display: block;
  }
  .m_detail__innov_itm {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .m_detail__innov_itm:last-child {
    margin-bottom: 0;
  }
}

/*********
theme
*********/
.m_therme_sec {
  margin-top: 60px;
  padding-top: 40px;
  background-color: #f5f5f5;
}
.m_therme_sec_welfare {
  margin-top: 40px;
  padding-top: 20px;
  background-color: #f5f5f5;
}
.m_therme_sec .m_heading {
  margin-bottom: 48px;
}

.m_theme_sec_inr {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.m_therme_sec .m_heading__ttl {
  font-family: helvetica neue, noto sans jp, yu gothic, YuGothic, ヒラギノ角ゴ pron w3, hiragino kaku gothic pron, Arial, メイリオ, Meiryo, "sans-serif";
  margin-bottom: 15px;
  font-size: 30px;
}

.m_themeWrap {
  padding: 20px 17px 40px 17px;
}
.m_theme__contBox_sec {
  width: 100%;
  margin-bottom: 20px;
}

.m_theme__contBox {
  display: flex;
  justify-content: space-between;
}
.m_theme__contBox_itm {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 45px 25px 30px;
}
.m_theme__contBox_itm::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 76px;
  top: -40px;
  left: 25px;
  padding-left: 15px;
  background-image: url(/resource/img/web/custom-made-web_welfare/number_01.png);
  background-repeat: no-repeat;
}
.m_theme__contBox_itm:nth-child(2)::before {
  background-image: url(/resource/img/web/custom-made-web_welfare/number_02.png);
}
.m_theme__contBox_itm:nth-child(3)::before {
  background-image: url(/resource/img/web/custom-made-web_welfare/number_03.png);
}
.m_theme__cont_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px;
}
.m_theme__cont_subheading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.m_theme__cont_img {
  text-align: center;
}
.m_theme__contBox_itm .m_theme__cont_img {
  margin-top: 10px;
}

.m_themeWrap_bg_arrow {
  text-align: center;
}
.m_themeWrap_bg_arrow_sp {
  display: none;
}

@media (max-width: 768px) {
  .m_themeWrap {
    margin: 0 10px;
  }
  .m_theme__contBox {
    display: block;
  }
  .m_theme__contBox_itm {
    max-width: 100%;
    margin-bottom: 80px;
  }
  .m_theme__contBox_itm:last-child {
    margin-bottom: 0;
  }
  .m_themeWrap_bg_arrow {
    display: none;
  }
  .m_themeWrap_bg_arrow_sp {
    display: block;
    text-align: center;
  }
  .m_theme__contBox_itm:nth-child(2) .m_theme__cont_img {
    margin-top: 27px;
    padding-bottom: 0px;
  }
  .m_theme__contBox_itm:nth-child(3) .m_theme__cont_img {
    margin-top: 27px;
    padding-bottom: 0px;
  }
}

/*********
solution
*********/
.m_solutionWrap_welfare {
  padding: 40px 0;
}
.m_solutionWrap_welfare,
.m_detail_lead {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.m_solution__cont .m_detail_lead {
  text-align: center;
}
.m_solution__cont_txt {
  margin-top: 20px;
}
.m_solution__cont_txt_en {
  color: #6ea64a;
  font-weight: bold;
}
.m_solution__cont_txt_lg {
  font-size: 26px;
}

@media (max-width: 768px) {
  .m_detail_lead {
    font-size: 26px;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
  .m_solutionWrap {
    padding-bottom: 40px;
  }
}

/*********
feature
*********/
.m_featureWrap_welfare {
  padding-top: 40px;
  padding-bottom: 60px;
}
.m_feature__cont_sec_welfare {
  margin-bottom: 30px;
}
.m_feature__cont {
  display: flex;
  justify-content: space-between;
}
.m_feature__cont_itm {
  width: 100%;
  max-width: 300px;
  border: 1px solid #6ea64a;
}
.m_feature_cont__subheading {
  padding: 0 20px 0px 20px;
}
.m_feature_cont__txt {
  padding: 0 20px 15px 20px;
}

.m_feature_cont__subheading {
  font-weight: bold;
  margin-top: 5px;
}

.m_contact__btn .m_btn {
  background-color: #6ea64a;
  border: 1px solid #6ea64a;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .m_featureWrap_welfare {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .m_feature__cont {
    display: block;
  }
  .m_feature__cont_itm {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .m_feature__cont_itm:last-child {
    margin-bottom: 0;
  }
}

/*********
feature baloon
*********/
.m_feature_bln__cont {
  border: 1px solid #6ea64a;
  border-radius: 10px;
  width: 100%;
  border-radius: 10px;

  position: relative;
}
.m_feature_bln__cont:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 31px;
  top: -31px;
  right: 135px;
  padding-left: 17px;
  background-image: url(/resource/img/web/custom-made-web_welfare/baloon_tail.png);
}
.m_feature_bln__content_area {
  padding: 20px;
}
.m_feature_bln__cont_sec {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.m_feature_bln__cont_itm {
  width: 100%;
}
.m_feature_bln__cont_box {
  border: 1px solid #6ea64a;
  width: 100%;
}
.m_feature_bln__cont_trap {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  padding-left: 20px;
}
.m_feature_bln__cont_trap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 167px;
  background: #6ea64a;
  -webkit-transform: scaleY(1.3) perspective(0.6em) rotateX(5deg);
  transform: scaleY(1.3) perspective(0.6em) rotateX(5deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  border-radius: 1px;
}
.m_feature_bln__cont_li {
  padding: 20px;
  font-size: 15px;
  letter-spacing: 0;
}

.m_feature_bln_bg_arrow {
  text-align: center;
  margin-top: 20px;
}
.m_feature_bln__cont_checked {
  width: 680px;
  margin: 0 auto;
  position: relative;
}
.m_feature_bln__cont_checked p {
  margin-top: 20px;
}
.m_feature_bln__cont_checked p::before {
  content: "";
  position: absolute;
  background: url(/resource/img/web/custom-made-web_welfare/icon_check.svg) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  margin-left: -35px;
  width: 20px;
  height: 25px;
}
@media (max-width: 768px) {
  .m_feature_bln__cont:before {
    right: calc(50% - 12px);
  }
  .m_feature_bln__cont_sec {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .m_feature_bln__cont_checked {
    width: 100%;
    padding-left: 34px;
  }
}
/*********
price
*********/
.m_price__minibln {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 470px;
  margin-bottom: 15px;
  padding: 0.8em 1.2em;
  border: 1px solid #6ea64a;
  border-radius: 35px;
  background-color: #fff;
  font-size:18px;
  font-weight:bold;
  margin-bottom: 43px;
}

.m_price__minibln:before,
.m_price__minibln:after {
  position: absolute;
  bottom: -27px;
  width: 30px;
  height: 26px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.m_price__minibln:before {
  background-color: #6ea64a;
}
.m_price__minibln:after {
  bottom: -25px;
  background-color: #fff;
}
.m_price__cont {
  padding-top:20px;
}
.m_price__cont_sec {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.m_price__cont_itm {
  width: 100%;
}
.m_price_bln__cont_box {
  width: 100%;
}
.m_price__content_head {
  background-color: #6ea64a;
  border: 1px solid #6ea64a;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.m_price__content_head_txt {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.m_price__content_area {
  padding: 20px;
  border: 1px solid #6ea64a;
}
.m_price__content_area_head {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.m_price__content_area_subh {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.m_price__cont_bgarea {
  background-color: #f6faec;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.m_price__cont_bgarea_option {
  font-size: 16px;
  font-weight: bold;
}
.m_price__cont_bgarea_subh {
  padding-top: 20px;
}
.m_price__cont_bgarea_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.m_price__cont_bgarea_price {
  font-weight: bold;
  font-size: 16px;
}
.m_price__cont_bgarea_price span {
  font-size: 22px;
}
@media (max-width: 768px) {
  .m_price__content_area {
    padding: 20px 0;
  }
  .m_price__cont_bgarea {
    margin-top: 20px;
  }
  .m_price__cont_bgarea_head {
    align-items: center;
    flex-direction: column;
  }
  .m_price__cont_bgarea_price {
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
  }
  .m_price__cont_bgarea_price span {
    font-size: 22px;
  }
  .m_price__minibln {
    width: 100%;
    border-radius: 45px;
  }
  .m_price__minibln :before {
    width: 100vw;
    position: absolute;
    left: calc(50% - 17px);
    /* top: calc(100% + 19px); */
    top: 72px;
  }
  .m_price__cont_sec {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
/*********
specification
*********/
.m_spec__content_area {
  padding: 20px;
  border: 1px solid #6ea64a;
  height: 362px;
  letter-spacing: normal;
}
.m_spec__content_area > ul {
  font-size: 15px;
}
@media (max-width: 768px) {
  .m_spec__content_area {
    height: auto;
  }
}
/*********
button invrt
*********/
.m_invrt_btn {
  margin: 0 auto;
  width: 220px;
  height: 49px;
  border: solid 1px #6ea64a;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_invrt_btn > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
/*********
design image
*********/
.m_designimg__designImg {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .m_designimg__designImg {
    padding-top: 0px;
  }
}
/*********
example
*********/
.m_examWrap_welfare {
  padding-top: 40px;
  padding-bottom: 0px;
}
.m_example__content {
  margin-top: 30px;
}
.m_example__content_head {
  background-color: #6ea64a;
  border: 1px solid #6ea64a;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.m_example__content_head_txt {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}
.m_example__content_head_txt span {
  font-size: 15px;
}
.m_example__content_area {
  padding: 10px 20px 20px;
  background-color: #f0dfdb;
}
.m_example__content_area_head {
  color: #6ea64a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.m_example__lst {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.m_example__lst_itm {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
}
.m_example__lst_itm_ttl {
  display: flex;
  align-items: center;
}

.m_example_itm_ico {
  margin-right: 15px;
}
.m_example_itm_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #6ea64a;
}

.m_example__lst_itm_txt {
  margin-top: 15px;
}
.m_example_itm_txt {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .m_examWrap_welfare {
    padding-top: 40px;
  }
  .m_example__lst {
    display: block;
  }
  .m_example__lst_itm {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .m_example__lst_itm:last-child {
    margin-bottom: 0px;
  }
  .m_example__content_head_txt {
    line-height: 1;
  }
}

/*********
flow
*********/
.m_flowWrap_welfare {
  padding-top: 40px;
}
.m_flow__lead_sec {
  margin-bottom: 30px;
}

.m_flow {
  display: flex;
  align-items: center;
}
.m_flow:nth-of-type(1) .m_flow__itm {
  position: relative;
}
.m_flow:nth-of-type(1) .m_flow__itm::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 40px;
  right: 0;
  top: 67px;
  bottom: 0;
  background-image: url(/resource/img/web/custom-made-web_welfare/img_arrow02.svg);
  background-repeat: no-repeat;
}
.m_flow:nth-of-type(1) .m_flow__itm:last-child:before {
  content: none;
}

.m_flow:nth-of-type(2) .m_flow__itm:last-child::before {
  content: none;
}

.m_flow__itm {
  width: 100%;
  max-width: 196px;
  text-align: center;
}
.m_flow__itm .m_flow__step_cont {
  padding: 15px;
}

.m_flow__step {
  padding: 5px 0;
}
.m_flow__step p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.m_flow__step_ico {
  text-align: center;
  padding-top: 15px;
}
.m_flow__step_cont {
  padding: 15px 20px;
}
.m_flow__step_cont_txt {
  font-weight: bold;
  letter-spacing: inherit !important;
}

.m_flow__itm:nth-child(1) .m_flow__step {
  background-color: #b33413;
}
.m_flow__itm:nth-child(2) .m_flow__step {
  background-color: #a63111;
}
.m_flow__itm:nth-child(3) .m_flow__step {
  background-color: #6ea64a;
}
.m_flow__itm:nth-child(4) .m_flow__step {
  background-color: #8c2a0f;
}
.m_flow__itm:nth-child(5) .m_flow__step {
  background-color: #80260d;
}

.m_flow__itm:nth-child(1) .m_flow__step_border {
  background-color: #b33413;
}
.m_flow__itm:nth-child(2) .m_flow__step_border {
  background-color: #a63111;
}
.m_flow__itm:nth-child(3) .m_flow__step_border {
  background-color: #6ea64a;
}
.m_flow__itm:nth-child(4) .m_flow__step_border {
  background-color: #8c2a0f;
}
.m_flow__itm:nth-child(5) .m_flow__step_border {
  background-color: #80260d;
}

.m_flow__itm:nth-child(1) .m_flow__step_cont_txt {
  color: #b33413;
}
.m_flow__itm:nth-child(2) .m_flow__step_cont_txt {
  color: #a63111;
}
.m_flow__itm:nth-child(3) .m_flow__step_cont_txt {
  color: #6ea64a;
}
.m_flow__itm:nth-child(4) .m_flow__step_cont_txt {
  color: #8c2a0f;
}
.m_flow__itm:nth-child(5) .m_flow__step_cont_txt {
  color: #80260d;
}

.m_flow__arrow_sec {
  margin-top: 5px;
}
.m_flow__arrow_upper {
  position: relative;
}
.m_flow__arrow_under {
  position: relative;
  margin-top: 10px;
}
.m_flow__arrow_upper::before {
  content: "1か月程度";
  position: absolute;
  width: 84px;
  height: 24px;
  font-size: 16px;
  left: 50px;
  text-align: center;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  padding: 0px 5px;
}
.m_flow__arrow_under::before {
  content: "広告運用定例会の実施";
  position: absolute;
  width: 185px;
  height: 24px;
  left: 395px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  padding: 0px 5px;
}

.m_flow__step_border {
  height: 5px;
}

.m_flow__cont_sec_sp {
  display: none;
  margin-bottom: 0;
}

.m_flow__step_cont_txt_note {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.m_flow__cont_sec_pc .m_flow__note_sec {
  text-align: right;
}

.m_flow__note_sec {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .m_flow__cont_sec_pc {
    display: none;
  }
  .m_flow__cont_sec_sp {
    display: block;
  }
  .m_flow_sp {
    display: block;
  }
  .m_flow__itm {
    background-color: #fff7f5;
    max-width: 100%;
  }
  .m_flow:nth-of-type(1) .m_flow__itm::before {
    content: none;
  }
  .m_flow__step_ico {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .m_flow__step_cont .m_flow__step_cont_txt_note {
    margin-top: 5px;
  }
}

.m_strengths__designImg {
  position: relative;
  padding: 20px 0px 0px;
}

.m_strengths__designImg .m_heading--secondary {
  position: absolute;
  top: 50px;
  margin-top: 0;
}

.m_strengths__content {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.m_strengths__content_design {
  padding-top: 0;
}

.m_strengths__overview_pc,
.m_strengths__designImg_pc {
  margin-top: auto;
}
.m_strengths__overview_sp,
.m_strengths__designImg_sp {
  width: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .m_strengths__content {
    flex-direction: column;
  }
  .m_strengths__content_design {
    flex-direction: row;
  }
  .m_strengths__content .m_heading--secondary {
    position: static;
  }

  .m_strengths__designImg {
    padding: 0px;
  }
  .m_strengths__designImg_sp {
    padding-left: 10px;
  }
  .m_strengths__designImg_sp img,
  .m_strengths__designImg_pc {
    margin-right: 0px;
    margin-top: 20px;
  }
}
.example {
  display: -ms-grid;
  display: grid;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: linear-gradient(to bottom, white, black);
}