@charset "UTF-8";
.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;
  font-size: 12px;
}

.bl_achievementList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 320px));
          justify-content: center;
  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 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  height: 30px;
  margin-top: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  gap: 12px;
}
.bl_tagList:empty {
  height: 0;
  margin-bottom: 5px;
}
.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_benefitLayout_inner01 {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.bl_btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  margin: 0 auto;
}
.bl_btnWrapper--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_btnWrapper__feature {
  max-width: 650px;
}
.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;
}

.h-pt0 {
  padding-top: 0 !important;
}

#section01 {
  padding-bottom: 10px;
}

#section02 {
  padding-bottom: 20px;
}

.bl_mainHeader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-visual {
  position: relative;
  min-height: 560px;
  padding: 0 20px 60px;
  overflow: hidden;
  background-color: #fff9e8;
}

.bl_simsBox {
  max-width: 600px;
  margin: 0 auto 64px;
  padding: 10px;
  background-color: #f8f7f6;
}

.bl_simsBox_fornt {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  gap: 10px;
}
.bl_simsBox_fornt img {
  width: 120px;
}

.bl_simsBox_subtitle {
  margin-top: 8px;
  color: #555;
  font-size: 12px;
  text-align: center;
}

.backYellow {
  overflow: hidden;
  background-color: #fdf6eb;
}

.backPink {
  background-color: #fae9e7;
}

.main-visual_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.main-visual_imgWrapper {
  position: absolute;
  top: 60px;
  right: 0;
}
.main-visual_imgWrapper img {
  width: 708px;
}

.main-visual_meta {
  width: 500px;
  min-height: 340px;
  padding-top: 100px;
}

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

.main-visual_meta_txt01 {
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.main-visual_meta_txt01::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
          transform: translateY(-50%);
  background-color: #d4ceca;
  content: "";
}
.main-visual_meta_txt01 span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background-color: #fff9e8;
  color: #a57f67;
}

.main-visual_meta_txt02 {
  margin-bottom: 15px;
  color: #a57f67;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: -2.5px;
}
.main-visual_meta_txt02 b {
  color: #da6f28;
  font-size: inherit;
}

.download_btn {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s;
  display: block;
  width: 348px;
  padding: 15px 10px;
  border-radius: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffac62), to(#ef8a6a));
  background-image: linear-gradient(180deg, #ffac62 0%, #ef8a6a 100%);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s;
}
.download_btn:hover {
  opacity: 0.6;
}
.download_btn i {
  color: inherit;
  font-size: 1em;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(106.55deg, rgba(242, 246, 245, 0) 9.23%, #f2f6f5 43.4%);
}

.fv img {
  width: 65%;
  max-width: 857px;
  height: auto;
}

.fv-inner {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 1108px;
  margin: 0 auto;
  padding-left: 10%;
}

.fv-text-inner {
  width: 100%;
}

.fv-main {
  font-weight: bold;
  font-size: 4rem;
  line-height: 60px;
  letter-spacing: 1.2px;
  text-align: left;
}

.fv-accent {
  color: #f28b34;
  font-size: 4rem;
}

.fv-text {
  margin: 16px 0;
  font-size: 1.4rem;
}

.fv-list {
  width: 100%;
  height: 200px;
  background: linear-gradient(106.55deg, #fff 9.23%, #fffbf5 40.19%);
}

.fv-inner-list {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
  max-width: 1108px;
  height: 100%;
  margin: 0 auto;
}

.fv-inner-list h2 {
  font-weight: bold;
  font-size: 3.2rem;
}

.custmer-bar {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f9f9f7;
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.custmer-bar-title {
  margin: 0 auto;
  padding: 24px 0 5px;
  font-size: 17px;
  text-align: center;
}

.municipality-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  max-width: 920px;
  margin: 0 auto 40px;
  /* box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08); */
}

.municipality-list li {
  margin: 12px 12px 0;
}

.municipality-list img {
  width: 160px;
}
/*
.scloll-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 40s infinite linear 1s both;
  animation: loop-slide 40s infinite linear 1s both;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.content {
  width: 200px;
  height: 60px;
  border: solid 1px #edeceb;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content img {
  width: 100%;
  height: auto;
} */
.btn-form {
  width: 100%;
}

.btn-form-first {
  overflow: hidden;
  background-color: #f6ede5;
}

.btn-form-first-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 960px;
  max-width: 100%;
  margin: auto;
  padding: 35px 0 45px;
}

.btn-form-first .btnWrapper .btn {
  height: 64px;
  margin-top: 0;
}

.btn-form-first-img {
  position: absolute;
  bottom: 0;
}

.btn-form-first-img__left {
  -webkit-transform: translateX(-500px);
  left: 50%;
  width: 142px;
          transform: translateX(-500px);
}

.btn-form-first-img__right {
  -webkit-transform: translateX(500px);
  right: 50%;
  width: 154px;
          transform: translateX(500px);
}

.btn-form-container {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-top: 24px;
}

.btn-form-container img {
  width: 130px;
  height: auto;
}

.btn-form-box {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.btn-form-title-box {
  width: 100%;
  min-width: 460px;
  margin: 0 auto 24px;
  text-align: center;
}

.btn-form-title {
  margin: 0 auto 24px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.suport-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.suport-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: left;
  -webkit-box-align: left;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  /*  display: flex;*/
  -webkit-box-pack: justify;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  padding: 32px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #f9f9f7;
}

.suport-title-box {
  -ms-flex-pack: left;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 24px;
}

.suport-title-accent {
  color: #f28b34;
  font-size: 2.4rem;
}

.suport-title {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
}

.suport-title-number {
  margin-right: 16px;
  color: #f28b34;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 60px;
  font-family: Quicksand;
  text-align: left;
}

.suport-text {
  padding-bottom: 24px;
  line-height: 200%;
  letter-spacing: 1.2px;
  text-align: left;
}

.suport-text-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 16px;
}

.section-sub-title {
  margin-top: 120px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 42px;
  text-align: center;
}

.section-sub-text {
  width: 728px;
  margin: 24px auto;
  line-height: 28px;
}

.section-sub-text-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

#seminar {
  background-color: #f9f9f7;
}

.interview .seminar-text-box {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 40px;
}

.seminar-text-box img {
  /*  width: 48%;*/
  height: auto;
}

.inner_narrow .seminar-text-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 1.2px;
  text-align: center;
}
.inner_narrow .seminar-text-box .seminar-text-title {
  text-align: left;
}

.seminar-text-tac {
  font-size: 16px;
  text-align: center;
}

.seminar-text-main {
  margin-top: 16px;
  line-height: 1.8;
}

.seminar-text-main-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

.seminar-container {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.seminar-img-box {
  width: 100%;
}

.seminar-img-box img {
  width: 100%;
  height: auto;
}

.seminar-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  /*  margin: 0 16px 16px;*/
  /*  width: 23%;*/
  min-width: 160px;
  padding: 24px;
  /*  height: 540px;*/
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
}

.seminar-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
}

.seminar-box-title i {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background-color: #f28b34;
  color: #fff;
  font-size: 1.6rem;
}

.seminar-text {
  margin-top: 16px;
  padding-bottom: 24px;
  font-size: 1.4rem;
  line-height: 24px;
}

.seminar-text-accent {
  color: #f28b34;
  font-weight: bold;
  font-size: 1.4rem;
}

.seminar-sub-text {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: center;
}

.seminar-sub-container {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}

.seminar-sub-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /*  width: 20%;*/
  height: 210px;
  padding: 16px 16px 0;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
}

.seminar-sub-box img {
  width: 80px;
  height: auto;
}

.seminar-sub-box-text {
  font-size: 1.4rem;
}

.sub-text-accent {
  color: #f28b34;
  font-size: 1.4rem;
}

.section-wrapper {
  width: 100%;
  padding: 72px 0 120px;
}

.section-wrapper02 {
  margin-bottom: 80px;
  padding: 20px 0;
}

.section-inner {
  width: 90%;
  max-width: 1108px;
  margin: 0 auto;
  text-align: center;
}

.section-inner02 {
  width: 87.3%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

body .btnWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.btnWrapper .btn {
  margin: 80px 10px 0;
}

.section-title {
  /* display: flex; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  margin: 24px auto 0;
  color: #23221e;
  font-weight: bold;
  font-size: 3.2rem;
  /* align-items: center; */
  /* line-height: 1.5; */
  /* letter-spacing: 4px; */
  text-align: center;
}

.section-title-accent {
  color: #f28b34;
  font-size: 3.2rem;
}

.section-title-famione {
  margin-top: 16px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 1.2px;
  text-align: center;
}

.section-title-box {
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 40px;
  text-align: center;
}

.section-title-box img {
  width: 90%;
  max-width: 240px;
  height: auto;
}

.section-text-box {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;*/
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 80px;
  gap: 32px;
}

.section-text-box img {
  /*  width: 35%;*/
}

.section-text {
  /*  margin-top: 16px;*/
  line-height: 28px;
}

.section-text-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

.merit-title-box {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 330px;
  height: 50px;
  margin: 0 auto -32px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
}

.merit-title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 42px;
  text-align: center;
}

.merit-container {
  width: 75%;
  margin: auto;
  padding: 60px 40px 40px;
  padding: 60px 40px 40px;
  border: 1px solid #d4ceca;
  border-radius: 16px;
  border-radius: 8px;
  background-color: #f9f9f7;
}

.merit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.merit-container:not(:last-child) {
  margin-bottom: 120px;
}

.merit-box {
  /* margin-bottom: 60px;*/
  /*  width: 45%;*/
}

.merit-box img {
  width: 100%;
}

.merit-box-inner {
  -ms-flex-pack: start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.merit-box-inner img {
  width: 80px;
  height: auto;
  margin-right: 16px;
}

.merit-box-text-name {
  margin-top: 8px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

.merit-custmer-container {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 24px 0;
  text-align: center;
}

.merit-custmer-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  /*  width: 45%;*/
  background-color: #fff;
}

.merit-custmer-box img {
  margin: 24px 40px 24px;
}

.merit-custmer-title {
  margin-top: 24px;
  color: #f28b34;
  font-weight: 700;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 1.2px;
  text-align: center;
}

.merit-container-title {
  margin: 0 auto;
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
}

.merit-container-title-accent {
  border-bottom: solid 1px #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

.merit-custmer-text {
  text-align: center;
}

.efficacy-container {
  /*  max-width: 1108px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin: auto;
  gap: 32px;
}

.efficacy-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  /*  display: flex;*/
  -webkit-box-pack: justify;
  /*  width: 40%;*/
  /*  height: 440px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px 32px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #f9f9f7;
  /* margin: 32px 16px 0;*/
}

.efficacy-box img {
  width: 100%;
  height: auto;
}

.efficacy-number {
  position: relative;
  top: 8px;
  margin-right: 8px;
  color: #f28b34;
  font-size: 4.8rem;
  line-height: 48px;
  font-family: Quicksand;
}

.efficacy-title {
  padding-bottom: 24px;
  font-weight: bold;
  font-size: 2rem;
}

.efficacy-text {
  padding-bottom: 24px;
  font-size: 1.4rem;
}

.efficacy-img {
  display: none;
}

.gallery-cell {
  /*  opacity: 0.5;*/
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  width: 75%;
  max-width: 750px;
  /*  height: 280px;*/
  margin-right: 10px;
  counter-increment: gallery-cell;
          filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
}

.flickity-slider li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.flickity-slider li:hover {
  -webkit-filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.16));
  background-color: #fff3e0;
          filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.16));
}

.sccess-item {
  -webkit-transition: all 0.3s;
  margin: 24px 16px;
  padding: 24px;
  border: 2px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
  opacity: 0.5;
  transition: all 0.3s;
}

.sccess-item.is-selected {
  opacity: 1;
}

.success-item-box {
  padding: 0;
}

.success-item-box-inner {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  margin: auto;
  gap: 32px;
}

.success-item-box-inner img {
  -o-object-fit: cover;
  /*  width: 40%;*/
  /*  max-width: 300px;*/
  height: 240px;
     object-fit: cover;
}

.success-item-box-text {
  -ms-flex-direction: column;
  -ms-flex-align: start;
  /*  -webkit-box-pack: justify;
      -ms-flex-pack: justify;*/
  /*          justify-content: space-between;*/
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  /* margin-left: 32px;*/
}

.success-item-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.6rem;
}

.success-item-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 24.5px;
}

.success-item-sub-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
  margin-bottom: 25px;
  overflow: hidden;
  color: #f28b34;
  font-weight: bold;
  font-size: 2rem;
  line-height: 30px;
}

.success-item-btn {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 360px;
  height: 40px;
  margin: 16px auto 0;
  border: 1px solid #d4ceca;
  border-radius: 4px;
  color: #f28b34;
  font-size: 1.3rem;
}

.success-item-btn i {
  color: #f28b34;
  font-size: 1.3rem;
}

.success-list-btn {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  -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;
  margin: 48px auto 0;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.01%, #ef8a6a), to(#fcb677));
  background: linear-gradient(90deg, #ef8a6a -0.01%, #fcb677 100%);
  background-color: #f28b34;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

body .pink-border-btn.btn,
body .gray-border-btn.btn {
  height: 48px;
  margin: 32px 20px 40px;
}
body .pink-border-btn.btn a,
body .gray-border-btn.btn a {
  color: #fff;
}
body .gray-border-btn.btn {
  background-color: #e09454;
}
body .pink-border-btn.btn {
  background-color: #d6978f;
}
.gray-border-btn.btn {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 380px;
  border: 1px solid #d4ceca;
  border-radius: 32px;
  background: #faf8f7;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.gray-border-btn.btn a {
  color: #d6978f;
}

.pink-border-btn.btn {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 380px;
  border: 1px solid #d4ceca;
  border-radius: 32px;
  background: #fff5f4;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.pink-border-btn.btn a {
  color: #a57f67;
}
.success-item-box-btn {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 9px 0;
  border: 1px solid #d4ceca;
  border-radius: 24px;
  background: #fff;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #f28b34;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.success-list-btn img,
.border-list-btn img {
  width: 16px;
  margin-right: 8px;
}

.border-list-btn {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -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;
  margin: 48px auto 0;
  /* Border */
  border: 1px solid #d4ceca;
  border-radius: 32px;
  background: #fff;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-size: 1.6rem;
}

.success-list-btn a {
  color: #fff;
}

.flickity-button-icon {
  fill: #f28b34;
}

.is-selected {
  opacity: 1;
}

.success-box a {
  width: 100%;
  height: 100%;
}

.flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  background: #d4ceca;
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  background: #f28b34;
}

.for-title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.for-text-accent {
  font-weight: normal;
  font-size: 1.2rem;
}

.for-container {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  gap: 32px;
}

.for-box {
  padding: 24px;
  /*  width: 35%;*/
  background-color: #f9f9f7;
  /*  height: 600px;*/
}

.for-box-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  grid-template-columns: 1fr 3fr;
          align-items: center;
  margin: auto;
  margin-bottom: 16px;
  padding-bottom: 24px;
  gap: 24px;
}

.for-box-inner img {
  width: 150px;
  height: auto;
}

.for-box-inner-text {
  font-size: 1.4rem;
}

.for-box-inner-name-bold {
  font-weight: bold;
}

#event {
  padding: 0;
}

.event-container {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  gap: 32px;
}

.event-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /*  width: 28%;*/
  /*  height: 670px;*/
  padding: 16px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #f9f9f7;
}

.event-box img {
  /*  width: 95%;*/
  margin: 0 auto;
}

.event-title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 2rem;
}

.event-main-text {
  margin-top: 16px;
  font-size: 1.4rem;
}

.event-icon {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 20px;
  margin: 16px 0;
  border-radius: 4px;
  background-color: #f28b34;
  color: #fff;
  font-size: 1rem;
}

.event-sub-text {
  padding-bottom: 24px;
  font-size: 1.2rem;
}

.contact-btn {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #f28b34;
  font-size: 1.3rem;
}

.contact-btn a {
  color: #fff;
}

.contact-btn i {
  height: 13px;
  color: #fff;
  font-size: 1.5rem;
}

.contact-btn:hover,
.contact-btn:active {
  -webkit-filter: brightness(110%);
  -webkit-transition: all 0.3s;
  filter: brightness(110%);
  opacity: 0.9;
  transition: all 0.3s;
}

.media-container {
  /*  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  margin-bottom: 40px;
  gap: 32px;
}

.media-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: auto;
  gap: 16px;
}

.media-icon-box {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 30%; */
  height: 100px;
  padding: 8px 24px;
  border: 1px solid #d4ceca;
  /* margin-right: 16px; */
  border-radius: 8px;
}

.media-icon-box img {
  /*  width: 90%;*/
  height: auto;
}

.news-icon-box {
  -ms-flex-pack: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  border: none;
}

.news-icon-box img {
  width: 100%;
  height: auto;
  border: 1px solid #d4ceca;
  border-radius: 8px;
}

.media-text-box {
  /*  width: 60%;*/
}

.media-title {
  font-weight: bold;
  font-size: 2rem;
}

.media-text {
  font-size: 1.4rem;
}

.news-title,
.news-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-title {
  color: #f28b34;
}

.footer {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}

.copyright {
  padding-bottom: 16px;
  color: #7e7e7e;
  font-size: 1.2rem;
}

.main-container {
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 95%;
  max-width: 1100px;
  margin: 40px auto;
}

.main-box {
  width: 100%;
  word-break: break-all;
}

.interviewee {
  margin-top: 15px;
  font-size: 12px;
}

.main-box img {
  width: 100%;
}

.main-box h1 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 4rem;
}

.main-box h2 {
  -ms-flex-align: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2.8rem;
}

.main-box h3 {
  -ms-flex-align: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.6rem;
}

.main-box p {
  margin-bottom: 24px;
}

.main-img-box p {
  margin: 16px 0 60px;
  font-size: 1.2rem;
}

.main-box h2::before {
  width: 4px;
  height: 90px;
  margin-right: 12px;
  background-color: #f28b34;
  content: "";
}

.main-box h3::before {
  width: 24px;
  height: 1px;
  margin-right: 8px;
  background-color: #454545;
  content: "";
}

.company-container {
  /*  margin-left: 32px;
  width: 30%;*/
}

.company-box {
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border: 1px solid #d4ceca;
}

.company-box img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 24px;
}

.company-data-box {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #d4ceca;
  text-align: left;
}

.company-data-box strong {
  font-weight: bold;
  font-size: 1.4rem;
}

.company-data-box p {
  margin-top: 16px;
  font-size: 1.4rem;
}

.topics-box {
  width: 100%;
}

.topics-box h3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.6rem;
}

.btn-column-item {
  width: 100%;
  /*  max-width: 300px;
  margin: 16px 8px 0;*/
}

.main-btn-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-bottom: 70px;
}

.main-btn-box__list {
  width: 532px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.main-btn-box .border-list-btn {
  width: 47%;
  margin-top: 0;
}

.main-btn-box .border-list-btn a {
  color: #f28b34;
}

.btn-column {
  /*  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  margin-bottom:120px;*/
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  gap: 24px;
}

.main-btn {
  max-width: 300px;
  margin: 8px;
  border: 1px solid #f28b34;
}

.topics-sub-box h2,
.topics-sub-box span {
  margin: 30px auto 0;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.topics-sub-box h2 {
  max-width: 275px;
  margin-bottom: 24px;
}

.topics-sub-box .btn {
  width: 100%;
  margin-top: 0;
}

.h2-accent {
  color: #f28b34;
}

.success-slider {
  width: 100%;
}

.gallery {
  /*  margin: 40px auto 60px;
  width: 90%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1108px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 90px;
  gap: 32px;
}

.gallery a .sccess-item-list {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery a:hover .sccess-item-list {
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
  background-color: #fff3e0;
          filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
}

.sccess-item-list {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.078);
  padding: 20px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.078);
  counter-increment: gallery-cell;
}

.sccess-item-list img {
  -o-object-fit: cover;
  height: 200px;
     object-fit: cover;
}

.success-item-box {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.success-item-box-inner-list {
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
}

.sccess-img-box {
  -webkit-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.4);
}

.sccess-img-box img {
  width: 100%;
  height: auto;
}

.success-item-box-text-list {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  -webkit-line-clamp: 3;
  margin-top: 16px;
  overflow: hidden;
  text-align: left;
}

.success-item-sub-title-list {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #454545;
}

.pager-container {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto 120px;
  margin-top: 60px;
}

.pager-container ul {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 205px;
}

.pager-container ul li {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d4ceca;
  border-radius: 4px;
}

.prev-page button,
.next-page button {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d4ceca;
  border-radius: 4px;
  background-color: #fff;
}

.prev-page button i,
.next-page button i {
  width: 20px;
  color: #f28b34;
}

/*福利厚生一覧*/
.benefit-list {
  margin-top: 40px;
  margin-bottom: 120px;
}

.benefit-list h2:first-child {
  margin-top: 40px;
  font-weight: bold;
  font-size: 32px;
}

.benefit-list h2 {
  margin-top: 120px;
  font-weight: bold;
  font-size: 32px;
}

.benefit-list h3 {
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
}

.benefit-list h4 {
  margin-top: 16px;
  padding: 12px 8px;
  border: 1px solid #f28b34;
  border-radius: 3px;
  background-color: #fff4eb;
  color: #f28b34;
  font-weight: bold;
  font-size: 14px;
}

.benefit-list li {
  margin-top: 12px;
  font-size: 16px;
}

.benefit-list li:before {
  /* 高さ指定 */
  display: inline-block;
  position: relative;
  bottom: 4px;
  /* 空の要素作成 */
  width: 6px;
  /* 幅指定 */
  height: 6px;
  /* 要素を丸くする */
  margin-right: 8px;
  /* 背景色指定 */
  border-radius: 50%;
  /* インラインブロックにする */
  background-color: #999;
  content: "";
}

.benefit-list .wp_social_bookmarking_light,
.benefit-list .wp_social_bookmarking_light_clear {
  display: none;
}

/* トップニュース */
.news_category {
  color: #999;
  font-weight: bold;
  font-size: 12px;
}

.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  font-size: 12px;
}

.news-list {
  margin-top: 35px;
}

.news-list li {
  padding: 16px;
  border-top: 1px solid #d4ceca;
}

.news-list li:last-child {
  border-bottom: 1px solid #d4ceca;
}

.news-list_slideWrapper {
  position: relative;
  max-height: 428px;
  overflow: hidden;
}

.news-list_slideWrapper .btn {
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 240px;
  height: 40px;
  padding: 7px 0;
          transform: translateX(-50%);
  border: 1px solid currentcolor;
  border-radius: 20px;
  background: #fff;
  color: #0234ab;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.news-list_slideWrapper .btn:hover {
  background-color: #ebf1ff;
}
.news-list_slideWrapper .btn img {
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.news-list_slideWrapper::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}

.news-list_slideWrapper.is-active {
  max-height: inherit;
}

.news-list_slideWrapper.is-active .btn {
  display: none;
}

.news-list_slideWrapper.is-active::after {
  display: none;
}

.news-time {
  margin-right: 20px;
  color: #666;
  font-size: 12px;
}

.news_link {
  color: #365b98;
  font-size: 18px;
  text-decoration: none;
}

/* フッターの設定 */
/*footer .inner_body {
  width: auto;
}

@media screen and (max-width: 1000px) {
  footer .footer_body_grid {
    grid-template-columns: 1fr;
  }
}*/

/* ページネーション */
.nav-links {
  text-align: center;
}

.bl_paginationWrapper {
  margin-bottom: 55px;
}

.bl_paginationWrapper .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #d4ceca;
  border-radius: 4px;
  color: #f28b34;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 32px;
  text-align: center;
}

/* アコーディオン */
.bl_acSwitch {
  cursor: pointer;
}

.bl_acSwitch::after {
  -webkit-transition: all 0.3s;
  -webkit-transform: translateY(-5px) rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
          transform: translateY(-5px) rotate(45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  transition: all 0.3s;
}

.bl_acSwitch.is-open::after {
  -webkit-transform: translateY(0px) rotate(-135deg);
          transform: translateY(0px) rotate(-135deg);
}

.bl_acbody {
  display: none;
}

/* TOP修正 */
.barHeader {
  padding: 120px 20px 0;
}

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

.barHeader_txt_sub {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.barHeader_txt_small {
  display: block;
  font-size: 16px;
  text-align: center;
}
.barHeader_txt_small::before {
  content: "※";
}

.sideImg {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}

.sideImg_imgWrapper {
  width: 38%;
  max-width: 410px;
}

.sideImg_txt02 {
  margin-top: 10px;
  font-size: 14px;
}

.sideImg_txt02 {
  margin-bottom: 40px;
}

.sideImg_meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}

.sideImg_heading {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 40px;
}

.sideImg_txt {
  font-weight: bold;
  font-size: 28px;
}
.exampleUnit {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  gap: 40px 0;
}

.exampleItem {
  -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.08));
  width: 47.5%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
          filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.08));
}
.exampleItem:nth-child(1) .exampleItem_imgWrapper img {
  width: 116px;
}
.exampleItem:nth-child(2) .exampleItem_imgWrapper img {
  width: 254px;
}
.exampleItem:nth-child(3) .exampleItem_imgWrapper img {
  width: 76px;
}
.exampleItem:nth-child(4) .exampleItem_imgWrapper img {
  width: 254px;
}

.exampleItem_btn {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  display: block;
  margin-top: 16px;
  padding: 10px 0;
  border-radius: 24px;
  background: var(--Buttton_color, linear-gradient(90deg, #ef8a6a -0.01%, #fcb677 100%));
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.exampleItem_heading01 {
  position: relative;
  padding: 7.5px 0;
  background: #e09454;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.exampleItem_heading01::before {
  -webkit-transform: translate(-50%, 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
          transform: translate(-50%, 100%);
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #e09454 transparent transparent transparent;
  content: "";
}
.exampleItem_heading01__pink {
  background-color: #d6978f;
}
.exampleItem_heading01__pink::before {
  border-color: #d6978f transparent transparent transparent;
  content: "";
}

.exampleItem_imgWrapper img {
  max-width: 100%;
}

.exampleItem_heading02 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

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

.exampleItem_imgWrapper {
  -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;
  height: 160px;
  text-align: center;
}

.exampleItem_body {
  padding: 18px 5px 20px;
}

.exampleItem_body02 {
  padding: 18px 20px 20px;
}
.exampleItem_body02 .exampleItem_heading03 {
  font-size: 24px;
}

.exampleItem_txt {
  margin-bottom: 10px;
  padding: 0 25px;
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}
.bl_faqList {
  margin-top: 40px;
}
.bl_faqList a {
  color: #0234ab;
  text-decoration: underline;
}
.bl_faqList dt {
  position: relative;
  padding: 20px 50px 20px 0;
  color: #0234ab;
  font-weight: bold;
  font-size: 2rem;
  cursor: pointer;
}
.bl_faqList dt::before, .bl_faqList dt::after {
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #23221e;
  content: "";
  transition: all 0.3s;
}
.bl_faqList dt::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_faqList dt::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.bl_faqList .is-open + dd {
  display: block;
}
.bl_faqList .is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.bl_faqList dd {
  display: none;
  padding-bottom: 24px;
  color: #23221e;
  font-size: 1.6rem;
  line-height: 1.75;
}
.bl_faqList > div {
  padding: 0 24px;
  border-top: 1px solid #d4ceca;
  background-color: #fff;
}
.bl_faqList > div:last-child {
  border-bottom: 1px solid #d4ceca;
}

.bl_benefitWrapper_inner01__faq {
  text-align: center;
}
.seminar_about_pc table td {
  background-color: #fff;
}

.bl_ctaBottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 518px;
  padding: 80px 24px 0;
  background-image: url(../../img/local/top/cta_back_pc.jpg);
  background-size: cover;
  color: #fff;
}
.bl_ctaBottom * {
  text-align: center;
}

.bl_ctaBottom_borderHeading {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.bl_ctaBottom_borderHeading::before {
  left: 0;
}
.bl_ctaBottom_borderHeading::after {
  right: 0;
}
.bl_ctaBottom_borderHeading::before, .bl_ctaBottom_borderHeading::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  width: calc(50% - 45px);
  height: 1px;
          transform: translateY(-50%);
  content: "";
}

.bl_ctaBottom_borderHeading {
  max-width: 462px;
  margin: 0 auto 30px;
  color: #fff;
}
.bl_ctaBottom_borderHeading::before, .bl_ctaBottom_borderHeading::after {
  background-color: #fff;
}

.bl_ctaBottom_heading {
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
}

.bl_ctaBottom_txt {
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
}

.bl_ctaBottom_btns {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
}

.el_btn04 {
  display: block;
  width: 320px;
  margin: 0 20px;
  padding: 10px 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.el_btn04__white {
  background-color: #fff;
  color: #e3a36d;
}

/*
   ========================================================================== */
/**
 * コテイバナー
 */
.bl_fixBanner {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  z-index: 100;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  background-color: #fff;
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.bl_fixBanner.is-disabled {
  display: none;
}
.bl_fixBanner img {
  display: block;
}

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

.bl_fixBanner__txtWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 200px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  font-size: 14px;
}

.bl_fixBanner__txt01 {
  color: #666;
  font-size: 12px;
}

.bl_fixBanner__txt02 {
  margin: 0;
  color: #454545;
  font-weight: bold;
  font-size: 13px;
}

.bl_fixBanner__txt03 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #0234ab;
  font-size: 12px;
  line-height: 1;
}

.bl_fixBanner_close {
  z-index: 1;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  border: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.bl_fixBanner_close::before, .bl_fixBanner_close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.bl_fixBanner_close::before {
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.bl_fixBanner_close::after {
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.bl_fixBanner__imgWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 285px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.bl_fixBanner__imgWrapper img {
  width: 285px;
}

@media screen and (max-width: 1410px){
  .main-visual_inner {
    position: relative;
  }
  .main-visual_imgWrapper {
    right: auto;
    left: 540px;
  }
}

@media screen and (max-width: 768px){
  .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_btnWrapper {
    margin-top: 20px;
  }
  .bl_btnWrapper {
    display: block;
  }
  .bl_btnWrapper .el_btn02 {
    margin-top: 25px;
  }
  .el_btn06 {
    width: 90%;
    margin: 24px auto 0;
  }
  .interview .seminar-text-box {
    display: block;
    gap: 0px;
  }
  .inner_narrow .seminar-text-title {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .news-list_slideWrapper .btn {
    width: 240px;
    margin: 24px auto 0;
  }
  .news_link {
    font-size: 15px;
  }
  .bl_faqList dt {
    padding: 15px 50px 15px 0;
    font-size: 1.6rem;
  }
  .bl_faqList dd {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
  .bl_faqList > div {
    padding: 0 15px 0 20px;
  }
  .inner_narrow .interview {
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .inner_narrow .headline_text h2 {
    text-align: left;
  }
  .inner_narrow .headline_text h2 br {
    display: none;
  }
  .bl_ctaBottom {
    min-height: 0;
    background-image: url(../../img/local/top/cta_back_sp.jpg);
  }
  .bl_ctaBottom .download_btn {
    -webkit-transform: translate(0);
    position: static;
            transform: translate(0);
  }
  .bl_ctaBottom_borderHeading {
    font-size: 13px;
  }
  .bl_ctaBottom_heading {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .bl_ctaBottom_txt {
    font-size: 1.4rem;
  }
  .bl_ctaBottom_btns {
    padding-bottom: 80px;
  }
  .el_btn04 {
    width: 100%;
    margin: 0 0 15px;
  }
  .bl_fixBanner__imgWrapper {
    display: none;
  }
  .bl_fixBanner__txtWrapper {
    -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;
    width: 359px;
    padding: 8px;
    border: none;
  }
  .bl_fixBanner {
    left: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .bl_fixBanner__txt01 {
    font-size: 11px;
  }
  .bl_fixBanner__txt02 {
    font-size: 13px;
  }
  .bl_fixBanner__txt03 {
    right: 8px;
    bottom: 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px){
  .main-visual {
    min-height: 0;
    padding-bottom: 30px;
  }
  .bl_simsBox {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }
  .bl_simsBox_fornt p {
    font-size: 13px;
  }
  .bl_simsBox_subtitle {
    text-align: left;
  }
  .main-visual_imgWrapper {
    position: static;
    margin: 0 -20px;
    padding: 32px 24px;
    background-color: #fff9e8;
  }
  .main-visual_imgWrapper img {
    display: block;
    width: 100%;
    border-radius: 8px;
  }
  .main-visual_meta {
    width: 100%;
    min-height: 0;
    padding-top: 20px;
  }
  .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 span {
    text-align: center;
  }
  .nextAge_cta_txt02 {
    margin-top: 20px;
    font-size: 12px;
  }
  .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;
  }
  .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;
  }
  .main-visual_meta_txt01 span {
    background-color: #fff9e8;
  }
  .main-visual_meta_txt02 {
    font-size: 24px;
    letter-spacing: 0;
  }
  .download_btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 50%;
    width: 300px;
    margin: 0 auto 45px;
    padding: 13px 10px;
    font-size: 18px;
  }
  .download_btn i {
    margin-left: 5px;
  }
  .custmer-bar-title {
    padding-top: 30px;
    font-size: 13px;
  }
  .municipality-list {
    margin-bottom: 32px;
  }
  .municipality-list li {
    margin: 6px 6px 0;
  }
  body .btnWrapper {
    padding-bottom: 30px;
  }
  body .pink-border-btn.btn,
  body .gray-border-btn.btn {
    margin: 6px 0px;
  }
  body .pink-border-btn.btn a,
  body .gray-border-btn.btn a {
    font-size: 14px;
  }
  .pink-border-btn.btn,
  .gray-border-btn.btn {
    width: 280px;
    margin: 0;
  }
  .pink-border-btn.btn {
    margin-bottom: 30px;
  }
  #success .flickity-page-dots {
    bottom: 0px;
  }
  .barHeader {
    margin-bottom: 40px;
    padding: 80px 20px 0;
  }
  .barHeader_txt01 {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .barHeader_txt_sub {
    font-size: 15px;
  }
  .barHeader_txt_small {
    font-size: 15px;
    text-align: left;
  }
  .barHeader_txt_small br {
    display: none;
  }
  .sideImg_imgWrapper {
    width: 100%;
    max-width: 100%;
  }
  .sideImg_imgWrapper img {
    width: 100%;
  }
  .sideImg_meta {
    margin-right: 0;
  }
  .sideImg {
    display: block;
  }
  .sideImg_heading {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .sideImg_txt {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .sideImg_txt__mb {
    margin-bottom: 40px;
  }
  .exampleUnit {
    display: block;
    margin-bottom: 70px;
  }
  .exampleItem {
    width: 100%;
    margin-bottom: 24px;
  }
  .exampleItem:nth-child(1) .exampleItem_imgWrapper img {
    width: 116px;
  }
  .exampleItem:nth-child(2) .exampleItem_imgWrapper img {
    width: 254px;
  }
  .exampleItem:nth-child(3) .exampleItem_imgWrapper img {
    width: 76px;
  }
  .exampleItem:nth-child(4) .exampleItem_imgWrapper img {
    width: 254px;
  }
  .exampleItem_btn {
    max-width: 276px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .exampleItem_heading02 {
    font-size: 20px;
  }
  .exampleItem_body02 .exampleItem_heading03 {
    font-size: 20px;
  }
  .exampleItem_imgWrapper {
    height: auto;
  }
  .exampleItem_heading01 {
    padding: 7.5px 0;
    font-size: 16px;
  }
  .exampleItem_heading02 {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .exampleItem_body {
    padding-bottom: 20px;
  }
}

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