@charset "UTF-8";
.f-l__footer {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  .f-l__footer {
    padding: 20px 0 50px 0;
  }
}
.f-l__footer-head {
  padding: 0 0 30px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-head {
    padding: 0 0 20px;
  }
}
.f-l__footer-head_title {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
}
.f-l__footer-head_title a {
  display: block;
  width: 152px;
  height: 48px;
}
.f-l__footer-head_title a img {
  width: 100%;
  height: auto;
}
.f-l__footer-head_title p {
  height: 48px;
  display: grid;
  align-items: flex-end;
  text-align: right;
}
.f-l__footer-head_tel {
  padding: 20px 0 0;
}
.f-l__footer-head_tel_list {
  display: flex;
  justify-content: right;
}
.f-l__footer-head_tel_item {
  margin-left: 15px;
}
.f-l__footer-head_tel_place {
  display: inline-block;
  background-color: #0ba578;
  color: #FFF;
  padding: 2px 6px 1px;
  text-align: center;
  border-radius: 15px;
  font-size: 12px;
}
.f-l__footer-head_tel_number {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 3px;
}
.f-l__footer-head_tel_number a {
  color: #323232;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .f-l__footer-head_title {
    padding: 0 0 15px;
  }
  .f-l__footer-head_title a {
    width: 115px;
    height: 35px;
  }
  .f-l__footer-head_title p {
    height: 35px;
    font-size: 12px;
    text-align: left;
  }
  .f-l__footer-head_tel {
    padding: 15px 0 0;
  }
  .f-l__footer-head_tel_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .f-l__footer-head_tel_item {
    width: 50%;
    margin: 0 0 10px;
  }
  .f-l__footer-head_tel_place {
    min-width: 50px;
  }
}
.f-l__footer-link {
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  max-width: 680px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link {
    display: block;
    padding: 0 0 50px;
    overflow: hidden;
  }
}
.f-l__footer-link_list {
  margin-right: 180px;
}
.f-l__footer-link_list:last-child {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link_list:nth-child(1), .f-l__footer-link_list:nth-child(2) {
    width: 50%;
    float: left;
  }
  .f-l__footer-link_list:nth-child(3) {
    clear: both;
  }
}
.f-l__footer-link_list a {
  display: block;
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.f-l__footer-link_list a:hover {
  color: #0ba578;
}
.f-l__footer-link_list a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.f-l__footer-link_list_inner {
  width: 430px;
  display: flex;
}
.f-l__footer-link_list_sub {
  padding: 0 0 0 15px;
}
.f-l__footer-link_list_sub li {
  padding: 0 0 7px;
}
.f-l__footer-link_list_sub li a {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.f-l__footer-link_list_sub li a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
}
.f-l__footer-link_list_sub._width_170 {
  width: 170px;
}
.f-l__footer-link_list_sub._width_260 {
  width: 260px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link_list {
    margin-right: 0;
  }
  .f-l__footer-link_list a {
    padding: 0 0 7px 12px;
    font-size: 12px;
  }
  .f-l__footer-link_list a:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
  .f-l__footer-link_list_inner {
    width: 100%;
  }
  .f-l__footer-link_list_sub {
    padding: 0 0 10px 15px;
  }
  .f-l__footer-link_list_sub li {
    padding: 0 0 7px;
  }
  .f-l__footer-link_list_sub li a {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .f-l__footer-link_list_sub li a:before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .f-l__footer-link_list_sub._width_170 {
    width: 45%;
  }
  .f-l__footer-link_list_sub._width_260 {
    width: 55%;
  }
}
.f-l__footer-cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.f-l__footer-cta .o-c__btn-link._orange {
  margin: 0px 10px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-cta {
    display: block;
  }
  .f-l__footer-cta .o-c__btn-link._orange {
    min-width: 250px;
    margin: 0px auto 20px;
    padding: 15px 30px 12px 20px;
  }
  .f-l__footer-cta .o-c__btn-link._orange:last-child {
    margin: 0px auto;
  }
}

.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company img {
  width: 100%;
  height: auto;
}
.f-l__company-company-logo {
  display: block;
  width: 72px;
}
.f-l__company-textbox {
  width: 680px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 40px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-pmark {
  width: 81px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .f-l__company-pmark {
    margin-left: 0;
  }
}
.f-l__company-isms {
  width: 155px;
  padding: 0 0 0 15px;
}
.f-l__company-jiima {
  width: 100px;
  padding: 0 0 0 15px;
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  .f-l__company {
    padding: 20px 0 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    font-size: 10px;
    line-height: 14px;
    padding: 0 0 0 20px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 60px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 125px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 80px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 30px 0 45px;
  }
}

.o-c__heading {
  text-align: center;
  position: relative;
}
.o-c__heading-h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-c__heading-h1 {
    padding-bottom: 20px;
    font-size: 25px;
  }
}
.o-c__heading-h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 56px;
  position: relative;
}
.o-c__heading-h2:after {
  content: "";
  width: 40px;
  height: 3px;
  line-height: 0;
  background-color: #0ba578;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.o-c__heading-h2_annotation {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  .o-c__heading-h2 {
    font-size: 25px;
    padding-bottom: 40px;
  }
  .o-c__heading-h2:after {
    height: 2px;
    bottom: 23px;
  }
}
.o-c__heading-h2_line {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #0ba578;
}
.o-c__heading-h2_line_box {
  background-color: #FFF;
  padding: 0 30px;
  position: relative;
  z-index: 200;
}
.o-c__heading-h2_line_big {
  font-size: 48px;
  margin: 0 10px;
}
.o-c__heading-h2_line:after {
  content: "";
  width: 1000px;
  height: 1px;
  line-height: 0;
  background-color: #0ba578;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .o-c__heading-h2_line {
    font-size: 22px;
  }
  .o-c__heading-h2_line_box {
    padding: 0 20px;
  }
  .o-c__heading-h2_line_big {
    font-size: 30px;
  }
  .o-c__heading-h2_line:after {
    width: 90%;
  }
}
.o-c__heading-lead {
  font-size: 18px;
  padding-bottom: 30px;
  position: relative;
  top: -5px;
}
.o-c__heading-lead::before, .o-c__heading-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-c__heading-lead::before {
  margin-top: calc((1 - 1.6) * 0.3em);
}
.o-c__heading-lead::after {
  margin-bottom: calc((1 - 1.6) * 0.7em);
}
.o-c__heading-lead_bold {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-c__heading-lead {
    font-size: 16px;
    line-height: 24px;
  }
}
.o-c__heading-balloon {
  background: #0ba578;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  padding: 10px 10px;
  border-radius: 30px;
}
.o-c__heading-balloon:after {
  font-size: 14px;
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid #0ba578;
}

.o-c__icon-85px {
  background-color: #fff;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-c__icon-85px img {
  width: 60px;
  height: auto;
}

.o-c__list-check li {
  position: relative;
  text-align: left;
  margin-bottom: 12px;
}
.o-c__list-check li:before {
  content: "";
  width: 10px;
  height: 7px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #0ba578;
  border-right: solid 2px #0ba578;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(135deg);
}
.o-c__list-check li:last-child {
  margin: 0;
}
.o-c__list-check._size_s li {
  line-height: 1.4;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.o-c__list-check._size_s li:before {
  width: 10px;
  height: 6px;
}
.o-c__list-check._size_m li {
  line-height: 1.4;
  padding: 0 0 0 18px;
  font-size: 14px;
}
.o-c__list-check._size_m li:before {
  width: 12px;
  height: 8px;
}
.o-c__list-check._size_l li {
  line-height: 1.5;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.o-c__list-check._size_l li:before {
  width: 14px;
  height: 10px;
}
.o-c__list-check._size_xl li {
  line-height: 1.5;
  padding: 0 0 0 24px;
  font-size: 18px;
}
.o-c__list-check._size_xl li:before {
  width: 16px;
  height: 12px;
}

.o-c__panel-box {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 35px 30px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.o-c__panel-box dt {
  font-size: 20px;
  color: #0ba578;
  font-weight: 700;
  padding: 20px 0 15px;
}
.o-c__panel-box_lead {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 15px;
  color: #323232;
}
.o-c__panel-box_lead ul {
  min-height: 95px;
}
.o-c__panel-box_list {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 15px;
  color: #323232;
}
@media screen and (min-width: 769px) {
  .o-c__panel-box._linkbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .o-c__panel-box._linkbox:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
  .o-c__panel-box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
@media screen and (max-width: 576px) {
  .o-c__panel-box {
    padding: 25px 0;
  }
  .o-c__panel-box dt {
    font-size: 18px;
    padding: 15px 0 10px;
    min-height: 75px;
  }
  .o-c__panel-box_lead {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 15px 15px;
  }
  .o-c__panel-box_list {
    display: none;
  }
}
.o-c__panel-box_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-c__panel-box_head {
  width: 100%;
  display: block;
}
.o-c__panel-box_head_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_head {
    display: block;
  }
  .o-c__panel-box_head_icon {
    width: 75px;
    height: 75px;
  }
  .o-c__panel-box_head_icon img {
    width: 55px;
    height: auto;
  }
}
.o-c__panel-box_hidetext {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  transition: all ease 0.3s;
}
.o-c__panel-box_hidetext_title {
  display: none;
}
.o-c__panel-box_hidetext_indata {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_hidetext_indata {
    margin-top: 40px;
  }
}
.o-c__panel-box_hidetext_indata .o-c__btn-link {
  padding: 15px 45px;
}
.o-c__panel-box_hidetext_indata .o-c__btn-link:after {
  right: 15px;
}
.o-c__panel-box_hidetext_close {
  display: none;
}
.o-c__panel-box_hidetext .f__common-text_annotation {
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_hidetext {
    height: auto;
    opacity: 1;
    display: none;
  }
  .o-c__panel-box_hidetext_title {
    font-size: 18px;
    font-weight: 700;
    color: #0ba578;
    padding: 0 0 10px;
    text-align: left;
    display: block;
  }
  .o-c__panel-box_hidetext_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #0ba578;
  }
  .o-c__panel-box_hidetext_close:after, .o-c__panel-box_hidetext_close:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 14px;
    transform: rotate(-45deg);
  }
  .o-c__panel-box_hidetext_close:before {
    transform: rotate(45deg);
  }
}
.o-c__panel-box._js_open .o-c__panel-box_hidetext {
  height: auto;
  opacity: 1;
  padding: 20px;
  margin-bottom: 30px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box._js_open .o-c__panel-box_hidetext {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 25%;
    left: 5%;
    width: 90%;
  }
}
.o-c__panel-box._js_open .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box._js_open:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
}

#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label {
  position: relative;
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::before {
  content: "取引先/関連会社等へのご提案の場合、ご提案先の企業名開示にご協力いただきます。";
  position: absolute;
  z-index: 1000;
  top: -47px;
  left: -30px;
  line-height: 40px;
  background-color: #ffe91c;
  color: #323232;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  padding: 0 15px;
  display: none;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  #form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::before {
    top: -64px;
    left: 0;
    line-height: 1.5;
    padding: 12px 15px;
    white-space: normal;
  }
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ffe91c;
  display: none;
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label.disp_popup::before, #form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label.disp_popup::after {
  display: inline-block;
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.hbspt-form .hs_rsk_company .input,
.hbspt-form .hs_email .input,
.hbspt-form .hs_phone .input {
  position: relative;
}
.hbspt-form .hs_rsk_company .input::before,
.hbspt-form .hs_email .input::before,
.hbspt-form .hs_phone .input::before {
  position: absolute;
  z-index: 1000;
  top: -47px;
  left: 0;
  line-height: 40px;
  background-color: #ffe91c;
  color: #323232;
  font-weight: bold;
  border-radius: 5px;
  font-size: 11px;
  padding: 0 10px;
  display: none;
  white-space: nowrap;
}
.hbspt-form .hs_rsk_company .input::after,
.hbspt-form .hs_email .input::after,
.hbspt-form .hs_phone .input::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ffe91c;
  display: none;
}
.hbspt-form .hs_rsk_company .input.disp_popup::before, .hbspt-form .hs_rsk_company .input.disp_popup::after,
.hbspt-form .hs_email .input.disp_popup::before,
.hbspt-form .hs_email .input.disp_popup::after,
.hbspt-form .hs_phone .input.disp_popup::before,
.hbspt-form .hs_phone .input.disp_popup::after {
  display: inline-block;
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.hbspt-form .hs_rsk_company .input::before {
  content: "お勤め先の会社名を記入してください";
}
.hbspt-form .hs_email .input::before {
  content: "お仕事でお使いのメールアドレスを記入してください";
}
.hbspt-form .hs_phone .input::before {
  content: "日中つながりやすい電話番号を記入してください";
}

@keyframes fadeout {
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.o-m__cta-fv {
  width: 940px;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .o-m__cta-fv {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-fv {
    width: 100%;
    display: block;
    top: -110px;
    height: 0;
  }
}
.o-m__cta-common {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.o-m__cta-common:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -45px;
  left: -40px;
  width: 325px;
  height: 325px;
  transform: rotate(-2deg);
  background-image: url(/assets/image/figure/cta_back_component_left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.o-m__cta-common:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: -35px;
  right: -10px;
  width: 325px;
  height: 325px;
  transform: rotate(-2deg);
  background-image: url(/assets/image/figure/cta_back_component_right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common:before {
    bottom: -190px;
    left: -140px;
  }
  .o-m__cta-common:after {
    top: -210px;
    right: -140px;
  }
}
.o-m__cta-common_inner {
  width: 1200px;
  height: 400px;
  margin: 0px auto;
  padding: 60px 0 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_inner {
    width: 100%;
  }
}
.o-m__cta-common_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.o-m__cta-common_title_single {
  display: block;
  padding: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_title .sp-only {
    display: block;
  }
}
.o-m__cta-common_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_title {
    font-size: 28px;
  }
}
.o-m__cta-common_capture_right {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 200;
  right: -110px;
  bottom: -35px;
}
.o-m__cta-common_capture_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_capture_right {
    display: none;
  }
}
.o-m__cta-common_talent_left {
  width: 350px;
  height: 345px;
  position: absolute;
  z-index: 200;
  left: -15px;
  bottom: 0px;
}
.o-m__cta-common_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_right {
  width: 370px;
  height: 321px;
  position: absolute;
  z-index: 200;
  right: -25px;
  bottom: 0px;
}
.o-m__cta-common_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
}
.o-m__cta-common_button {
  width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_title {
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
  }
  .o-m__cta-common_title_lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common:before {
    z-index: 1;
    top: 83px;
    left: -87px;
    width: 250px;
    height: 220px;
    background-size: contain;
    opacity: 0.7;
    transform: rotate(-14deg);
  }
  .o-m__cta-common:after {
    z-index: 1;
    top: -90px;
    right: -70px;
    width: 230px;
    height: 240px;
    background-size: contain;
    opacity: 0.7;
    transform: rotate(-297deg);
  }
  .o-m__cta-common_inner {
    width: 100%;
    height: 225px;
    padding: 35px 0;
  }
  .o-m__cta-common_inner.double {
    height: auto;
  }
  .o-m__cta-common_title {
    text-align: center;
    font-size: 22px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
  }
  .o-m__cta-common_title_lead {
    font-size: 16px;
  }
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
  .o-m__cta-common_button {
    width: 85%;
    margin: 0px auto;
    padding: 24px 0 0 0;
    display: block;
    position: relative;
    z-index: 100;
  }
}
.o-m__cta-floating {
  background-color: rgba(11, 165, 120, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating.is-show {
  transform: translateY(0);
}
.o-m__cta-floating_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating_link_item {
  width: 48%;
}
.o-m__cta-floating_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating_link {
    width: 100%;
  }
  .o-m__cta-floating_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating {
    padding: 15px;
    top: 0;
    bottom: auto;
    transform: translateY(-101%);
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating {
    padding: 10px;
  }
}
.o-m__cta-floating-bottom {
  background-color: rgba(11, 165, 120, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating-bottom.is-show {
  transform: translateY(0);
}
.o-m__cta-floating-bottom_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom_link {
    width: 100%;
  }
}
.o-m__cta-floating-bottom_link_item {
  width: 48%;
}
.o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom_link {
    width: 100%;
  }
  .o-m__cta-floating-bottom_link_item {
    width: 49%;
  }
  .o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture,
  .o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating-bottom {
    padding: 10px;
  }
}

.o-m__onayami {
  background: linear-gradient(0deg, #edfcf7 59%, #fff 59%);
}
@media screen and (max-width: 768px) {
  .o-m__onayami {
    background: linear-gradient(0deg, #edfcf7 48%, #fff 48%);
  }
}
@media screen and (max-width: 576px) {
  .o-m__onayami {
    background: linear-gradient(0deg, #edfcf7 55%, #fff 55%);
  }
}
.o-m__onayami.f__common-bgcolor_gray .o-m__onayami-content_data_theme {
  background-color: #fff;
}
.o-m__onayami.f__common-bgcolor_gray .o-m__onayami-content_data_theme:after {
  border-top: 15px solid #fff;
}
.o-m__onayami._bg_brand {
  background-color: #edfcf7;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
.o-m__onayami._bg_brand .o-m__onayami-content_data_theme {
  background-color: #fff;
}
.o-m__onayami._bg_brand .o-m__onayami-content_data_theme::after {
  border-top: 15px solid #fff;
}
@media screen and (min-width: 577px) {
  .o-m__onayami._bg_brand .o-m__onayami-content_answer_title {
    top: 165px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__onayami._bg_brand {
    border-radius: 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
.o-m__onayami-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content.swiper-container {
    padding: 0 0 35px;
  }
}
.o-m__onayami-content_answer_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  z-index: 300;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #edfcf7;
  border-radius: 50px 50px 0 0;
  padding: 20px 30px 0;
}
.o-m__onayami-content_answer_title img {
  width: 183px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_answer_title {
    font-size: 22px;
    line-height: 1.3;
    top: 174px;
  }
  .o-m__onayami-content_answer_title img {
    width: 130px;
    height: 35px;
    padding: 0 12px;
  }
}
@media screen and (min-width: 1025px) {
  .o-m__onayami-content_data {
    width: 23% !important;
  }
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data {
    width: 100%;
    padding: 0 35px;
  }
}
.o-m__onayami-content_data_theme {
  width: 100%;
  background-color: #f6f6f6;
  padding: 25px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: 145px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.o-m__onayami-content_data_theme_title {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  padding-bottom: 10px;
}
.o-m__onayami-content_data_theme_title:before, .o-m__onayami-content_data_theme_title:after {
  content: "";
  background-color: #323232;
  height: 1px;
  width: 10px;
}
.o-m__onayami-content_data_theme_title:before {
  margin-right: 5px;
}
.o-m__onayami-content_data_theme_title:after {
  margin-left: 5px;
}
.o-m__onayami-content_data_theme._base_3 {
  padding: 13px 0;
}
.o-m__onayami-content_data_theme._magin_bottom {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_theme._magin_bottom {
    margin-bottom: 45px;
  }
}
.o-m__onayami-content_data_theme:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-top: 15px solid #f6f6f6;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_theme {
    margin-bottom: 110px;
  }
}
.o-m__onayami-content_data_list {
  padding: 0 20px 10px;
}
.o-m__onayami-content_data_answer {
  width: 100%;
  min-height: 460px;
  background-color: #fff;
  padding: 45px 0px 40px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.o-m__onayami-content_data_answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #edfcf7;
}
.o-m__onayami-content_data_answer:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 38px;
  background-image: url(/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.o-m__onayami-content_data_answer h3 {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  color: #0ba578;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_answer {
    min-height: 0;
    padding: 45px 0px 20px;
  }
  .o-m__onayami-content_data_answer h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0 0 0 90px;
  }
}
.o-m__onayami-content_data_icon {
  background-color: #edfcf7;
  width: 116px;
  height: 116px;
  border-radius: 60px;
  margin: 0px auto 20px;
  display: grid;
  place-items: center;
}
.o-m__onayami-content_data_icon img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 15px;
    top: 35px;
  }
  .o-m__onayami-content_data_icon img {
    width: 50px;
    height: auto;
  }
}
.o-m__onayami-content_data_description {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_description {
    padding: 0 20px;
  }
}
.o-m__onayami-content_data .f__common-text_annotation {
  margin-top: 12px;
}
.o-m__onayami-random {
  background-color: #f6f6f6;
  position: relative;
  padding: 70px 0;
}
.o-m__onayami-random::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50%;
  height: 0;
  border-style: solid;
  border-width: 70px 0 0 50vw;
  border-color: transparent transparent transparent #FFF;
  z-index: 0;
}
.o-m__onayami-random:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 50%;
  height: 0;
  border-style: solid;
  border-width: 70px 50vw 0 0;
  border-color: transparent #FFF transparent transparent;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-random {
    background-color: inherit;
    padding: 0;
  }
  .o-m__onayami-random::before {
    display: none;
  }
  .o-m__onayami-random:after {
    display: none;
  }
}
.o-m__onayami-random_lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  gap: 40px 20px;
  justify-content: center;
}
.o-m__onayami-random_lists_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-random_lists {
    gap: 20px 10px;
  }
  .o-m__onayami-random_lists_pc {
    display: none;
  }
  .o-m__onayami-random_lists_sp {
    display: flex;
  }
}
.o-m__onayami-random_item {
  width: calc((100% - 60px) / 4);
  background-color: #fff;
  padding: 25px 0;
  border-radius: 10px;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.o-m__onayami-random_item:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-top: 15px solid #fff;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-random_item {
    background-color: #f6f6f6;
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }
  .o-m__onayami-random_item:after {
    border-top: 15px solid #f6f6f6;
  }
}
.o-m__onayami-random_conclusion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-random_conclusion {
    display: block;
  }
}
.o-m__onayami-random_conclusion_text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-random_conclusion_text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.o-m__onayami-random_conclusion_icon {
  width: 65px;
  height: auto;
  position: absolute;
  top: -20px;
  right: 25%;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-random_conclusion_icon {
    width: 85px;
    margin: auto;
    position: relative;
    right: auto;
  }
}
.o-m__onayami-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__onayami-pager_box {
  z-index: 500;
}
.o-m__onayami-display {
  max-width: 700px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-m__onayami-display_left {
  max-width: 300px;
  width: 100%;
}
.o-m__onayami-display_right {
  font-size: 16px;
  line-height: 1.8;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-display {
    flex-wrap: wrap-reverse;
  }
  .o-m__onayami-display_left {
    max-width: unset;
  }
  .o-m__onayami-display_right {
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.o-m__onayami .pc-only {
  display: inline-block;
}
.o-m__onayami .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.o-m__onayami .swiper-slide {
  width: 23%;
}
.o-m__onayami .swiper-pagination,
.o-m__onayami .swiper-button-prev,
.o-m__onayami .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-m__onayami .pc-only {
    display: none;
  }
  .o-m__onayami .swiper-pagination {
    display: block;
    bottom: 10px !important;
  }
  .o-m__onayami .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0ba578 !important;
  }
  .o-m__onayami .swiper-button-prev {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 170px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .o-m__onayami .swiper-button-prev {
    top: 270px !important;
  }
}
@media screen and (max-width: 768px) {
  .o-m__onayami .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #0ba578;
    position: absolute;
    left: 0px;
  }
  .o-m__onayami .swiper-button-prev:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease 0.3s;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .o-m__onayami .swiper-button-prev._top {
    top: 55px !important;
  }
  .o-m__onayami .swiper-button-next {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 170px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .o-m__onayami .swiper-button-next {
    top: 270px !important;
  }
}
@media screen and (max-width: 768px) {
  .o-m__onayami .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #0ba578;
    position: absolute;
    left: 0;
  }
  .o-m__onayami .swiper-button-next:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .o-m__onayami .swiper-button-next._top {
    top: 55px !important;
  }
}
.o-m__onayami.f__common-bgcolor_sub-10 .o-m__onayami-content_data_theme {
  background: #fff;
}
.o-m__onayami.f__common-bgcolor_sub-10 .o-m__onayami-content_data_theme:after {
  border-top: 15px solid #fff;
}

.o-m__legal-content {
  position: relative;
  width: 950px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .o-m__legal-content {
    width: 100%;
  }
}
.o-m__legal-content_image {
  width: 100%;
  height: auto;
  margin: 0px auto 55px;
}
@media screen and (max-width: 576px) {
  .o-m__legal-content_image {
    margin: 0px auto 25px;
  }
}
.o-m__legal-content_box {
  width: 800px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 35px 45px 45px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .o-m__legal-content_box {
    width: 95%;
    padding: 25px 35px 35px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__legal-content_box {
    width: 100%;
    padding: 30px 10px;
  }
}
.o-m__legal-content_box h3 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .o-m__legal-content_box h3 {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .o-m__legal-content_box h3 {
    font-size: 20px;
    text-align: center;
  }
  .o-m__legal-content_box h3 span {
    display: block;
  }
}
.o-m__legal-content_box_logo {
  display: inline-block;
  width: 129px;
  height: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .o-m__legal-content_box_logo {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .o-m__legal-content_box_logo {
    display: block;
    width: 129px;
    height: 40px;
    margin: 0 auto 20px;
  }
}
.o-m__legal-content_box_link {
  width: 500px;
  margin: 0px auto;
  padding: 25px 0 0;
  display: flex;
  justify-content: space-between;
}
.o-m__legal-content_box_link a {
  min-width: 230px;
}
@media screen and (max-width: 576px) {
  .o-m__legal-content_box_link {
    width: 100%;
    margin: 0px auto;
    padding: 15px 0 0;
    display: block;
    text-align: center;
  }
  .o-m__legal-content_box_link a {
    min-width: 230px;
    margin-top: 10px;
  }
}
.o-m__legal-note {
  width: 800px;
  margin: 0 auto;
}
.o-m__legal-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .o-m__legal-note {
    width: 100%;
  }
}

.o-m__about-logo {
  display: inline-block;
  width: 180px;
  height: 56px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__about-logo {
    width: 157px;
    height: 48px;
  }
}
.o-m__about-content {
  position: relative;
}
.o-m__about-content p {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .o-m__about-content p {
    font-size: 14px;
  }
}
.o-m__about-content_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__about-content_flow {
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow {
    display: block;
    padding: 0;
  }
}
.o-m__about-content_flow_data {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__about-content_flow_data {
    width: 28%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data {
    width: 100%;
    margin: 0 0 80px;
  }
  .o-m__about-content_flow_data:last-child {
    margin: 0;
  }
}
.o-m__about-content_flow_data_icon {
  display: block;
  width: 100px;
  height: 110px;
  margin: -20px auto 0;
  text-align: center;
}
.o-m__about-content_flow_data_icon img {
  height: auto;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
}
.o-m__about-content_flow_data dt {
  position: absolute;
  max-width: 210px;
  white-space: nowrap;
  line-height: 1;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 8px 20px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  color: #0ba578;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data dt {
    width: 130px;
    font-size: 16px;
    position: absolute;
    top: -15px;
    padding: 8px 0;
    text-align: center;
  }
}
.o-m__about-content_flow_data dd {
  min-height: 132px;
  background-color: #edfcf7;
  padding: 40px 20px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data dd {
    min-height: 0;
    padding: 30px 20px 20px 85px;
    font-size: 12px;
    line-height: 20px;
  }
}
.o-m__about-content_flow_data_arrow {
  position: absolute;
  top: 115px;
  right: -40px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow {
    top: auto;
    left: 33%;
    right: auto;
    bottom: -40px;
    font-size: 14px;
  }
}
.o-m__about-content_flow_data_arrow_check {
  position: relative;
}
.o-m__about-content_flow_data_arrow_check:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  right: 3px;
  width: 28px;
  height: 38px;
  background-image: url(/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow_check:after {
    bottom: auto;
    top: -40px;
    left: 60px;
    width: 38px;
    height: 52px;
    transform: translateX(-50%) rotate(0deg);
  }
}
.o-m__about-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__about.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #edfcf7;
}
.o-m__about.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background-color: #FFF;
}

.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #edfcf7;
}
.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background: #fff;
}

.o-m__case-list {
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__case-list {
    height: 290px;
  }
  .o-m__case-list .swiper-wrapper {
    padding: 0 0 30px;
  }
}
.o-m__case-list_slide {
  border-left: 1px solid #f6f6f6;
  padding: 20px 20px 0;
}
.o-m__case-list_slide.swiper-slide-next, .o-m__case-list_slide.swiper-slide-prev {
  opacity: 0.5;
}
.o-m__case-list_slide_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0ba578;
  padding: 0;
  width: 500px;
  min-height: 84px;
  margin: 0 auto;
}
.o-m__case-list_slide_photo {
  display: block;
  margin: 30px auto;
  width: auto;
  height: 180px;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide_photo {
    margin: 20px auto;
  }
}
.o-m__case-list_slide_company {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 25px;
  line-height: 1;
}
.o-m__case-list_slide_company span {
  font-size: 16px;
}
.o-m__case-list_slide_voice {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide_voice {
    padding: 0 50px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.o-m__case-list_slide_link {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide {
    padding: 0px 0px 20px;
  }
  .o-m__case-list_slide_title {
    font-size: 14px;
    padding: 0;
    width: 100%;
    min-height: inherit;
  }
  .o-m__case-list_slide_photo {
    width: 180px;
    height: auto;
  }
  .o-m__case-list_slide_company {
    font-size: 16px;
    padding: 0;
  }
  .o-m__case-list_slide_company span {
    font-size: 12px;
  }
  .o-m__case-list_slide_point {
    display: block;
    margin-bottom: 15px;
    padding: 0 50px;
  }
  .o-m__case-list_slide_point span {
    font-size: 16px;
    min-width: 0px;
    display: block;
    place-items: left;
  }
  .o-m__case-list_slide_point ul {
    border: none;
    padding: 5px 0 2px 5px;
  }
  .o-m__case-list_slide_point ul li {
    position: relative;
    line-height: 24px;
    padding: 0 0 0 20px;
    font-size: 12px;
  }
  .o-m__case-list_slide_point ul li:before {
    content: "";
    width: 10px;
    height: 7px;
    border-radius: 0;
    background: none;
    border-top: solid 2px #0ba578;
    border-right: solid 2px #0ba578;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  }
  .o-m__case-list_slide_link {
    padding: 20px 0 0;
  }
}
.o-m__case-pager_box {
  position: absolute;
  height: 0;
  width: 39.7%;
  padding: 30px 0 0;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .o-m__case-pager_box {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__case-pager_box {
    width: 100%;
  }
}
.o-m__case-link {
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-link {
    padding: 0;
  }
}
.o-m__case .swiper-pagination {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-pagination {
    display: block;
    bottom: 10px !important;
  }
  .o-m__case .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0ba578 !important;
  }
  .o-m__case .swiper-container-horizontal > .swiper-pagination-bullets,
  .o-m__case .swiper-pagination-custom,
  .o-m__case .swiper-pagination-fraction {
    display: none;
  }
}
.o-m__case .swiper-button-prev {
  top: 220px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
}
.o-m__case .swiper-button-prev:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #0ba578;
  position: absolute;
  left: 0px;
}
.o-m__case .swiper-button-prev:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-30%) rotate(45deg);
  transition: all ease 0.3s;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    top: 150px !important;
  }
  .o-m__case .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #0ba578;
    position: absolute;
    left: 0px;
  }
  .o-m__case .swiper-button-prev:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}
.o-m__case .swiper-button-next {
  top: 220px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
}
.o-m__case .swiper-button-next:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #0ba578;
  position: absolute;
  left: 0;
}
.o-m__case .swiper-button-next:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    top: 150px !important;
  }
  .o-m__case .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #0ba578;
    position: absolute;
    left: 0;
  }
  .o-m__case .swiper-button-next:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}

.o-m__panel-linkdata {
  text-align: center;
}
.o-m__panel-linkdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__panel-linkdata_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .o-m__panel-linkdata_column._column_3 ._column_data {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
}
.o-m__panel-listdata {
  text-align: center;
}
.o-m__panel-listdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__panel-listdata_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .o-m__panel-listdata_column._column_3 ._column_data {
    flex-basis: 48%;
    margin-bottom: 10px;
  }
}
.o-m__panel-link {
  padding: 20px 0 0;
}
.o-m__panel-note {
  padding: 0;
  font-size: 10px;
}

.o-m__price-content {
  width: 700px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    margin: 0px auto;
  }
}
.o-m__price-content_plus {
  width: 14%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.o-m__price-content_box {
  width: 43%;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_box.f__common-bgcolor_white {
  width: 300px;
  text-align: center;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_box .o-c__list-check li {
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .o-m__price-content_box .o-c__list-check li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .o-m__price-content_box .o-c__list-check li:before {
    width: 10px;
    height: 6px;
  }
}
.o-m__price-content_box p {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
@media screen and (max-width: 576px) {
  .o-m__price-content_box p {
    text-align: center;
    margin: 20px 0 15px;
  }
}
.o-m__price-content_title {
  font-size: 18px;
  font-weight: 700;
  color: #0ba578;
}
.o-m__price-content_text {
  font-size: 24px;
}
.o-m__price-content_text_amount {
  font-size: 40px;
  font-weight: 700;
}
.o-m__price-content_tax {
  text-align: right;
  font-size: 14px;
}
.o-m__price-content_note {
  width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__price-content {
    width: 100%;
    display: block;
  }
  .o-m__price-content_plus {
    width: 100%;
  }
  .o-m__price-content_box {
    width: 88%;
    padding: 20px 5px 5px;
    margin: 0 auto;
  }
  .o-m__price-content_box .o-c__list-check._size_xl {
    width: 175px;
    margin: 0 auto;
  }
  .o-m__price-content_title {
    font-size: 18px;
    padding: 0 0 5px;
  }
  .o-m__price-content_text {
    font-size: 18px;
    line-height: 1;
  }
  .o-m__price-content_text_amount {
    font-size: 30px;
  }
  .o-m__price-content_note {
    width: 88%;
  }
}
.o-m__price-cta {
  text-align: center;
  padding: 50px 0 0;
}
.o-m__price-cta_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
.o-m__price-cta .o-c__cta-link_orange {
  display: inline-block;
  margin: 0px auto;
}
@media screen and (max-width: 576px) {
  .o-m__price-cta {
    padding: 25px 0 0;
  }
}

.o-m__faq-content_btn {
  text-align: center;
  padding: 30px 0 0;
}
.o-m__faq-content_item {
  position: relative;
  background-color: #edfcf7;
  border-radius: 10px;
  padding: 0 0 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item {
    padding: 0 0 12px;
  }
}
.o-m__faq-content_item_icon_ball {
  display: inline-block;
  background-color: #0ba578;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 27px;
  right: 27px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_icon_ball:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.o-m__faq-content_item_icon_ball:after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.o-m__faq-content_item_icon_ball._js_open:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_icon_ball {
    top: 17px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .o-m__faq-content_item:hover .o-m__faq-content_item_icon_ball {
    transform: rotate(90deg);
  }
}
.o-m__faq-content_item_label {
  font-size: 16px;
  padding: 25px 25px 0px 60px;
  position: relative;
  display: block;
}
.o-m__faq-content_item_label:before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 22px;
  font-size: 22px;
  color: #0ba578;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_label {
    font-size: 14px;
    padding: 17px 40px 2px 40px;
  }
  .o-m__faq-content_item_label:before {
    left: 13px;
    top: 13px;
  }
}
.o-m__faq-content_item_answer {
  width: 95%;
  height: 0;
  opacity: 0;
  padding: 0 25px 0 45px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_answer_title {
  font-size: 16px;
  padding: 0 0 10px;
  color: #0ba578;
  font-weight: 700;
  position: relative;
}
.o-m__faq-content_item_answer_title:before {
  content: "A";
  position: absolute;
  font-weight: 500;
  left: -25px;
  top: -3px;
  font-size: 22px;
  color: #0ba578;
}
.o-m__faq-content_item_answer_detail {
  font-size: 14px;
  line-height: 24px;
}
.o-m__faq-content_item_answer_link-area {
  padding: 15px 0 0;
}
.o-m__faq-content_item_answer_link-area a {
  margin-right: 10px;
}
.o-m__faq-content_item_answer._js_open {
  padding: 25px 25px 25px 45px;
  opacity: 1;
  margin: 15px auto 0;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer._js_open {
    margin-top: 10px;
    padding: 20px 20px 20px 40px;
  }
}
.o-m__faq-content_item_answer._js_open.no_detail > div {
  padding: 0;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer {
    width: 93%;
    padding: 0 15px 0 40px;
  }
  .o-m__faq-content_item_answer_link-area {
    padding: 5px 0 0;
  }
  .o-m__faq-content_item_answer_link-area a {
    margin-top: 10px;
  }
}

.f__common-bgcolor_sub-10.o-m__faq .o-m__faq-content_item {
  background-color: #FFF !important;
}
.f__common-bgcolor_sub-10.o-m__faq .o-m__faq-content_item_answer {
  background-color: #edfcf7 !important;
}

@media screen and (max-width: 576px) {
  .o-m__rseries .o-c__heading-lead {
    text-align: left;
  }
}
.o-m__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #FFF;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.3s;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-200 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #FFF;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._meisai {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #FFF;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._hanbai {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #FFF;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._kintai {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._seisan {
  background-color: #007BC7;
  border-color: #007BC7;
}
.o-m__rseries-content_list_item ._seisan:hover {
  background-color: #FFF;
  color: #007BC7;
}
.o-m__rseries-content_list_item ._seisan:hover:after {
  border-top: 2px solid #007BC7;
  border-right: 2px solid #007BC7;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._seisan {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #FFF;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._denshihozon {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #FFF;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._keiri-plus {
    padding: 10px 25px 7px;
  }
}
.o-m__rseries-content_list_item ._partner {
  background-color: #464646;
  border-color: #464646;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #FFF;
  color: #464646;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._partner {
    padding: 10px 25px 7px;
  }
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 4);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__news_content_list {
  display: flex;
  justify-content: center;
}
.o-m__news_content_hide_list {
  padding: 0;
}
.o-m__news_content_hide_list_box {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: all ease 0.3s;
}
.o-m__news_content_hide_list_box.active {
  overflow: visible;
  opacity: 100;
  height: auto;
}
.o-m__news_content_hide_list_box li {
  position: relative;
  padding: 6px 0 0 30px;
  margin-bottom: 5px;
  text-align: left;
}
.o-m__news_content_hide_list_box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: #0ba578;
  border-radius: 11px;
}
.o-m__news_content_hide_list_box li:after {
  content: "";
  width: 8px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: block;
  position: absolute;
  left: 6px;
  top: 11px;
  transform: rotate(135deg);
}
.o-m__news_content_hide_list_more {
  margin-top: 20px;
}
.o-m__news_content_item_button {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0 20px 10px;
  line-height: 1;
  color: #969696;
  border-bottom: 1px solid #969696;
}
.o-m__news_content_item_button[aria-selected=true] {
  color: #0ba578;
  border-bottom: 1px solid #0ba578;
}
.o-m__news_content_tab .tab-panel[aria-hidden=false] {
  display: block;
}
.o-m__news_content_tab .tab-panel[aria-hidden=true] {
  display: none;
}
.o-m__news_content_link {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  text-decoration: none;
}
.o-m__news_content_link_date {
  display: inline-block;
  width: 15%;
  color: #969696;
}
.o-m__news_content_link_title {
  display: inline-block;
  width: 85%;
  color: #323232;
}
.o-m__news_content_link_title:hover {
  color: #0ba578;
}
@media screen and (max-width: 576px) {
  .o-m__news_content_link {
    display: block;
    padding: 15px;
  }
  .o-m__news_content_link_date {
    width: 100%;
    font-size: 14px;
    padding: 0 0 5px;
  }
  .o-m__news_content_link_title {
    width: 100%;
    font-size: 14px;
  }
}
.o-m__news_content_btn {
  text-align: center;
  padding: 30px 0 0;
}

.o-m__flow-content {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content {
    margin-top: 20px;
  }
}
.o-m__flow-content_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow {
    display: block;
    padding: 0;
  }
}
.o-m__flow-content_flow_data {
  width: 180px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_flow_data {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data {
    width: 100%;
    margin: 0 0 80px;
  }
  .o-m__flow-content_flow_data:last-child {
    margin: 0;
  }
}
.o-m__flow-content_flow_data_circle {
  background-color: #fff;
  width: 68px;
  height: 68px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  color: #0ba578;
  padding: 18px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.o-m__flow-content_flow_data_circle._bg-color {
  background-color: #edfcf7;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data_circle {
    width: 68px;
    height: 68px;
    left: 50%;
    transform: translateX(-50%);
    top: -34px;
  }
}
.o-m__flow-content_flow_data_circle_text {
  font-size: 10px;
  display: block;
}
.o-m__flow-content_flow_data_circle_num {
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data_circle_num {
    font-size: 22px;
  }
}
.o-m__flow-content_flow_data dd {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 20px;
}
.o-m__flow-content_flow_data dd .o-c__btn-text {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dd {
    font-size: 14px;
    width: 295px;
    margin: 10px auto 0 auto;
    line-height: 1.4;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text {
    margin: 10px auto 0;
    display: block;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text a span {
    left: 80px;
  }
}
.o-m__flow-content_flow_data dt {
  background-color: #edfcf7;
  height: 110px;
  padding-top: 70px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1px;
  color: #0ba578;
  font-weight: 700;
  text-align: center;
}
.o-m__flow-content_flow_data dt._white {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dt {
    min-height: 0;
    width: 295px;
    height: 90px;
    margin: 0 auto;
    padding: 50px 0 25px 0;
    line-height: 1;
  }
}
.o-m__flow-content_flow_data dt:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 160px;
  right: -23px;
  width: 24px;
  height: 24px;
  z-index: 10;
  background-image: url(/assets/image/icon/icon_000_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.o-m__flow-content_flow_data dt.no-arrow:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt:after {
    bottom: 185px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dt:after {
    content: none;
  }
}
.o-m__flow-content_flow_data dd .arrow_bottom {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dd .arrow_bottom {
    content: url(/assets/image/icon/icon_000_arrow_02.svg);
    vertical-align: middle;
    transform: rotate(90deg);
    display: block;
    margin: 0 auto -50px;
    scale: 0.5;
  }
}
.o-m__flow-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__flow.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #edfcf7;
}
.o-m__flow.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background-color: #FFF;
}

.f__common-bgcolor_sub-10.o-m__flow .o-m__flow-content_flow_data_circle {
  background-color: #edfcf7 !important;
}
.f__common-bgcolor_sub-10.o-m__flow dt {
  background-color: #FFF !important;
}

@media screen and (min-width: 1025px) {
  .o-m__onayami-content_data_answer {
    min-height: 508px;
  }
}

@media screen and (min-width: 1025px) {
  .o-m__onayami-content_answer_title {
    top: 200px;
  }
}

@media screen and (min-width: 1025px) {
  .o-m__onayami-content_data_theme {
    height: 170px;
  }
}

.o-m__onayami-content_data_answer h3 {
  padding: 0 10px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_answer h3 {
    padding: 0 10px 0 90px;
    height: auto;
  }
}

.p__top-fv_block_copy {
  margin: 30px auto;
  font-size: 52px;
}
.p__top-fv_block_copy_sub {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p__top-fv_block_copy_sub {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p__top-fv_block_copy_sub {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p__top-fv_block_copy {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .p__top-fv_block_copy {
    font-size: min(8vw, 46px);
    margin: 20px auto;
  }
}
@media screen and (max-width: 576px) {
  .p__top-fv_block_copy {
    margin-bottom: 10px;
  }
}
.p__top-fv_block_balloon {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto 30px;
  max-width: 500px;
  padding: 10px 25px 7px;
  background: #0ba578;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .p__top-fv_block_balloon {
    display: block;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 8px 5px 5px 5px;
    font-size: 18px;
    white-space: inherit;
  }
}
.p__top-feature_content {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content {
    padding-top: 20px;
  }
}
.p__top-feature_content .f__common-text_annotation {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content .f__common-text_annotation {
    margin-top: 10px;
  }
}
.p__top-feature_content_btn {
  text-align: center;
}
.p__top-feature_content_head {
  display: flex;
  padding: 0 0 30px;
}
.p__top-feature_content_head_left {
  width: 365px;
}
.p__top-feature_content_head_right {
  width: 635px;
  padding: 30px 0 0 30px;
}
.p__top-feature_content_head_right h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 0 15px;
}
.p__top-feature_content_head_right_text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_head {
    display: block;
    padding: 0 0 20px;
  }
  .p__top-feature_content_head_left {
    display: block;
    width: 90%;
    margin: 0px auto;
  }
  .p__top-feature_content_head_right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .p__top-feature_content_head_right h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .p__top-feature_content_head_right_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.p__top-feature_content_data {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 40px 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data {
    padding: 50px 20px 30px;
  }
}
.p__top-feature_content_data:last-child {
  margin: 0;
}
.p__top-feature_content_data_circle {
  background-color: #edfcf7;
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: #0ba578;
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.p__top-feature_content_data_circle_text {
  font-size: 10px;
}
.p__top-feature_content_data_circle_num {
  font-size: 24px;
}
.p__top-feature_content_data_image {
  width: 37%;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_image {
    width: 100%;
  }
}
.p__top-feature_content_data_detail {
  width: 60%;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_detail {
    width: 100%;
  }
}
.p__top-feature_content_data_text {
  margin-bottom: 20px;
}
.p__top-feature_content_data_text.no_bottom_image {
  margin-bottom: 0;
}
.p__top-feature_content_data_title {
  padding: 0 0 15px;
}
.p__top-feature_content_data_title_sub {
  font-size: 16px;
  font-weight: 700;
  color: #0ba578;
}
.p__top-feature_content_data_title_main {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_title {
    text-align: center;
    padding: 25px 0 15px;
  }
  .p__top-feature_content_data_title_sub {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .p__top-feature_content_data_title_main {
    font-size: 18px;
  }
}
.p__top-feature_content_data_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.p__top-feature_content_data_hide_list {
  padding: 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_hide_list {
    padding: 0;
  }
}
.p__top-feature_content_data_hide_list_box {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding: 0px 0 0px;
  transition: all ease 0.3s;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_hide_list_box {
    display: block;
  }
}
.p__top-feature_content_data_hide_list_box.active {
  overflow: visible;
  opacity: 100;
  height: auto;
  padding: 20px 0 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_hide_list_box.active {
    padding: 0;
  }
}
.p__top-feature_content_data_hide_list_box dl {
  position: relative;
  background-color: #edfcf7;
  width: 30%;
  padding: 20px;
  line-height: 1.7;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_hide_list_box dl {
    width: 100%;
    margin-bottom: 60px;
  }
  .p__top-feature_content_data_hide_list_box dl:last-of-type {
    margin-bottom: 0;
  }
}
.p__top-feature_content_data_hide_list_box dl:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 116px;
  right: -39px;
  width: 34px;
  height: 34px;
  z-index: 10;
  background-image: url(/assets/image/icon/icon_000_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_hide_list_box dl:after {
    transform: rotate(90deg);
    bottom: -45px;
    right: 45%;
  }
}
.p__top-feature_content_data_hide_list_box dl:last-of-type:after {
  content: none;
}
.p__top-feature_content_data_hide_list_box dl dt {
  padding: 6px 0 0 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #0ba578;
}
.p__top-feature_content_data_hide_list_box dl dt .icon_check {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  background: #0ba578;
  border-radius: 11px;
}
.p__top-feature_content_data_hide_list_box dl dt .icon_check:after {
  content: "";
  width: 8px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: block;
  position: absolute;
  left: 6px;
  top: 7px;
  transform: rotate(135deg);
}
.p__top-feature_content_data_hide_list_box dl dd {
  text-align: left;
}
.p__top-feature_content_data_hide_list .f__common-text_annotation {
  padding-top: 0;
}
.p__top-feature_content_data_family {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_family {
    display: block;
  }
}
.p__top-feature_content_data_family_box {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_family_box {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_family_box:first-of-type {
    margin-bottom: 20px;
  }
}
.p__top-feature_content_data_family_box_card {
  padding: 20px;
  border-radius: 10px;
}
.p__top-feature_content_data_family_box_card dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p__top-feature_content_data_family_box_card dl dt img {
  width: 144px;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_family_box_card dl dt img {
    width: 85%;
  }
}
.p__top-feature_content_data_family_box_card dl dd {
  width: 110px;
  height: 103px;
  margin-left: 23px;
  line-height: 20px;
  background-size: cover;
  text-align: center;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_family_box_card dl dd {
    width: 108px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 0;
  }
}
.p__top-feature_content_data_family_box_card dl dd .emblem_no1 {
  line-height: 32px;
  font-size: 26px;
  line-height: 1;
}
.p__top-feature_content_data_family_box_card dl dd sup {
  display: block;
  margin-top: -4px;
}
.p__top-feature_content_data_family_box_card.seisan {
  background-color: #EDF7FF;
}
.p__top-feature_content_data_family_box_card.seisan dd.emblem {
  padding: 12px 0 0;
  background-image: url("/assets/image/figure/figure_laurel_seisan.svg");
}
.p__top-feature_content_data_family_box_card.seisan dd.emblem .emblem_no1, .p__top-feature_content_data_family_box_card.seisan dd.emblem sup {
  color: #007BC7;
}
.p__top-feature_content_data_family_box_card.meisai {
  background-color: #F4F9F1;
}
.p__top-feature_content_data_family_box_card.meisai dd.emblem {
  padding: 25px 0 0;
  background-image: url("/assets/image/figure/figure_laurel_meisai.svg");
}
.p__top-feature_content_data_family_box_card.meisai dd.emblem .emblem_no1, .p__top-feature_content_data_family_box_card.meisai dd.emblem sup {
  color: #267d00;
}
.p__top-feature_content_data_family_box_card ul {
  display: grid;
  justify-content: center;
  grid-gap: 5px;
  margin-top: 10px;
}
.p__top-feature_content_data_family_box_card ul li {
  position: relative;
  text-indent: 1.3em;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_family_box_card ul li {
    text-indent: 0em;
    padding-left: 1.3em;
  }
}
.p__top-feature_content_data_family_box_card ul li:before {
  content: "";
  width: 12px;
  height: 8px;
  border-radius: 0;
  background: none;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(135deg);
}
.p__top-feature_content_data_family_box_card.seisan ul {
  grid-template-columns: repeat(auto-fit, 300px);
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_family_box_card.seisan ul {
    grid-template-columns: repeat(auto-fit, 100%);
  }
}
.p__top-feature_content_data_family_box_card.seisan ul li:before {
  border-top: solid 2px #007BC7;
  border-right: solid 2px #007BC7;
}
.p__top-feature_content_data_family_box_card.meisai ul {
  grid-template-columns: repeat(auto-fit, 270px);
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data_family_box_card.meisai ul {
    grid-template-columns: repeat(auto-fit, 100%);
  }
}
.p__top-feature_content_data_family_box_card.meisai ul li:before {
  border-top: solid 2px #267d00;
  border-right: solid 2px #267d00;
}
.p__top-feature_content_data ._left_style {
  float: left;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data ._left_style {
    float: none;
  }
}
.p__top-feature_content_data ._right_style {
  float: right;
}
@media screen and (max-width: 576px) {
  .p__top-feature_content_data ._right_style {
    float: none;
  }
}
.p__top-feature_content_data ._right_style._movie {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__top-feature_content_data ._right_style._movie {
    margin: 0 auto;
    width: 212px;
  }
  .p__top-feature_content_data ._right_style._movie img {
    width: 212px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.p__top-feature_content_data ._right_style._movie .p__top-reason_content_data_image_movie_contents {
  position: absolute;
  width: 247px;
  height: 158px;
  overflow: hidden;
  z-index: 2;
  bottom: 25px;
  left: 47px;
}
@media screen and (max-width: 1024px) {
  .p__top-feature_content_data ._right_style._movie .p__top-reason_content_data_image_movie_contents {
    width: 153px;
    height: 96px;
    overflow: hidden;
    z-index: 2;
    bottom: 20px;
    left: 30px;
    margin: 0 auto;
    position: absolute;
  }
}
.p__top-feature_content_data ._right_style._movie .p__top-reason_content_data_image_movie_contents video {
  position: absolute;
  display: block;
  width: 113.5%;
  top: 0;
  left: -7%;
  margin: 0 auto;
  z-index: 1;
}
.p__top-feature_content_data_clear.overflow {
  overflow: hidden;
}
.p__top-feature_note {
  padding-bottom: 30px;
}
.p__top-feature_note_text {
  font-size: 10px;
}
@media screen and (max-width: 576px) {
  .p__top-invoice .o-c__heading-lead {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .p__top-invoice.f-l__common-section {
    padding: 50px 0;
  }
}
.p__top-invoice_content {
  padding: 25px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p__top-invoice_content._box_list {
  padding: 30px 0 70px;
}
@media screen and (max-width: 576px) {
  .p__top-invoice_content._box_list {
    padding: 30px 0 0px;
  }
}
.p__top-invoice_content_box {
  width: 48.5%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0 40px 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p__top-invoice_content_box {
    width: 100%;
    padding: 0 20px 20px;
  }
  .p__top-invoice_content_box:first-of-type {
    margin-bottom: 50px;
  }
}
.p__top-invoice_content_title {
  height: 70px;
  display: block;
  position: relative;
  z-index: 50;
  padding: 27px 0 0 120px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p__top-invoice_content_title {
    padding: 20px 0 0 120px;
  }
}
.p__top-invoice_content_title_icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #FFF;
  text-align: center;
  display: grid;
  place-items: center;
}
.p__top-invoice_content_title_icon img {
  width: 80px;
  height: 80px;
}
.p__top-invoice_content_title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0ba578;
}
@media screen and (max-width: 1024px) {
  .p__top-invoice_content_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .p__top-invoice_content_title {
    height: auto;
    padding: 80px 0 10px 0;
  }
  .p__top-invoice_content_title_icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p__top-invoice_content_title_icon img {
    position: absolute;
    top: 15px;
  }
  .p__top-invoice_content_title h3 {
    font-size: 20px;
    position: relative;
    z-index: 60;
    text-align: center;
  }
}
.p__top-invoice_content_point {
  padding: 20px 0 0 0;
  border-radius: 10px;
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 576px) {
  .p__top-invoice_content_point {
    min-height: inherit;
    padding: 5px 0 0 0;
  }
}
.p__top-invoice_content_point_text {
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .p__top-benefits .o-c__heading-lead {
    text-align: left;
  }
}
.p__top-benefits_content {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px;
  width: 850px;
  margin: 0 auto;
  text-align: center;
}
.p__top-benefits_content_image {
  width: 597px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p__top-benefits_content {
    width: 100%;
    padding: 20px;
  }
  .p__top-benefits_content_image {
    width: 100%;
    height: auto;
  }
}
.p__top-benefits_note {
  width: 850px;
  margin: 0 auto;
}
.p__top-benefits_note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p__top-benefits_note {
    width: 100%;
  }
}
.p__top-functions-btn {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p__top-functions-btn {
    margin-top: 40px;
  }
}

.contact {
  background-color: #0ba578;
  position: relative;
  z-index: 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 70px 0px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 10px;
  }
}
.contact:after {
  content: "";
  background-size: cover;
  background-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.2;
  background: url("/assets/image/placeholder.png") no-repeat center/contain;
  background-size: cover;
  background-position: 50% 100%;
}
.contact-wrap {
  position: relative;
  z-index: 20;
  text-align: center;
}
.contact-wrap .form_area-box {
  background-color: #fff;
  padding: 45px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 980px;
  box-sizing: border-box;
  margin: 0px auto;
  text-align: left;
  color: #4c4948;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-wrap .form_area-box {
    padding: 10px;
  }
}
.contact-wrap .cta_caption-box {
  position: relative;
  z-index: 20;
  display: inline-block;
  background-color: #fff;
  color: #0ba578;
  text-align: center;
  line-height: 45px;
  border-radius: 30px;
  padding: 0px 20px;
  font-weight: bold;
  margin: 0px auto;
}
.contact-wrap .cta_caption-box:after {
  content: "";
  position: absolute;
  z-index: 20;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.contact.contact--bg {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact.contact--bg {
    padding: 40px 20px;
  }
}
.contact-wrap.contact-wrap--flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  border-radius: 10px;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .contact-wrap.contact-wrap--flex {
    display: block;
    padding: 0;
  }
}
.contact-wrap .form_area-box.form_area-box--column {
  padding: 30px;
  box-shadow: inherit;
  max-width: 500px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact-wrap .form_area-box.form_area-box--column {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .contact-wrap .form_area-box.form_area-box--column {
    padding: 15px;
  }
}
.contact-wrap .form_area-box.form_area-box--column .hs-form {
  margin: 0 auto;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form > fieldset {
  margin: 0;
  padding: 0;
  max-width: 1000px;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form > fieldset .field {
  margin-bottom: 5px;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-field > label {
  width: 100%;
  position: relative;
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 8px;
  color: #0ba578;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact-wrap .form_area-box.form_area-box--column .hs-form-field > label {
    align-items: baseline;
  }
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-field > label > span {
  font-size: 15px;
  font-weight: bold;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .contact-wrap .form_area-box.form_area-box--column .hs-form-field > label > span {
    width: calc(100% - 32px);
  }
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-field .hs-form-required {
  min-width: 32px;
  color: #323232;
  background-color: #ffe91c;
  font-size: 73%;
  border-radius: 5px;
  padding: 2px 4px;
  margin: -2px 4px 0 4px;
}
@media screen and (max-width: 768px) {
  .contact-wrap .form_area-box.form_area-box--column .hs-form-field .hs-form-required {
    position: relative;
    top: -2px;
    font-size: 10px;
    width: 32px;
    line-height: 1.4;
    text-align: center;
  }
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-field .hs-error-msg {
  font-size: 12px;
  color: #ed6c56;
  padding-left: 0px;
  text-align: left;
}
.contact-wrap .form_area-box.form_area-box--column .hs_error_rollup .hs-main-font-element {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ed6c56;
  color: #ed6c56;
  padding: 5px 10px;
  cursor: default;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #323232;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form.stacked legend {
  margin-left: 0;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form .hs-field-desc {
  color: #aaa;
  margin: 0px 0px 5px 150px;
  font-size: 10px;
  line-height: 12px;
}
.contact-wrap .form_area-box.form_area-box--column .legal-consent-container .hs-richtext,
.contact-wrap .form_area-box.form_area-box--column .hs-legaltext {
  margin-top: 10px;
  margin-bottom: 3px;
  line-height: 16px;
  font-size: 11px;
  color: #323232;
  text-align: center;
  text-align: left;
}
.contact-wrap .form_area-box.form_area-box--column .hs-addtxt,
.contact-wrap .form_area-box.form_area-box--column .hs-addtxt-gray {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
.contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-select .hs-input,
.contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-textarea .hs-input,
.contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-text .hs-input,
.contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-date .hs-input {
  display: inline-block;
  width: 100% !important;
  height: 45px;
  padding: 3px 10px;
  background-color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #323232;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.contact-wrap .form_area-box.form_area-box--column .hs-input::placeholder {
  color: #b7b6b6;
}
.contact-wrap .form_area-box.form_area-box--column .hs-input:focus {
  border: 2px solid #323232;
  outline: 0;
}
.contact-wrap .form_area-box.form_area-box--column .hs-input.error {
  border-color: #ffdadf;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  background: #fff1f3;
}
.contact-wrap .form_area-box.form_area-box--column select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact-wrap .form_area-box.form_area-box--column select.hs-input option {
  cursor: pointer;
  background-color: white;
  font-size: 16px;
}
.contact-wrap .form_area-box.form_area-box--column select.hs-input:focus {
  z-index: 3;
  width: 100%;
  border: 1px solid #ffdadf;
  border: 1px solid -webkit-focus-ring-color;
  background: #fff1f3;
  outline-offset: -2px;
}
.contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-select > .input {
  position: relative;
}
.contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-select > .input:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #706d6d;
  border-right: 1px solid #706d6d;
  right: 15px;
  top: calc(50% - 3px);
  transform: rotate(135deg);
}
.contact-wrap .form_area-box.form_area-box--column input[type=radio],
.contact-wrap .form_area-box.form_area-box--column input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
}
@media all and (-ms-high-contrast: none) {
  .contact-wrap .form_area-box.form_area-box--column input[type=radio],
  .contact-wrap .form_area-box.form_area-box--column input[type=checkbox] {
    position: relative;
    top: 3px;
    float: left;
  }
}
.contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-checkbox .input ul li,
.contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-radio .input ul li {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 30px;
}
@media all and (-ms-high-contrast: none) {
  .contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-checkbox .input ul li,
  .contact-wrap .form_area-box.form_area-box--column .hs-fieldtype-radio .input ul li {
    padding-left: 0;
  }
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label,
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label {
  display: block;
  cursor: pointer;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label > span,
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label > span {
  font-size: 16px;
  margin-left: -5px;
}
@media all and (-ms-high-contrast: none) {
  .contact-wrap .form_area-box.form_area-box--column .hs-form-radio label > span,
  .contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label > span {
    margin-left: 0;
  }
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label input[type=radio] {
  vertical-align: middle;
  border: none;
  width: auto;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label input[type=radio]:before, .contact-wrap .form_area-box.form_area-box--column .hs-form-radio label input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label input[type=radio]:before {
  background-color: #fff;
  border: 1px solid #b7b6b6;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0px;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label input[type=radio]:after {
  background-color: #0075ff;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: -26px;
  top: 4px;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label input[type=radio]:checked:before {
  border-color: #0075ff;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label input[type=radio]:checked:after {
  opacity: 1;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label input[type=radio]:focus {
  border: none;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-radio label:hover input[type=radio]:after {
  background-color: #005cc8;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label input[type=checkbox] {
  vertical-align: middle;
  border: none;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label input[type=checkbox]:before, .contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label input[type=checkbox]:before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #b7b6b6;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -30px;
  border-radius: 3px;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label input[type=checkbox]:after {
  opacity: 0;
  height: 7px;
  width: 14px;
  top: 5px;
  left: -27px;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  transform: rotate(-45deg);
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label input[type=checkbox]:checked:before {
  background-color: #0075ff;
  border-color: #0075ff;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label input[type=checkbox]:checked:after {
  opacity: 1;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label input[type=checkbox]:focus {
  border: none;
}
.contact-wrap .form_area-box.form_area-box--column .hs-form-checkbox label:hover input[type=checkbox]:checked:before {
  background-color: #005cc8;
}
.contact-wrap .form_area-box.form_area-box--column .hs-button {
  outline: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  padding: 24px 20px 22px;
  border-radius: 4px;
  font-size: 22px;
  background: #ed6b00;
  color: #fff;
  margin: 20px auto;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
  line-height: 1.4;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .contact-wrap .form_area-box.form_area-box--column .hs-button {
    font-size: 18px;
    padding: 14px 20px;
  }
}
.contact-wrap .form_area-box.form_area-box--column .hs-button:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 3px solid #ed6b00;
  color: #ed6b00;
  transform: scale(1.03);
}
.contact .hs-button {
  margin-bottom: 10px;
}
.contact .cta_flextitle {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-top: 5px double #fff;
  border-bottom: 5px double #fff;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .contact .cta_flextitle {
    font-size: 22px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}
.contact .headline.headline--contact {
  width: 45%;
  padding: 0;
  flex-shrink: 0;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .contact .headline.headline--contact {
    width: 100%;
    margin-right: 0;
  }
}
.contact-listwrap {
  text-align: left;
  border: 1px solid #fff;
  padding: 25px 30px 30px;
  margin: 30px 0 35px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .contact-listwrap {
    display: none;
  }
}
.contact-listtext {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.contact-item {
  font-size: 16px;
  list-style: disc;
  list-style-position: inside;
}
.contact .headline p.section_read.section_read--flex {
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .contact .headline p.section_read.section_read--flex {
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.contact.contact--bg:after {
  opacity: 0.1;
}
.contact-listswrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.contact-document {
  width: 150px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .contact-document {
    display: none;
  }
}
.contact .form_comment-box {
  font-size: 10px;
  text-align: center;
  padding: 0;
}/*# sourceMappingURL=0004.css.map */