/* --------------------------------------------------
 Import 
-------------------------------------------------- */
/* --------------------------------------------------
 Variable & Mixin 
-------------------------------------------------- */
/* ------------ Color ------------ */
/* Main */
/* Text */
/* Background */
/* Button */
/* Border */
/* Status */
/* Gradation */
/* Opacity */
/* ------------ Size ------------ */
/* Width */
/* Height */
/* Margin */
/* Padding */
/* Border Radius */
/* ------------ Typography ------------ */
/* Font Size */
/* Lineheight */
/* Adjust */
/* ------------ Layout ------------ */
/* Br */
@media only screen and (min-width: 800px) {
  br.spShow {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .spHide {
    display: none;
  }
}

/* ------------ Shadow ------------ */
/* ------------ Others ------------ */
/* Other */
/* --------------------------------------------------
 Reset 
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-align: inherit;
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #333;
}
@media only screen and (max-width: 799px) {
  body {
    font-size: 1.4rem;
  }
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #52a0ea;
}

a:focus {
  outline: 0;
}

a:active, a:hover {
  outline: 0;
}

del {
  text-decoration: line-through;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

button, input, select, textarea {
  -webkit-appearance: none;
  appearance: none;
}

em, strong {
  font-style: normal;
  font-weight: bold;
}

/* --------------------------------------------------
 Module
-------------------------------------------------- */
/* ------------ Base ------------ */
html {
  background-color: #fff;
  font-size: 10px;
}

body {
  position: relative;
  width: 100vw;
  background-color: #fff;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 800px) {
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  html {
    font-size: .8696vw;
  }
}
@media only screen and (max-width: 799px) {
  html {
    font-size: 3.125vw;
  }
  .mainContents {
    overflow: hidden;
  }
}

.container {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .container {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
}


@media (hover: hover) {
  a {
    transition: opacity .3s;
  }
  a:hover {
    opacity: .6;
  }
}

/* ------------ Header & Footer ------------ */
/* Header */
.md_header {
  text-align: center;
  padding: 2.5rem 2rem 0;
}
.md_header .logo img {
  width: 23.5rem;
}
@media only screen and (max-width: 799px) {
  .md_header {
    padding: 1.7rem 2rem 0;
  }
  .md_header .logo img {
    width: 18rem;
  }
}

/* Footer */
.md_footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 4.5rem 2rem 5.4rem;
}
.md_footer .logo {
  padding-right: .4rem;
}
.md_footer .logo img {
  width: 30.4rem;
}
.md_footer .aboutLinkSet {
  display: flex;
  justify-content: center;
}
.md_footer .aboutLinkSet .link {
  margin: 0 2.9rem 4.9rem;
  position: relative;
}
.md_footer .aboutLinkSet .link + .link::before {
  content: '';
  display: block;
  width: .1rem;
  height: 1.8rem;
  background: #fff;
  position: absolute;
  left: -3rem;
  top: -.1rem;
}
.md_footer .aboutLinkSet .link a {
  display: block;
  font-size: 1.8rem;
  letter-spacing: .03em;
  color: #fff;
}
.md_footer .copyright {
  display: block;
  font-size: 1.4rem;
  margin-top: 2.2rem;
  letter-spacing: .02em;
}
@media only screen and (max-width: 799px) {
  .md_footer {
    padding: 2.5rem 2rem 3.5rem;
  }
  .md_footer .logo img {
    width: 23.5rem;
  }
  .md_footer .aboutLinkSet .link {
    margin: 0 2.2rem 3.2rem;
  }
  .md_footer .aboutLinkSet .link + .link::before {
    height: 1.4rem;
    left: -2.3rem;
    top: 0;
  }
  .md_footer .aboutLinkSet .link a {
    font-size: 1.4rem;
  letter-spacing: .03em;
  }
  .md_footer .copyright {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}

/* ------------ Contents ------------ */
/* kv */
.md_contentUnit--kv {
  padding: 0 2rem 3.7rem;
  overflow: hidden;
}
.md_contentUnit--kv .box {
  max-width: 105.5rem;
  margin: 0 auto;
  position: relative;
}
.md_contentUnit--kv .title {
  width: 55rem;
  text-align: center;
  padding: 4.2rem 0 0;
  margin-left: -1.2rem;
}
.md_contentUnit--kv .title p:nth-child(1) {
  font-size: 2.29rem;
  font-weight: bold;
  padding-right: 1.9rem;
  font-feature-settings: "palt";
}
.md_contentUnit--kv .title p:nth-child(1) > span {
  display: inline-block;
  width: 10.7rem;
  font-size: 2.387rem;
  color: #2e9a9e;
  background: #ffde90;
  margin: 0 .4rem;
  padding: 1rem 0;
}
.md_contentUnit--kv .title p:nth-child(1) > span > span {
  display: inline-block;
  transform: scaleX(.8);
}
.md_contentUnit--kv .title p:nth-child(1) > span > img {
  width: auto;
  height: 2.2rem;
  vertical-align: -.2rem;
  margin: 0 .3rem;
}
.md_contentUnit--kv .title p:nth-child(1) > span:last-child {
  margin-right: .8rem;
}
.md_contentUnit--kv .title h1 {
  font-size: 5.446rem;
  font-weight: 900;
  color: #2e9a9e;
  margin-top: 2.2rem;
}
.md_contentUnit--kv .title h1 > span:nth-child(1) {
  font-size: 4.72rem;
  background: #2e9a9e;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-feature-settings: "palt";
  padding: 0 .8rem .6rem;
  line-height: 1.3;
  margin-right: .5rem;
  vertical-align: 1rem;
}
.md_contentUnit--kv .title h1 > span:nth-child(2) {
  font-size: 2.845rem;
  color: #333;
  font-weight: 700;
  line-height: 1.05;
  display: inline-block;
}
.md_contentUnit--kv .title h1 > span:nth-child(3) {
  letter-spacing: .075em;
  display: block;
  margin-top: 1.6rem;
  padding-right: 1.7rem;
}
.md_contentUnit--kv .title p:last-child {
  font-size: 1.996rem;
  font-weight: bold;
  margin: 2.3rem 2.3rem 0 0;
  letter-spacing: -.015em;
  line-height: 1.6668;
}
.md_contentUnit--kv .img {
  width: 68.6rem;
  position: absolute;
  top: .7rem;
  left: calc(50% - 4rem);
}
@media only screen and (max-width: 799px) {
  .md_contentUnit--kv {
    padding: 0 1.25rem 2.6rem;
  }
  .md_contentUnit--kv .title {
    width: auto;
    padding: 1.65rem 0 0;
    margin-left: 0;
  }
  .md_contentUnit--kv .title p:nth-child(1) {
    font-size: 1.4rem;
    padding-right: .2rem;
  }
  .md_contentUnit--kv .title p:nth-child(1) > span {
    width: 6.5rem;
    font-size: 1.464rem;
    margin: 0 .3rem;
    padding: .6rem 0;
  }
  .md_contentUnit--kv .title p:nth-child(1) > span > img {
    height: 1.35rem;
    vertical-align: -.1rem;
    margin: 0 .1rem;
  }
  .md_contentUnit--kv .title p:nth-child(1) > span:last-child {
    margin-right: .5rem;
  }
  .md_contentUnit--kv .title h1 {
    font-size: 3rem;
    margin-top: 1.2rem;
  }
  .md_contentUnit--kv .title h1 > span:nth-child(1) {
    font-size: 2.6rem;
    padding: 0 .4rem .3rem;
    margin-right: .4rem;
    vertical-align: .5rem;
  }
  .md_contentUnit--kv .title h1 > span:nth-child(2) {
    font-size: 1.5rem;
  }
  .md_contentUnit--kv .title h1 > span:nth-child(3) {
    margin-top: .8rem;
    padding-right: .7rem;
  }
  .md_contentUnit--kv .title p:last-child {
    font-size: 1.3rem;
    margin: 1.1rem 0 0;
  }
  .md_contentUnit--kv .img {
    width: 34.9rem;
    position: static;
    margin: .8rem 0 0 -.4rem;
  }
}

/* cta */
.md_contentUnit--cta {
  text-align: center;
  position: relative;
  margin-top: 3.3rem;
}
.md_contentUnit--cta .btn p:nth-child(1) span {
  display: inline-block;
  background: #ffde90;
  color: #2e9a9e;
  width: 15.5rem;
  font-weight: 700;
  border-radius: 1.8rem;
  padding: .7rem;
  font-size: 1.8178rem;
  font-weight: 700;
  pointer-events: none;
  position: relative;
  margin-bottom: -.1rem;
}
.md_contentUnit--cta .btn p:nth-child(1) span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem .65rem 0;
  border-color: #ffde90 transparent transparent;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.md_contentUnit--cta p:nth-child(1) span img {
  height: 2.1rem;
  width: auto;
  margin-right: .3rem;
  vertical-align: -.2rem;
}
.md_contentUnit--cta .btn a {
  width: 38.2rem;
  display: block;
  margin: 0 auto;
  background: #2e9a9e;
  color: #fff;
  font-size: 2.20728rem;
  font-weight: 700;
  border-radius: 3.2rem;
  padding: 2.2rem 2.4rem 2rem 2rem;
  letter-spacing: .03em;
  position: relative;
}
.md_contentUnit--cta .btn a::after {
  content: '';
  display: block;
  width: .9rem;
  height: .9rem;
  border-top: .3rem solid #fff;
  border-right: .3rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto 0;
}
.md_contentUnit--cta .note {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1.3rem;
  letter-spacing: -.02em;
}
.md_contentUnit--cta .note > a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .2rem;
}
@media only screen and (max-width: 799px) {
  .md_contentUnit--cta {
    margin-top: 1.8rem;
  }
  .md_contentUnit--cta .btn p:nth-child(1) span {
    width: 12rem;
    border-radius: 1.4rem;
    padding: .6rem;
    font-size: 1.4rem;
  }
  .md_contentUnit--cta .btn p:nth-child(1) span:before {
    border-width: .8rem .5rem 0;
    bottom: -.6rem;
  }
  .md_contentUnit--cta p:nth-child(1) span img {
    height: 1.5rem;
    vertical-align: -.1rem;
  }
  .md_contentUnit--cta .btn a {
    width: 29.5rem;
    font-size: 1.7rem;
    border-radius: 2.5rem;
    padding: 1.7rem 2.4rem 1.5rem 2rem;
  }
  .md_contentUnit--cta .btn a::after {
    width: .7rem;
    height: .7rem;
    border-top-width: .2rem;
    border-right-width: .2rem;
    right: 2.3rem;
  }
  .md_contentUnit--cta .note {
    margin-top: 1.2rem;
  }
}

/* feature */
.md_contentUnit--feature {
  background: #f9fafa;
  padding: 5rem 2rem 6rem;
}
.md_contentUnit--feature h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: .01em;
  margin-bottom: 5.4rem;
}
.md_contentUnit--feature h2 img {
  width: 9.3rem;
  margin: 0 auto 2.3rem;
  display: block;
}
.md_contentUnit--feature h2::after {
  content: '';
  display: block;
  width: 8.2rem;
  height: .2rem;
  background: #2e9a9e;
  margin: 1.9rem auto 0;
}
.md_contentUnit--feature ul {
  max-width: 105.5rem;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
}
.md_contentUnit--feature ul li {
  width: 32.1327%;
  background: #fff;
  padding: 2.2rem 0 1.2rem;
}
.md_contentUnit--feature ul li h3 {
  padding-left: 7.7rem;
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.48;
  min-height: 9.4rem;
}
.md_contentUnit--feature ul li h3 img:first-child {
  width: auto;
  height: 3.666rem;
  position: absolute;
  left: 1.4rem;
  top: .6rem;
}
.md_contentUnit--feature ul li h3 img:not(:first-child) {
  width: auto;
  height: 2.1rem;
  vertical-align: -.2rem;
  margin: 0 .4rem;
}
.md_contentUnit--feature ul li figure {
  margin: -.3rem 0 0;
}
.md_contentUnit--feature ul li p {
  margin: 1.7rem 2.5rem 0;
  font-size: 1.6rem;
  letter-spacing: .01em;
  line-height: 1.75;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 799px) {
  .md_contentUnit--feature {
    padding: 3rem 1.2rem 3.9rem;
  }
  .md_contentUnit--feature h2 {
    font-size: 2.7rem;
    line-height: 1.3703;
    margin-bottom: 2.85rem;
  }
  .md_contentUnit--feature h2 img {
    width: 8.8rem;
    margin: 0 auto 1.2rem;
  }
  .md_contentUnit--feature h2::after {
    width: 6.3rem;
    margin: 1.3rem auto 0;
  }
  .md_contentUnit--feature ul {
    margin: 0 auto 3rem;
    display: block;
  }
  .md_contentUnit--feature ul li {
    width: auto;
    padding: 2.4rem 0 2rem;
  }
  .md_contentUnit--feature ul li:nth-child(2) {
    padding-top: 1.8rem;
  }
  .md_contentUnit--feature ul li + li {
    margin-top: 2.6rem;
  }
  .md_contentUnit--feature ul li h3 {
    padding-left: 6.7rem;
    font-size: 1.9rem;
    line-height: 1.421;
    min-height: 0;
    margin-bottom: 2rem;
  }
  .md_contentUnit--feature ul li:nth-child(2) h3,
  .md_contentUnit--feature ul li:nth-child(3) h3 {
    margin-bottom: 1rem;
  }
  .md_contentUnit--feature ul li h3 img:first-child {
    height: 3.2rem;
    top: .1rem;
  }
  .md_contentUnit--feature ul li:nth-child(2) h3 img:first-child {
    top: .5rem;
  }
  .md_contentUnit--feature ul li h3 img:not(:first-child) {
    height: 1.85rem;
    margin: 0 .3rem;
  }
  .md_contentUnit--feature ul li:nth-child(2) figure {
    margin: -.3rem 0 2rem;
    position: relative;
    left: -1rem;
  }
  .md_contentUnit--feature ul li p {
    margin: 1.5rem 1.5rem 0;
    font-size: 1.4rem;
    letter-spacing: .03em;
  }
}

/* pickup */
.md_contentUnit--pickup {
  background: #e2f5f5;
  padding: 5.2rem 2rem 8rem;
}
.md_contentUnit--pickup h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: .01em;
  margin-bottom: 4.1rem;
}
.md_contentUnit--pickup h2 img {
  width: 12.5rem;
  margin: 0 auto 2.3rem;
  display: block;
}
.md_contentUnit--pickup h2::after {
  content: '';
  display: block;
  width: 8.2rem;
  height: .2rem;
  background: #2e9a9e;
  margin: 2.3rem auto 0;
}
.md_contentUnit--pickup .list {
  max-width: 105.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.md_contentUnit--pickup .list .item {
  width: 31.9431%;
  min-height: 24.8rem;
  margin: 0 0 1.7rem 2.08535%;
  background: #fff;
  padding: 1.4rem 0 .5rem;
  border: .2rem solid #2e9a9e;
}
.md_contentUnit--pickup .list .item:nth-child(3n+1) {
  margin-left: 0;
}
.md_contentUnit--pickup h3 {
  margin: 0 2.1rem;
  border-bottom: .2rem solid #2e9a9e;
  text-align: center;
  font-size: 2.164rem;
  font-feature-settings: "palt";
  line-height: 1.421;
  letter-spacing: .02em;
  padding-bottom: 1rem;
  margin-bottom: 1.9rem;
}
.md_contentUnit--pickup .item ul {
  margin: 0 1.5rem;
  font-feature-settings: "palt";
}
.md_contentUnit--pickup .item ul li {
  padding-left: 3.5rem;
  font-size: 1.595rem;
  font-weight: 500;
  line-height: 1.4282;
  position: relative;
}
.md_contentUnit--pickup .item ul li::before {
  content: '';
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../images/pickup_icon001.png) no-repeat left top / 100% auto;
  position: absolute;
  left: 0;
  top: -.5rem;
}
.md_contentUnit--pickup .item ul li:nth-child(2):before {
  background-image: url(../images/pickup_icon002.png);
  top: -.3rem;
}
.md_contentUnit--pickup .item ul li:nth-child(3):before {
  background-image: url(../images/pickup_icon003.png);
  top: -.3rem;
}
.md_contentUnit--pickup .item ul li:nth-child(4):before {
  background-image: url(../images/pickup_icon004.png);
  top: -.3rem;
}
.md_contentUnit--pickup .item ul li + li {
  margin-top: .9rem;
}
.md_contentUnit--pickup .item .medical {
  margin-top: -.7rem;
}
.md_contentUnit--pickup .medical li:last-child {
  padding-left: 10.7rem;
  text-indent: -7.2rem;
}
.md_contentUnit--pickup .note {
  text-align: center;
  font-size: 1.1rem;
  margin: 1.5rem 0 -.6rem;
}
@media only screen and (max-width: 799px) {
  .md_contentUnit--pickup {
    padding: 3.6rem 0 4.4rem;
  }
  .md_contentUnit--pickup h2 {
    font-size: 2.7rem;
    letter-spacing: .05em;
    margin-bottom: 3rem;
  }
  .md_contentUnit--pickup h2 img {
    width: 11.9rem;
    margin: 0 auto 1.8rem;
  }
  .md_contentUnit--pickup h2::after {
    width: 6.3rem;
    margin: 1.7rem auto 0;
  }
  .md_contentUnit--pickup .list {
    display: block;
  }
  .md_contentUnit--pickup .list .item {
    width: auto;
    min-height: 21.8rem;
    margin: 0 0 1.6rem;
    border-width: .1rem;
  }
  .md_contentUnit--pickup .list .slick-slide {
    padding: 0 1.2rem;
  }
  .md_contentUnit--pickup h3 {
    border-bottom-width: .1rem;
    font-size: 1.9rem;
    padding-bottom: .9rem;
    margin-bottom: 1.7rem;
  }
  .md_contentUnit--pickup .item ul li {
    padding-left: 3rem;
    font-size: 1.4rem;
  }
  .md_contentUnit--pickup .slick-prev,
  .md_contentUnit--pickup .slick-next {
    width: 3rem;
    height: 3rem;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    border: .1rem solid #2e9a9e;
    overflow: hidden;
    text-indent: -99rem;
    position: absolute;
    top: 21.2rem;
    z-index: 10;
  }
  .md_contentUnit--pickup .slick-prev::before,
  .md_contentUnit--pickup .slick-next::before {
    content: '';
    display: block;
    width: .7rem;
    height: .7rem;
    border-top: .2rem solid #2e9a9e;
    border-right: .2rem solid #2e9a9e;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.4rem;
    right: 0;
    margin: auto;
  }
  .md_contentUnit--pickup .slick-prev {
    left: 0;
    transform: scale(-1, 1);
  }
  .md_contentUnit--pickup .slick-next {
    right: 0;
  }
  .md_contentUnit--pickup .item ul li::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .md_contentUnit--pickup .item .medical {
    margin-top: -.7rem;
  }
  .md_contentUnit--pickup .item ul li + li {
    margin-top: .8rem;
  }
  .md_contentUnit--pickup .medical li:last-child {
    padding-left: 9.2rem;
    text-indent: -6.2rem;
  }
  .md_contentUnit--pickup .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: -1.2rem;
    position: relative;
  }
  .md_contentUnit--pickup .slick-dots li {
    margin: 0 .32rem;
  }
  .md_contentUnit--pickup .slick-dots button {
    appearance: none;
    border: 0;
    width: .65rem;
    height: .65rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    text-indent: -99rem;
    border-radius: 50%;
    background: #c3c3c3;
  }
  .md_contentUnit--pickup .slick-dots .slick-active button {
    background: #2e9a9e;
  }
  .md_contentUnit--pickup .note {
    text-align: left;
    font-size: .9rem;
    line-height: 1.3333;
    margin: 1.8rem 1.5rem 2rem;
  }
}

/* step */
.md_contentUnit--step {
  background: #f9fafa;
  padding: 5.4rem 2rem 8.8rem;
}
.md_contentUnit--step h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: .01em;
  margin-bottom: 4.4rem;
}
.md_contentUnit--step h2 img {
  width: 5.3rem;
  margin: 0 auto 2.2rem;
  display: block;
}
.md_contentUnit--step h2::after {
  content: '';
  display: block;
  width: 8.2rem;
  height: .2rem;
  background: #2e9a9e;
  margin: 2rem auto 0;
}
.md_contentUnit--step ol {
  max-width: 106rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.md_contentUnit--step ol::before {
  content: '';
  display: block;
  height: .3rem;
  position: absolute;
  top: 5.3rem;
  left: 9rem;
  right: 9rem;
  background-image : linear-gradient(to right, #2e9a9e .2rem, transparent .2rem);
  background-size: .75rem .2rem;
  background-repeat: repeat-x; 
  background-position: left bottom;
}
.md_contentUnit--step ol li {
  width: 17.6303%;
  position: relative;
}
.md_contentUnit--step ol li + li::before {
  content: '';
  display: block;
  width: 2.1rem;
  height: 6rem;
  background: url(../images/step_arrow.png) no-repeat left top / 100% auto;
  position: absolute;
  top: 13.7rem;
  left: -3.2rem;
}
.md_contentUnit--step ol li + li:nth-child(3):before {
  left: -3.4rem;
}
.md_contentUnit--step ol li + li:nth-child(4):before {
  left: -2.1rem;
}
.md_contentUnit--step ol li + li:nth-child(5):before {
  left: -2.9rem;
}
.md_contentUnit--step ol figure {
  width: 11.1rem;
  margin: 0 auto 1.9rem;
}
.md_contentUnit--step ol h3 {
  text-align: center;
  font-size: 2.47rem;
  font-feature-settings: "palt";
  line-height: 1.4211;
}
.md_contentUnit--step ol h3 img {
  height: 2.034rem;
  width: auto;
  display: block;
  margin: 0 auto 1.5rem;
}
.md_contentUnit--step .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.2rem;
}
.md_contentUnit--step .txt p {
  font-size: 2.47rem;
  font-weight: 700;
  line-height: 1.5385;
  padding-bottom: .2rem;
}
.md_contentUnit--step .txt figure {
  width: 23.1rem;
}
@media only screen and (max-width: 799px) {
  .md_contentUnit--step {
    padding: 3rem 0 4.75rem;
  }
  .md_contentUnit--step h2 {
    font-size: 2.7rem;
    margin-bottom: 3.8rem;
  }
  .md_contentUnit--step h2 img {
    width: 5rem;
    margin: 0 auto 1.5rem;
  }
  .md_contentUnit--step h2::after {
    width: 6.3rem;
    margin: 1.8rem auto 0;
  }
  .md_contentUnit--step ol {
    display: block;
  }
  .md_contentUnit--step ol::before {
    height: auto;
    width: .2rem;
    position: absolute;
    top: 4.5rem;
    bottom: 4.5rem;
    left: 7.7rem;
    right: auto;
    background-image : linear-gradient(to bottom, #2e9a9e .2rem, transparent .2rem);
    background-size: .2rem .5rem;
    background-repeat: repeat-y; 
  }
  .md_contentUnit--step ol li {
    width: auto;
    display: flex;
    align-items: center;
  }
  .md_contentUnit--step ol li + li {
    margin-top: 1.7rem;
  }
  .md_contentUnit--step ol li + li::before {
    width: 1.6rem;
    height: 4.5rem;
    transform: rotate(90deg);
    top: -3.8rem;
    left: 18.1rem !important;
  }
  .md_contentUnit--step ol li + li:nth-child(3):before {
    top: -4.2rem;
  }
  .md_contentUnit--step ol li + li:nth-child(4):before {
    top: -2.8rem;
  }
  .md_contentUnit--step ol li + li:nth-child(5):before {
    top: -3.9rem;
  }
  .md_contentUnit--step ol figure {
    width: 8.05rem;
    margin: 0 0 0 3.8rem;
  }
  .md_contentUnit--step ol h3 {
    width: 14.5rem;
    font-size: 1.9rem;
    line-height: 1.421;
  }
  .md_contentUnit--step ol h3 img {
    height: 1.6rem;
    margin: 0 auto .7rem;
  }
  .md_contentUnit--step .txt {
    margin-top: 3.2rem;
    justify-content: flex-start;
  }
  .md_contentUnit--step .txt p {
    width: 20.7rem;
    font-size: 1.5rem;
    line-height: 1.5333;
    padding: 0 0 1rem 2.5rem;
    margin-right: -3.2rem;
    position: relative;
    z-index: 10;
  }
  .md_contentUnit--step .txt figure {
    width: 13.6rem;
  }
}