@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600&display=swap);html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  font-weight: normal;
}

caption {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input, textarea {
  appearance: none;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  font: inherit; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

input, textarea {
  appearance: none; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
  text-decoration: none;
}

body {
  position: relative;
  color: #25282b;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased; 
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  backface-visibility: hidden; 

  -webkit-backface-visibility: hidden;
}

.forPC.inline {
	display: inline !important;
}
.footer {
  background: #f8f8f8;
}
.footer_inner {
  text-align: center;
}
.footer_title {
  font-weight: bold;
}
.footer_tel a {
  color: #25282b;
}
.footer_copy {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em; 
  line-height: 1.5;
  text-transform: uppercase;
}

.header {
  position: fixed;
  left: 0;
  display: flex;
  z-index: 100; 
  width: 100%;
  justify-content: space-between;
  background: #fff;
  align-items: center;
}
.header_logo a {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url('../img/header_logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
}
.header_list {
  display: flex;
}
.header_item a {
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}
.header_link {
  height: 100%;
}
.header_link a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
	padding-left: 20px;
  background: #000; 
  align-items: center;
  position: relative;
}
.header_link-text {
  position: relative; 
  display: inline-block;
  color: #fff;
}
.header_link-text span {
  display: block;
}
.header_link a:before {
  position: absolute;
  right: 20px; 
  top: 20px;
  content: '';
  display: block;
  background-image: url('../img/ico_application.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main {
  display: block;
  overflow: hidden;
}

.about-reason_list {
  position: relative;
  display: flex;
  margin: -2px; 
  flex-wrap: wrap;
  justify-content: center;
}

.about-reason_item {
  position: relative;
  z-index: 1; 
  background-color: #fff;
}
.about-reason_item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  z-index: -1;
  margin: auto;
  background: rgba(236, 229, 234, 0.5);
  transform: skewY(130deg);
}
.about-reason_item._trainer {
  width: 100%;
  background-color: #25282b; 
  color: #fff;
}
.about-reason_item._trainer:before {
  position: absolute;
  content: '';
  z-index: 1; 
  height: 0;
  width: 0;
  margin: 0;
  background: none;
  border-color: transparent transparent #25282b transparent;
  border-style: solid;
  transform: none;
}

.about-reason_title {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.about-reason_title em {
  color: #6e285a;
  font-weight: bold;
}

.about_box {
  background-color: #fff;
}

.about_title {
  position: relative;
  z-index: 1; 
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.about_title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #6e285a;
}
.about_title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: -1;
  margin: auto;
  background: rgba(236, 229, 234, 0.8);
  transform: skewY(130deg);
}
.about_title span {
  line-height: 1;
}

.about_note {
  display: block;
  color: #87898b;
}

.about_list {
  position: relative;
}

.about_item {
  letter-spacing: 0;
  line-height: 1.8;
}
.about_item + .about_item {
  border-top: 1px solid #e3e3e3;
}
.about_item em {
  color: #6e285a;
  font-weight: bold;
}

.about_item-title {
  color: #6e285a;
  font-weight: bold;
  line-height: 1;
}

.briefing_dlist {
  overflow: hidden; 
  background: #fff;
}
.briefing_dlist dt {
  background: #ece5ea;
  font-weight: bold;
}
.briefing_dlist strong {
  color: #6e285a;
  font-weight: bold;
}

.briefing_list li {
  position: relative; 
  padding-left: 11px;
}
.briefing_list li:before {
  position: absolute;
  left: 0; 
  top: 0.8em;
  content: '';
  display: block;
  background: #6e285a;
  border-radius: 50%;
}

.briefing_note {
  display: block;
  color: #87898b;
  line-height: 2.33333;
}

.client_note {
  color: #87898b;
}

.client_title {
  font-weight: bold;
  line-height: 1.8;
}

.client_list li {
  border-bottom: solid 1px #cfd0d0;
}

.faq_unit {
  border-bottom: solid 1px #cfd0d0;
}
.faq_unit:first-child {
  border-top: solid 1px #cfd0d0;
}
.faq_unit._open .faq_q:before {
  transform: scale(1, -1);
}

.faq_q {
  cursor: pointer;
  position: relative; 
  display: flex;
  font-weight: bold;
}
.faq_q:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  content: '';
  display: block;
  margin: auto 0; 
  background-image: url('../img/ico_arrow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}
.faq_q span {
  color: #6e285a; 
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.faq_a {
  display: none;
  /**/
}

.interview {
  position: relative;
}
.interview:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  z-index: -1; 
  /**/
  height: 100%;
  width: 200vw;
  background: #f8f8f8;
  transform: translateX(-50%);
}
.interview_heading {
  position: absolute;
  left: 50%;
  top: 0;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
.interview_heading:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  z-index: -1;
  margin: auto;
  background: rgba(236, 229, 234, 0.8);
  transform: skewY(130deg);
}
.interview_video {
  position: relative; 
  padding-top: 56.25%;
}
.interview_video a, .interview_video iframe {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0;
  transform: translateX(-50%);
}
.interview_name {
  font-weight: bold;
  letter-spacing: 0; 
  line-height: 1.5;
}
.interview_name span {
  display: block;
  font-weight: normal;
  line-height: 1.8;
}
.interview_text {
  color: #87898b;
  line-height: 1.8;
}

.intro {
  position: relative;
}
.intro_image {
  position: absolute;
  display: flex;
}
.intro_image:before {
  position: absolute;
  content: '';
  z-index: 1; 
  transform: skewY(130deg);
}
.intro_image:after {
  position: absolute;
  content: '';
  opacity: 0.5;
  z-index: 1; 
  transform: skewY(130deg);
}
.intro_image-inner {
  position: relative;
}
.intro_image-inner:before {
  position: absolute;
  content: '';
  opacity: 0.5;
  z-index: 1; 
  transform: skewY(130deg);
}
.intro_case-item {
  font-weight: bold;
  letter-spacing: 0.05em; 
  line-height: 1.5;
}
.intro_case-number {
  position: relative;
  display: inline-block;
  color: #6e285a;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em; 
  text-transform: uppercase;
}
.intro_case-number:after {
  position: absolute;
  right: 1px;
  content: '';
  background-color: #6e285a;
}
.intro_case-text {
  display: block;
}
.intro_unit {
  background-color: #fff;
}
.intro_title {
  font-weight: bold;
  letter-spacing: 0; 
  text-align: center;
}
.intro_item {
  position: relative;
  letter-spacing: 0.05em; 
  line-height: 1.8;
}
.intro_item:before {
  position: absolute;
  left: 0;
  content: '';
  background-color: #6e285a;
  border-radius: 50%;
}
.intro_catch {
  position: relative;
  background-color: #fff;
  text-align: center;
}
.intro_catch:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: 1; 
  width: 100vw;
  background: linear-gradient(to top right, #fff 50%, #f8f8f8 50%) no-repeat top left/50% 100%, linear-gradient(to top left, #fff 50%, #f8f8f8 50%) no-repeat top right/50% 100%;
  transform: translateX(-50%);
}
.intro_catch:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: 0; 
  height: 100%;
  width: 100vw;
  background: #fff;
  transform: translateX(-50%);
}
.intro_catch-text {
  position: relative;
  z-index: 2; 
  margin-top: 1px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.intro_catch-text span {
  position: relative;
  z-index: 1; 
  letter-spacing: 0.05em;
}
.intro_catch-text span:before {
  position: absolute;
  left: 0;
  content: '';
  z-index: -1; 
  width: 100%;
  background-color: #dac9d5;
}
.intro_catch-text-sub {
  position: relative;
  z-index: 1; 
  letter-spacing: 0.05em;
  line-height: 1;
}

.lead_text em {
  color: #6e285a;
  font-weight: bold;
}

.mv {
  position: relative; 
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv:before {
  position: absolute;
  right: 0; 
  top: 0;
  content: '';
  display: block;
  background: rgba(110, 40, 90, 0.8);
}
.mv_unit {
  position: relative;
  z-index: 1;
}
.mv_unit:before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  z-index: -1; 
  background-image: url('../img/mv_unit_bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mv_heading {
  color: #fff;
  font-weight: 900;
}
.mv_heading-sub {
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.mv_heading-sub > span {
  position: relative; 
  display: inline-block;
}
.mv_heading-sub > span:before, .mv_heading-sub > span:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  background: #fff;
  transform: translateY(-50%);
}
.mv_heading-sub > span:before {
  left: 0;
}
.mv_heading-sub > span:after {
  right: 0;
}
.mv_text {
  background: #25282b;
  color: #fff; 
  text-align: center;
}
.mv_text em {
  font-weight: bold;
}

.performance_box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #9b5d8a; 
  align-items: center;
}
.performance_box._01:before {
  position: absolute;
  content: '';
  background: #fff; 
  transform: skewY(130deg);
}
.performance_box._01:after {
  position: absolute;
  content: '';
  opacity: 0.25; 
  background: #fff;
  transform: skewY(130deg);
}
.performance_box._01 .performance_box-inner:before {
  position: absolute;
  content: '';
  opacity: 0.25; 
  background: #fff;
  transform: skewY(130deg);
}
.performance_box._01 .performance_box-inner:after {
  position: absolute;
  content: ''; 
  transform: skewY(130deg);
}
.performance_box._02:before {
  position: absolute;
  content: ''; 
  transform: skewY(130deg);
}
.performance_box._02:after {
  position: absolute;
  content: '';
  background: #fff; 
  transform: skewY(130deg);
}
.performance_box._02 .performance_box-inner:before {
  position: absolute;
  content: '';
  opacity: 0.25; 
  background: #fff;
  transform: skewY(130deg);
}
.performance_box._02 .performance_box-inner:after {
  position: absolute;
  content: ''; 
  transform: skewY(130deg);
}

.performance_box-inner {
  z-index: 1;
	text-align: center;
}

.performance_box-slash {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; 
  width: 100%;
}
.performance_box-slash:before {
  position: absolute;
  content: ''; 
  transform: skewY(130deg);
}

.performance_box-text {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.performance_box-text._02 {
  display: flex;
  align-items: center;
}
.performance_box-text em {
  color: #f4cc27;
  font-weight: bold;
}

.performance_box-st {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  letter-spacing: 0.05em;
}
.performance_box-st:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  background-image: url('../img/performance_bg.svg');
  background-size: 100% 100%; 
  transform: translate(-50%, -50%);
}

.performance_box-note {
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  line-height: normal;
	text-align: left;
}

.performance_text {
  color: #fff;
}

.portfolio_unit {
  display: flex;
  flex-wrap: wrap;
  background: #f8f8f8;
}

.portfolio_name {
  width: 100%;
  border-bottom: solid 1px #cfd0d0;
  font-weight: bold;
  letter-spacing: 0;
}
.portfolio_name span {
  font-weight: normal;
}

.portfolio_box {
  flex: 1;
}

.portfolio_title {
  color: #6e285a;
  font-weight: bold;
  letter-spacing: 0;
}

.portfolio_text {
  letter-spacing: 0; 
  line-height: 1.8;
}

.price_box {
  background-color: #fff;
}

.price_title {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.price_title em {
  color: #6e285a;
  font-weight: bold;
}

.price_text {
  letter-spacing: 0.05em;
}
.price_text em {
  font-weight: bold;
}

.price_item {
  background-color: #25282b; 
  color: #fff;
  text-align: center;
}

.price_item-amount {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.price_item-amount em {
  color: #f4cc27;
  font-weight: bold;
}
.price_item-amount span {
  display: block;
  font-weight: normal;
}

.price_item-note {
  line-height: 1;
}

.price_item-text {
  font-weight: bold;
  line-height: 1.35;
}
.price_item-text em {
  color: #f4cc27;
  font-size: 22px;
  font-weight: bold;
}

.reason_item._01 .reason_image:before {
  position: absolute;
  content: '';
  z-index: 1; 
  background: linear-gradient(to right, #ece5ea 0%, #ece5ea 44%, #fff 44%, #fff 100%);
  transform: skewY(130deg);
}

.reason_item._01 .reason_image:after {
  position: absolute;
  content: '';
  opacity: 0.5;
  z-index: 1; 
  transform: skewY(130deg);
}

.reason_item._02 .reason_image:before {
  position: absolute;
  content: '';
  opacity: 0.5;
  z-index: 1; 
  background: linear-gradient(to right, #ece5ea 0%, #ece5ea 60%, #fff 60%, #fff 100%);
  transform: skewY(130deg);
}

.reason_item._03 .reason_image:before {
  position: absolute;
  content: '';
  opacity: 0.5;
  z-index: 1; 
  transform: skewY(130deg);
}

.reason_item._03 .reason_image:after {
  position: absolute;
  content: '';
  z-index: 1; 
  transform: skewY(130deg);
}

.reason_image {
  position: relative;
  display: flex;
}
.reason_image img {
  height: auto; 
  width: 100%;
}

.reason_number {
  position: relative;
  display: inline-block;
  color: #6e285a;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1; 
  text-transform: uppercase;
}
.reason_number:after {
  position: absolute;
  right: 1px;
  content: '';
  background-color: #6e285a;
}

.reason_title {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.reason_text {
  letter-spacing: 0.05em;
}
.reason_text em {
  color: #6e285a;
  font-weight: bold;
}

.reason_merit {
  background-color: #f8f8f8;
}

.reason_merit-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5; 
  text-align: center;
}

.reason_merit-item {
  position: relative;
}

.reason_merit-caption {
  font-weight: bold;
  line-height: 1.5;
}

.recommend {
  position: relative;
}
.recommend:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  z-index: -1; 
  /**/
  height: 100%;
  width: 200vw;
  background: #f8f8f8;
  transform: translateX(-50%);
}
.recommend_heading {
  letter-spacing: 0.05em;
}
.recommend_name {
  font-weight: bold;
  line-height: 1.8;
}
.recommend_name span {
  display: block;
  font-weight: normal;
  line-height: 1.8;
}
.recommend_text {
  letter-spacing: 0.05em;
}
.recommend_profile-title {
  position: relative; 
  display: flex;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 500;
  align-items: center;
  line-height: 1.6875;
  text-transform: uppercase;
}
.recommend_profile-title:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #cfd0d0;
}
.recommend_profile-text {
  line-height: 2;
}
.recommend_profile-link a {
  color: #6e285a;
  line-height: 2;
}
.recommend_video-unit {
  position: relative; 
  padding-top: 56.25%;
}
.recommend_video-unit a, .recommend_video-unit iframe {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0;
  transform: translateX(-50%);
}

.section {
  position: relative;
  min-height: 480px;
}
.section._color {
  background-color: #6e285a;
}
.section._color:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  opacity: 0.12; 
  z-index: 2;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
}
.section._color .section_title {
  color: #fff;
}
.section._color .section_title:after {
  background-color: #fff;
}
.section._color .section_title-sub {
  color: #fff;
}
.section._color .section_heading {
  color: #fff;
}
.section._color .section_lead {
  color: #fff;
}
.section._color .section_lower-heading {
  color: #fff;
}
.section._color .section_lower-heading-sub {
  color: #fff;
}
.section._color .section_lower-heading-en {
  color: #fff;
}
.section._color .section_lower-heading-en span {
  border-color: #fff;
}
.section._briefing {
  background: linear-gradient(to bottom, #6e285a 0%, #6e285a 70%, #8a4276 80%, #8e467a 100%);
}
.section._briefing:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1; 
  width: 100%;
  background-image: url('../img/section_features_bg.jpg');
  background-repeat: no-repeat;
}
.section._intro {
  background-color: #f8f8f8;
}
.section._intro .section_inner {
  position: relative;
}
.section._intro:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 0;
  width: 0;
  border-color: #f3f1f3 transparent transparent transparent; 
  border-style: solid;
  border-width: 460px 380px 0 0;
}
.section._about {
  z-index: 5; 
  background: linear-gradient(to bottom, #6e285a 0%, #6e285a 70%, #8a4276 80%, #8e467a 100%);
}
.section._about:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1; 
  width: 100%;
  background-image: url('../img/section_about_bg.jpg');
  background-repeat: no-repeat;
}
.section_title {
  position: absolute;
  z-index: 3;
}
.section_title:before {
  position: absolute;
  content: '';
  background-color: #e3e3e3; 
  transform: skewY(130deg);
}
.section_title-number {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1; 
  text-transform: uppercase;
}
.section_title-sub {
  color: #cfd0d0;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1; 
  text-transform: uppercase;
}
.section_title-main {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.section_inner {
  position: relative;
  z-index: 3;
}
.section_heading {
  color: #6e285a;
  font-weight: bold;
  letter-spacing: 0.05em; 
  line-height: 1.5;
}
.section_heading-sub {
  display: block;
  margin-bottom: 3px;
  color: #25282b;
  letter-spacing: 0.05em;
}
.section_lead {
  letter-spacing: 0.05em;
}
.section_lead em {
  font-weight: bold;
}
.section_lower-heading {
  font-weight: bold; 
  text-align: center;
}
.section_lower-heading-sub {
  display: block;
  line-height: 1.4;
}
.section_lower-heading-en {
  display: block;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 500;
  line-height: 1.4; 
  text-transform: uppercase;
}
.section_lower-heading-en span {
  display: inline-block;
  border-bottom: solid 2px #25282b;
}
.section_button a {
  position: relative; 
  display: block;
  margin: 0 auto;
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.section_button a:before,
.section_button._about2 a:before {
  position: absolute;
  left: 50%;
  content: '';
  display: block;
  background-image: url('../img/ico_application.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.section_button._about2 a:before {
	background-image: url('../img/ico_application2.svg');
}
.section_button a span {
  position: absolute; 
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section_button a span:before, .section_button a span:after,
.section_button._about2 a span:before, .section_button._about2 a span:after {
  position: absolute;
  left: 50%; 
  content: '';
  display: block;
  background: #fff;
}
.section_button._about2 a span:before, .section_button._about2 a span:after {
  background: #999;
}
.section_more {
  display: flex;
  justify-content: center;
  background: #fff;
  border: solid 2px #6e285a; 
  align-items: center;
}
.section_more._open span:after {
  content: none;
}
.section_more span {
  position: relative; 
  display: inline-block;
  color: #6e285a;
  font-weight: bold;
}
.section_more span:before, .section_more span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  content: '';
  display: block;
  margin: auto 0; 
  background: #6e285a;
}
.section_more span:after {
  transform: rotate(90deg);
}

.step_item {
  background-color: #fff;
}
.step_item:last-child .step_text-unit:before {
  content: none;
}

.step_image {
  display: flex;
}
.step_image img {
  width: 100%;
}

.step_text-unit {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
}
.step_text-unit:before {
  position: absolute;
  content: '';
  z-index: 1; 
  background-image: url('../img/about_ico_arrow.svg');
  background-size: 100% 100%;
}

.step_text {
  color: #25282b;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5; 
  text-align: center;
}
.step_text em {
  display: block;
  color: #6e285a;
  font-weight: bold;
  line-height: 1.3;
}

.step_text-sub {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: #e3e3e3;
  color: #6e285a;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 500;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1; 
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.trainer_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  font-weight: bold;
  line-height: 1.5;
}

.trainer_box {
  display: flex;
  align-items: center;
}

.trainer_box-image {
  display: flex;
}
.trainer_box-image img {
  width: 100%;
}

.trainer_box-text {
  letter-spacing: 0;
}

.trainer_box-name {
  font-weight: bold;
  line-height: 1.8;
}

.trainer_box-company {
  line-height: 1;
}

.trainer_button a {
  display: block;
  background-color: #fff;
  color: #6e285a;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1; 
  text-align: center;
}

.benefits_note {
 margin: 4px 0 0;
 font-size: 12px;
 text-align: left;
 color: #fff;
 opacity: 0.8;
 line-height: 1.5;
}
.benefits_note span.forPC {
 display: inline;
}
#about .benefits_note {
	margin-top: 1.5em;
}
#faq .benefits_note {
	margin-top: 1.5em;
	color: #87898b;
}

@media screen and (max-width: 519px) {
  body {
    font-size: 3.73333vw;
  }
  .forSP {
    display: block;
  }
  br.forSP {
    display: inline;
  }
  .forPC {
    display: none;
  }
  .footer_inner {
    padding: 8vw 0;
  }
  .footer_title {
    font-size: 3.2vw;
  }
  .footer_text {
    font-size: 3.2vw;
  }
  .footer_tel a {
    font-size: 3.2vw;
  }
  .footer_copy {
    margin: 4.8vw 0 0;
    font-size: 2.13333vw;
  }
  .header {
    top: 0; 
    height: 16vw;
    padding: 0 0 16vw;
    /***/
    box-sizing: content-box;
  }
  .header_logo {
    height: 8.53333vw;
    width: 54.66667vw;
    margin: 0 0 0 8vw;
  }
  .header_navi {
    position: absolute;
    bottom: 0; 
    height: 16vw;
    width: 100%;
    /***/
    background: #f2f2f2;
  }
  .header_list {
    overflow-x: scroll;
    height: 100%;
    align-items: center;
    -webkit-overflow-scrolling: touch;
  }
  .header_item + .header_item {
    margin-left: 2.13333vw;
  }
  .header_item:first-child {
    padding-left: 8vw;
  }
  .header_item:last-child {
    padding-right: 8vw;
  }
  .header_item a {
    padding: 6px 12px;
    background: #fff;
    border-radius: 26.66667vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .header_link {
    width: 28.53333vw;
  }
  .header_link a {
    padding-left: 10px;
  }
  .header_link-text {
    font-size: 3.2vw;
    line-height: 1.40833;
  }
  .header_link-text span {
    font-size: 2.66667vw;
    line-height: 1.69;
  }
  .header_link a:before {
    height: 5.33333vw; 
    width: 6.66667vw;
    right: 10px;
  }
  .main {
    padding: 32vw 0 0;
  }
  .about-reason {
    margin-top: 9.33333vw;
  }
  .about-reason_item {
    display: flex;
    height: 29.33333vw;
    width: 41.33333vw;
    margin: 2px;
    padding: 2.66667vw 2.13333vw 2.13333vw;
    justify-content: center;
    border-radius: 4px; 
    align-items: center;
  }
  .about-reason_item:before {
    height: 7.73333vw; 
    width: 13.6vw;
  }
  .about-reason_item._trainer {
    display: block;
    height: auto;
    padding: 4.26667vw 8vw 6.4vw;
  }
  .about-reason_item._trainer:before {
    left: auto;
    right: 17.6vw;
    top: -3.73333vw;
    border-width: 0 3.2vw 3.73333vw 3.2vw;
  }
  .about-reason_title {
    font-size: 4.26667vw;
    line-height: 1.6875;
  }
  .about-reason_text {
    display: none;
  }
  .about {
    margin-top: 9.6vw;
  }
  .about_box {
    padding: 6.13333vw 8vw 7.46667vw;
    border-radius: 1.06667vw;
  }
  .about_box + .about_box {
    margin-top: 6.4vw;
  }
  .about_title {
    padding-bottom: 6.66667vw;
    font-size: 5.33333vw;
  }
  .about_title:before {
    height: 0.53333vw; 
    width: 10.66667vw;
  }
  .about_title:after {
    top: -5.06667vw;
    height: 7.73333vw; 
    width: 13.6vw;
  }
  .about_title span {
    margin-bottom: 1.33333vw;
    font-size: 3.73333vw;
  }
  .about_note {
    margin-top: 0.8vw;
    font-size: 3.2vw;
  }
  .about_list {
    padding-top: 3.73333vw;
  }
  .about_item + .about_item {
    margin-top: 3.46667vw;
    padding-top: 3.73333vw;
  }
  .about_item-title {
    margin-bottom: 1.6vw;
    padding-top: 1.6vw;
    font-size: 4.26667vw;
  }
  .briefing {
    margin: 10.13333vw 0 0;
  }
  .briefing_dlist {
    border-radius: 1.06667vw;
  }
  .briefing_dlist dt {
    padding: 3.2vw 8vw;
  }
  .briefing_dlist dd {
    padding: 3.2vw 8vw;
  }
  .briefing_list li:before {
    height: 1.6vw; 
    width: 1.6vw;
  }
  .briefing_note {
    font-size: 3.2vw;
  }
  .client {
    margin: 6.4vw 0 0;
  }
  .client_note {
    margin: 1.06667vw 0 0;
    font-size: 3.2vw;
  }
  .client_unit-wrap {
    margin: 8.53333vw 0 0;
  }
  .client_unit + .client_unit {
    margin: 8.53333vw 0 0;
  }
  .client_title {
    font-size: 4.26667vw;
  }
  .client_title + .client_list {
    margin-top: 5.33333vw;
  }
  .client_list li {
    padding: 3.2vw 0;
  }
  .client_list li:first-child {
    border-top: solid 1px #cfd0d0;
  }
  .faq {
    margin: 10.66667vw 0 0;
  }
  .faq_q {
    padding: 3.73333vw 9.33333vw 3.2vw 0;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .faq_q:before {
    height: 5.86667vw; 
    width: 5.86667vw;
  }
  .faq_q span {
    margin: 0 2.13333vw 0 0;
    font-size: 5.33333vw;
    line-height: 1.2;
  }
  .faq_a {
    padding: 0 0 3.2vw;
  }
  .interview {
    margin: 14.13333vw 0 0;
    padding: 8.8vw 0 8.53333vw;
  }
  .interview_heading {
    font-size: 5.33333vw;
    line-height: 1.5;
  }
  .interview_heading:before {
    height: 2.13333vw; 
    width: 10.66667vw;
  }
  .interview_unit {
    width: 64vw;
    margin: 0 auto;
  }
  .interview_unit + .interview_unit {
    margin-top: 8.53333vw;
  }
  .interview_name {
    margin: 4.26667vw 0 0;
    font-size: 4.26667vw;
  }
  .interview_name span {
    margin: 0 0 1.6vw;
    font-size: 3.2vw;
  }
  .interview_text {
    margin: 2.13333vw 0 0;
    font-size: 3.2vw;
  }
  .intro_image {
    right: 0;
    top: -4.26667vw;
    width: 48vw;
  }
  .intro_image:before {
    bottom: 6.13333vw;
    left: -10.66667vw;
    height: 1.86667vw;
    width: 19.2vw;
    background: linear-gradient(to right, #ece5ea 0%, #ece5ea 56%, #fff 56%, #fff 100%);
  }
  .intro_image:after {
    bottom: 18.66667vw;
    left: -8.53333vw;
    height: 0.8vw;
    width: 26.66667vw;
    background: linear-gradient(90deg, #ece5ea 32%, rgba(255, 255, 255, 0) 32%), linear-gradient(50deg, #fff 90%, #ece5ea 90%);
  }
  .intro_image-inner {
    height: 32vw; 
    width: 48vw;
  }
  .intro_image-inner:before {
    right: 0;
    top: 16.8vw;
    height: 1.06667vw;
    width: 16.8vw;
    background: #fff;
  }
  .intro_case {
    margin-top: 8.8vw;
  }
  .intro_case-item {
    font-size: 4.26667vw;
  }
  .intro_case-item + .intro_case-item {
    margin-top: 6.4vw;
  }
  .intro_case-number {
    margin-bottom: 5px;
    padding-right: 3.2vw;
    font-size: 3.2vw;
  }
  .intro_case-number:after {
    top: 45%;
    height: 0.8vw; 
    width: 1.86667vw;
    transform: skewY(130deg) translateY(-50%);
  }
  .intro_case-text {
    line-height: 1.8;
  }
  .intro_unit {
    margin-top: 8.53333vw;
    padding: 7.73333vw 8vw 9.6vw 7.46667vw;
  }
  .intro_title {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  .intro_list {
    margin-top: 4.26667vw;
  }
  .intro_item {
    padding-left: 3.46667vw;
    font-size: 3.2vw;
  }
  .intro_item + .intro_item {
    margin-top: 1.86667vw;
  }
  .intro_item:before {
    top: 8px;
    height: 1.33333vw; 
    width: 1.33333vw;
  }
  .intro_catch {
    margin-top: 9.6vw;
    padding-top: 1.86667vw;
  }
  .intro_catch:before {
    height: 9.33333vw;
  }
  .intro_catch-text {
    font-size: 4.26667vw;
  }
  .intro_catch-text span {
    font-size: 5.86667vw;
  }
  .intro_catch-text span:before {
    bottom: 0;
    height: 2.13333vw;
  }
  .lead_inner {
    padding: 9.86667vw 8vw;
  }
  .lead_text {
    font-size: 3.2vw;
  }
  .mv {
    height: 100.53333vw;
    background-image: url('../img/mv_sp.jpg');
  }
  .mv:before {
    height: 105.86667vw; 
    width: 84vw;
  }
  .mv_inner {
    padding: 20.53333vw 0 0;
  }
  .mv_unit {
    height: 55.73333vw;
    width: 91.73333vw;
    margin: 0 auto;
    padding: 6.8vw;
  }
  .mv_unit:before {
    top: -9.06667vw; 
    height: 80.26667vw;
    width: 91.73333vw;
  }
  .mv_heading {
    font-size: 6.4vw;
    letter-spacing: 0.05em; 
    line-height: 1.58333;
  }
  .mv_heading-sub {
    margin: 0 0 2.66667vw;
    font-size: 2.66667vw;
    line-height: 1.4;
  }
  .mv_heading-sub > span {
    padding: 0 4.26667vw;
  }
  .mv_heading-sub > span:before, .mv_heading-sub > span:after {
    height: 0.26667vw; 
    width: 2.13333vw;
  }
  .mv_text {
    margin: 2.66667vw 0 0;
    padding: 2.13333vw 1.06667vw;
    font-size: 3.2vw;
  }
  .performance {
    margin-top: 9.33333vw;
  }
  .performance_box {
    padding: 3.2vw 4.26667vw 5.06667vw;
    border-radius: 4px;
  }
  .performance_box + .performance_box {
    margin-top: 6.4vw;
  }
  .performance_box._01:before {
    bottom: 5.06667vw;
    left: -8.26667vw;
    height: 2.66667vw; 
    width: 16.8vw;
  }
  .performance_box._01:after {
    bottom: 15.46667vw;
    left: 2.66667vw;
    height: 1.33333vw; 
    width: 20.26667vw;
  }
  .performance_box._01 .performance_box-inner:before {
    right: -4vw;
    top: 6.66667vw;
    height: 1.06667vw; 
    width: 16vw;
  }
  .performance_box._01 .performance_box-inner:after {
    right: -6.93333vw;
    top: 5.6vw;
    height: 2.66667vw;
    width: 13.33333vw;
    background: linear-gradient(to right, #7b3467 0%, #773063 100%);
  }
  .performance_box._02 {
    padding: 2.93333vw 4.26667vw 3.2vw;
  }
  .performance_box._02:before {
    bottom: 4.26667vw;
    left: 2.66667vw;
    height: 2.66667vw;
    width: 16.8vw;
    background: linear-gradient(to right, #8a4276 0%, #8b4377 100%);
  }
  .performance_box._02:after {
    right: -5.6vw;
    top: 7.46667vw;
    height: 3.2vw; 
    width: 17.06667vw;
  }
  .performance_box._02 .performance_box-inner:before {
    right: 4.53333vw;
    top: 21.86667vw;
    height: 1.06667vw; 
    width: 10.66667vw;
  }
  .performance_box._02 .performance_box-inner:after {
    right: -1.86667vw;
    top: 11.46667vw;
    height: 2.66667vw;
    width: 10.66667vw;
    background: linear-gradient(to right, #873f73 0%, #843c70 100%);
  }
  .performance_box-slash:before {
    bottom: -0.53333vw;
    left: -10.4vw;
    height: 2.66667vw;
    width: 16.8vw;
    background: #813a6d;
  }
  .performance_box-text {
    text-align: center;
  }
  .performance_box-text._02 {
    margin: 0 0 0 2px;
    font-size: 5.33333vw;
  }
  .performance_box-text em {
    font-size: 13.33333vw;
    line-height: 1.04;
  }
  .performance_box-st {
    margin-left: 3.2vw;
    padding: 14.13333vw 9.86667vw;
    font-size: 3.73333vw;
  }
  .performance_box-st:before {
    height: 41.6vw; 
    width: 41.6vw;
  }
  .performance_box-st em {
    margin-right: 2.4vw;
    font-size: 14.4vw;
  }
  .performance_box-note {
    margin-top: 1px;
    font-size: 3.2vw;
  }
  .performance_text {
    margin-top: 5.33333vw;
  }
  .portfolio {
    margin: 8.53333vw -8vw 0;
  }
  .portfolio_unit {
    padding: 3.2vw 8vw 3.73333vw;
  }
  .portfolio_unit + .portfolio_unit {
    margin-top: 1.06667vw;
  }
  .portfolio_name {
    margin: 0 0 4.26667vw;
    padding: 0 0 3.2vw;
  }
  .portfolio_image {
    width: 32vw;
    margin: 0 4.26667vw 0 0;
  }
  .portfolio_box {
    margin: -1.06667vw 0 0;
  }
  .portfolio_text {
    margin: 3.2vw 0 0;
    font-size: 3.2vw;
  }
  .price {
    margin-top: 10px;
  }
	.benefits_sttl {
		margin-top: 38px;
	}
	.benefits_sttl h4 {
		font-weight: bold;
		color: #fff;
		font-size: 20px;
		text-align: center;
	}
  .price_box {
    padding: 4vw 4vw 3.73333vw;
    border-radius: 0.8vw; 
    text-align: center;
  }
  .price_box + .price_box {
    margin-top: 1.06667vw;
  }
  .price_box p:first-child {
    width: 100%;
    font-weight: bold;
    color: #6e285a;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
  }
  .price_title {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  .price_text {
    margin-top: 1.06667vw;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .price_text em {
    font-size: 4.26667vw;
  }
  .price_item {
    margin-top: 1.06667vw;
    padding: 5.86667vw 5.86667vw 6.13333vw 5.86667vw;
    border-radius: 1.06667vw;
  }
  .price_item-amount em {
    font-size: 5.86667vw;
  }
  .price_item-amount span {
    margin-top: 3.2vw;
  }
  .price_item-note {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
  }
  .price_item-text {
    margin-top: 5.33333vw;
    font-size: 3.2vw;
  }
  .reason_list {
    margin-top: 10.66667vw;
  }
  .reason_item + .reason_item {
    margin-top: 7.73333vw;
  }
  .reason_item._01 .reason_image:before {
    bottom: 4.26667vw;
    left: -7.46667vw;
    height: 1.6vw; 
    width: 16.8vw;
  }
  .reason_item._01 .reason_image:after {
    right: -5.86667vw;
    top: -1.33333vw;
    height: 1.33333vw;
    width: 24.8vw;
    background: linear-gradient(50deg, #fff 0%, #fff 48%, #ece5ea 48%, #ece5ea 100%);
  }
  .reason_item._02 .reason_image:before {
    bottom: 12.26667vw;
    left: -8vw;
    height: 1.33333vw; 
    width: 13.33333vw;
  }
  .reason_item._03 .reason_image:before {
    bottom: 2.13333vw;
    left: -1.6vw;
    height: 0.8vw;
    width: 16.8vw;
    background: linear-gradient(50deg, #ece5ea 0%, #ece5ea 38%, #fff 38%, #fff 100%);
  }
  .reason_item._03 .reason_image:after {
    right: -7.46667vw;
    top: 6.13333vw;
    height: 2.4vw;
    width: 19.46667vw;
    background: linear-gradient(to right, #fff 0%, #fff 62%, #ece5ea 62%, #ece5ea 100%);
  }
  .reason_image {
    height: 26.66667vw;
    width: 84vw;
    margin-bottom: 4.26667vw;
  }
  .reason_number {
    margin-bottom: 2.66667vw;
    padding-right: 3.2vw;
    font-size: 3.2vw;
  }
  .reason_number:after {
    top: 45%;
    height: 0.8vw; 
    width: 1.86667vw;
    transform: skewY(130deg) translateY(-50%);
  }
  .reason_title {
    font-size: 4.26667vw;
  }
  .reason_text {
    margin-top: 3.46667vw;
    font-size: 3.2vw;
  }
  .reason_merit {
    margin-top: 7.73333vw;
    padding: 8.53333vw 6.4vw 9.6vw;
    border-radius: 1.06667vw;
  }
  .reason_merit-title {
    font-size: 4.8vw;
  }
  .reason_merit-list {
    margin-top: 8.53333vw;
  }
  .reason_merit-item + .reason_merit-item {
    margin-top: 6.13333vw;
  }
  .reason_merit-item._01 .reason_merit-image img {
    left: 1.6vw;
    width: 8vw;
  }
  .reason_merit-item._02 .reason_merit-image img {
    left: 0.8vw;
    width: 9.6vw;
  }
  .reason_merit-item._03 .reason_merit-image img {
    left: 2.13333vw;
    width: 6.66667vw;
  }
  .reason_merit-item._04 .reason_merit-image img {
    left: 0.8vw;
    width: 9.33333vw;
  }
  .reason_merit-item._05 {
    margin-top: 6.66667vw;
  }
  .reason_merit-item._05 .reason_merit-image img {
    width: 10.66667vw;
  }
  .reason_merit-item._06 {
    margin-top: 7.73333vw;
  }
  .reason_merit-item._06 .reason_merit-image img {
    left: 0.53333vw;
    width: 9.86667vw;
  }
  .reason_merit-image {
    display: flex;
    align-items: center;
  }
  .reason_merit-image img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .reason_merit-caption {
    padding-left: 14.13333vw;
  }
  .reason_merit-text {
    margin-top: 8.26667vw;
  }
  .recommend {
    margin: 10.66667vw 0 0;
    padding: 10.66667vw 0;
  }
  .recommend_heading {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .recommend_image-unit {
    display: flex;
    margin: 8.53333vw 0 0;
  }
  .recommend_image {
    width: 32vw;
  }
  .recommend_name {
    margin: 0 0 0 4.26667vw;
    flex: 1;
    font-size: 4.26667vw;
  }
  .recommend_name span {
    margin: 0 0 1.06667vw;
    font-size: 3.2vw;
  }
  .recommend_unit {
    position: relative; 
    overflow: hidden;
    margin: 3.2vw 0 0;
    transition: height 0.2s;
  }
  .recommend_unit:before {
    position: absolute;
    bottom: 0; 
    left: 0;
    content: '';
    height: 8.53333vw;
    width: 100%;
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, #f8f8f8 80%, #f8f8f8 100%);
  }
  .recommend_unit._show:before {
    content: none;
  }
  .recommend_text + .recommend_text {
    margin-top: 4.26667vw;
  }
  .recommend_profile {
    margin: 6.4vw 0 0;
  }
  .recommend_profile-title {
    font-size: 4.26667vw;
  }
  .recommend_profile-title:after {
    margin: 0 0 0 2.13333vw;
  }
  .recommend_profile-text {
    margin: 2.13333vw 0 0;
    font-size: 3.2vw;
  }
  .recommend_profile-link a {
    font-size: 3.2vw;
  }
  .recommend_more {
    margin-top: 4.26667vw !important;
  }
  .recommend_video {
    width: 100%;
    margin: 8.53333vw auto 0;
  }
  .section._color:before {
    border-width: 61.33333vw 50.66667vw 0 0;
  }
  .section._briefing:after {
    height: 100%;
    background-position: 50% 0;
    background-size: contain;
  }
  .section._briefing .section_inner {
    padding: 34.4vw 8vw 13.33333vw;
  }
  .section._case .section_inner {
    padding: 34.93333vw 8vw 0;
  }
  .section._reason .section_inner {
    padding: 33.6vw 8vw 20.26667vw;
  }
  .section._reason .section_title {
    top: 20.53333vw;
  }
  .section._intro .section_inner {
    padding: 34.93333vw 8vw 0;
  }
  .section._intro:before {
    border-width: 230px 190px 0 0;
  }
  .section._intro .section_title {
    top: 21.86667vw;
  }
  .section._intro .section_heading {
    font-size: 5.86667vw;
  }
  .section._about:after {
    height: 100%;
    background-position: 50% 0;
    background-size: contain;
  }
  .section._about .section_inner {
    padding: 35.2vw 8vw 21.33333vw;
  }
  .section._about .section_title {
    top: 22.13333vw;
  }
  .section_title {
    left: 8vw;
    top: 21.33333vw;
    display: flex;
    flex-wrap: wrap;
  }
  .section_title:before {
    left: -39.46667vw;
    top: 22.4vw;
    height: 0.26667vw; 
    width: 37.33333vw;
  }
  .section_title-number {
    padding: 0.26667vw 1.6vw 0 0;
    order: 2;
    font-size: 3.2vw;
  }
  .section_title-sub {
    width: 100%;
    margin-bottom: 1.6vw;
    order: 1;
    font-size: 2.66667vw;
  }
  .section_title-main {
    order: 3; 
    font-size: 3.73333vw;
  }
  .section_inner {
    padding: 34.4vw 8vw 21.33333vw;
  }
  .section_heading {
    font-size: 6.4vw;
  }
  .section_heading-sub {
    font-size: 3.73333vw;
  }
  .section_lead {
    margin-top: 9.6vw;
  }
  .section_lead + .section_lead {
    margin-top: 7.46667vw;
  }
  .section_lower {
    padding: 10.66667vw 0 0;
  }
  .section_lower-heading {
    font-size: 5.33333vw;
    line-height: 1.38;
  }
  .section_lower-heading-sub {
    margin: 0 0 0.8vw;
    font-size: 3.2vw;
  }
  .section_lower-heading-en {
    margin: 0 0 2.13333vw;
    font-size: 3.73333vw;
  }
  .section_lower-lead {
    margin-top: 8.53333vw;
  }
  .section_button._briefing {
    margin: 14.13333vw 0 0;
  }
  .section_button._about {
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_button._about2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	 margin-top: 60px;
  }
  .section_button a {
    height: 14.4vw;
    width: 84vw;
    border-radius: 13.33333vw;
    font-size: 4.26667vw;
  }
  .section_button a:before {
    top: -8vw; 
    height: 8.53333vw;
    width: 10.66667vw;
  }
  .section_button a span:before, .section_button a span:after {
    top: -2.13333vw; 
    height: 4.26667vw;
    width: 0.53333vw;
    border-radius: 0.53333vw;
  }
  .section_button a span:before {
    transform: translateX(-8vw) rotate(-34deg);
  }
  .section_button a span:after {
    transform: translateX(8vw) rotate(34deg);
  }
  .section_more {
    height: 10.66667vw;
    width: 84vw;
    margin: 8.53333vw auto 0;
    border-radius: 26.66667vw;
  }
  .section_more span {
    padding: 0 0 0 5.6vw;
  }
  .section_more span:before, .section_more span:after {
    height: 0.53333vw;
    width: 3.2vw;
    border-radius: 26.66667vw;
  }
  .step {
    margin-top: 9.06667vw;
  }
  .step_item {
    border-radius: 1.06667vw;
  }
  .step_item + .step_item {
    margin-top: 1.06667vw;
  }
  .step_image {
    height: 28.8vw; 
    width: 84vw;
  }
  .step_text-unit {
    padding: 7.46667vw 6.4vw 5.86667vw;
    font-size: 4.26667vw;
  }
  .step_text-unit:before {
    bottom: -7.2vw;
    left: 44%;
    height: 8.26667vw;
    width: 9.86667vw;
    transform: rotate(90deg) translateX(-50%);
  }
  .step_text {
    font-size: 3.2vw;
  }
  .step_text em {
    margin-top: 2px;
    font-size: 4.26667vw;
  }
  .step_text-sub {
    height: 6.4vw;
    width: 77.6vw;
    border-radius: 26.66667vw; 
    font-size: 3.73333vw;
  }
  .trainer_title {
    padding-bottom: 2.13333vw;
    font-size: 4.26667vw;
  }
  .trainer_unit {
    margin-top: 3.73333vw;
  }
  .trainer_box + .trainer_box {
    margin-top: 3.2vw;
  }
  .trainer_box-image {
    height: 16vw; 
    width: 16vw;
  }
  .trainer_box-text {
    margin: 0 0 1.06667vw 3.2vw;
  }
  .trainer_box-name {
    font-size: 3.2vw;
  }
  .trainer_box-company {
    margin-top: 2.13333vw;
    font-size: 2.66667vw;
  }
  .trainer_text {
    margin-top: 2.93333vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
  .trainer_button {
    margin-top: 3.46667vw;
  }
  .trainer_button a {
    padding: 3.2vw 6.93333vw;
    border-radius: 26.66667vw;
  }
}

@media print, screen and (min-width: 520px) {
  body {
    min-width: 1120px;
    /**/
    font-size: 14px;
  }
  .forSP {
    display: none;
  }
  .forPC {
    display: block;
  }
  .footer_inner {
    width: 960px;
    margin: 0 auto;
    padding: 36px 0;
  }
  .footer_tel a {
    pointer-events: none;
  }
  .footer_copy {
    margin: 28px 0 0;
    font-size: 10px;
  }
  .header {
    /**/
    top: -72px;
    /**/
    height: 72px;
    min-width: 1120px;
    /**/
    transition: top 0.4s;
  }
  .header._top {
    position: relative;
    left: 0 !important;
    margin-bottom: -72px;
    /**/
    background: rgba(0, 0, 0, 0);
    transform: translateY(100%);
  }
  .header._top .header_logo {
    height: 50px;
    width: 320px;
    margin-top: 7px;
  }
  .header._top .header_logo a {
    background-image: url('../img/header_logo_top.svg');
  }
  .header._top .header_navi {
    display: none;
  }
  .header._show {
    top: 0;
  }
  .header_logo {
    height: 32px;
    width: 205px;
    margin: 0 0 0 30px;
  }
  .header_logo a {
    transition: opacity 0.2s;
  }
  .header_logo a:hover {
    opacity: 0.8;
  }
  .header_navi {
    height: 100%;
    margin: 0 0 0 auto;
  }
  .header_list {
    height: 100%;
  }
  .header_item {
    margin: 0 31px 0 0;
  }
  .header_item a {
    position: relative;
    display: flex;
    height: 100%;
    font-size: 12px;
    align-items: center;
    transition: color 0.2s;
  }
  .header_item a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: #6e285a;
    transition: width 0.2s;
  }
  .header_item a:hover {
    color: #6e285a;
  }
  .header_item a:hover:after {
    width: 100%;
  }
  .header_link {
    width: 136px;
  }
  .header_link a {
    transition: background 0.2s;
  }
  .header_link a:hover {
    background: #6e285a;
  }
  .header_link-text {
    font-size: 14px;
    line-height: 1.42857;
  }
  .header_link-text span {
    font-size: 10px;
    line-height: 2;
  }
  .header_link a:before {
    height: 24px; 
    width: 30px;
  }
  .about-reason {
    margin-top: 41px;
  }
  .about-reason_item {
    width: 264px;
    margin: 2px;
    padding: 32px 24px;
    border-radius: 4px;
  }
  .about-reason_item:before {
    height: 56px; 
    width: 98px;
  }
  .about-reason_item._trainer {
    padding: 24px 40px 32px; 
    order: 7;
  }
  .about-reason_item._trainer:before {
    left: 120px;
    top: -14px;
    border-width: 0 12px 14px 12px;
  }
  .about-reason_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .about-reason_text {
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .about {
    margin-top: 56px;
  }
  .about_unit {
    display: flex;
    flex-wrap: wrap;
  }
  .about_box {
    width: 384px;
    padding: 30px 40px 38px 40px;
    border-radius: 4px;
  }
  .about_box + .about_box {
    margin-left: 32px;
  }
  .about_title {
    padding-bottom: 26px;
    font-size: 22px;
  }
  .about_title:before {
    height: 2px; 
    width: 40px;
  }
  .about_title:after {
    top: -14px;
    height: 40px; 
    width: 70px;
  }
  .about_title span {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .about_note {
    margin-top: 3px;
    font-size: 12px;
  }
  .about_list {
    padding-top: 14px;
  }
  .about_item + .about_item {
    margin-top: 13px;
    padding-top: 14px;
  }
  .about_item-title {
    margin-bottom: 6px;
    padding-top: 6px;
    font-size: 16px;
  }
  .briefing {
    margin: 56px 0 0;
  }
  .briefing_dlist {
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
  }
  .briefing_dlist dt {
    position: relative; 
    width: 170px;
    padding: 20px 40px;
  }
  .briefing_dlist dt:before {
    position: absolute;
    bottom: 0; 
    right: 0;
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 40px);
    background: #cfd0d0;
  }
  .briefing_dlist dt:last-of-type:before {
    content: none;
  }
  .briefing_dlist dd {
    position: relative; 
    width: 630px;
    padding: 20px 40px 21px 40px;
  }
  .briefing_dlist dd:before {
    position: absolute;
    bottom: 0; 
    left: 0;
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 40px);
    background: #cfd0d0;
  }
  .briefing_dlist dd:last-of-type:before {
    content: none;
  }
  .briefing_list li:before {
    height: 6px; 
    width: 6px;
  }
  .briefing_note {
    font-size: 12px;
  }
  .client {
    margin: 32px 0 0;
  }
  .client_text {
    text-align: center;
  }
  .client_note {
    margin: 4px 0 0;
    font-size: 12px; 
    text-align: center;
  }
  .client_unit-wrap {
    margin: 34px 0 0;
  }
  .client_unit + .client_unit {
    margin: 34px 0 0;
  }
  .client_title {
    font-size: 20px;
  }
  .client_title + .client_list {
    margin-top: 20px;
  }
  .client_list {
    display: flex;
    margin: 0 -20px; 
    flex-wrap: wrap;
  }
  .client_list li {
    width: 240px;
    margin: 0 20px;
    padding: 12px 0;
  }
  .client_list li:nth-child(-n+3) {
    border-top: solid 1px #cfd0d0;
  }
  .faq {
    margin: 60px 0 0;
  }
  .faq_q {
    width: 100%;
    padding: 17px 35px 16px 0;
    font-size: 16px;
    line-height: 1.6875;
  }
  .faq_q:hover:before {
    background-image: url('../img/ico_arrow_hover.svg');
  }
  .faq_q:before {
    height: 24px;
    width: 24px;
    transition: background-image 0.2s;
  }
  .faq_q span {
    margin: 0 8px 0 0;
    font-size: 22px;
    line-height: 1.4;
  }
  .faq_a {
    padding: 4px 0 20px;
  }
  .interview {
    margin: 77px 0 0;
    padding: 57px 0 40px;
  }
  .interview_heading {
    font-size: 24px;
    line-height: 1.5;
  }
  .interview_heading:before {
    height: 10px; 
    width: 47px;
  }
  .interview_unit-wrap {
    display: flex;
    margin: -20px;
    flex-wrap: wrap;
    /**/
  }
  .interview_unit {
    display: block !important;
    width: 240px;
    margin: 20px;
    /**/
  }
  .interview_video a {
    transition: opacity 0.2s;
  }
  .interview_video a:hover {
    opacity: 0.8;
  }
  .interview_name {
    margin: 16px 0 0;
    font-size: 16px;
  }
  .interview_name span {
    margin: 0 0 6px;
    font-size: 12px;
  }
  .interview_text {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .interview_more {
    display: none;
  }
  .intro_image {
    right: 80px; 
    top: -56px;
  }
  .intro_image:before {
    bottom: 34px;
    left: -33px;
    height: 7px;
    width: 72px;
    background: linear-gradient(to right, #ece5ea 0%, #ece5ea 46%, #fff 46%, #fff 100%);
  }
  .intro_image:after {
    bottom: 81px;
    left: -25px;
    height: 3px;
    width: 100px;
    background: linear-gradient(to right, #ece5ea 0%, #ece5ea 25%, #fff 25%, #fff 100%);
  }
  .intro_image-inner {
    height: 283px; 
    width: 227px;
  }
  .intro_image-inner:before {
    right: -38px;
    top: 40px;
    height: 4px;
    width: 101px;
    background: linear-gradient(to right, #fff 0%, #fff 62%, #ece5ea 62%, #ece5ea 100%);
  }
  .intro_case {
    display: flex;
    margin-top: 51px;
  }
  .intro_case-item {
    max-width: 227px;
    font-size: 18px;
  }
  .intro_case-item + .intro_case-item {
    margin-left: 60px;
  }
  .intro_case-number {
    margin-bottom: 7px;
    padding-right: 12px;
    font-size: 12px;
  }
  .intro_case-number:after {
    top: 7px;
    height: 3px; 
    width: 7px;
    transform: skewY(130deg);
  }
  .intro_unit {
    margin-top: 40px;
    padding: 44px 40px 43px 40px;
  }
  .intro_title {
    font-size: 16px;
    line-height: 1;
  }
  .intro_list {
    margin-top: 19px;
  }
  .intro_item {
    padding-left: 13px;
    font-size: 12px;
  }
  .intro_item + .intro_item {
    margin-top: 7px;
  }
  .intro_item:before {
    top: 9px;
    height: 5px; 
    width: 5px;
  }
  .intro_catch {
    padding-top: 63px;
  }
  .intro_catch:before {
    height: 120px; 
    min-width: 1120px;
  }
  .intro_catch:after {
    min-width: 1120px;
  }
  .intro_catch-text {
    font-size: 16px;
  }
  .intro_catch-text span {
    font-size: 24px;
  }
  .intro_catch-text span:before {
    bottom: 2px;
    height: 8px;
  }
  .lead_inner {
    width: 960px;
    margin: 0 auto;
    padding: 36px 0;
  }
  .lead_text {
    width: 440px;
  }
  .mv {
    height: 644px;
    background-image: url('../img/mv_pc.jpg');
  }
  .mv:before {
    height: calc(100% + 40px); 
    width: 50%;
  }
  .mv_inner {
    display: flex;
    height: 100%;
    width: 960px;
    margin: 0 auto; 
    align-items: center;
  }
  .mv_unit {
    display: flex;
    height: 338px;
    width: 556px;
    margin: 0 4px 0 auto;
    padding: 0 0 0 120px; 
    align-items: center;
  }
  .mv_unit:before {
    top: -51px; 
    height: 487px;
    width: 556px;
  }
  .mv_heading {
    font-size: 32px;
    letter-spacing: 0.12em; 
    line-height: 1.5;
  }
  .mv_heading-sub {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.67143;
  }
  .mv_heading-sub > span {
    padding: 0 20px;
  }
  .mv_heading-sub > span:before, .mv_heading-sub > span:after {
    height: 1px; 
    width: 12px;
  }
  .mv_text {
    margin: 16px 0 0;
    padding: 5px;
  }
  .mv_text em {
    font-size: 114%;
  }
  .performance {
    margin-top: 41px;
  }
  .performance_unit {
    display: flex;
  }
  .performance_box {
    height: 200px;
    width: 384px;
    padding: 28px;
    border-radius: 4px;
  }
  .performance_box + .performance_box {
    margin-left: 32px;
  }
  .performance_box._01:before {
    bottom: 15px;
    left: -31px;
    height: 10px; 
    width: 63px;
  }
  .performance_box._01:after {
    bottom: 54px;
    left: 10px;
    height: 5px; 
    width: 76px;
  }
  .performance_box._01 .performance_box-inner:before {
    right: -16px;
    top: 26px;
    height: 4px; 
    width: 60px;
  }
  .performance_box._01 .performance_box-inner:after {
    right: -27px;
    top: 21px;
    height: 10px;
    width: 50px;
    background: linear-gradient(to right, #81396d 0%, #7b3467 100%);
  }
  .performance_box._02:before {
    bottom: 15px;
    left: 10px;
    height: 10px;
    width: 63px;
    background: linear-gradient(to right, #8a4276 0%, #884074 100%);
  }
  .performance_box._02:after {
    right: -22px;
    top: 28px;
    height: 12px; 
    width: 64px;
  }
  .performance_box._02 .performance_box-inner:before {
    right: 16px;
    top: 82px;
    height: 4px; 
    width: 40px;
  }
  .performance_box._02 .performance_box-inner:after {
    right: -8px;
    top: 43px;
    height: 10px;
    width: 40px;
    background: linear-gradient(to right, #823b6e 0%, #7e376a 100%);
  }
  .performance_box-slash:before {
    bottom: -6px;
    left: -40px;
    height: 10px;
    width: 63px;
    background: #8a4276;
  }
  .performance_box-text {
    margin-top: 15px;
    line-height: 2.35714;
  }
  .performance_box-text._02 {
    margin: 1px 0 0 2px;
    font-size: 24px;
  }
  .performance_box-text em {
    font-size: 60px;
    line-height: 1;
  }
  .performance_box-st {
    margin-left: 13px;
    padding: 50px 35px;
    font-size: 14px;
  }
  .performance_box-st:before {
    height: 168px; 
    width: 168px;
  }
  .performance_box-st em {
    margin-right: 9px;
    font-size: 64px;
  }
  .performance_box-note {
    margin: 12px auto 0;
    font-size: 12px;
  }
  .performance_text {
    margin-top: 29px;
  }
  .portfolio {
    margin: 40px 0 0;
  }
  .portfolio_unit-wrap {
    display: flex;
    margin: -20px -16px; 
    flex-wrap: wrap;
  }
  .portfolio_unit {
    width: 384px;
    margin: 20px 16px;
    padding: 12px 16px 14px;
    border-radius: 4px;
  }
  .portfolio_name {
    margin: 0 0 16px;
    padding: 0 0 12px;
  }
  .portfolio_image {
    width: 150px;
    margin: 0 16px 0 0;
  }
  .portfolio_box {
    margin: -4px 0 0;
  }
  .portfolio_text {
    margin: 12px 0 0;
    font-size: 12px;
  }
  .price {
    display: flex;
    margin-top: 10px;
  }
  .price_box {
    display: flex;
    flex-flow: row wrap;
	 align-items: center;
    height: 91px;
    width: 532px;
    padding: 10px 25px;
    border-radius: 4px;
  }
  .price_box p:first-child {
    width: 100%;
    font-weight: bold;
    color: #6e285a;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
  }
  .price_box + .price_box {
    margin-top: 4px;
  }
  .price_title {
    font-size: 18px;
  }
  .price_text {
    margin-left: 24px;
    font-size: 14px;
  }
  .price_text em {
    font-size: 18px;
  }
  .price_item {
    height: 186px;
    width: 264px;
    margin-left: 4px;
    padding: 22px 12px 23px;
    border-radius: 4px;
  }
  .price_item-amount em {
    font-size: 22px;
  }
  .price_item-amount span {
    margin-top: 10px;
  }
  .price_item-note {
    margin-top: 10px;
    font-size: 12px;
  }
  .price_item-text {
    margin-top: 20px;
  }
  .reason_list {
    display: flex;
    margin-top: 60px;
  }
  .reason_item {
    width: 227px;
  }
  .reason_item + .reason_item {
    margin-left: 60px;
  }
  .reason_item._01 .reason_image:before {
    bottom: 24px;
    left: -28px;
    height: 6px; 
    width: 63px;
  }
  .reason_item._01 .reason_image:after {
    right: -20px;
    top: -8px;
    height: 5px;
    width: 88px;
    background: linear-gradient(50deg, #fff 0%, #fff 45%, #ece5ea 45%, #ece5ea 100%);
  }
  .reason_item._02 .reason_image:before {
    bottom: 54px;
    left: -30px;
    height: 5px; 
    width: 50px;
  }
  .reason_item._03 .reason_image:before {
    bottom: 16px;
    left: -6px;
    height: 3px;
    width: 63px;
    background: linear-gradient(50deg, #ece5ea 0%, #ece5ea 28%, #fff 28%, #fff 100%);
  }
  .reason_item._03 .reason_image:after {
    right: -36px;
    top: 23px;
    height: 9px;
    width: 73px;
    background: linear-gradient(to right, #fff 0%, #fff 51%, #ece5ea 51%, #ece5ea 100%);
  }
  .reason_image {
    height: 100px;
    width: 227px;
    margin-bottom: 24px;
  }
  .reason_number {
    margin-bottom: 10px;
    padding-right: 12px;
    font-size: 12px;
  }
  .reason_number:after {
    top: 4px;
    height: 3px; 
    width: 7px;
    transform: skewY(130deg);
  }
  .reason_title {
    font-size: 18px;
  }
  .reason_text {
    margin-top: 13px;
    font-size: 12px;
  }
  .reason_merit {
    margin-top: 37px;
    padding: 40px 65px 36px;
    border-radius: 4px;
  }
  .reason_merit-title {
    font-size: 20px;
  }
  .reason_merit-list {
    display: flex;
    margin-top: 40px; 
    flex-wrap: wrap;
  }
  .reason_merit-item {
    width: 218px;
    text-align: center;
  }
  .reason_merit-item:nth-child(n+4) {
    margin-top: 36px;
  }
  .reason_merit-item + .reason_merit-item {
    margin-left: 8px;
  }
  .reason_merit-item._01 .reason_merit-image img {
    width: 37px;
  }
  .reason_merit-item._01 .reason_merit-caption {
    margin-top: 10px;
  }
  .reason_merit-item._02 .reason_merit-image img {
    width: 46px;
  }
  .reason_merit-item._02 .reason_merit-caption {
    margin-top: 8px;
  }
  .reason_merit-item._03 .reason_merit-image img {
    width: 33px;
  }
  .reason_merit-item._03 .reason_merit-caption {
    margin-top: 8px;
  }
  .reason_merit-item._04 {
    margin: 39px 0 0;
  }
  .reason_merit-item._04 .reason_merit-image img {
    width: 45px;
  }
  .reason_merit-item._04 .reason_merit-caption {
    margin-top: 9px;
  }
  .reason_merit-item._05 {
    margin-top: 43px;
  }
  .reason_merit-item._05 .reason_merit-image img {
    width: 55px;
  }
  .reason_merit-item._05 .reason_merit-caption {
    margin-top: 20px;
  }
  .reason_merit-item._06 {
    margin-top: 42px;
  }
  .reason_merit-item._06 .reason_merit-image img {
    width: 48px;
  }
  .reason_merit-item._06 .reason_merit-caption {
    margin-top: 21px;
  }
  .reason_merit-caption {
    display: flex;
    justify-content: center; 
    align-items: center;
  }
  .reason_merit-text {
    width: 640px;
    margin: 35px auto 0;
  }
  .recommend {
    margin: 60px 0 0;
    padding: 60px 0;
  }
  .recommend_heading {
    padding: 0 0 0 260px;
    /**/
    font-size: 26px;
    line-height: 1.5;
  }
  .recommend_image-unit {
    position: absolute;
    left: 0; 
    top: 60px;
    width: 220px;
  }
  .recommend_name {
    margin: 8px 0 0;
    font-size: 16px;
  }
  .recommend_name span {
    margin: 0 0 4px;
    font-size: 12px;
  }
  .recommend_unit {
    height: auto !important;
    margin: 35px 0 0;
  }
  .recommend_box {
    padding: 0 0 0 260px;
    /**/
  }
  .recommend_text + .recommend_text {
    margin-top: 28px;
  }
  .recommend_profile {
    margin: 24px 0 0;
  }
  .recommend_profile-title {
    font-size: 16px;
  }
  .recommend_profile-title:after {
    margin: 0 0 0 8px;
  }
  .recommend_profile-text {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .recommend_profile-link a {
    font-size: 12px;
  }
  .recommend_profile-link a:hover {
    text-decoration: underline;
  }
  .recommend_more {
    display: none;
  }
  .recommend_video {
    width: 400px;
    margin: 35px auto 0;
  }
  .recommend_video-unit a {
    transition: opacity 0.2s;
  }
  .recommend_video-unit a:hover {
    opacity: 0.8;
  }
  .section._color:before {
    border-width: 460px 380px 0 0;
  }
  .section._briefing:after {
    height: 1000px;
    /**/
    background-position: 50% 100%;
    background-size: cover;
  }
  .section._briefing .section_inner {
    padding: 100px 80px 100px 80px;
  }
  .section._briefing .section_title {
    top: 103px;
  }
  .section._case .section_inner {
    padding: 100px 80px 0 80px;
  }
  .section._reason .section_inner {
    padding: 94px 80px;
  }
  .section._intro .section_inner {
    padding: 100px 80px 0;
  }
  .section._intro:before {
    border-width: 460px 380px 0 0;
  }
  .section._intro .section_title {
    top: 103px;
    padding: 0 29px 0 7px;
  }
  .section._about:after {
    height: 1000px;
    /**/
    background-position: 50% 100%;
    background-size: cover;
  }
  .section._about .section_inner {
    padding: 103px 80px 101px 80px;
  }
  .section._about .section_title {
    top: 106px;
  }
  .section._faq .section_inner {
    padding: 97px 80px 100px 80px;
  }
  .section_title {
    left: 88px;
    top: 97px;
    display: inline-block;
    padding: 0 28px 0 6px;
  }
  .section_title:before {
    left: -155px;
    top: 80px;
    height: 1px; 
    width: 140px;
  }
  .section_title-number {
    font-size: 12px;
  }
  .section_title-sub {
    position: absolute;
    right: -19px;
    top: 21px;
    font-size: 10px; 
    transform: rotate(90deg);
  }
  .section_title-main {
    position: absolute;
    left: 12px;
    top: 3px;
    font-size: 38px; 
    transform: rotate(90deg);
    transform-origin: left;
  }
  .section_inner {
    width: 960px;
    margin: 0 auto;
    padding: 94px 80px 97px 80px;
  }
  .section_heading {
    font-size: 30px;
  }
  .section_heading-sub {
    font-size: 14px;
  }
  .section_lead {
    margin-top: 56px;
  }
  .section_lead + .section_lead {
    margin-top: 28px;
  }
  .section_lower {
    padding: 60px 0 0;
  }
  .section_lower#benefits {
		padding-top: 0;
	}
	.benefits_sttl {
		margin-top: 38px;
	}
	.benefits_sttl h4 {
		font-weight: bold;
		color: #fff;
		font-size: 20px;
		text-align: center;
	}
  .section_lower-heading {
    font-size: 26px;
    line-height: 1.38462;
  }
  .section_lower-heading-sub {
    margin: 0 0 3px;
    font-size: 14px;
  }
  .section_lower-heading-en {
    margin: 0 0 8px;
    font-size: 16px;
  }
  .section_lower-lead {
    margin-top: 32px;
  }
  .section_button._briefing {
    margin: 60px 0 0;
  }
  .section_button._about {
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_button._about2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 60px;
  }
  .section_button a {
    height: 54px;
    width: 320px;
    border-radius: 50px;
    font-size: 18px;
    transition: background 0.2s;
  }
  .section_button a:hover {
    background: #6e285a;
  }
  .section_button a:before {
    top: -28px; 
    height: 32px;
    width: 40px;
  }
  .section_button a span:before, .section_button a span:after {
    top: -6px; 
    height: 16px;
    width: 2px;
    border-radius: 2px;
  }
  .section_button a span:before {
    transform: translateX(-30px) rotate(-34deg);
  }
  .section_button a span:after {
    transform: translateX(30px) rotate(34deg);
  }
  .section_more {
    height: 40px;
    width: 300px;
    margin: 40px auto 0;
    border-radius: 100px;
    transition: background 0.2s;
  }
  .section_more:hover {
    background: #6e285a;
  }
  .section_more:hover span {
    color: #fff;
  }
  .section_more:hover span:before, .section_more:hover span:after {
    background: #fff;
  }
  .section_more span {
    padding: 0 0 0 21px;
    transition: color 0.2s;
  }
  .section_more span:before, .section_more span:after {
    height: 2px;
    width: 12px;
    border-radius: 100px;
    transition: background 0.2s;
  }
  .step {
    margin-top: 10px;
  }
  .step_list {
    display: flex;
  }
  .step_item {
    width: 197px;
    border-radius: 4px;
  }
  .step_item + .step_item {
    margin-left: 4px;
  }
  .step_image {
    height: 108px; 
    width: 197px;
  }
  .step_text-unit {
    height: 100px;
    padding: 23px 24px 14px;
  }
  .step_text-unit:before {
    right: -20px;
    top: 50%;
    height: 32px;
    width: 40px;
    transform: translateY(-50%);
  }
  .step_text {
    font-size: 12px;
  }
  .step_text em {
    width: 100%;
    font-size: 18px;
  }
  .step_text-sub {
    height: 24px;
    width: 165px;
    border-radius: 100px;
  }
  .trainer_title {
    padding-bottom: 12px;
    font-size: 18px;
  }
  .trainer_unit {
    display: flex;
    margin-top: 24px;
  }
  .trainer_box {
    width: 344px;
  }
  .trainer_box + .trainer_box {
    margin-left: 32px;
  }
  .trainer_box-image {
    height: 80px; 
    width: 80px;
  }
  .trainer_box-text {
    margin: 0 0 3px 16px;
  }
  .trainer_box-name {
    font-size: 12px;
  }
  .trainer_box-company {
    margin-top: 7px;
    font-size: 10px;
  }
  .trainer_text {
    margin-top: 21px;
    font-size: 12px;
    text-align: center;
  }
  .trainer_button {
    width: 300px;
    margin: 13px auto 0;
  }
  .trainer_button a {
    padding: 12px 20px;
    border-radius: 100px;
  }
  .trainer_button a:hover {
    background-color: #6e285a; 
    color: #fff;
  }
}
