@charset "UTF-8";
.o-m__cta-floating-bottom, .o-m__cta-floating-lp {
  background-color: rgba(38, 125, 0, 0.8);
  width: 100%;
  padding: 20px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating-bottom.is-show, .is-show.o-m__cta-floating-lp {
  transform: translateY(0);
}
.o-m__cta-floating-bottom_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.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%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom, .o-m__cta-floating-lp {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating-bottom, .o-m__cta-floating-lp {
    padding: 10px;
  }
}
.o-m__cta-floating-lp.is-show {
  transform: translateY(0);
}
.o-m__cta-floating-lp_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating-lp_link_item {
  width: 48%;
}
.o-m__cta-floating-lp_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating-lp_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-lp_link {
    width: 100%;
  }
  .o-m__cta-floating-lp_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-lp {
    padding: 15px;
  }
}
.o-m__cta-floating-lp .o-m__cta-floating-bottom_link {
  max-width: 1200px;
  width: 100%;
  padding-left: 30px;
}
.o-m__cta-floating-lp .o-m__cta-floating-bottom_link_item {
  max-width: 550px;
}
.o-m__cta-floating-lp .o-c__cta-link_orange._floating {
  padding: 10px 25px 8px;
  font-size: 18px;
}
.o-m__cta-floating-lp .o-c__cta-link_orange_capture,
.o-m__cta-floating-lp .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
.o-m__cta-floating-lp .o-c__cta-link_border._floating {
  padding: 10px 25px 8px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-lp .o-m__cta-floating-bottom_link {
    padding-left: 0;
  }
  .o-m__cta-floating-lp .o-c__cta-link_orange._floating {
    font-size: 14px;
    padding: 23px 15px 14px;
  }
  .o-m__cta-floating-lp .o-c__cta-link_border._floating {
    padding: 23px 15px 14px;
  }
  .o-m__cta-floating-lp .o-c__cta-link_border._floating .o-c__cta-link_border_text {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_common {
  width: 1200px;
  height: 400px;
  margin: 0px auto;
  padding: 60px 0;
  position: relative;
}
.o-m__cta-wrap_inner_common._title_two {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_common._title_two {
    height: auto;
  }
}
.o-m__cta-wrap_inner_common._one_button {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_common {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_common_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_common_title {
    font-size: 25px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_common_title .sp-only {
    display: block;
  }
}
.o-m__cta-wrap_inner_common_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
.o-m__cta-wrap_inner_common_talent_left {
  width: 260px;
  height: 340px;
  position: absolute;
  z-index: 200;
  left: -30px;
  bottom: -20px;
}
.o-m__cta-wrap_inner_common_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_common_talent_right {
  position: absolute;
  z-index: 200;
  width: 320px;
  height: 321px;
  right: -40px;
  bottom: 0;
}
.o-m__cta-wrap_inner_common_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_common_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_common_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_common_button {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_common_button {
    margin: 0 auto;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_common_button {
    width: 85%;
  }
}
.o-m__cta-wrap_inner_common_note {
  width: 700px;
  display: block;
  margin: 20px auto 0;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_common_note {
    width: 100%;
    text-align: center;
  }
}

.o-m__cta-wrap_inner {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.o-m__cta-wrap_inner:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -130px;
  left: -90px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component_sub_bg.svg);
  background-size: cover;
  transform: rotate(-120deg);
}
.o-m__cta-wrap_inner:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -90px;
  right: -120px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component_sub_bg.svg);
  background-size: cover;
  transform: rotate(83deg);
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner:before {
    bottom: -190px;
    left: -140px;
    z-index: 0;
    transform: rotate(-120deg) scale(0.8);
  }
  .o-m__cta-wrap_inner:after {
    top: -210px;
    right: -140px;
    z-index: 0;
    transform: rotate(83deg) scale(0.8);
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner:before {
    z-index: 0;
    bottom: -90px;
    left: -70px;
    width: 250px;
    height: 250px;
    transform: rotate(-120deg);
  }
  .o-m__cta-wrap_inner:after {
    z-index: 0;
    top: -85px;
    right: -90px;
    width: 250px;
    height: 250px;
    transform: rotate(83deg);
  }
}

.o-m__cta-wrap_inner_document {
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_document {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}
.o-m__cta-wrap_inner_document_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 40px;
  position: relative;
  z-index: 10;
}
.o-m__cta-wrap_inner_document_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
.o-m__cta-wrap_inner_document_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_document_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_document_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_document_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_document_talent_left {
  width: 286px;
  height: 205px;
  position: absolute;
  z-index: 200;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.o-m__cta-wrap_inner_document_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_document_talent_right {
  width: 410px;
  height: 420px;
  position: absolute;
  z-index: 200;
  right: -90px;
  bottom: -100px !important;
}
.o-m__cta-wrap_inner_document_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_document_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_document_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_document_button {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_button {
    margin: 0px auto;
    grid-row-gap: 20px;
    position: relative;
    z-index: 100;
  }
}
.o-m__cta-wrap_inner_document_note {
  width: 700px;
  display: block;
  margin: 20px auto 0;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_title {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_document_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_document_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_document_talent_right {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_document_button {
    width: 85%;
  }
}
.o-m__cta-wrap_inner_document_tel {
  width: 530px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel {
    width: 90%;
    margin: 15px auto 0;
  }
}
.o-m__cta-wrap_inner_document_tel_inner {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_inner {
    display: block;
  }
}
.o-m__cta-wrap_inner_document_tel_team {
  width: 25%;
  border-right: 1px solid #fff;
  padding-right: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_team {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.o-m__cta-wrap_inner_document_tel_contents {
  width: 75%;
  font-size: 14px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents {
    width: 100%;
    text-align: center;
  }
}
.o-m__cta-wrap_inner_document_tel_contents a {
  color: #fff;
  padding-left: 10px;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_document_tel_contents a {
    padding-left: 0;
  }
}
.o-m__cta-wrap_inner_document_tel_contents_main a {
  font-size: 20px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.o-m__cta-wrap_inner_document_tel_contents_region {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents_region {
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
  }
}
.o-m__cta-wrap_inner_document_tel_contents_region li {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents_region li {
    width: 50%;
    text-align: center;
    line-height: 1.5;
  }
}
.o-m__cta-wrap_inner_document_tel_contents_time {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents_time {
    width: 100%;
    text-align: center;
  }
}
.o-m__cta-wrap_inner_document_tel_contents_time span {
  background: #267D00;
  border-radius: 20px;
  padding: 5px 12px;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents_time span {
    font-size: 11px;
  }
}
.o-m__cta-wrap_inner_document._title_two {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document._title_two {
    height: auto;
  }
}
.o-m__cta-wrap_inner_document._title_two .o-m__cta-wrap_inner_document_talent_left {
  transform: translateY(-28%);
}

.o-m__cta-wrap_inner_price {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_price {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_price_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
}
.o-m__cta-wrap_inner_price_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_price_title span {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_price_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_price_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_price_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_price_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_price_talent_left {
  width: 280px;
  height: 300px;
  position: absolute;
  z-index: 200;
  left: -30px;
  bottom: -10px;
}
.o-m__cta-wrap_inner_price_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_price_talent_right {
  width: 250px;
  height: 400px;
  position: absolute;
  z-index: 200;
  right: -20px;
  bottom: -110px;
}
.o-m__cta-wrap_inner_price_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_price_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_price_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_price_button {
  width: 100%;
  max-width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.o-m__cta-wrap_inner_price_button .o-c__cta-link_orange._common {
  padding: 20px 50px 15px 15px;
  letter-spacing: -1px;
}
.o-m__cta-wrap_inner_price_button._balloon .o-c__cta-link_orange {
  padding: 30px 25px 24px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_price_button._balloon .o-c__cta-link_orange {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_price_button._balloon .o-c__cta-link_orange {
    padding: 19px 15px 14px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_price_button._balloon {
    max-width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .o-m__cta-wrap_inner_price .o-c__cta-link_orange_free {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_price_title {
    text-align: center;
    font-size: 25px;
    padding: 0;
    margin-bottom: 12px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_price_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_price_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_price_talent_right {
    display: none;
  }
  .o-m__cta-wrap_inner_price_button {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 100;
    font-size: 14px;
  }
  .o-m__cta-wrap_inner_price_button .o-c__cta-link_orange._common {
    padding: 22px 15px 0 0;
    letter-spacing: 0px;
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_price_button .o-c__cta-link_orange_free {
    display: inline-block;
    margin-right: 7px;
    vertical-align: -3px;
    padding: 6px 6px 3px;
  }
}
.o-m__cta-wrap_inner_price._onlytop {
  padding: 60px 0 0;
}

.o-m__cta-wrap_inner_demo {
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_demo_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 40px;
  position: relative;
  z-index: 10;
}
.o-m__cta-wrap_inner_demo_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_title span {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_demo_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_demo_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_demo_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_demo_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_demo_list-box {
  display: flex;
  justify-content: center;
  width: 430px;
  margin: 5px auto 0;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_list-box {
    margin: 5px auto 15px 8px;
    width: 100%;
    padding-left: 0;
  }
}
.o-m__cta-wrap_inner_demo_list-box li {
  position: relative;
  padding: 6px 20px 0 30px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_list-box li {
    font-size: 16px;
    padding: 6px 15px 0 25px;
  }
  .o-m__cta-wrap_inner_demo_list-box li:last-child {
    padding: 6px 0 0 25px;
  }
}
.o-m__cta-wrap_inner_demo_list-box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: #267D00;
  border-radius: 11px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_list-box li:before {
    width: 18px;
    height: 18px;
    top: 16px;
  }
}
.o-m__cta-wrap_inner_demo_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: 13px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_list-box li:after {
    width: 9px;
    height: 7px;
    left: 5px;
    top: 11px;
  }
}
.o-m__cta-wrap_inner_demo_talent {
  z-index: 1;
  position: relative;
}
.o-m__cta-wrap_inner_demo_talent_left {
  width: 254px;
  height: 153px;
  position: absolute;
  z-index: 200;
  left: 0px;
  bottom: 90px;
}
.o-m__cta-wrap_inner_demo_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_demo_talent_right {
  width: 230px;
  height: 315px;
  position: absolute;
  z-index: 200;
  right: 0;
  bottom: 5px;
}
.o-m__cta-wrap_inner_demo_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_demo_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_demo_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_demo_button {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_title {
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_demo_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_demo_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_demo_talent_right {
    display: none;
  }
  .o-m__cta-wrap_inner_demo_button {
    margin: 0px auto;
    grid-row-gap: 20px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_demo_button {
    width: 85%;
  }
}

.o-m__cta-wrap_inner_dl {
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_dl {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_dl_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 40px;
  position: relative;
  z-index: 10;
}
.o-m__cta-wrap_inner_dl_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_dl_title span {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_dl_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_dl_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_dl_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_dl_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_dl_talent {
  z-index: 1;
  position: relative;
}
.o-m__cta-wrap_inner_dl_talent_left {
  width: 242px;
  height: 265px;
  position: absolute;
  z-index: 200;
  left: 0;
  bottom: 10px;
}
.o-m__cta-wrap_inner_dl_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_dl_talent_right {
  width: 300px;
  height: 230px;
  position: absolute;
  z-index: 200;
  right: -50px;
  bottom: 35px;
}
.o-m__cta-wrap_inner_dl_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_dl_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_dl_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_dl_button {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_dl_title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_dl_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_dl_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_dl_talent_right {
    display: none;
  }
  .o-m__cta-wrap_inner_dl_button {
    margin: 0px auto;
    grid-row-gap: 20px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_dl_button {
    width: 85%;
  }
}

.o-m__cta-wrap_inner_function {
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_function {
    width: 100%;
    padding: 40px 0 20px;
    height: auto;
  }
}
.o-m__cta-wrap_inner_function_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
  z-index: 10;
}
.o-m__cta-wrap_inner_function_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_function_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_function_talent_left {
  width: 230px;
  height: 541px;
  position: absolute;
  z-index: 200;
  left: 100px;
  bottom: -265px;
}
.o-m__cta-wrap_inner_function_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_function_talent_right {
  width: 300px;
  height: 569px;
  position: absolute;
  z-index: 200;
  right: 30px;
  bottom: -280px;
}
.o-m__cta-wrap_inner_function_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_function_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_function_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_function_button {
  width: 100%;
  max-width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_function_button {
    max-width: 330px;
    padding: 15px 0 0;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_function_title {
    text-align: center;
    font-size: 25px;
    padding: 0;
    position: relative;
    z-index: 100;
    margin-bottom: 12px;
  }
  .o-m__cta-wrap_inner_function_title_lead {
    font-size: 16px;
  }
}

.o-m__cta-wrap_inner_yuso {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_yuso {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_yuso_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
}
.o-m__cta-wrap_inner_yuso_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_yuso_title span {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_yuso_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_yuso_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_yuso_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_yuso_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_yuso_talent_left {
  width: 290px;
  height: 370px;
  position: absolute;
  z-index: 200;
  left: 30px;
  bottom: -73px;
}
.o-m__cta-wrap_inner_yuso_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_yuso_talent_right {
  position: absolute;
  z-index: 200;
  width: 360px;
  height: 321px;
  right: -40px;
  bottom: -20px;
}
.o-m__cta-wrap_inner_yuso_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_yuso_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_yuso_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_yuso_button {
  width: 100%;
  max-width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.o-m__cta-wrap_inner_yuso_button .o-c__cta-link_orange._common {
  padding: 20px 50px 15px 15px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_yuso_title {
    text-align: center;
    font-size: 25px;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_yuso_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_yuso_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_yuso_talent_right {
    display: none;
  }
  .o-m__cta-wrap_inner_yuso_button {
    max-width: 330px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 100;
    font-size: 14px;
  }
  .o-m__cta-wrap_inner_yuso_button .o-c__cta-link_orange._common {
    padding: 22px 5px 0;
    letter-spacing: 0px;
    margin: 0 auto;
    font-size: 18px;
  }
  .o-m__cta-wrap_inner_yuso_button .o-c__cta-link_orange_free {
    display: inline-block;
    margin-right: 7px;
    vertical-align: -3px;
    padding: 6px 6px 3px;
  }
}

.o-m__case-list {
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__case-list .swiper-wrapper {
    padding: 0 0 30px;
  }
}
.o-m__case-list_slide {
  border-left: 1px solid #f6f6f6;
  padding: 20px;
}
.o-m__case-list_slide.swiper-slide-next, .o-m__case-list_slide.swiper-slide-prev {
  opacity: 0.5;
}
.o-m__case-list_slide_logo {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  max-height: 45px;
  width: auto;
  height: auto;
}
.o-m__case-list_slide_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #267D00;
  padding: 30px 0;
}
.o-m__case-list_slide_photo {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: auto;
}
.o-m__case-list_slide_company {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0 20px;
}
.o-m__case-list_slide_company span {
  font-size: 16px;
}
.o-m__case-list_slide_point {
  display: flex;
  margin-bottom: 15px;
}
.o-m__case-list_slide_point span {
  font-size: 18px;
  font-weight: 700;
  color: #267D00;
  min-width: 150px;
  display: grid;
  place-items: center;
}
.o-m__case-list_slide_point ul {
  border-left: 1px solid #267D00;
  padding: 5px 0 2px 15px;
}
.o-m__case-list_slide_point ul li {
  position: relative;
  line-height: 24px;
  padding: 0 0 0 20px;
}
.o-m__case-list_slide_point ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #267D00;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.o-m__case-list_slide_link {
  padding: 25px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide {
    padding: 20px 0px;
  }
  .o-m__case-list_slide_title {
    font-size: 14px;
    padding: 20px 0;
  }
  .o-m__case-list_slide_photo {
    width: 180px;
  }
  .o-m__case-list_slide_company {
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .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 #267D00;
    border-right: solid 2px #267D00;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  }
  .o-m__case-list_slide_link {
    padding: 15px 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: 15px 0 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: #267D00 !important;
  }
}
.o-m__case .swiper-button-prev {
  top: 350px !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: #267D00;
  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: 300px !important;
  }
  .o-m__case .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #267D00;
    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: 350px !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: #267D00;
  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: 300px !important;
  }
  .o-m__case .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #267D00;
    position: absolute;
    left: 0;
  }
  .o-m__case .swiper-button-next:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}

.o-m__faq-content_item {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0 0 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__faq-content_item {
    padding: 10px 10px 20px;
  }
}
.o-m__faq-content_item_icon_ball {
  display: inline-block;
  background-color: #267D00;
  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;
  cursor: pointer;
}
.o-m__faq-content_item_label:before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 22px;
  font-size: 22px;
  color: #267D00;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_label {
    font-size: 14px;
    padding: 17px 33px 2px 35px;
  }
  .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: #F4F9F1;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_answer_title {
  font-size: 16px;
  padding: 0 0 10px;
  color: #267D00;
  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: #267D00;
}
@media screen and (max-width: 768px) {
  .o-m__faq-content_item_answer_title {
    font-size: 14px;
  }
}
.o-m__faq-content_item_answer_detail {
  font-size: 14px;
  line-height: 1.6;
}
.o-m__faq-content_item_answer_annotation {
  font-size: 10px;
}
.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;
  cursor: text;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer._js_open {
    margin-top: 10px;
    padding: 20px 20px 20px 40px;
  }
}
@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;
  }
}

.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;
}
.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: #f6ad48;
  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 ._seisan {
  background-color: #007bc7;
  border-color: #007bc7;
  transition: 200ms ease all;
}
.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;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
  transition: 200ms ease all;
}
.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;
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
  transition: 200ms ease all;
}
.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;
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
  transition: 200ms ease all;
}
.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;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
  transition: 200ms ease all;
}
.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: 768px) {
  .o-m__rseries-content_list_item ._denshihozon {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._seikyu:hover {
  background-color: #FFF;
  color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._seikyu {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
  transition: 200ms ease all;
}
.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: 768px) {
  .o-m__rseries-content_list_item ._keiri-plus {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._partner {
  background-color: #f6ad48;
  border-color: #f6ad48;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #FFF;
  color: #f6ad48;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #f6ad48;
  border-right: 2px solid #f6ad48;
}
@media screen and (max-width: 768px) {
  .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 ._jinjiroumu {
  background-color: #107de8;
  border-color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover {
  background-color: #fff;
  color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover:after {
  border-top: 2px solid #107de8;
  border-right: 2px solid #107de8;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 5);
}
.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__panel-list-linkdata {
  text-align: center;
}
.o-m__panel-list-linkdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__panel-list-linkdata_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-linkdata_column._column_3 ._column_data {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
}
.o-m__panel-list-linkdata_box {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 35px 30px;
}
.o-m__panel-list-linkdata_box dt {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 15px;
}
.o-m__panel-list-linkdata_box dd {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 15px;
}
.o-m__panel-list-linkdata_box dd ul {
  min-height: 95px;
}
@media screen and (min-width: 769px) {
  .o-m__panel-list-linkdata_box._linkbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .o-m__panel-list-linkdata_box._linkbox:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
  .o-m__panel-list-linkdata_box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-linkdata_box {
    padding: 25px 0;
  }
  .o-m__panel-list-linkdata_box dt {
    font-size: 18px;
    padding: 15px 0 10px;
  }
  .o-m__panel-list-linkdata_box dd {
    font-size: 12px;
    line-height: 18px;
    padding: 0 25px 15px;
  }
}
.o-m__panel-list-linkdata_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-m__panel-list-linkdata_link {
  padding: 20px 0 0;
}
.o-m__panel-list-listdata {
  text-align: center;
}
.o-m__panel-list-listdata_text {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_text {
    font-size: 14px;
  }
}
.o-m__panel-list-listdata_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-m__panel-list-listdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__panel-list-listdata_column._column_3 ._column_data {
  flex-basis: 32%;
  margin-bottom: 25px;
}
.o-m__panel-list-listdata_column._column_3 ._column_data:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column._column_3 ._column_data {
    flex-basis: 49%;
    margin-bottom: 20px;
  }
  .o-m__panel-list-listdata_column._column_3 ._column_data:nth-last-child(3),
  .o-m__panel-list-listdata_column._column_3 ._column_data:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_column._column_3 {
    display: block;
  }
  .o-m__panel-list-listdata_column._column_3 ._column_data {
    flex-basis: 100%;
  }
}
.o-m__panel-list-listdata_box {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 35px 20px;
}
.o-m__panel-list-listdata_box dt {
  font-size: 20px;
  color: #267D00;
  font-weight: 700;
  padding: 15px 0 10px;
  line-height: 1.4;
}
.o-m__panel-list-listdata_box dt.o-m__panel-list-listdata._minheight {
  min-height: 80px;
}
.o-m__panel-list-listdata_box dd {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 15px;
}
.o-m__panel-list-listdata_box dd ul {
  min-height: 95px;
}
@media screen and (min-width: 769px) {
  .o-m__panel-list-listdata_box._linkbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .o-m__panel-list-listdata_box._linkbox:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
  .o-m__panel-list-listdata_box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_box {
    padding: 25px;
  }
  .o-m__panel-list-listdata_box dt {
    font-size: 20px;
    padding: 10px 0;
  }
  .o-m__panel-list-listdata_box dt.o-m__panel-list-listdata._minheight {
    min-height: inherit;
  }
  .o-m__panel-list-listdata_box dd {
    font-size: 12px;
    line-height: 18px;
    padding: 0 40px 20px;
  }
  .o-m__panel-list-listdata_box dd ul {
    min-height: 15px;
  }
}
.o-m__panel-list-listdata_box._js_open .o-m__panel-list-listdata_hidetext {
  height: auto;
  opacity: 1;
  padding: 20px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_box._js_open .o-m__panel-list-listdata_hidetext {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 25%;
    left: 5%;
    width: 90%;
  }
}
.o-m__panel-list-listdata_box._js_open .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_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;
  }
}
.o-m__panel-list-listdata_head {
  width: 100%;
  display: block;
}
.o-m__panel-list-listdata_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-m__panel-list-listdata_head {
    padding: 0;
  }
  .o-m__panel-list-listdata_head_icon {
    width: 75px;
    height: 75px;
  }
  .o-m__panel-list-listdata_head_icon img {
    width: 57px;
    height: 57px;
  }
  .o-m__panel-list-listdata_head dt {
    width: 100%;
    text-align: center;
  }
}
.o-m__panel-list-listdata_hidetext {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 15px;
  transition: all ease 0.3s;
}
.o-m__panel-list-listdata_hidetext_title {
  display: none;
}
.o-m__panel-list-listdata_hidetext_indata {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
.o-m__panel-list-listdata_hidetext_indata .o-c__btn-link {
  padding: 15px 25px 12px 15px;
}
.o-m__panel-list-listdata_hidetext_indata .o-c__btn-link:after {
  right: 10px;
}
.o-m__panel-list-listdata_hidetext_close {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_hidetext {
    height: auto;
    opacity: 1;
    display: none;
  }
  .o-m__panel-list-listdata_hidetext_title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px;
    text-align: left;
    display: block;
  }
  .o-m__panel-list-listdata_hidetext_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .o-m__panel-list-listdata_hidetext_close:after, .o-m__panel-list-listdata_hidetext_close:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 14px;
    transform: rotate(-45deg);
  }
  .o-m__panel-list-listdata_hidetext_close:before {
    transform: rotate(45deg);
  }
}
.o-m__panel-list-listdata_link {
  padding: 20px 0 0;
}
.o-m__panel-list-note {
  padding: 0;
  font-size: 10px;
}

.f__common-bgcolor_blue .o-m__panel-list-listdata_box {
  background: #fff;
}

.p__chohyo-panel-list-listdata_box dt {
  padding-top: 0;
}
.p__chohyo-panel-list-listdata_sub {
  font-size: 16px;
}

.o-m__panel-list-listdata_column._column_2 {
  gap: 25px 4%;
}
.o-m__panel-list-listdata_column._column_2 .o-m__panel-list-listdata_box {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column._column_2 .o-m__panel-list-listdata_box {
    padding: 20px;
  }
}
.o-m__panel-list-listdata_column._column_2 ._column_data {
  flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column._column_2 ._column_data {
    flex-basis: 100%;
  }
}
.o-m__panel-list-listdata_column._column_2 ._column_data._column_wide {
  flex-basis: 100%;
}

.o-m__cm-content {
  width: 100%;
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  position: relative;
  color: #323232;
  text-decoration: none;
}
.o-m__cm-content .o-c__btn-link._blue {
  transition: 200ms ease all;
}
.o-m__cm-content:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.o-m__cm-content:hover .o-c__btn-link._blue {
  background-color: #FFF;
  color: #267D00;
}
.o-m__cm-content:hover .o-c__btn-link._blue:after {
  border-top: 2px solid #267D00;
  border-right: 2px solid #267D00;
}
.o-m__cm-content_pop {
  position: absolute;
  top: 0;
  left: 20px;
  width: 120px;
  text-align: center;
  background-color: #F7D65B;
  padding: 13px 20px 7px;
  font-weight: 700;
}
.o-m__cm-content_pop:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 60px solid #F7D65B;
  border-right: 0;
  bottom: -10px;
  left: 0;
}
.o-m__cm-content_pop:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 60px solid #F7D65B;
  border-left: 0;
  bottom: -10px;
  right: 0;
}
.o-m__cm-content_text {
  padding-top: 45px;
}
.o-m__cm-content_title {
  font-size: 20px;
  font-weight: 700;
  color: #267D00;
  margin-bottom: 10px;
}
.o-m__cm-content_version {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}
.o-m__cm-content_video {
  width: 400px;
}
.o-m__cm-content_video img {
  border-radius: 10px;
}
.o-m__cm-content_video iframe {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 20px;
  width: 400px;
  height: calc(100% - 40px);
  border: 0;
}
.o-m__cm-content_link {
  cursor: pointer;
}
.o-m__cm-content_link .o-c__btn-link {
  padding: 15px 55px 12px;
}
@media screen and (max-width: 768px) {
  .o-m__cm-content {
    display: block;
    padding: 20px 10px;
  }
  .o-m__cm-content_pop {
    width: 70px;
    font-size: 12px;
    left: inherit;
    right: 10px;
    padding: 7px 0 2px;
  }
  .o-m__cm-content_text {
    padding-top: 5px;
  }
  .o-m__cm-content_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .o-m__cm-content_version {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .o-m__cm-content_video {
    width: 100%;
  }
  .o-m__cm-content_link {
    margin: 20px auto 0;
    text-align: center;
  }
}

.o-m__cta-list_column {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.o-m__cta-list_column_item {
  min-height: 290px;
  width: 32%;
  background-color: #F4F9F1;
  border-radius: 10px;
  padding: 40px 15px 30px;
  position: relative;
}
.o-m__cta-list_column_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #267D00;
  margin-bottom: 10px;
  min-height: 50px;
}
.o-m__cta-list_column_text {
  font-size: 16px;
  text-align: center;
  color: #323232;
}
.o-m__cta-list_column_btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.o-m__cta-list_column_btn .o-c__btn-link._white {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
  height: 60px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .o-m__cta-list_column {
    display: block;
  }
  .o-m__cta-list_column_title {
    margin-bottom: 10px;
    min-height: inherit;
  }
  .o-m__cta-list_column_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px;
    min-height: inherit;
  }
  .o-m__cta-list_column_item:last-child {
    margin-bottom: 0;
  }
  .o-m__cta-list_column_text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .o-m__cta-list_column_btn {
    position: static;
  }
  .o-m__cta-list_column_btn .o-c__btn-link._white {
    width: 100%;
  }
}

.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 #267D00;
  border-right: solid 2px #267D00;
  display: block;
  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.6;
  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.6;
  padding: 0 0 0 20px;
  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.7;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.o-c__list-check._size_l li:before {
  width: 14px;
  height: 10px;
}

.p__chohyo-panel-list .o-m__panel-list-listdata._min_height {
  min-height: 81px;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-list .o-m__panel-list-listdata._min_height {
    min-height: 0;
  }
}
.p__chohyo-panel-list .o-m__panel-list-listdata_text._min_height {
  min-height: 216px;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-list .o-m__panel-list-listdata_text._min_height {
    min-height: 0;
  }
}
.p__chohyo-panel-list .o-m__panel-list-listdata_text._min_height_2 {
  min-height: 144px;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-list .o-m__panel-list-listdata_text._min_height_2 {
    min-height: 0;
  }
}
.p__chohyo-panel-list_example {
  margin: 30px 0 0;
}
.p__chohyo-panel-list_example_title {
  color: #267D00;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 1.4;
  border-bottom: solid 1px #267D00;
  text-align: left;
}
.p__chohyo-panel-list_example_checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
}
.p__chohyo-panel-list_example_checklist_item {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  width: calc((100% - 20px) / 3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 20px 20px 20px 50px;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-list_example_checklist_item {
    width: 100%;
    font-size: 14px;
    padding: 15px 15px 15px 50px;
  }
}
.p__chohyo-panel-list_example_checklist_item:before {
  content: "";
  width: 12px;
  height: 8px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #267D00;
  border-right: solid 2px #267D00;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  transform: rotate(135deg);
  transform-origin: 9px 3px;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-list_example_checklist_item:before {
    transform-origin: 9px 4px;
  }
}
.p__chohyo-panel-list_example_checklist_item_text {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-list_example_checklist_item_text {
    font-size: 12px;
  }
}
.p__chohyo_list {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.p__chohyo_list_item {
  width: 32%;
  background-color: #F4F9F1;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.p__chohyo_list_text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.p__chohyo_list_color {
  color: #267D00;
  font-size: 27px;
  font-weight: 700;
}
.p__chohyo_list_icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.p__chohyo_list_icon img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .p__chohyo_list {
    gap: 0 10px;
  }
  .p__chohyo_list_item {
    padding: 10px 8px;
  }
  .p__chohyo_list_text {
    font-size: 14px;
  }
  .p__chohyo_list_color {
    font-size: 15px;
  }
  .p__chohyo_list_icon {
    width: 50px;
    height: 50px;
  }
}
.p__chohyo-faq {
  border-bottom: solid 1px #fff;
}

.o-m__panel-list-listdata_column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column {
    grid-template-columns: 1fr;
  }
}
.o-m__panel-list-listdata_point-box {
  position: relative;
  margin: 30px 0 0;
  padding: 40px 20px 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-m__panel-list-listdata_point {
  font-size: 15px;
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #267D00;
  color: #fff;
  border-radius: 20px;
  padding: 7px 20px 5px;
  width: fit-content;
}
.o-m__panel-list-listdata_point-list {
  text-align: left;
}
.o-m__panel-list-listdata_column._column_2 {
  gap: 25px 4%;
}
.o-m__panel-list-listdata_column._column_2 .o-m__panel-list-listdata_box {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column._column_2 .o-m__panel-list-listdata_box {
    padding: 20px;
  }
}
.o-m__panel-list-listdata_column._column_2 ._column_data {
  flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column._column_2 ._column_data {
    flex-basis: 100%;
  }
}
.o-m__panel-list-listdata_column._column_2 ._column_data._column_wide {
  flex-basis: 100%;
}

._column_data._column_wide {
  grid-column: 1/-1;
}

.o-m__panel-list-listdata_box._column_data {
  background: #F4F9F1;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 10px;
}

.p__chohyo-panel-list_example_checklist_item {
  background: #fff;
}

.p__chohyo-panel-box {
  background: #F4F9F1;
  border-radius: 10px;
  padding: 40px 35px 20px;
  text-align: center;
}
.p__chohyo-panel-box + .p__chohyo-panel-box {
  margin-top: 20px;
}
.p__chohyo-panel-box_head {
  display: grid;
  grid-template-columns: 95px 1fr;
  grid-template-areas: "icon title" "icon list";
  gap: 0 30px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .p__chohyo-panel-box_head {
    grid-template-columns: 75px 1fr; /* 2カラムは維持 */
    grid-template-areas: "icon title" "list list"; /* リストは下に回す */
    align-items: center;
    gap: 20px 20px;
  }
}
.p__chohyo-panel-box_head_icon {
  grid-area: 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) {
  .p__chohyo-panel-box_head_icon {
    width: 75px;
    height: 75px;
  }
  .p__chohyo-panel-box_head_icon img {
    width: 55px;
    height: auto;
  }
}
.p__chohyo-panel-box_head_title {
  grid-area: title;
  font-size: 22px;
  color: #267D00;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-box_head_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p__chohyo-panel-box_head_title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.p__chohyo-panel-box_head_list {
  grid-area: list;
}
.p__chohyo-panel-box_head .o-c__list-check li {
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .p__chohyo-panel-box_head .o-c__list-check li {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 0 25px;
  }
}
.p__chohyo-panel-box .o-c__btn-text {
  margin-top: 15px;
}
.p__chohyo-panel-box .o-c__btn-text a {
  color: #267D00;
  text-decoration: none;
}
.p__chohyo-panel-box_hidetext {
  height: 0;
  opacity: 0;
  padding: 0 40px;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  transition: all ease 0.3s;
  font-size: 16px;
  line-height: 1.7;
}
.p__chohyo-panel-box_hidetext p + p {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-box_hidetext {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .p__chohyo-panel-box_hidetext {
    font-size: 14px;
    height: auto;
    opacity: 1;
    display: none;
  }
}
.p__chohyo-panel-box_hidetext_title {
  display: none;
}
.p__chohyo-panel-box_hidetext_close {
  display: none;
}
.p__chohyo-panel-box._js_open .p__chohyo-panel-box_hidetext {
  height: auto;
  opacity: 1;
  margin-top: 25px;
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  .p__chohyo-panel-box._js_open .p__chohyo-panel-box_hidetext {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p__chohyo-panel-box._js_open .p__chohyo-panel-box_hidetext {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 25%;
    left: 5%;
    width: 90%;
  }
  .p__chohyo-panel-box._js_open .p__chohyo-panel-box_hidetext_title {
    font-size: 18px;
    font-weight: 700;
    color: #267D00;
    padding: 0 0 10px;
    text-align: left;
    display: block;
    line-height: 1.4;
  }
  .p__chohyo-panel-box._js_open .p__chohyo-panel-box_hidetext_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #267D00;
  }
  .p__chohyo-panel-box._js_open .p__chohyo-panel-box_hidetext_close:after, .p__chohyo-panel-box._js_open .p__chohyo-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);
  }
  .p__chohyo-panel-box._js_open .p__chohyo-panel-box_hidetext_close:before {
    transform: rotate(45deg);
  }
}
.p__chohyo-panel-box._js_open .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .p__chohyo-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;
  }
}/*# sourceMappingURL=chohyo.css.map */