@charset "UTF-8";
* {
  color: #333;
  font-size: inherit;
}

.bl_pcHide {
  display: none !important;
}

.bl_pb0 {
  padding-bottom: 0 !important;
}

.el_btn01 {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s;
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transition: all 0.3s;
}
.el_btn01__yellow, .el_btn01__blue, .el_btn01__pink, .el_btn01__green {
  position: relative;
  margin-bottom: 16px;
  border: none;
  border-radius: 40px;
  font-size: 20px;
}
.el_btn01__yellow:hover, .el_btn01__blue:hover, .el_btn01__pink:hover, .el_btn01__green:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.el_btn01__yellow:hover span, .el_btn01__blue:hover span, .el_btn01__pink:hover span, .el_btn01__green:hover span {
  margin-left: 5px;
}
.el_btn01__yellow span, .el_btn01__blue span, .el_btn01__pink span, .el_btn01__green span {
  -webkit-transition: all 0.3s;
  margin-top: -4px;
  color: inherit;
  vertical-align: middle;
  transition: all 0.3s;
}
.el_btn01__yellow {
  width: 358px;
  max-width: 100%;
  border: 1px solid #ffd814;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd814), to(#ffbd14));
  background: linear-gradient(180deg, #ffd814 0%, #ffbd14 100%);
  color: #333;
}
.el_btn01__yellow:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbb06), to(#ffbb06));
  background: linear-gradient(180deg, #ffbb06 0%, #ffbb06 100%);
  color: #333;
}
.el_btn01__green {
  width: 358px;
  max-width: 100%;
  border: 1px solid #2fbbc0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2fbbc0), to(#14979c));
  background: linear-gradient(180deg, #2fbbc0 0%, #14979c 100%);
  color: #fff;
}
.el_btn01__green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#2fbbc0), to(#2fbbc0));
  background: linear-gradient(180deg, #2fbbc0 0%, #2fbbc0 100%);
  color: #fff;
}
.el_btn01__pink {
  width: 358px;
  max-width: 100%;
  border: 1px solid #e86695;
  background: -webkit-gradient(linear, left top, left bottom, from(#e86695), to(#dd447b));
  background: linear-gradient(180deg, #e86695 0%, #dd447b 100%);
  color: #fff;
}
.el_btn01__pink .el_btn__bubble {
  color: #dd447b;
}
.el_btn01__pink:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#dd447b), to(#dd447b));
  background: linear-gradient(180deg, #dd447b 0%, #dd447b 100%);
  color: #fff;
}
.el_btn01__blue {
  width: 358px;
  max-width: 100%;
  border: 1px solid #47b4e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a84c2), to(#4360a5));
  background: linear-gradient(180deg, #6a84c2 0%, #4360a5 100%);
}
.el_btn01__blue .el_btn__bubble {
  width: 295px;
  color: #6a84c2;
}
.el_btn01__blue:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#41a2d3), to(#007cbb));
  background: linear-gradient(180deg, #41a2d3 0%, #007cbb 100%);
  color: #fff;
}

.el_btn06 {
  -webkit-transition: all 0.4s;
  display: block;
  width: 240px;
  margin: 0 12px;
  padding: 7.5px 0;
  border: 1px solid currentcolor;
  border-radius: 20px;
  background: #fff;
  color: #0234ab;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  transition: all 0.4s;
}
.el_btn06:hover {
  background-color: #ebf1ff;
}
.el_btn06 span {
  display: inline-block;
  margin-top: -2px;
  color: inherit;
  vertical-align: middle;
}
.el_btn06 img {
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.el_btn__bubble {
  -webkit-box-sizing: border-box;
  -webkit-transform: translate(-50%, 0);
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 192px;
  padding: 3.5px 10px;
          transform: translate(-50%, 0);
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: #fff;
  color: #cf6f1e;
  font-size: 14px;
  text-align: center;
}
.el_btn__bubble::after, .el_btn__bubble::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
          transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}
.el_btn__bubble::after {
  bottom: -9px;
  border-color: #fff transparent transparent transparent;
}
.el_btn__bubble::before {
  bottom: -10px;
  border-color: #ccc transparent transparent transparent;
}

.el_btn01__yellow .el_btn__bubble {
  width: 295px;
}

.el_memberHeading {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 40px;
  background-image: url(../../img/benefit/var2/member-title.svg);
  background-position: center 0;
  background-size: 77px 30px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.addtoany_share_save_container .addtoany_list {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.breadcrumb_top {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  max-width: 1080px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.breadcrumb_top li {
  margin-right: 10px;
}
.breadcrumb_top li:not(:last-child)::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 6px;
  height: 6px;
          transform: rotate(45deg);
  border-top: 1px solid #d4ceca;
  border-right: 1px solid #d4ceca;
  content: "";
  vertical-align: middle;
}
.breadcrumb_top span,
.breadcrumb_top a {
  font-size: 14px;
}
.breadcrumb_top span i,
.breadcrumb_top a i {
  font-size: inherit;
}
.breadcrumb_top a span,
.breadcrumb_top a i {
  color: #0234ab;
}

.fv-inner-list h2 {
  font-weight: bold;
  font-size: 32px;
}

.fv-inner-list p {
  font-size: 16px;
}

.bl_memberNumber {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.bl_memberNumber span {
  font-weight: normal;
  font-size: 12px;
}

.bl_txt02 {
  font-size: 16px;
}

.bl_kv {
  height: 600px;
  padding-top: 39px;
  background-image: url(../../img/benefit/var2/main_pc.jpg);
  background-position: center center;
  background-size: cover;
}
.bl_kv .el_btn01 {
  margin: 0 auto;
  font-size: 20px;
}
.bl_kv__dei {
  background-image: url(../../img/benefit/var2/main_dei_pc.jpg);
}

.bl_kvInner {
  text-align: center;
}

.bl_txtBox_borderTxt {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #333;
  font-size: 24px;
  text-align: center;
}
.bl_txtBox_borderTxt::before, .bl_txtBox_borderTxt::after {
  width: calc(50% - 60px);
  background-color: #d4ceca;
}

.bl_txtBox_mainTxt {
  margin-bottom: 50px;
  color: #cf6f1e;
  font-size: 50px;
  line-height: 0.8;
  text-align: center;
}
.bl_txtBox_mainTxt span {
  color: inherit;
  font-size: 24px;
}
.bl_txtBox_mainTxt strong {
  display: block;
  color: inherit;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
}
.bl_txtBox_mainTxt strong span {
  color: inherit;
  font-size: 49px;
}

.bl_markTxt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 18px auto 28px;
  padding: 3px 16px;
  border-radius: 4px;
  background-color: #fbeadb;
  color: #cf6f1e;
  font-size: 20px;
  text-align: center;
}
.bl_markTxt__02 {
  margin-bottom: 10px;
  background-color: #c7e7e9;
  color: #0b686c;
  font-weight: bold;
}

.bl_kv_number img {
  display: block;
  width: 720px;
  max-width: 80%;
  margin: 25px auto 0;
}

/**
 * こんなお悩み
 */
.el_lv2Heading {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.el_lv2Heading .el_btn__bubble {
  top: -50px;
  width: 240px;
  padding: 1px;
  border-radius: 20px;
  border-color: #cf6f1e;
  font-size: 24px;
}
.el_lv2Heading .el_btn__bubble::before {
  border-color: #cf6f1e transparent transparent;
}
.el_lv2Heading.el_lv2Heading__02 span {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
.el_lv2Heading b {
  color: #cf6f1e;
  font-size: inherit;
}
.el_lv2Heading__black {
  color: inherit;
}
.el_lv2Heading__black span {
  font-size: 24px;
}

.bl_benefitLayout01 {
  padding: 95px 24px;
}
.bl_benefitLayout01__bg-gray {
  background-color: #f9f9f7;
}
.bl_benefitLayout01__bg-green {
  margin-top: 80px;
  background-color: #f4f8f9;
}
.bl_benefitLayout01__bg-green .el_lv2Heading {
  color: #454545;
}

.bl_benefitLayout02 {
  margin-top: 35px;
  padding: 20px 24px 0;
}

.bl_benefitLayout_inner01 {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.bl_benefitStream01 {
  position: relative;
  margin: 0 -24px;
  padding: 0 24px 33px;
  overflow: hidden;
}

.bl_borderHeader {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.bl_borderHeader::before {
  -webkit-transform: translateY(8px);
  margin-right: 20px;
          transform: translateY(8px);
}
.bl_borderHeader::after {
  -webkit-transform: scale(-1, 1) translateY(8px);
  margin-left: 20px;
          transform: scale(-1, 1) translateY(8px);
}
.bl_borderHeader::before, .bl_borderHeader::after {
  display: inline-block;
  width: 18px;
  height: 33px;
  background-image: url(../../img/benefit/var2/icon/decoration-border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.bl_benefitStream_list {
  position: relative;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border: 2px solid #d4ceca;
  background-color: #fff;
}
.bl_benefitStream_list::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 0;
  height: 0;
          transform: translateX(-50%);
  border-width: 30px 70px 0 70px;
  border-style: solid;
  border-color: #d4ceca transparent transparent transparent;
  content: "";
}
.bl_benefitStream_list b {
  color: #cf6f1e;
}
.bl_benefitStream_list li {
  position: relative;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  padding-left: 35px;
  border-bottom: 1px dotted #d4ceca;
  font-size: 20px;
}
.bl_benefitStream_list li::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 1px;
  width: 17px;
  height: 18px;
  background-image: url(../../img/benefit/var2/square-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.bl_benefitStream_list li:not(:last-child) {
  margin-bottom: 25px;
}

.bl_sidePeople {
  display: block;
  position: absolute;
  height: auto;
}
.bl_sidePeople__01 {
  -webkit-transform: translateX(-520px);
  bottom: 0;
  left: 50%;
  width: 150px;
          transform: translateX(-520px);
}
.bl_sidePeople__02 {
  -webkit-transform: translateX(520px);
  right: 50%;
  bottom: 0;
  width: 150px;
          transform: translateX(520px);
}
.bl_sidePeople__03 {
  -webkit-transform: translateX(-450px);
  top: -30px;
  left: 50%;
  width: 150px;
          transform: translateX(-450px);
}
.bl_sidePeople__04 {
  -webkit-transform: translateX(450px);
  top: 40px;
  right: 50%;
  width: 150px;
          transform: translateX(450px);
}

.bl_benefitStream02 {
  position: relative;
  margin: 24px -24px 0;
  padding: 0 24px 10px;
  overflow: hidden;
}
.bl_benefitStream02 * {
  text-align: center;
}
.bl_benefitStream02 .el_btn01 {
  margin: 40px auto 0;
}

.bl_benefitStream02_txt01 {
  margin-bottom: 5px;
  font-size: 18px;
}
.bl_benefitStream02_txt01 b {
  color: #cf6f1e;
}

.bl_benefitStream02_txt02 {
  margin-bottom: 30px;
  color: #cf6f1e;
  font-weight: bold;
  font-size: 24px;
}

.bl_benefitStream02_txt03 {
  font-weight: bold;
  font-size: 14px;
}

.bl_elongatedUnit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.bl_elongatedItem_heading {
  padding: 9.5px 5px;
  background-color: #cf6f1e;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.bl_elongatedItem_bodyHeading {
  padding-bottom: 4px;
  border-bottom: 1px solid #d4ceca;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.bl_elongatedItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.bl_elongatedItem_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  position: relative;
          flex: 1;
  padding: 16px 16px 260px;
  border-right: 2px solid #d4ceca;
  border-bottom: 2px solid #d4ceca;
  border-left: 2px solid #d4ceca;
}
.bl_elongatedItem_body img {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  max-width: 95%;
  margin: 0 auto;
          transform: translateX(-50%);
}
.bl_elongatedItem_body p {
  margin-top: 10px;
  font-size: 16px;
}

.bl_horizontalList a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
}
.bl_horizontalList a:hover .bl_horizontalList_imgWrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bl_horizontalList a:hover .bl_horizontalList_meta {
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
}

.bl_horizontalList_meta_heading {
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 45px;
  /*! autoprefixer: on */
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 14px;
}

.bl_horizontalList_meta_address {
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 38.5px;
  /*! autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bl_achievementList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 40px;
  padding: 0;
  gap: 40px;
}
.bl_achievementList__02 {
  margin-bottom: 80px;
}

.bl_horizontalList_imgWrapper {
  aspect-ratio: 320/168;
  overflow: hidden;
}
.bl_horizontalList_imgWrapper img {
  -webkit-transition: all 0.3s;
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
  transition: all 0.3s;
}

.bl_horizontalList_meta {
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          box-sizing: border-box;
  position: relative;
          flex: 1;
  width: 84.5%;
  margin: -20px auto 0;
  padding: 20px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
  font-size: 12px;
}

.bl_tagList {
  height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
.bl_tagList li {
  border-color: currentcolor;
  background-color: #f4f8f9;
  color: #12abb1;
  font-size: 12px;
}

.bl_horizontalList_meta_txt {
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 84px;
  /*! autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
}

.bl_sliderItem_meta_logo {
  margin-top: 10px;
}
.bl_sliderItem_meta_logo img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bl_horizontalBox_imgWrapper img {
  margin: 0 3px;
}
.bl_horizontalBox_imgWrapper__01 img {
  max-width: 452px;
}
.bl_horizontalBox_imgWrapper__02 img {
  width: 140px;
  max-width: calc(48% - 10px);
}

.bl_horizontalBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 40px;
}
.bl_horizontalBox * {
  text-align: center;
}
.bl_horizontalBox > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
}
.bl_horizontalBox > div:first-child {
  background-color: #faf0f4;
}
.bl_horizontalBox > div:last-child {
  background-color: #efe9de;
}

.bl_horizontalBox_heading {
  margin-bottom: 15px;
  padding: 0 40px;
  font-weight: bold;
  font-size: 20px;
}
.bl_horizontalBox_heading span {
  font-size: 0.6em;
}

.bl_horizontalBox_txt {
  min-height: 130px;
  margin-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}
.bl_horizontalBox_txt strong {
  font-weight: bold;
  font-size: inherit;
}

.bl_horizontalBox_bottom {
  width: 47%;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.75;
}

.bl_ctaBox {
  padding: 60px 24px;
  background-color: #efe9de;
}

.bl_ctaUnit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto 40px;
}
.bl_ctaUnit__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_ctaItem {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  width: 48.1%;
  min-height: 488px;
  padding-bottom: 20px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
}
.bl_ctaItem .el_btn01 {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.bl_ctaItem:first-child .bl_ctaItem_heading {
  background-color: #cf6f1e;
}
.bl_ctaItem:last-child .bl_ctaItem_heading {
  background-color: #dd447b;
}
.bl_ctaItem.bl_ctaItem__blue .bl_ctaItem_heading {
  background-color: #6a84c2;
}

.company-container .bl_ctaItem {
  min-height: 0px;
}

.bl_ctaItem_txt01 {
  margin-top: -20px;
  padding: 0 20px 30px;
  font-size: 14px;
}

.bl_ctaItem_heading {
  padding: 14px 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.bl_ctaItem_heading--blue {
  background-color: #007cbb !important;
}
.bl_ctaItem_heading--green {
  background-color: #12abb1 !important;
}

.bl_ctaItem_imgWrapper {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.bl_ctaItem_imgWrapper img {
  width: auto;
  max-height: 180px;
}

.bl_ctaItem_txt {
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.bl_ctaBox_link {
  font-size: 16px;
  text-align: center;
}
.bl_ctaBox_link a {
  -webkit-transition: all 0.3s;
  color: #0234ab;
  font-weight: bold;
  font-size: inherit;
  text-decoration: underline;
  transition: all 0.3s;
}
.bl_ctaBox_link a:hover {
  opacity: 0.6;
}

.bl_headingSubTxt {
  margin-top: -30px;
  font-size: 16px;
  text-align: center;
}

.bl_serviceItem {
  margin-top: 95px;
  counter-increment: serviceNumber;
}

.bl_serviceHeading {
  position: relative;
  margin-bottom: 55px;
  padding-left: 80px;
  font-weight: bold;
  font-size: 32px;
}
.bl_serviceHeading::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
          transform: translateY(-50%);
  background-color: #cf6f1e;
  content: counter(serviceNumber, decimal-leading-zero);
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}

.bl_halfUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  gap: 40px;
}
.bl_halfUnit > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_halfUnit_heading {
  margin-bottom: 10px;
  color: #cf6f1e;
  font-weight: bold;
  font-size: 24px;
}

.bl_halfUnit_txt {
  font-size: 16px;
}
.bl_halfUnit_txt a {
  color: #0234ab;
  font-size: inherit;
  text-decoration: underline;
}

.bl_memberUnit02 {
  margin-bottom: 100px;
}

.bl_memberItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.bl_memberItem_meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_memberItem_imgWrapper {
  width: 230px;
  height: 230px;
  margin-right: 40px;
}

.bl_memberItem_charge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  padding: 4.5px 15px;
  border-radius: 8px;
  background-color: #fbeadb;
  color: #cf6f1e;
  font-weight: bold;
  font-size: 20px;
}

.bl_memberItem_name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 28px;
}

.bl_memberItem_degree {
  margin-bottom: 20px;
  font-size: 20px;
}

.bl_memberItem_txt {
  font-size: 14px;
}

.bl_squareList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 140px;
  gap: 20px;
}
.bl_squareList dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.bl_squareList dd {
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-height: 54px;
  padding: 7.5px 5px;
  border: 1px solid #fbeadb;
  background: #fdf6eb;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}
.bl_squareList dd:not(:last-child) {
  margin-bottom: 10px;
}

.bl_freeApplication {
  -webkit-transition: all 0.3s;
  display: block;
  padding: 40px;
  border: 1px solid #d4ceca;
  border-radius: 16px;
  transition: all 0.3s;
}
.bl_freeApplication:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
}
.bl_freeApplication:hover .bl_freeApplication_media_btn {
  background-color: #0b686c;
}
.bl_freeApplication .bl_borderHeader {
  margin-bottom: 10px;
  color: #cf6f1e;
}
.bl_freeApplication .bl_borderHeader::before, .bl_freeApplication .bl_borderHeader::after {
  background-image: url(../../img/benefit/var2/icon/decoration-border_orange.svg);
}
.bl_freeApplication .bl_txtBox_borderTxt {
  width: 100%;
  margin-bottom: 0;
}

.bl_freeApplication_heading {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.bl_freeApplication_media_imgWrapper {
  margin-right: 40px;
}
.bl_freeApplication_media_imgWrapper img {
  width: 332px;
}

.bl_freeApplication_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_freeApplication_media_heading {
  margin-bottom: 5px;
  font-size: 20px;
}

.bl_freeApplication_media_content {
  padding-top: 15px;
}
.bl_freeApplication_media_content ul {
  margin-bottom: 20px;
}
.bl_freeApplication_media_content li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
}
.bl_freeApplication_media_content li::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
          transform: translateY(-50%);
  content: "・";
}

.bl_freeApplication_media_btn {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s;
          box-sizing: border-box;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 35.5px;
  border-radius: 20px;
  background-color: #12abb1;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
}
.bl_freeApplication_media_btn span {
  color: inherit;
  vertical-align: middle;
}

.bl_planBox_img {
  width: 1040px;
  max-width: 100%;
  margin: 40px 0 70px;
}

.bl_planContent {
  text-align: center;
}
.bl_planContent .el_btn01 {
  margin-right: auto;
  margin-left: auto;
}
.bl_planContent .bl_ctaBox_link {
  margin-bottom: 30px;
  font-size: 20px;
}

.bl_planContent_txt {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.bl_faqList {
  margin-top: 40px;
}
.bl_faqList a {
  display: block;
  color: #0234ab;
  text-decoration: underline;
}
.bl_faqList dt {
  position: relative;
  padding: 20px 50px 20px 0;
  color: #365b98;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.bl_faqList dt::before, .bl_faqList dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #454545;
  content: "";
}
.bl_faqList dt::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_faqList dt::after {
  -webkit-transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s;
}
.bl_faqList .is-open::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_faqList .is-open + dd {
  display: block;
}
.bl_faqList dd {
  display: none;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-all;
}
.bl_faqList dd a {
  font-size: inherit;
}
.bl_faqList > div {
  -webkit-transition: all 0.3s;
  padding: 0 24px;
  border-top: 1px solid #d4ceca;
  background-color: #fff;
  transition: all 0.3s;
}
.bl_faqList > div:hover {
  background-color: #ebf1ff;
}
.bl_faqList > div:last-child {
  border-bottom: 1px solid #d4ceca;
}

.bl_lpFormWrapperTxt {
  font-size: 20px;
  text-align: center;
}

.bl_lpFormWrapperTop {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdf6eb;
}
.bl_lpFormWrapperTop .el_heading02,
.bl_lpFormWrapperTop .el_txt03 {
  color: #fff;
}
.bl_lpFormWrapperTop .bl_benefitWrapper {
  max-width: 1104px;
}
.bl_lpFormWrapperTop .bl_lpFormWrapper_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 50.4% auto;
  max-width: 1040px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  gap: 40px;
  border: 1px solid #ccc;
  border-radius: 16px;
  background-color: #fff;
}
.bl_lpFormWrapperTop .bl_lpFormWrapper_info__bottom {
  margin-top: 8px;
  padding: 20px;
  background: #f8f7f6;
  color: #333;
}
.bl_lpFormWrapperTop .bl_lpFormWrapper_info__bottom li {
  position: relative;
  padding: 4px 0 4px 15px;
  font-size: 15px;
}
.bl_lpFormWrapperTop .bl_lpFormWrapper_info__bottom li::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ed6c00;
  content: "";
}
.bl_lpFormWrapperTop .bl_lpFormWrapper_info_heading {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}
.bl_lpFormWrapperTop .bl_lpFormWrapper_img01 {
  display: block;
  width: 305px;
  max-width: 100%;
  margin: 0 auto 6px;
}
.bl_lpFormWrapperTop .bl_formList dt {
  position: relative;
  margin-bottom: 2px;
  padding-left: 32px;
  font-weight: bold;
  font-size: 16px;
}
.bl_lpFormWrapperTop .bl_formList dt::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
}
.bl_lpFormWrapperTop .bl_formList dt a {
  color: #0234ab;
  text-decoration: underline;
}
.bl_lpFormWrapperTop .bl_formList .el_require:before,
.bl_lpFormWrapperTop .bl_formList .el_any:before {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}
.bl_lpFormWrapperTop .bl_formList .el_require:before {
  background-color: #e53935;
  content: "必須";
}
.bl_lpFormWrapperTop .bl_formList .el_any:before {
  background-color: #666;
  content: "任意";
}
.bl_lpFormWrapperTop .bl_formList dd a {
  color: #0234ab;
  text-decoration: underline;
}
.bl_lpFormWrapperTop .bl_formList dd [type=text],
.bl_lpFormWrapperTop .bl_formList dd [type=email] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #666;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
}
.bl_lpFormWrapperTop .bl_formList > div {
  display: grid;
  grid-template-columns: 140px auto;
  margin-bottom: 16px;
  gap: 8px;
}
.bl_lpFormWrapperTop span,
.bl_lpFormWrapperTop a {
  font-size: inherit;
}
.bl_lpFormWrapperTop .bl_formList_circle label {
  display: block;
  padding: 11px 16px;
  border: 1px solid #666;
  border-radius: 8px;
  cursor: pointer;
}
.bl_lpFormWrapperTop .bl_formList_circle label [type=checkbox] {
  width: 22px;
  height: 22px;
  margin-top: -7px;
  vertical-align: middle;
}
.bl_lpFormWrapperTop [type=submit] {
  -webkit-transition: all 0.3s;
  display: block;
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 27px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a84c2), to(#4360a5));
  background: linear-gradient(180deg, #6a84c2 0%, #4360a5 100%);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.bl_lpFormWrapperTop [type=submit]:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#41a2d3), to(#007cbb));
  background: linear-gradient(180deg, #41a2d3 0%, #007cbb 100%);
}
.bl_lpFormWrapperTop .bl_txtBox_borderTxt {
  width: 100%;
  font-size: 21px;
}
.bl_lpFormWrapperTop .bl_txtBox_borderTxt::before {
  width: 100%;
}
.bl_lpFormWrapperTop .bl_txtBox_borderTxt::after {
  display: none;
}
.bl_lpFormWrapperTop .bl_txtBox_borderTxt span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  background-color: #fff;
  text-align: center;
}
.bl_lpFormWrapperTop select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 15px 30px 15px 16px;
  border: 1px solid #666;
  border-radius: 8px;
  background-image: url(../../images/icon/arrow.svg);
  background-position: 96% center;
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.bl_lpFormWrapperTop select::-ms-value {
  color: currentColor;
}

.bl_lpFormWrapperTop_inner {
  max-width: 1104px;
  margin-right: auto;
  margin-left: auto;
}

.bl_lpFormWrapper_txt {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
}

.bl_btnWrapper02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.bl_btnWrapper02__single {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.bl_btnWrapper02__single .el_btn06 {
  width: 300px;
}

.bl_column {
  margin-top: 35px;
  padding: 40px;
  border: 1px solid #d4ceca;
  border-radius: 16px;
  background-color: #fff;
}
.bl_column .el_btn02 {
  width: 288px;
  margin-top: 0;
  font-weight: bold;
}

.bl_columnLunk {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-bottom: 40px;
  gap: 40px;
}
.bl_columnLunk a:hover .bl_columnLunk_heading {
  color: #0234ab;
  text-decoration: underline;
}
.bl_columnLunk li {
  counter-increment: rank;
}
.bl_columnLunk li:nth-child(1) .bl_columnLunk_number {
  color: #b7a87d;
}
.bl_columnLunk li:nth-child(2) .bl_columnLunk_number {
  color: #9c9c9c;
}
.bl_columnLunk li:nth-child(3) .bl_columnLunk_number {
  color: #907c64;
}

.bl_columnLunk_imgWrapper {
  margin-bottom: 10px;
}
.bl_columnLunk_imgWrapper img {
  display: block;
}
.bl_columnLunk_number {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.bl_columnLunk_number i {
  margin-right: 0;
  color: inherit;
  font-size: 16px;
}
.bl_columnLunk_number::after {
  content: counter(rank) "位";
}

.bl_columnLunk_heading {
  color: #365b98;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}
.main-container {
  grid-template-columns: auto 320px;
}

.main-box {
  line-height: 2;
}
.main-box img {
  max-width: 100%;
}
.main-box h1 {
  font-size: 40px;
  line-height: 1.5;
}
.main-box p {
  font-size: 14px;
}
.main-box h2 {
  font-size: 28px;
}
.main-box h3 {
  font-size: 16px;
}

.company-box img {
  margin-bottom: 10px;
}

.company-data-box p {
  font-size: 14px;
}
.company-data-box p::first-line {
  font-weight: bold;
}

.topics-box h3 {
  font-size: 16px;
}
.topics-box p {
  font-size: 16px;
}

.company-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.company-container .bl_ctaItem {
  width: 100%;
  margin-top: 40px;
}
.company-container .bl_ctaItem .bl_ctaItem_heading {
  padding: 11px 0;
  font-size: 20px;
}
.company-container .bl_ctaItem .bl_ctaItem_heading__blue {
  background-color: #12abb1;
}
.company-container .bl_ctaItem .bl_ctaItem_heading__orange {
  background-color: #cf6f1e;
}
.company-container .bl_ctaItem .bl_ctaItem_heading__pink {
  background-color: #dd447b;
}
.company-container .bl_ctaItem .bl_ctaItem_imgWrapper {
  margin-bottom: 38px;
  padding-top: 10px;
}
.company-container .bl_ctaItem .bl_ctaItem_imgWrapper img {
  width: 272px;
}
.company-container .bl_ctaItem .el_btn01 {
  max-width: 280px;
}
.company-container .el_btn01 {
  font-size: 16px;
}

/*
   ========================================================================== */
/**
 * CTA
 */
.nextAge_cta {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
          box-sizing: border-box;
  width: 1040px;
  max-width: 90vw;
  margin: 0 auto 0px;
  padding: 40px;
  border-radius: 16px;
  background-image: url("../../img/local/youngman.svg");
  background-position: right 26px bottom 0px;
  background-repeat: no-repeat;
  background-color: #eaf3fb;
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
}
.nextAge_cta.nextAge_cta__bottom {
  margin-top: 60px;
  margin-bottom: 40px;
}

.nextAge_cta_txt01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 38px;
  background-color: rgba(234, 243, 251, 0.6);
  font-weight: 500;
  font-size: 34px;
  line-height: 1.35;
}
.nextAge_cta_txt01 br {
  display: none;
}
.nextAge_cta_txt01 span {
  display: block;
  color: #6a84c2;
  font-size: inherit;
}

.nextAge_cta_txt02 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #f7821b;
  font-weight: bold;
  font-size: 16px;
}
.nextAge_cta_txt02 br {
  display: none;
}

.nextAge_cta_link {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
  display: block;
  position: relative;
  max-width: 472px;
  padding: 16px 32px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a84c2), to(#4360a5));
  background: linear-gradient(180deg, #6a84c2 0%, #4360a5 100%);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.nextAge_cta_link i {
  color: inherit;
  font-size: 18px;
}
.nextAge_cta_link .nextAge_cta_link_bloon {
  -webkit-transform: translate(-50%, -80%);
  position: absolute;
  top: 0%;
  left: 50%;
  padding: 2.5px 20px;
          transform: translate(-50%, -80%);
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: #fff;
  color: #6a84c2;
  font-size: 14px;
  white-space: nowrap;
}
.nextAge_cta_link .nextAge_cta_link_bloon::after {
  bottom: 0;
  border-top: 12px solid #ccc;
}
.nextAge_cta_link .nextAge_cta_link_bloon::before {
  z-index: 1;
  bottom: 2px;
  border-top: 12px solid #fff;
}
.nextAge_cta_link .nextAge_cta_link_bloon::after, .nextAge_cta_link .nextAge_cta_link_bloon::before {
  -webkit-transform: translate(-50%, 100%);
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
          transform: translate(-50%, 100%);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
  border-style: solid;
  content: "";
}

.nextAge_cta_link_sp {
  display: none;
}

.nextAge_cta_link_pc {
  font-size: 20px;
}

.nextAge_cta_link_sp,
.nextAge_cta_link_pc {
  color: #fff;
}

.nextAge_cta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(234, 243, 251, 0.6);
}
.nextAge_cta_list li {
  margin-right: 10px;
  font-size: 16px;
  counter-increment: cta;
}
.nextAge_cta_list li::before {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 24px;
  margin-right: 6px;
  border-radius: 50%;
  background: #f7821b;
  content: counter(cta);
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

/**
 * 福利厚生
*/
.bl_kvKenko {
  padding: 55px 24px 33px;
  background-image: url(../../img/kenko/kv_pc.jpg);
  background-size: cover;
}

.bl_kvKenko_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.bl_kvKenko_inner .bl_borderHeader {
  margin-bottom: 4px;
  margin-left: 0;
  font-size: 20px;
}
.bl_kvKenko_inner .bl_borderHeader::before, .bl_kvKenko_inner .bl_borderHeader::after {
  aspect-ratio: 13/20;
  width: 13px;
  content: "";
}
.bl_kvKenko_inner .bl_borderHeader::before {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.bl_kvKenko_inner .bl_borderHeader::after {
  -webkit-transform: scale(-1, 1) translateY(12px);
          transform: scale(-1, 1) translateY(12px);
}

.bl_kvKenko_mainTxt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}
.bl_kvKenko_mainTxt b {
  display: block;
  color: #cf6f1e;
  font-size: 44px;
}
.bl_kvKenko_img img {
  width: 584px;
}

.bl_btnKenko {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding: 16px 38px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#32acde), to(#197dd7));
  background: linear-gradient(180deg, #32acde 0%, #197dd7 100%);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 20px;
}
.bl_btnKenko i {
  margin-top: -2px;
  color: inherit;
  font-size: 24px;
  vertical-align: middle;
}
.bl_btnKenko:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#197dd7), to(#197dd7));
  background: linear-gradient(180deg, #197dd7 0%, #197dd7 100%);
  opacity: 1;
}

/**
 * 福利厚生サービス
*/
.bl_kenkoWrapper .el_lv2Heading {
  color: inherit;
}
.bl_kenkoWrapper .bl_benefitLayout01__01 {
  margin-top: 24px;
}
.bl_kenkoWrapper .bl_benefitLayout01 .bl_txt02 {
  margin-bottom: 42px;
  text-align: center;
}
.bl_kenkoWrapper .el_btn01__yellow {
  width: 380px;
  margin-top: 16px;
  padding: 13px 6px;
  font-weight: bold;
}
.bl_kenkoWrapper .bl_elongatedItem_body {
  padding-bottom: 10px;
}
.bl_kenkoWrapper .bl_elongatedUnit {
  margin-top: 40px;
}
.bl_kenkoWrapper .el_lv2Heading__02 {
  color: inherit;
}

@media screen and (max-width: 768px){
  .bl_spHide {
    display: none !important;
  }
  .bl_pcHide {
    display: block !important;
  }
  .el_btn01__yellow, .el_btn01__blue, .el_btn01__pink, .el_btn01__green {
    font-size: 16px;
  }
  .el_btn06 {
    width: 90%;
    margin: 24px auto 0;
  }
  .el_btn__bubble {
    top: -15px;
    width: 203px;
    padding: 1px 10px;
    font-size: 13px;
  }
  .el_btn__bubble::after, .el_btn__bubble::before {
    border-width: 8px 9px 0 9px;
  }
  .el_btn__bubble::after {
    bottom: -8px;
  }
  .el_btn__bubble::before {
    bottom: -9px;
  }
  .el_btn01__yellow .el_btn__bubble {
    width: 247px;
  }
  .el_memberHeading {
    margin-bottom: 15px;
    padding-top: 40px;
    background-size: 60px auto;
    font-size: 20px;
  }
  .breadcrumb_top {
    padding: 0 20px;
  }
  .breadcrumb_top span,
  .breadcrumb_top a {
    font-size: 11px;
  }
  .fv-inner-list h2 {
    font-size: 24px;
  }
  .bl_memberNumber {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .bl_memberNumber span {
    font-size: 14px;
  }
  .bl_txt02 {
    font-size: 14px;
  }
  .bl_kv {
    height: 500px;
    padding-top: 90px;
    background-image: url(../../img/benefit/var2/main_sp.jpg);
    background-position: center center;
  }
  .bl_kv .el_btn01 {
    width: 327px;
    font-size: 16px;
  }
  .bl_kv__dei {
    background-image: url(../../img/benefit/var2/main_dei_sp.jpg);
  }
  .bl_txtBox_borderTxt {
    width: 140px;
    font-size: 13px;
  }
  .bl_txtBox_borderTxt__02 {
    width: 100%;
    font-size: 16px;
  }
  .bl_txtBox_mainTxt {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1;
  }
  .bl_txtBox_mainTxt span {
    font-size: 20px;
  }
  .bl_txtBox_mainTxt strong {
    font-size: 30px;
  }
  .bl_txtBox_mainTxt strong span {
    font-size: inherit;
  }
  .bl_markTxt {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .bl_markTxt__02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .bl_kv_number img {
    max-width: 87%;
    margin-top: 10px;
  }
  .el_lv2Heading {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .el_lv2Heading .el_btn__bubble {
    width: 180px;
    font-size: 16px;
  }
  .el_lv2Heading__02 {
    font-size: 20px;
  }
  .el_lv2Heading.el_lv2Heading__02 span {
    display: none;
  }
  .bl_benefitLayout01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bl_benefitLayout02 {
    margin-top: 20px;
  }
  .bl_borderHeader {
    margin-bottom: 10px;
  }
  .bl_borderHeader {
    font-size: 16px;
  }
  .bl_borderHeader::before, .bl_borderHeader::after {
    width: 12px;
    height: 22px;
  }
  .bl_borderHeader::before {
    margin-right: 10px;
  }
  .bl_borderHeader::after {
    margin-left: 10px;
  }
  .bl_benefitStream_list {
    padding: 20px;
  }
  .bl_benefitStream_list li {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .bl_benefitStream_list::after {
    border-width: 30px 35px 0 35px;
  }
  .bl_sidePeople {
    position: static;
  }
  .bl_sidePeople__01, .bl_sidePeople__02 {
    -webkit-transform: translateX(0px);
    width: 80px;
            transform: translateX(0px);
  }
  .bl_sidePeople__03, .bl_sidePeople__04 {
    -webkit-transform: translateX(0px);
    width: 80px;
            transform: translateX(0px);
  }
  .bl_sidePeopleBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    gap: 30px;
  }
  .bl_benefitStream02 {
    margin-top: 36px;
  }
  .bl_benefitStream02_txt01 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .bl_benefitStream02_txt02 {
    font-size: 22px;
  }
  .bl_elongatedUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
  }
  .bl_elongatedItem_heading {
    padding: 9px 5px;
    font-size: 24px;
  }
  .bl_elongatedItem_bodyHeading {
    font-size: 24px;
  }
  .bl_elongatedItem_body {
    padding-bottom: 140px;
  }
  .bl_elongatedItem_body img {
    width: 100px;
  }
  .bl_horizontalList_meta_heading {
    min-height: 0;
  }
  .bl_horizontalList_meta_address {
    min-height: 0;
  }
  .bl_achievementList {
    margin-bottom: 30px;
  }
  .bl_horizontalList_meta {
    width: 89.9%;
  }
  .bl_tagList {
    height: auto;
  }
  .bl_horizontalList_meta_txt {
    min-height: 0;
  }
  .bl_horizontalBox_imgWrapper img {
    margin: 0;
  }
  .bl_horizontalBox_imgWrapper__01 img {
    max-width: 100%;
  }
  .bl_horizontalBox_imgWrapper__02 img {
    max-width: 83px;
  }
  .bl_horizontalBox {
    display: block;
    margin-bottom: 0;
  }
  .bl_horizontalBox > div {
    margin-bottom: 24px;
    padding: 20px;
  }
  .bl_horizontalBox_heading {
    padding: 0;
    font-size: 20px;
  }
  .bl_horizontalBox_txt {
    min-height: 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
  }
  .bl_horizontalBox_bottom {
    width: 100%;
    margin-top: -10px;
    font-size: 11px;
  }
  .bl_ctaBox {
    padding: 60px 24px;
  }
  .bl_ctaUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .bl_ctaItem {
    width: 100%;
    min-height: 427px;
    padding-bottom: 20px;
  }
  .bl_ctaItem .el_btn01 {
    max-width: 86%;
  }
  .bl_ctaItem .el_btn01 .el_btn__bubble {
    top: -20px;
  }
  .bl_ctaItem_heading {
    padding: 12px 0;
    font-size: 20px;
  }
  .bl_ctaItem_imgWrapper {
    margin-bottom: 15px;
  }
  .bl_ctaItem_imgWrapper img {
    max-height: 155px;
  }
  .bl_ctaItem_txt {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
  }
  .bl_headingSubTxt {
    margin-top: -15px;
    font-size: 14px;
    text-align: left;
  }
  .bl_headingSubTxt__center {
    text-align: center;
  }
  .bl_serviceItem {
    margin-top: 70px;
  }
  .bl_serviceHeading {
    margin-bottom: 15px;
    padding-left: 50px;
    font-size: 20px;
  }
  .bl_serviceHeading::before {
    -webkit-transform: translateY(0%);
    top: -2px;
    width: 40px;
    height: 40px;
            transform: translateY(0%);
    line-height: 40px;
  }
  .bl_halfUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
  }
  .bl_halfUnit_heading {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .bl_halfUnit_txt {
    font-size: 16px;
  }
  .bl_memberUnit02 {
    margin-bottom: 60px;
  }
  .bl_memberItem {
    display: block;
    margin-bottom: 40px;
    padding: 0;
  }
  .bl_memberItem_imgWrapper {
    width: 120px;
    height: 120px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
  }
  .bl_memberItem_charge {
    width: auto;
    margin-left: 128px;
    font-size: 12px;
    text-align: center;
  }
  .bl_memberItem_name {
    font-size: 20px;
  }
  .bl_memberItem_degree {
    overflow: hidden;
    font-size: 14px;
  }
  .bl_memberItem_txt {
    clear: both;
  }
  .bl_squareList {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80px;
    gap: 20px;
  }
  .bl_squareList dt {
    font-size: 14px;
  }
  .bl_squareList dd {
    min-height: 44px;
    padding: 7px 5px;
  }
  .bl_freeApplication {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
            box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  }
  .bl_freeApplication_heading {
    font-size: 24px;
  }
  .bl_freeApplication_media_imgWrapper {
    margin-right: 0;
  }
  .bl_freeApplication_media_imgWrapper img {
    width: 100%;
  }
  .bl_freeApplication_media {
    display: block;
  }
  .bl_freeApplication_media_heading {
    font-size: 14px;
  }
  .bl_freeApplication_media_content li {
    font-size: 14px;
  }
  .bl_freeApplication_media_btn {
    width: 100%;
    text-align: center;
  }
  .bl_planBox_img {
    margin: 20px 0 30px;
  }
  .bl_planContent img {
    aspect-ratio: 325/403;
  }
  .bl_planContent .bl_ctaBox_link {
    font-size: 16px;
  }
  .bl_planContent_txt {
    font-size: 16px;
  }
  .bl_faqList dt {
    padding: 15px 50px 15px 0;
    font-size: 16px;
  }
  .bl_faqList dd {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .bl_faqList > div {
    padding: 0 15px 0 20px;
  }
  .bl_lpFormWrapperTxt {
    font-size: 14px;
    text-align: left;
  }
  .bl_lpFormWrapperTop {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .bl_lpFormWrapperTop .bl_lpFormWrapper_inner {
    display: block;
    padding: 20px;
  }
  .bl_lpFormWrapperTop .bl_lpFormWrapper_info__bottom {
    margin-top: 40px;
  }
  .bl_lpFormWrapperTop .bl_lpFormWrapper_info__bottom li {
    font-size: 14px;
  }
  .bl_lpFormWrapperTop .bl_lpFormWrapper_info_heading {
    font-size: 16px;
  }
  .bl_lpFormWrapperTop .bl_formList dt::before {
    top: 3px;
  }
  .bl_lpFormWrapperTop .bl_formList > div {
    display: block;
    margin-bottom: 10px;
  }
  .bl_lpFormWrapperTop .bl_txtBox_borderTxt {
    font-size: 12px;
  }
  .bl_lpFormWrapper_txt {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .bl_btnWrapper02__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            flex-direction: column;
            align-items: center;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_btnWrapper02__single .el_btn06 {
    margin-top: 10px;
  }
  .bl_column {
    margin-bottom: 20px;
    padding: 20px;
  }
  .bl_column .bl_btnWrapper {
    margin-top: 0;
  }
  .bl_column .el_btn06 {
    width: 100%;
  }
  .bl_columnLunk {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
  }
  .bl_columnLunk {
    gap: 16px;
  }
  .bl_columnLunk_imgWrapper {
    width: 49.2%;
    margin-bottom: 0;
  }
  .bl_columnLunk_meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 8px;
  }
  .bl_columnLunk_number {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .bl_columnLunk_heading {
    font-size: 12px;
  }
  .bl_columnItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-box h1 {
    font-size: 24px;
  }
  .main-box p {
    font-size: 14px;
  }
  .main-box .main-box__name {
    font-size: 10px;
  }
  .main-box h2 {
    font-size: 20px;
  }
  .main-box h3 {
    font-size: 14px;
  }
  .company-data-box p {
    font-size: 12px;
  }
  .topics-box h3 {
    font-size: 14px;
  }
  .topics-box p {
    font-size: 14px;
  }
  .bl_kvKenko {
    padding: 25px 24px 5px;
    background-image: url(../../img/kenko/kv_sp.jpg);
    background-position: center bottom;
  }
  .bl_kvKenko_inner .bl_borderHeader {
    margin-bottom: 0;
    margin-left: auto;
    font-size: 16px;
  }
  .bl_kvKenko_inner .bl_borderHeader::before, .bl_kvKenko_inner .bl_borderHeader::after {
    width: 11px;
    background-size: contain;
  }
  .bl_kvKenko_inner .bl_borderHeader::before {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .bl_kvKenko_inner .bl_borderHeader::after {
    -webkit-transform: scale(-1, 1) translateY(4px);
    margin-right: 0;
            transform: scale(-1, 1) translateY(4px);
  }
  .bl_kvKenko_mainTxt {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.4;
    text-align: center;
  }
  .bl_kvKenko_mainTxt b {
    margin-top: 0px;
    font-size: 26px;
    text-align: center;
  }
  .bl_kvKenko_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column-reverse;
    gap: 24px;
  }
}

@media screen and (max-width: 767px){
  .nextAge_cta {
    max-width: 90vw;
    padding: 33px 20px;
    background-image: url("../../img/local/youngman_sp.svg");
    background-position: right 9px bottom 0px;
    background-size: 130px auto;
  }
  .nextAge_cta_txt01 {
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
  }
  .nextAge_cta_txt01 br {
    display: block;
  }
  .nextAge_cta_txt01 span {
    text-align: center;
  }
  .nextAge_cta_txt02 {
    margin-top: 20px;
    font-size: 12px;
  }
  .nextAge_cta_txt02 br {
    display: block;
  }
  .nextAge_cta_link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 287px;
    margin-right: auto;
    margin-left: auto;
    padding: 11px 22px;
    white-space: wrap;
  }
  .nextAge_cta_link .nextAge_cta_link_bloon {
    -webkit-transform: translate(-50%, -90%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 236px;
    padding: 2.5px 21px;
            transform: translate(-50%, -90%);
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    white-space: wrap;
  }
  .nextAge_cta_link .nextAge_cta_link_bloon::after {
    border-top: 6px solid #ccc;
  }
  .nextAge_cta_link .nextAge_cta_link_bloon::before {
    border-top: 6px solid #fff;
  }
  .nextAge_cta_link .nextAge_cta_link_bloon::after, .nextAge_cta_link .nextAge_cta_link_bloon::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
  }
  .nextAge_cta_link .nextAge_cta_link_sp {
    display: inline-block;
    font-size: 16px;
  }
  .nextAge_cta_link .nextAge_cta_link_pc {
    display: none;
    color: #fff;
  }
  .nextAge_cta_list {
    display: block;
    font-size: 12px;
  }
  .nextAge_cta_list li {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .nextAge_cta_list li::before {
    width: 16px;
    font-size: 8px;
    line-height: 16px;
  }
  .bl_kvKenko_img img {
    width: 43.3vw;
  }
  .bl_btnKenko {
    margin-top: 0;
    padding: 14.5px 19.5px;
    font-size: 16px;
  }
  .bl_btnKenko i {
    font-size: 20px;
  }
  .bl_kenkoWrapper .bl_benefitLayout01 .bl_txt02 {
    margin-bottom: 32px;
    text-align: left;
  }
  .bl_kenkoWrapper .custmer-bar {
    height: auto;
    margin-bottom: 24px;
  }
  .bl_kenkoWrapper .bl_benefitStream02_txt03 {
    font-size: 16px;
  }
  .bl_kenkoWrapper .bl_elongatedUnit {
    margin-top: 0px;
  }
}

/*# sourceMappingURL=style_v2.css.map */