main {
  overflow: hidden;
}

.top-mv {
  margin-top: 11.9rem;
  position: relative;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .top-mv {
    margin-top: 7.8rem;
  }
}

.top-mv .top-mv-smallText {
  font-size: 0.1px;
  position: absolute;
  top: -10rem;
}

.top-mv .top-mv-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/mv.png);
  width: 100%;
  height: 707px;
}

@media only screen and (min-width: 2000px) {
  .top-mv .top-mv-img {
    padding-top: 50%;
  }
}

@media only screen and (max-width: 1370px) {
  .top-mv .top-mv-img {
    height: 500px;
  }
}

@media only screen and (max-width: 960px) {
  .top-mv .top-mv-img {
    height: 400px;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .top-mv .top-mv-img {
    background-image: none;
    height: auto;
  }
}

.free_consulting {
  position: relative;
  z-index: 100;
  background-image: url(../img/blue.svg);
  height: 199px;
  width: 100%;
  padding-top: 6.4rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1000px) {
  .free_consulting {
    padding-top: 4rem;
    padding-bottom: 3rem;
    height: 140px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .free_consulting {
    height: 110px;
  }
}

@media only screen and (max-width: 480px) {
  .free_consulting {
    height: 90px;
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 350px) {
  .free_consulting {
    padding-top: .8rem;
  }
}

.free_consulting_text {
  color: #fcfcfc;
  font-size: 4.3rem;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 0.667;
}

@media only screen and (max-width: 1000px) {
  .free_consulting_text {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .free_consulting_text {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .free_consulting_text {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 397px) {
  .free_consulting_text {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 350px) {
  .free_consulting_text {
    line-height: 1.6;
  }
}

.free_consulting_text .red-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(60%, #bb2222));
  background: linear-gradient(transparent 65%, #bb2222 60%);
}

.free_consulting_text .yellow_exclamation {
  font-size: 7.169rem;
  line-height: 0.4;
  color: #fff333;
}

@media only screen and (max-width: 1000px) {
  .free_consulting_text .yellow_exclamation {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .free_consulting_text .yellow_exclamation {
    font-size: 3.7rem;
  }
}

@media only screen and (max-width: 480px) {
  .free_consulting_text .yellow_exclamation {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 397px) {
  .free_consulting_text .yellow_exclamation {
    font-size: 2.2rem;
  }
}

.contact {
  margin-top: -2.3rem;
  z-index: 1;
  background-color: #9fdfff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 256px;
  position: relative;
}

@media only screen and (max-width: 710px) {
  .contact {
    height: auto;
  }
}

.contact .inner {
  padding-top: 6.4rem;
  padding-bottom: 5.3rem;
}

.contact_flex {
  max-width: 992px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
}

@media only screen and (max-width: 710px) {
  .contact_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact_flex_item {
  width: 46.5%;
  display: block;
  position: relative;
  height: 135px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 4rem;
  padding-bottom: 2.6rem;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px rgba(129, 129, 129, 0.35);
          box-shadow: 0px 0px 10px rgba(129, 129, 129, 0.35);
}

.contact_flex_item:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 710px) {
  .contact_flex_item {
    width: 300px;
  }
}

@media only screen and (max-width: 374px) {
  .contact_flex_item {
    width: 100%;
  }
}

.contact_flex_item .reception-time {
  font-size: 1.8rem;
  letter-spacing: .01em;
  font-weight: bold;
  line-height: .9;
  background-color: #fff333;
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-align: center;
  width: 238px;
  border-radius: 8px;
}

@media only screen and (max-width: 1067px) {
  .contact_flex_item .reception-time {
    font-size: 1.4rem;
    width: 180px;
  }
}

@media only screen and (max-width: 374px) {
  .contact_flex_item .reception-time {
    width: 160px;
    font-size: 1.3rem;
  }
}

.contact_flex .tel_box {
  background-image: url(../img/tel_bg.png);
  padding-left: 13rem;
}

@media only screen and (max-width: 862px) {
  .contact_flex .tel_box {
    padding-left: 10rem;
  }
}

@media only screen and (max-width: 710px) {
  .contact_flex .tel_box {
    margin-bottom: 1.8rem;
  }
}

.contact_flex .tel_box:before {
  content: '';
  background-image: url(../img/tel-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 74px;
  height: 50px;
  position: absolute;
  left: 2.9rem;
}

@media only screen and (max-width: 862px) {
  .contact_flex .tel_box:before {
    left: 2rem;
    width: 60px;
    height: 40.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.contact_flex .tel_box .tel {
  font-family: 'Fjalla One', sans-serif;
  font-size: 4.8rem;
  letter-spacing: .01em;
  line-height: .5;
  margin-bottom: 1.4rem;
}

@media only screen and (max-width: 1067px) {
  .contact_flex .tel_box .tel {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 923px) {
  .contact_flex .tel_box .tel {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 862px) {
  .contact_flex .tel_box .tel {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 374px) {
  .contact_flex .tel_box .tel {
    font-size: 2.6rem;
  }
}

.contact_flex .tel_box .reception-time {
  margin-left: 2.3rem;
}

@media only screen and (max-width: 923px) {
  .contact_flex .tel_box .reception-time {
    margin-left: 0;
  }
}

.contact_flex .mail_box {
  background-image: url(../img/mail_bg.png);
  padding-left: 15.5rem;
  padding-top: 4.3rem;
}

@media only screen and (max-width: 1067px) {
  .contact_flex .mail_box {
    padding-left: 13rem;
  }
}

@media only screen and (max-width: 862px) {
  .contact_flex .mail_box {
    padding-left: 9rem;
  }
}

@media only screen and (max-width: 710px) {
  .contact_flex .mail_box {
    padding-top: 5rem;
  }
}

.contact_flex .mail_box:before {
  content: '';
  background-image: url(../img/mail-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 69px;
  height: 41px;
  position: absolute;
  left: 5.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1067px) {
  .contact_flex .mail_box:before {
    left: 3rem;
  }
}

@media only screen and (max-width: 862px) {
  .contact_flex .mail_box:before {
    left: 2rem;
    width: 50px;
    height: 29.7px;
  }
}

.contact_flex .mail_box .free-mail {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: .067;
  color: #fcfcfc;
  text-shadow: 1px 1px 5px rgba(57, 173, 1, 0.43);
  margin-bottom: .6rem;
}

@media only screen and (max-width: 1067px) {
  .contact_flex .mail_box .free-mail {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 710px) {
  .contact_flex .mail_box .free-mail {
    font-size: 2.4rem;
    line-height: .05;
    margin-bottom: -.4rem;
  }
}

@media only screen and (max-width: 374px) {
  .contact_flex .mail_box .free-mail {
    font-size: 2.2rem;
  }
}

.complex {
  background-image: url(../img/problem.png);
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.complex .main-inner {
  position: relative;
  padding-top: 6.4rem;
  padding-bottom: 10.6rem;
}

@media only screen and (max-width: 480px) {
  .complex .main-inner {
    padding-bottom: 2.36rem;
  }
}

.complex .main-inner:before {
  content: '';
  position: absolute;
  width: 777px;
  height: 518px;
  bottom: 0;
  right: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .complex .main-inner:before {
    width: 500px;
    height: 333px;
    right: 0;
  }
}

.complex-title {
  font-size: 48px;
  letter-spacing: .01em;
  line-height: .5;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1087px) {
  .complex-title {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 873px) {
  .complex-title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .complex-title {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 480px) {
  .complex-title {
    font-size: 2.4rem;
  }
}

.complex-title .red {
  font-size: 72px;
  line-height: .3333;
  color: #bb2222;
}

@media only screen and (max-width: 1087px) {
  .complex-title .red {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 873px) {
  .complex-title .red {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 653px) {
  .complex-title .red {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 480px) {
  .complex-title .red {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 374px) {
  .complex-title .red {
    font-size: 2.8rem;
  }
}

.complex .black_border {
  width: 100%;
  margin-top: 2.4rem;
  position: relative;
  z-index: 100;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 480px) {
  .complex .black_border {
    margin-top: 1.5rem;
  }
}

.complex-comment {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: bold;
  background-image: url(../img/fukidashi1.svg);
  width: 810px;
  height: 123px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto 1.2rem;
  text-align: center;
  padding-top: 3rem;
}

@media only screen and (max-width: 900px) {
  .complex-comment {
    font-size: 2.4rem;
    width: 650px;
    height: 98.7px;
    padding-top: 2.3rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .complex-comment {
    font-size: 2rem;
    text-align: left;
    background-image: url(../img/fukidashi2.svg);
    max-width: 300px;
    height: 135.3px;
    padding-top: 2.8rem;
    padding-left: 4rem;
  }
}

@media only screen and (max-width: 586px) {
  .complex-comment {
    width: 270px;
    height: 121.77px;
    padding-left: 3.4rem;
    font-size: 1.8rem;
  }
}

.complex-comments {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.6rem;
}

@media only screen and (max-width: 900px) {
  .complex-comments {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 586px) {
  .complex-comments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .complex-comments {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 586px) {
  .complex-comments {
    font-size: 1.8rem;
  }
}

.complex-comments .commentsItem1 {
  width: 368px;
  height: 166px;
  background-image: url(../img/fukidashi2.svg);
  padding-top: 3.2rem;
  padding-left: 4.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 900px) {
  .complex-comments .commentsItem1 {
    width: 300px;
    height: 135.3px;
    padding-top: 2.8rem;
    padding-left: 4rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .complex-comments .commentsItem1 {
    width: 270px;
    height: 121.77px;
  }
}

@media only screen and (max-width: 586px) {
  .complex-comments .commentsItem1 {
    padding-left: 5rem;
  }
}

.complex-comments .commentsItem2 {
  width: 330px;
  height: 153px;
  background-image: url(../img/fukidashi3.svg);
  padding-top: 2.8rem;
  padding-left: 4.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 1.2rem;
}

@media only screen and (max-width: 900px) {
  .complex-comments .commentsItem2 {
    width: 300px;
    height: 135.3px;
    padding-top: 2.8rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .complex-comments .commentsItem2 {
    width: 270px;
    height: 121.77px;
    padding-top: 2.3rem;
  }
}

@media only screen and (max-width: 586px) {
  .complex-comments .commentsItem2 {
    padding-left: 5rem;
  }
}

.complex-comments .commentsItem3 {
  width: 330px;
  height: 153px;
  background-image: url(../img/fukidashi3.svg);
  padding-top: 2.8rem;
  padding-left: 7.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 1.2rem;
}

@media only screen and (max-width: 900px) {
  .complex-comments .commentsItem3 {
    width: 300px;
    height: 135.3px;
    padding-top: 2.8rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .complex-comments .commentsItem3 {
    width: 270px;
    height: 121.77px;
  }
}

.liberation {
  position: relative;
}

.liberation:after {
  content: '';
  position: absolute;
  background-image: url(../img/plan.png);
  width: 700px;
  height: 770px;
  bottom: 0;
  left: 16rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -10;
}

@media only screen and (max-width: 1305px) {
  .liberation:after {
    left: -5rem;
  }
}

@media only screen and (max-width: 900px) {
  .liberation:after {
    left: -10rem;
    width: 600px;
    height: 670px;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .liberation:after {
    width: 500px;
    height: 570px;
  }
}

@media only screen and (max-width: 670px) {
  .liberation:after {
    display: none;
  }
}

.liberation .main-inner {
  padding-top: 4.7rem;
  padding-bottom: 1.3rem;
}

.liberation-title {
  font-size: 7.2rem;
  letter-spacing: .01em;
  line-height: 1.25;
  margin-bottom: 8.4rem;
}

@media only screen and (max-width: 1037px) {
  .liberation-title {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 900px) {
  .liberation-title {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .liberation-title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 670px) {
  .liberation-title {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 480px) {
  .liberation-title {
    font-size: 3.2rem;
  }
}

.liberation-title .blue {
  font-size: 93.83px;
  line-height: 1.091;
  color: #0187c9;
}

@media only screen and (max-width: 1037px) {
  .liberation-title .blue {
    font-size: 8rem;
  }
}

@media only screen and (max-width: 900px) {
  .liberation-title .blue {
    font-size: 6.4rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .liberation-title .blue {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 480px) {
  .liberation-title .blue {
    font-size: 3.2rem;
  }
}

.liberation-title .yellow_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff333));
  background: linear-gradient(transparent 70%, #fff333 70%);
  display: inline-block;
  line-height: 1;
  font-style: italic;
}

.liberation-title .yellow_line:first-child {
  margin-right: .5rem;
}

.liberation-title .text-right {
  display: block;
  text-align: right;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .liberation-title .text-right {
    text-align: left;
    display: inline-block;
  }
}

.liberation_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 670px) {
  .liberation_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.liberation_flexItem {
  position: relative;
  margin-bottom: 2.1rem;
  font-size: 3.6rem;
  line-height: 1.333;
  font-weight: 500;
  letter-spacing: -.05em;
  width: 47.9%;
  height: 145px;
  background-color: #0187c9;
  color: #fcfcfc;
  padding: 2.3rem 0 3rem 3rem;
}

.liberation_flexItem:first-child {
  opacity: 0;
}

@media only screen and (max-width: 670px) {
  .liberation_flexItem:first-child {
    display: none;
  }
}

.liberation_flexItem:nth-child(3) {
  padding-top: 5rem;
  padding-left: 4rem;
}

@media only screen and (max-width: 880px) {
  .liberation_flexItem:nth-child(3) {
    padding-top: 4.2rem;
  }
}

.liberation_flexItem:nth-child(5) {
  padding-left: 4rem;
}

@media only screen and (max-width: 1088px) {
  .liberation_flexItem {
    font-size: 2.8rem;
    padding-top: 3.2rem;
  }
}

@media only screen and (max-width: 880px) {
  .liberation_flexItem {
    font-size: 2.2rem;
    height: 120px;
  }
}

@media only screen and (max-width: 670px) {
  .liberation_flexItem {
    width: 300px;
  }
}

@media only screen and (max-width: 374px) {
  .liberation_flexItem {
    width: 100%;
  }
}

.liberation_flexItem:before {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #737373, #737373 2px, transparent 0, transparent 5px);
  z-index: -1;
}

.liberation_flexItem:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 50px;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #fcfcfc;
  border-left: 50px solid transparent;
  top: -16px;
  right: -38px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.regeneration {
  position: relative;
}

.regeneration .main-inner {
  padding-bottom: 5.5rem;
  padding-top: 27.2rem;
}

.regeneration .comment-item {
  position: absolute;
  top: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  letter-spacing: .01em;
  line-height: 1.3333;
}

@media only screen and (max-width: 1074px) {
  .regeneration .comment-item {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 800px) {
  .regeneration .comment-item {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 501px) {
  .regeneration .comment-item {
    font-size: 1.8rem;
  }
}

.regeneration .comment-item:first-child {
  top: 4.3rem;
  left: 5rem;
  background-image: url(../img/cloud-img1.svg);
  width: 538px;
  height: 268px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 6rem;
  padding-left: 5.5rem;
}

@media only screen and (max-width: 1074px) {
  .regeneration .comment-item:first-child {
    left: 1.2rem;
    width: 430px;
    height: 210.2px;
  }
}

@media only screen and (max-width: 800px) {
  .regeneration .comment-item:first-child {
    width: 380px;
    height: 185.6px;
  }
}

@media only screen and (max-width: 501px) {
  .regeneration .comment-item:first-child {
    width: 280px;
    height: 140px;
    padding-top: 3.8rem;
    padding-left: 3rem;
  }
}

.regeneration .comment-item:last-child {
  top: 16rem;
  right: 5rem;
  background-image: url(../img/cloud-img2.svg);
  width: 433px;
  height: 261px;
  padding-top: 7.2rem;
  padding-left: 6.1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1074px) {
  .regeneration .comment-item:last-child {
    right: 1.2rem;
    width: 345px;
    height: 208px;
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 800px) {
  .regeneration .comment-item:last-child {
    top: 20rem;
    width: 300px;
    height: 180px;
  }
}

@media only screen and (max-width: 501px) {
  .regeneration .comment-item:last-child {
    width: 240px;
    height: 140px;
    padding-top: 3.5rem;
    padding-left: 4rem;
    top: 18rem;
  }
}

.regeneration_img {
  margin: 0 auto;
  max-width: 85.5%;
}

@media only screen and (max-width: 800px) {
  .regeneration_img {
    max-width: 100%;
  }
}

.regeneration_img:nth-child(2) {
  max-width: 77.0%;
  margin-bottom: 6.8rem;
}

.regeneration_img img {
  width: 100%;
}

.regeneration-title {
  font-size: 44.99px;
  letter-spacing: .01em;
  line-height: 1.875;
  text-align: center;
  color: #003d72;
  position: relative;
}

@media only screen and (max-width: 1057px) {
  .regeneration-title {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .regeneration-title {
    line-height: 1.6;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 374px) {
  .regeneration-title {
    font-size: 2.4rem;
  }
}

.regeneration-title:before {
  content: '';
  position: absolute;
  background-image: url(../img/left-bar.svg);
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 143px;
  height: 232px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 1057px) {
  .regeneration-title:before {
    width: 100px;
  }
}

@media only screen and (max-width: 908px) {
  .regeneration-title:before {
    width: 80px;
  }
}

@media only screen and (max-width: 545px) {
  .regeneration-title:before {
    width: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .regeneration-title:before {
    width: 35px;
  }
}

.regeneration-title:after {
  content: '';
  position: absolute;
  background-image: url(../img/right-bar.svg);
  right: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 143px;
  height: 232px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 1057px) {
  .regeneration-title:after {
    width: 100px;
  }
}

@media only screen and (max-width: 908px) {
  .regeneration-title:after {
    width: 80px;
  }
}

@media only screen and (max-width: 545px) {
  .regeneration-title:after {
    width: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .regeneration-title:after {
    width: 35px;
  }
}

.regeneration-title .orange {
  font-size: 84.36px;
  line-height: .8;
}

@media only screen and (max-width: 1057px) {
  .regeneration-title .orange {
    font-size: 6.7rem;
  }
}

@media only screen and (max-width: 908px) {
  .regeneration-title .orange {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .regeneration-title .orange {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 545px) {
  .regeneration-title .orange {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 374px) {
  .regeneration-title .orange {
    font-size: 2.4rem;
  }
}

.regeneration-title .doted {
  position: relative;
  font-size: 67.49px;
  line-height: 1.5276;
}

@media only screen and (max-width: 908px) {
  .regeneration-title .doted {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .regeneration-title .doted {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 545px) {
  .regeneration-title .doted {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 374px) {
  .regeneration-title .doted {
    font-size: 2.4rem;
  }
}

.regeneration-title .doted:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #003d72;
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1057px) {
  .regeneration-title .doted:after {
    width: 11px;
    height: 11px;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .regeneration-title .doted:after {
    width: 8px;
    height: 8px;
    bottom: -.8rem;
  }
}

@media only screen and (max-width: 545px) {
  .regeneration-title .doted:after {
    width: 5px;
    height: 5px;
    bottom: -.3rem;
  }
}

.regeneration-title .big {
  font-size: 84.36px;
  line-height: 1.2222;
}

@media only screen and (max-width: 1057px) {
  .regeneration-title .big {
    font-size: 6.7rem;
  }
}

@media only screen and (max-width: 908px) {
  .regeneration-title .big {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .regeneration-title .big {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 545px) {
  .regeneration-title .big {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 374px) {
  .regeneration-title .big {
    font-size: 2.4rem;
  }
}

.merit {
  position: relative;
  background-image: url(../img/sky-bg.png);
  width: 100%;
  overflow: hidden !important;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.merit:before {
  z-index: 5;
  content: '';
  position: absolute;
  background-color: #0187c9;
  min-width: 684px;
  width: 70%;
  height: 138px;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-3.9rem) skew(30deg);
          transform: translateX(-3.9rem) skew(30deg);
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .merit:before {
    min-width: 450px;
    height: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .merit:before {
    min-width: 270px;
    width: 95%;
    height: 100px;
  }
}

.merit .cover-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

.merit .main-inner {
  padding-top: 13.8rem;
  padding-bottom: 5.3rem;
}

.merit .main-inner:after {
  content: '';
  position: absolute;
  background-image: url(../img/man.png);
  width: 818px;
  height: 964px;
  bottom: -.8rem;
  right: -1.7rem;
  z-index: -10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .merit .main-inner:after {
    width: 500px;
    height: 589.2px;
  }
}

@media only screen and (max-width: 480px) {
  .merit .main-inner:after {
    width: 400px;
    height: 471.2px;
  }
}

.merit-title {
  z-index: 200;
  font-size: 4.8rem;
  line-height: .8333;
  letter-spacing: .01em;
  color: #fcfcfc;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5rem;
  padding-bottom: 4.3rem;
  z-index: 20;
}

@media only screen and (max-width: 1167px) {
  .merit-title {
    padding-left: 1.6rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .merit-title {
    font-size: 3.8rem;
    padding-top: 4.3rem;
  }
}

@media only screen and (max-width: 480px) {
  .merit-title {
    font-size: 2.7rem;
    padding-top: 3.8rem;
  }
}

@media only screen and (max-width: 374px) {
  .merit-title {
    font-size: 2.5rem;
  }
}

.merit-list {
  margin-top: 19.8rem;
  padding-left: 9.1rem;
  position: relative;
  z-index: 200;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .merit-list {
    padding-left: 6rem;
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 480px) {
  .merit-list {
    padding-left: 3rem;
  }
}

.merit-listItem {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.5;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3), -1px 1px 0 rgba(255, 255, 255, 0.3), 1px -1px 0 rgba(255, 255, 255, 0.3), -1px -1px 0 rgba(255, 255, 255, 0.3), 0px 0px 10px #fcfcfc;
  position: relative;
}

@media only screen and (max-width: 1002px) {
  .merit-listItem {
    font-size: 3.8rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .merit-listItem {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .merit-listItem {
    font-size: 2.4rem;
  }
}

.merit-listItem:first-child {
  margin-bottom: 11.8rem;
}

@media only screen and (max-width: 480px) {
  .merit-listItem:first-child {
    margin-bottom: 8rem;
  }
}

.merit-listItem:first-child:before {
  content: '1';
  position: absolute;
  font-size: 209.2px;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
  color: #0187c9;
  left: -8rem;
  top: -4rem;
  line-height: .5;
}

@media only screen and (max-width: 1002px) {
  .merit-listItem:first-child:before {
    font-size: 180px;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .merit-listItem:first-child:before {
    font-size: 140px;
    left: -5rem;
    top: -2rem;
  }
}

@media only screen and (max-width: 480px) {
  .merit-listItem:first-child:before {
    font-size: 100px;
    left: -4rem;
  }
}

.merit-listItem:nth-child(2) {
  margin-bottom: 13.3rem;
}

@media only screen and (max-width: 480px) {
  .merit-listItem:nth-child(2) {
    margin-bottom: 8rem;
  }
}

.merit-listItem:nth-child(2):before {
  content: '2';
  position: absolute;
  font-size: 209.2px;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
  color: #0187c9;
  left: -9rem;
  top: -2rem;
  line-height: .5;
}

@media only screen and (max-width: 1002px) {
  .merit-listItem:nth-child(2):before {
    font-size: 180px;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .merit-listItem:nth-child(2):before {
    font-size: 140px;
    left: -6rem;
    top: -2rem;
  }
}

@media only screen and (max-width: 480px) {
  .merit-listItem:nth-child(2):before {
    font-size: 100px;
    left: -4rem;
  }
}

.merit-listItem:last-child:before {
  content: '3';
  position: absolute;
  font-size: 209.2px;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
  color: #0187c9;
  left: -8rem;
  top: -3rem;
  line-height: .5;
}

@media only screen and (max-width: 1002px) {
  .merit-listItem:last-child:before {
    font-size: 180px;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .merit-listItem:last-child:before {
    font-size: 140px;
    left: -6rem;
    top: -2rem;
  }
}

@media only screen and (max-width: 480px) {
  .merit-listItem:last-child:before {
    font-size: 100px;
    left: -4rem;
    top: 0;
  }
}

.merit-listItem .bold {
  font-size: 7.2rem;
  line-height: 1;
  font-style: italic;
}

@media only screen and (max-width: 1002px) {
  .merit-listItem .bold {
    font-size: 6.2rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .merit-listItem .bold {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 480px) {
  .merit-listItem .bold {
    font-size: 2.6rem;
  }
}

.merit-listItem .pink-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #fdb1b1));
  background: linear-gradient(transparent 70%, #fdb1b1 60%);
}

.demerit {
  background-color: #e5daa6;
}

.demerit .main-inner {
  padding-top: 6.4rem;
  padding-bottom: 7.3rem;
}

.demerit-title {
  font-size: 4.8rem;
  line-height: 1.5;
  color: #fcfcfc;
  background-image: url(../img/dark-blue-bg.svg);
  width: 100%;
  padding: 0rem 22.18% 1.4rem 22.58%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 20;
  position: relative;
}

@media only screen and (max-width: 1192px) {
  .demerit-title {
    background-image: none;
    background-color: #003d72;
  }
  .demerit-title:before {
    content: '';
    position: absolute;
    background-image: url(../img/part2.svg);
    left: 0;
    bottom: -1.4rem;
    width: 2.8%;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
  }
  .demerit-title:after {
    content: '';
    position: absolute;
    background-image: url(../img/part1.svg);
    right: 0;
    bottom: -1.4rem;
    width: 2.8%;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
  }
}

@media only screen and (max-width: 660px) {
  .demerit-title:before {
    bottom: -1.2rem;
  }
  .demerit-title:after {
    bottom: -1.2rem;
  }
}

@media only screen and (max-width: 445px) {
  .demerit-title:before {
    bottom: -1rem;
  }
  .demerit-title:after {
    bottom: -1rem;
  }
}

@media only screen and (max-width: 1071px) {
  .demerit-title {
    font-size: 4rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .demerit-title {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 480px) {
  .demerit-title {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 374px) {
  .demerit-title {
    font-size: 2.3rem;
  }
}

.demerit-title .doted {
  position: relative;
}

.demerit-title .doted:after {
  content: '';
  position: absolute;
  background-color: #fcfcfc;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  bottom: -.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .demerit-title .doted:after {
    width: 6px;
    height: 6px;
    bottom: -.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .demerit-title .doted:after {
    width: 5px;
    height: 5px;
  }
}

.demerit-title .red-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(60%, #e43c3c));
  background: linear-gradient(transparent 75%, #e43c3c 60%);
  line-height: 1.4;
}

.demerit_article {
  position: relative;
  z-index: 1;
  background-color: #fcfcfc;
  width: 94.8%;
  margin: -2rem auto 0;
  padding: 5.2rem 3.1rem 2.2rem 2.8rem;
  -webkit-box-shadow: 0px 0px 10px rgba(129, 129, 129, 0.35);
          box-shadow: 0px 0px 10px rgba(129, 129, 129, 0.35);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 480px) {
  .demerit_article {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.demerit_article:after {
  content: '';
  position: absolute;
  background-image: url(../img/demerit-man.png);
  bottom: 0;
  right: 1rem;
  width: 380px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 480px) {
  .demerit_article:after {
    width: 300px;
    height: 244.7px;
  }
}

.demerit_article .article-wrapper {
  width: 40.222%;
  font-style: 1.8rem;
  line-height: 2;
  letter-spacing: .025em;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .demerit_article .article-wrapper {
    width: 100%;
    padding-bottom: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .demerit_article .article-wrapper {
    padding-bottom: 24rem;
    font-size: 1.4rem;
  }
}

.demerit_article .article-wrapper .yellow_border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #fffc00));
  background: linear-gradient(transparent 70%, #fffc00 60%);
  line-height: .78;
}

.demerit_article .article-wrapper .red {
  color: #e43c3c;
}

.qa {
  background-color: #e1edf3;
}

.qa .main-inner {
  padding-top: 15.5rem;
  padding-bottom: 6.4rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .qa .main-inner {
    padding-top: 10rem;
  }
}

.qa_title {
  font-size: 3.6rem;
  letter-spacing: .025em;
  line-height: 1.6666;
  color: #003d72;
  text-align: center;
  position: relative;
  margin-bottom: 4.7rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .qa_title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .qa_title {
    font-size: 2.4rem;
  }
}

.qa_title:before {
  content: '';
  position: absolute;
  background-image: url(../img/Q&A.svg);
  width: 179px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -7.5rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .qa_title:before {
    width: 150px;
    height: 58.7px;
    top: -5.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .qa_title:before {
    width: 130px;
    height: 50.9px;
  }
}

.qa_box {
  background-color: #fcfcfc;
  padding: 1.9rem 3rem 2.2rem 0;
  border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .qa_box {
    padding-right: 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.qa_box:not(:last-child) {
  margin-bottom: 1.4rem;
}

.qa_box .q, .qa_box .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qa_box .q .q-logo,
.qa_box .q .a-logo, .qa_box .a .q-logo,
.qa_box .a .a-logo {
  width: 9.3%;
  min-width: 9.4rem;
  height: 4.2rem;
  margin-left: -.1rem;
  margin-right: 1.2rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .qa_box .q .q-logo,
  .qa_box .q .a-logo, .qa_box .a .q-logo,
  .qa_box .a .a-logo {
    min-width: 7rem;
  }
}

@media only screen and (max-width: 480px) {
  .qa_box .q .q-logo,
  .qa_box .q .a-logo, .qa_box .a .q-logo,
  .qa_box .a .a-logo {
    min-width: 5.7rem;
  }
}

.qa_box .q .q_title,
.qa_box .q .a_text, .qa_box .a .q_title,
.qa_box .a .a_text {
  width: 88.6%;
}

.qa_box .q {
  margin-bottom: 2.8rem;
}

.qa_box .q_title {
  color: #003d72;
  font-size: 2.4rem;
  letter-spacing: .025em;
  line-height: 1.5;
  font-weight: 500;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .qa_box .q_title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .qa_box .q_title {
    font-size: 1.8rem;
  }
}

.qa_box .a_text {
  font-size: 1.8rem;
  letter-spacing: .025em;
  line-height: 2;
  font-weight: 300;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .qa_box .a_text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .qa_box .a_text {
    font-size: 1.4rem;
  }
}

.advantage .main-inner {
  padding-top: 8.3rem;
  padding-bottom: 9.5rem;
}

.advantage .blue-box {
  background-color: #0187c9;
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advantage .blue-boxItem {
  width: 50%;
  height: 295px;
  font-size: 3.6rem;
  letter-spacing: .025em;
  font-weight: bold;
  line-height: 1.3333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1100px) {
  .advantage .blue-boxItem {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 922px) {
  .advantage .blue-boxItem {
    font-size: 2rem;
    height: 250px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .advantage .blue-boxItem {
    height: 220px;
  }
}

.advantage .blue-boxItem:first-child {
  padding-top: 7.4rem;
  padding-left: 6.2rem;
  position: relative;
}

@media only screen and (max-width: 922px) {
  .advantage .blue-boxItem:first-child {
    padding-top: 4rem;
    padding-left: 3.8rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:first-child {
    padding-left: 0;
  }
}

.advantage .blue-boxItem:first-child .blue-boxText {
  margin-top: 3rem;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:first-child .blue-boxText {
    margin-right: auto;
  }
}

.advantage .blue-boxItem:first-child .blue-boxImg {
  margin-right: 1.8rem;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:first-child .blue-boxImg {
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  .advantage .blue-boxItem:first-child .blue-boxImg {
    width: 140px;
  }
}

.advantage .blue-boxItem:first-child:after {
  content: '';
  position: absolute;
  border-bottom: dotted 4.5px #fcfcfc;
  bottom: 0;
  left: 5%;
  width: 90.428%;
  height: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.advantage .blue-boxItem:nth-child(2) {
  padding: 11.4rem 1.2rem 7.7rem 4.2rem;
  position: relative;
}

@media only screen and (max-width: 912px) {
  .advantage .blue-boxItem:nth-child(2) {
    padding-top: 8rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(2) {
    padding-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(2) {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}

.advantage .blue-boxItem:nth-child(2):before {
  content: '';
  position: absolute;
  border-left: dotted 4.5px #fcfcfc;
  left: -1rem;
  top: 8%;
  width: 5px;
  height: 84.07%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.advantage .blue-boxItem:nth-child(2):after {
  content: '';
  position: absolute;
  border-bottom: dotted 4.5px #fcfcfc;
  bottom: 0;
  left: 1rem;
  width: 93%;
  height: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(2):after {
    left: 5%;
    width: 90.428%;
  }
}

.advantage .blue-boxItem:nth-child(2) .blue-boxText {
  margin-top: .5rem;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(2) .blue-boxText {
    margin-right: auto;
  }
}

.advantage .blue-boxItem:nth-child(2) .blue-boxImg {
  margin-right: 2rem;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(2) .blue-boxImg {
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(2) .blue-boxImg {
    width: 80px;
  }
}

.advantage .blue-boxItem:nth-child(3) {
  padding-left: 3.7rem;
  padding-top: 7rem;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .advantage .blue-boxItem:nth-child(3) {
    padding-top: 9rem;
  }
}

@media only screen and (max-width: 912px) {
  .advantage .blue-boxItem:nth-child(3) {
    padding-top: 10rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(3) {
    padding-left: 0;
  }
}

.advantage .blue-boxItem:nth-child(3):before {
  content: '';
  position: absolute;
  border-left: dotted 4.5px #fcfcfc;
  right: .5rem;
  top: 8%;
  width: 5px;
  height: 84.07%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(3):before {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(3):after {
    content: '';
    position: absolute;
    border-bottom: dotted 4.5px #fcfcfc;
    bottom: 0;
    left: 5%;
    width: 90.428%;
    height: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.advantage .blue-boxItem:nth-child(3) .blue-boxText {
  font-size: 3rem;
  letter-spacing: .01em;
  line-height: 1.6;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .advantage .blue-boxItem:nth-child(3) .blue-boxText {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 912px) {
  .advantage .blue-boxItem:nth-child(3) .blue-boxText {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(3) .blue-boxText {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(3) .blue-boxText {
    font-size: 1.6rem;
  }
}

.advantage .blue-boxItem:nth-child(3) .blue-boxText:after {
  content: '';
  position: absolute;
  background-image: url(../img/house.png);
  width: 160px;
  height: 105px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1100px) {
  .advantage .blue-boxItem:nth-child(3) .blue-boxText:after {
    top: -3rem;
  }
}

@media only screen and (max-width: 912px) {
  .advantage .blue-boxItem:nth-child(3) .blue-boxText:after {
    top: -5rem;
    right: -3rem;
    width: 130px;
  }
}

@media only screen and (max-width: 480px) {
  .advantage .blue-boxItem:nth-child(3) .blue-boxText:after {
    right: -1rem;
    top: -6rem;
  }
}

.advantage .blue-boxItem:last-child {
  padding-left: 6rem;
  padding-top: 8.3rem;
}

@media only screen and (max-width: 912px) {
  .advantage .blue-boxItem:last-child {
    padding-top: 6rem;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:last-child {
    padding-left: 0;
  }
}

.advantage .blue-boxItem:last-child .blue-boxText {
  color: #222222;
  background-color: #fcfcfc;
  letter-spacing: .025em;
  padding: 1.2rem 2.8rem 2.3rem 11.7rem;
  display: inline-block;
  height: 123px;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .advantage .blue-boxItem:last-child .blue-boxText {
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 912px) {
  .advantage .blue-boxItem:last-child .blue-boxText {
    height: 100px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .advantage .blue-boxItem:last-child .blue-boxText {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .advantage .blue-boxItem:last-child .blue-boxText {
    padding: 2rem 2rem 1.2rem 8rem;
  }
}

.advantage .blue-boxItem:last-child .blue-boxText:before {
  content: '';
  position: absolute;
  background-image: url(../img/youtube.svg);
  width: 104px;
  height: 104px;
  left: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 912px) {
  .advantage .blue-boxItem:last-child .blue-boxText:before {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media only screen and (max-width: 480px) {
  .advantage .blue-boxItem:last-child .blue-boxText:before {
    width: 60px;
    height: 60px;
  }
}

.public {
  background-color: #e1edf3;
}

.public .main-inner {
  padding-top: 8.1rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .public .main-inner {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

.public-title {
  width: 79.8%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .public-title {
    width: 100%;
  }
}

.public-img {
  width: 36.4%;
  margin: 0 auto 6.3rem;
}

@media only screen and (max-width: 480px) {
  .public-img {
    min-width: 150px;
    width: 50%;
  }
}

.public-comment {
  font-size: 1.8rem;
  line-height-step: 1.33333;
  letter-spacing: .025em;
  font-weight: 400;
}

@media sp, only screen and (min-width: 481px) and (max-width: 768px) {
  .public-comment {
    font-size: 1.6rem;
  }
}

.performance {
  overflow: hidden;
  background-image: url(../img/performance-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.performance .main-inner {
  padding-top: 8.3rem;
  padding-bottom: 8.3rem;
}

.performance-title {
  color: #fcfcfc;
  font-size: 9rem;
  line-height: .666666;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  background-color: #003d72;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  width: 86.9%;
  margin: 0 auto 3.9rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .performance-title {
    font-size: 6.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .performance-title {
    font-size: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.performance-box {
  background-color: #fcfcfc;
  padding: 7.3rem 3.6rem 2.9rem;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(184, 184, 184, 0.75);
          box-shadow: 5px 5px 5px rgba(184, 184, 184, 0.75);
}

@media only screen and (max-width: 792px) {
  .performance-box {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

@media only screen and (max-width: 582px) {
  .performance-box {
    padding-top: 5rem;
  }
}

.performance-box:not(:last-child) {
  margin-bottom: 3.2rem;
}

.performance-box_title {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: .025em;
  margin-bottom: 4.6rem;
  position: relative;
}

@media only screen and (max-width: 1080px) {
  .performance-box_title {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box_title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 582px) {
  .performance-box_title {
    margin-bottom: 3rem;
  }
}

.performance-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: translateX(-3.6rem);
          transform: translateX(-3.6rem);
}

@media only screen and (max-width: 792px) {
  .performance-box .container {
    -webkit-transform: translateX(-1.2rem);
            transform: translateX(-1.2rem);
  }
}

@media only screen and (max-width: 792px) {
  .performance-box .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.performance-box .container .person {
  font-size: 2.4rem;
  background-color: #003d72;
  color: #fcfcfc;
  letter-spacing: .025em;
  width: 196px;
  height: 60px;
  line-height: 60px;
  padding-left: 3.7rem;
  margin-right: 4.5rem;
}

@media only screen and (max-width: 1080px) {
  .performance-box .container .person {
    margin-right: 1.2rem;
    font-size: 1.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box .container .person {
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.performance-box .container .debt {
  font-size: 2.485rem;
  letter-spacing: .025em;
  width: 135px;
  height: 41px;
  line-height: 41px;
  font-weight: bold;
  text-align: center;
  color: #fcfcfc;
  background-color: #fd9600;
  border-radius: 8px;
  margin-top: 1.2rem;
  margin-right: 1.6rem;
}

@media only screen and (max-width: 1080px) {
  .performance-box .container .debt {
    font-size: 1.8rem;
    height: 30px;
    line-height: 30px;
    width: 100px;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box .container .debt {
    font-size: 1.6rem;
    width: 80px;
    margin-top: 1rem;
    margin-right: 1.2rem;
  }
}

@media only screen and (max-width: 582px) {
  .performance-box .container .debt {
    margin-right: 50%;
  }
}

@media only screen and (max-width: 390px) {
  .performance-box .container .debt {
    margin-right: 30%;
  }
}

.performance-box .container .money {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: .025em;
  font-weight: bold;
  margin-right: 2.4rem;
}

@media only screen and (max-width: 1080px) {
  .performance-box .container .money {
    font-size: 2.6rem;
    margin-top: 1rem;
    margin-right: 1.8rem;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box .container .money {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 582px) {
  .performance-box .container .money {
    margin-left: auto;
  }
}

@media only screen and (max-width: 374px) {
  .performance-box .container .money {
    font-size: 1.6rem;
    margin-right: .8rem;
    margin-left: 1rem;
  }
}

.performance-box .container .money .big {
  font-size: 4.8rem;
  line-height: 1.25;
}

@media only screen and (max-width: 1080px) {
  .performance-box .container .money .big {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box .container .money .big {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 374px) {
  .performance-box .container .money .big {
    font-size: 1.8rem;
  }
}

.performance-box .container .arrow {
  width: 34px;
  height: 24px;
  margin-right: 1.4rem;
  margin-top: 2.8rem;
}

@media only screen and (max-width: 1080px) {
  .performance-box .container .arrow {
    width: 24px;
    height: 14px;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box .container .arrow {
    width: 18px;
    height: 12px;
    margin-top: 1.3rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 374px) {
  .performance-box .container .arrow {
    margin-right: .5rem;
    width: 16px;
    height: 10px;
  }
}

.performance-box .container .arrow img {
  width: 100%;
}

.performance-box .container .success {
  font-size: 2.4rem;
  color: #fd9600;
  line-height: 2;
}

@media only screen and (max-width: 1080px) {
  .performance-box .container .success {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box .container .success {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 374px) {
  .performance-box .container .success {
    font-size: 1.3rem;
  }
}

.performance-box .container .success .big {
  font-size: 7.2rem;
  line-height: .66666;
}

@media only screen and (max-width: 1080px) {
  .performance-box .container .success .big {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box .container .success .big {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 374px) {
  .performance-box .container .success .big {
    font-size: 2.6rem;
  }
}

.performance-box .container .success .yen {
  font-size: 3.6rem;
  line-height: 1.33333333;
}

@media only screen and (max-width: 1080px) {
  .performance-box .container .success .yen {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 824px) {
  .performance-box .container .success .yen {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 374px) {
  .performance-box .container .success .yen {
    font-size: 1.4rem;
  }
}

.performance-box_article {
  font-size: 1.8rem;
  line-height: 1.389;
  letter-spacing: .025em;
  font-weight: 300;
  margin-top: 13.6rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.7rem;
  text-align: justify;
  text-justify: inter-ideograph;
  border-bottom: 1px solid #cdcdcd;
}

@media only screen and (max-width: 1080px) {
  .performance-box_article {
    font-size: 1.6rem;
  }
}

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

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .performance-box .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.performance-box .point .point-logo {
  max-width: 63px;
  min-width: 63px;
  height: 82px;
  margin-right: 2.5rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .performance-box .point .point-logo {
    max-width: 53px;
    min-width: 53px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.performance-box .point .point-logo img {
  width: 100%;
}

.performance-box .point .point-text {
  font-size: 1.8rem;
  letter-spacing: .025em;
  font-weight: 300;
  margin-top: .3rem;
}

@media only screen and (max-width: 1080px) {
  .performance-box .point .point-text {
    font-size: 1.6rem;
  }
}

.performance-box .point .point-text__contents {
  font-size: 1.6rem;
  margin-top: 1rem;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 1080px) {
  .performance-box .point .point-text__contents {
    font-size: 1.4rem;
  }
}

.flow {
  background-color: #f0f0f0;
}

.flow .main-inner {
  padding-top: 6.5rem;
  padding-bottom: 5.1rem;
}

.flow .common-title-blue:before {
  content: '';
  position: absolute;
  background-image: url(../img/flow-icon.svg);
  width: 82px;
  height: 82px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 11rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .flow .common-title-blue:before {
    width: 62px;
    height: 62px;
    left: 3rem;
  }
}

@media only screen and (max-width: 601px) {
  .flow .common-title-blue:before {
    width: 42px;
    height: 42px;
  }
}

@media only screen and (max-width: 374px) {
  .flow .common-title-blue:before {
    left: 1.5rem;
    width: 32px;
    height: 32px;
  }
}

.flow_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 9px #0187c9;
  background-color: #fcfcfc;
  padding: 1.4rem 2.2rem 2rem 16.7rem;
  border-radius: 5px;
  position: relative;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .flow_list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 13rem;
  }
}

@media only screen and (max-width: 480px) {
  .flow_list_box {
    padding-left: 8rem;
    padding-right: 1.2rem;
  }
}

.flow_list_box:not(:last-child) {
  margin-bottom: 2.7rem;
}

.flow_list_box_content {
  width: 457px;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .flow_list_box_content {
    width: 100%;
  }
}

.flow_list_box_content_title {
  font-size: 3.6rem;
  letter-spacing: .01em;
  line-height: 1.666;
  border-bottom: dotted 2px #6bb2bd;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .flow_list_box_content_title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .flow_list_box_content_title {
    font-size: 2.6rem;
  }
}

.flow_list_box_content_text {
  font-size: 1.8rem;
  letter-spacing: .025em;
  line-height: 1.666;
  font-weight: 300;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .flow_list_box_content_text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .flow_list_box_content_text {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.flow_list_box_content_img {
  width: 283px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 2rem;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .flow_list_box_content_img {
    margin-left: 0;
    width: 100%;
    height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .flow_list_box_content_img {
    height: 150px;
  }
}

.flow_list_box .contact_img {
  background-image: url(../img/contact.png);
}

.flow_list_box .free-meeting_img {
  background-image: url(../img/free-meeting.png);
}

.flow_list_box .contract_img {
  background-image: url(../img/contract-img.png);
}

.flow_list_box .procedure_img {
  background-image: url(../img/procedure-img.png);
}

.flow_list .step1:before {
  content: '';
  position: absolute;
  background-image: url(../img/step1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 130px;
  height: 167px;
  left: 1.4rem;
  top: -1.2rem;
}

.flow_list .step2:before {
  content: '';
  position: absolute;
  background-image: url(../img/step2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 130px;
  height: 167px;
  left: 1.4rem;
  top: -1.2rem;
}

.flow_list .step3:before {
  content: '';
  position: absolute;
  background-image: url(../img/step3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 130px;
  height: 167px;
  left: 1.4rem;
  top: -1.2rem;
}

.flow_list .step4:before {
  content: '';
  position: absolute;
  background-image: url(../img/step4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 130px;
  height: 167px;
  left: 1.4rem;
  top: -1.2rem;
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .flow_list .step1:before, .flow_list .step2:before, .flow_list .step3:before, .flow_list .step4:before {
    width: 100px;
    height: 128.5px;
    top: -.99rem;
  }
}

@media only screen and (max-width: 480px) {
  .flow_list .step1:before, .flow_list .step2:before, .flow_list .step3:before, .flow_list .step4:before {
    width: 60px;
    height: 77.1px;
    left: .8rem;
  }
}

.cost .main-inner {
  padding-top: 10.7rem;
  padding-bottom: 8.1rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .cost .main-inner {
    padding-bottom: 10rem;
  }
}

.cost .common-title-blue {
  margin-bottom: 3.9rem;
  background-color: #33b5e6;
}

.cost .common-title-blue:before {
  content: '';
  position: absolute;
  background-image: url(../img/yen.svg);
  width: 82px;
  height: 82px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 11rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 481px) and (max-width: 768px), only screen and (max-width: 480px) {
  .cost .common-title-blue:before {
    width: 62px;
    height: 62px;
    left: 3rem;
  }
}

@media only screen and (max-width: 601px) {
  .cost .common-title-blue:before {
    width: 42px;
    height: 42px;
  }
}

@media only screen and (max-width: 374px) {
  .cost .common-title-blue:before {
    left: 1.5rem;
    width: 32px;
    height: 32px;
  }
}

.cost-table {
  width: 100%;
  letter-spacing: .075em;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .cost-table {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .cost-table {
    font-size: 1.8rem;
  }
}

.cost-table_tr:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
}

.cost-table_th {
  background-color: #33b5e6;
  width: 253px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 2.4rem 2.3rem;
  color: #fcfcfc;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .cost-table_th {
    width: 25.5%;
    min-width: 140px;
    padding: 1.2rem;
  }
}

@media only screen and (max-width: 374px) {
  .cost-table_th {
    min-width: 100px;
  }
}

.cost-table_td {
  display: table-cell;
  vertical-align: middle;
  padding: 1.2rem 2.3rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 768px) {
  .cost-table_td {
    padding: 1.2rem;
  }
}
/*# sourceMappingURL=main.css.map */