html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
  html {
    font-size: 0.65vw;
  }
}

@media screen and (max-width: 820px) {
  html {
    font-size: 1.3vw;
  }
}

.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
  letter-spacing: .1em;
  list-style: none;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #333333;
  font-weight: 400;
}


.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp_style a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.sp_only {
  display: none !important;
}

@media screen and (min-width:641px),
print {
  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width:640px),
print {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}

.lp_style .content {
  display: block;
}

@media screen and (min-width:821px),
print {
  .lp_style .content {
    display: block;
  }
}


/* ----------------------------------------
  mainVisual
----------------------------------------*/


@media screen and (max-width:820px),
print {
  #mainVisual img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width:821px),
print {
  #mainVisual img {
    max-width: 100%;
    height: auto;
  }
}

/* ----------------------------------------
  Introduction
----------------------------------------*/

#Introduction ._inner {
  padding: 8rem 3rem ;
}

@media screen and (min-width:821px),
print {
  #Introduction ._inner {
    width: 120rem;
    margin: 0 auto;
    padding: 8rem 0 10.5rem;
  }
}

#Introduction ._title {
  display: none;
}


@media screen and (min-width:821px),
print {
  #Introduction ._title {
    display: block;
    margin: 0 auto 3rem;
    font-size: 3rem;
    line-height: 1.33;
    text-align: center;
  }
}

#Introduction ._description {
  margin: 8rem auto 5rem;
}

@media screen and (min-width:821px),
print {
  #Introduction ._description {
    margin: 3rem auto 8rem;
  }
}

#Introduction ._description ._paragraph {
  font-size: 3rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width:821px),
print {
  #Introduction ._description ._paragraph {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }

  #Introduction ._description ._paragraph ._txtblock {
    display: block;
  }
}

.nav li:hover a {
  background: none !important;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.nav li:nth-of-type(odd) {
  margin-right: .5rem;
}

.nav li:nth-of-type(even) {
  margin-left: .5rem;
}

@media screen and (min-width:821px),
print {
  .nav li:nth-of-type(odd) {
    margin-right: 2rem;
  }

  .nav li:nth-of-type(even) {
    margin-left: 2rem;
  }
}

.nav li {
  width: calc((100% / 2) - .5rem);
}

@media screen and (min-width:821px),
print {
  .nav li {
    width: 34rem;
  }
}

/* ----------------------------------------
  .section
----------------------------------------*/
#wash {
  background: #feeff2;
}

#wash .-container {
  background: #ffe0e5;
}

#fold {
  background: #ecf8fa;
}

#fold .-container {
  background: #c5ecf0;
}

.section {
  padding: 12rem 3rem;
}

@media screen and (min-width:821px),
print {
  .section {
    padding: 12rem 0;
  }
}


.section .-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 3rem 10rem;
  border-radius: 5rem;
}

@media screen and (min-width:821px),
print {
  .section .-container {
    position: relative;
    width: 120rem;
    margin: 0 auto;
    padding: 10rem 9rem 12rem;
  }
}

.-container>._index {
  position: absolute;
  top: -2rem;
  left: -2rem;
}

.-container>._index img{
  width: 15.7rem;
}


@media screen and (min-width:821px),
print {
  .section ._titleArea {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 1.5rem;
  }
}

.section ._titleText {
  width: auto;
  margin: 0 auto 4rem;
}

@media screen and (min-width:821px),
print {
  .section ._titleText {
    width: 49rem;
    margin: 0 ;
  }
}

.section ._titleText img {
  width: 50.2rem;
}

@media screen and (min-width:821px),
print {
  .section ._titleText img {
    width: 44.4rem;
  }
}

.section ._catch {
  margin: 0 auto 5rem;
}

@media screen and (min-width:821px),
print {
  .section ._catch {
    padding-left: 1rem;
    width: calc(100% - (49rem));
    margin: 0 ;
  }
}

.section ._catch .-question {
  display: inline-block;
  margin: 0 auto 3rem;
  font-size: 4rem;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width:821px),
print {
  .section ._catch .-question {
    display: block;
    margin: 0 0 2rem;
    font-size: 3rem;
    line-height: 1.33;
    text-align: left;
  }
}

.section ._catch .-answer {
  display: block;
  font-size: 3rem;
  line-height: 1.5;
}

@media screen and (min-width:821px),
print {
  .section ._catch .-answer {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -.08em;
  }
}

@media screen and (min-width:821px),
print {
  #wash .flow .stepList {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

#wash .flow ._step {
  padding: 5.5rem 2.8rem 5rem;
  background: #fff;
  border: 2px solid #f46584;
  border-radius: 4rem;
}

@media screen and (min-width:821px),
print {
  #wash .flow ._step {
    width: 49rem;
    padding: 4.2rem 2.5rem 4rem;
    background: #fff;
    border: 2px solid #f46584;
    border-radius: 4rem;
    overflow: hidden;
  }
}

#wash .flow ._step:nth-of-type(n+2) {
  margin-top: 3rem;
}


@media screen and (min-width:821px),
print {
  #wash .flow ._step:nth-of-type(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width:821px),
print {
  #wash .flow ._step:nth-of-type(odd) {
    margin-right: 2rem;
  }
}

@media screen and (min-width:821px),
print {
  #wash .flow ._step:nth-of-type(even) {
    margin-left: 2rem;
  }
}


@media screen and (min-width:821px),
print {
  #wash .flow ._step:nth-of-type(n+3) {
    margin-top: 4rem;
  }
}

#wash .flow ._head {
  text-align: center;
  margin-bottom: 4.8rem;
}

@media screen and (min-width:821px),
print {
  #wash .flow ._head {
    text-align: center;
    margin-bottom: 2.7rem;
  }
}

#wash .flow ._head img {
  width: 35.6rem;
}

@media screen and (min-width:821px),
print {
  #wash .flow ._head img {
    width: 27rem;
  }
}

#wash .flow ._image {
  margin-bottom: 3rem;
  text-align: center;
}

#wash .flow ._image img {
  margin: auto;
}

@media screen and (min-width:821px),
print {
  #wash .flow ._image {
    margin-bottom: 5rem;
  }
}

#wash .flow ._paragraph {
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (min-width:821px),
print {
  #wash .flow ._paragraph {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #wash .flow ._paragraph ._txtblock {
    display: inline-block;
  }
}


@media screen and (min-width:821px),
print {
  #wash ._paragraph ._attention {
    font-size: 1.4rem;
    color: #333333;
  }
}

.category:nth-of-type(n+2) {
  margin-top: 8rem;
}

@media screen and (min-width:821px),
print {
  .category:nth-of-type(n+2) {
    margin-top: 6rem;
  }
}

.category ._head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4rem;
  width: 100%;
  height: 8rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #41b6d2;
  border-radius: .5rem;
}

@media screen and (min-width:821px),
print {
  .category ._head {
    margin: 0 auto 4rem;
    width: 100%;
    height: 6rem;
    font-size: 3rem;
  }
}

@media screen and (min-width:821px),
print {
  .category ._stepList {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.category .column-03 ._step,
.category .column-04 ._step
 {
  width: 100%;
  padding: 5.5rem 5rem 9.4rem;
  background: #fff;
  border-radius: 3rem;
  border: 2px solid #1a9dbc;
}

@media screen and (min-width:821px),
print {
  .category .column-03 ._step {
    width: calc((100% / 3) - 1.5rem);
    padding: 4rem 3rem;
    border-radius: 3rem;
  }
}

.category .column-03 ._step:nth-of-type(n+2),
.category .column-04 ._step:nth-of-type(n+2) {
  margin-top: 3rem;
}

@media screen and (min-width:821px),
print {
  .category .column-03 ._step:nth-of-type(n+2),
  .category .column-04 ._step:nth-of-type(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width:821px),
print {
  .category .column-04 ._step {
    width: calc((100% / 4) - 1.5rem);
    padding: 4rem 0;
    background: #fff;
    border-radius: 2rem;
    border: 2px solid #1a9dbc;
  }
}

@media screen and (min-width:821px),
print {
  .category .column-04 ._step ._image{
    padding: 0 2rem;
  }
}

@media screen and (min-width:821px),
print {
  .category .column-03 ._step:nth-of-type(n+2) {
    margin-left: 3rem;
  }
}

@media screen and (min-width:821px),
print {
  .category .column-04 ._step:nth-of-type(n+2) {
    margin-left: 3rem;
  }
}

.category ._step ._index {
  text-align: center;
  margin: 0 auto 2.8rem;
}

@media screen and (min-width:821px),
print {
  .category ._step ._index {
    text-align: center;
    margin: 0 auto 2rem;
  }
}

.category ._step ._index img{
  width: 16.1rem;
}

@media screen and (min-width:821px),
print {
  .category ._step ._index img{
    width: 10.2rem;
  }
}

.category ._step ._image {
  margin: 0 auto 3rem;
}

@media screen and (min-width:821px),
print {
  .category ._step ._image {
    margin: 0 auto 2rem;
  }
}

.category ._step ._paragraph {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width:821px),
print {
  .category ._step ._paragraph {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width:821px),
print {
  .category .column-03 ._paragraph {
    height: 3em;
  }
}


@media screen and (min-width:821px),
print {
  .category ._step ._paragraph span {
    display: inline-block;
  }
}

.category .btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 4rem auto 0;
} 

@media screen and (min-width:821px),print {
  .category .btnArea {
    margin: 4rem auto 0;
  } 
}

.category .btnArea ._cta {
  width: 52rem;
  height: 8rem;
  border-radius: 3rem;
  background: #ffd83b;
}

@media screen and (min-width:821px),print {
  .category .btnArea ._cta {
    width: 32rem;
    height: 6rem;
    border-radius: 3rem;
  }
}


.category .btnArea ._cta:nth-of-type(n+2) {
  margin-top: 3rem;
} 

@media screen and (min-width:821px),print {
  .category .btnArea ._cta:nth-of-type(n+2) {
    margin-top:0 ;
    margin-left: 3rem;
  } 
}

.category .btnArea ._cta a {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:2.6rem ;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width:821px),
print {
  .category .btnArea ._cta a {
    height: 100%;
    font-size:1.6rem ;
  }
}

.category .btnArea ._cta a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  display: block;
  width: 3.3rem;
  height: 2rem;
  background: url(./../images/ctg-arrow-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width:821px),
print {
  .category .btnArea ._cta a::after {
    width: 2rem;
    height: 1.4rem;
    background: url(./../images/ctg-arrow-pc.png);
    background-size: cover;
  }
}

.Point {
  position: relative;
  padding: 5.3rem 5.5rem 6.2rem;
  margin: 4rem auto 0;
  border-radius: 2rem;
  background: #fff5ce;
}

@media screen and (min-width:821px),
print {
  .Point {
    position: relative;
    padding: 2rem;
    margin: 4rem auto 0;
    border-radius: 2rem;
    background: #fff5ce;
  }
}

@media screen and (min-width:821px),
print {
  .Point::before {
    width: 4.2rem;
    height: 2.1rem;
    background: url(./../images/triangle-pc.png);
    background-size: contain;
  }
}

@media screen and (min-width:821px),
print {
  .Point ._box {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width:821px),
print {
  .Point ._information ,
  .Point ._image {
    width: 50%;
  }
}

.Point ._information {
  margin: 0 0 4rem;
  text-align: center;
}

@media screen and (min-width:821px),
print {
  .Point ._information {
    padding: 6.5rem 0 0;
    text-align: center;
  }
}

.Point ._information ._heading {
  margin:  0 auto 3rem;
  text-align: center;
}

@media screen and (min-width:821px),
print {
  .Point ._information ._heading {
    margin:  0 auto 3.7rem;
    text-align: center;
  }
}

.Point ._information ._heading img{
  width: 14.5rem;
}

@media screen and (min-width:821px),
print {
  .Point ._information ._heading img{
    width: 9.4rem;
  }
}

.Point ._information ._paragraph {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: normal;
}

@media screen and (min-width:821px),
print {
  .Point ._information ._paragraph {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width:821px),
print {
  .Point ._information ._paragraph ._txtblock {
    display: block;
  }
}