@charset "UTF-8";
html {
  font-size: 62.5%;
}

main {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 600px) {
  .sp {
    display: none;
  }
}

main {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 599px) {
  main {
    width: 100%;
  }
}
main h1, main h2, main h3, main h4, main h5, main h6, main p {
  margin: 0;
  padding: 0;
}
main .inner {
  width: 1100px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 599px) {
  main .inner {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 5.33%;
  }
}

.visual {
  width: 100%;
  height: 520px;
  background-image: url(../img/visual.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 38px solid #F93250;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .visual {
    width: 100%;
    height: 160vw;
    background-image: url(../img/visual-sp.jpg);
    border-bottom: 35px solid #F93250;
  }
}
.visual h2 {
  width: 378px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .visual h2 {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.visual::after {
  content: "";
}
@media print, screen and (min-width: 600px) {
  .visual::after {
    width: 433px;
    height: 273px;
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(calc(-50% + 375px));
    background-image: url(../img/img_visual.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 599px) {
  .visual::after {
    width: 100vw;
    height: 47.2vw;
    position: absolute;
    right: 0;
    bottom: -35px;
    background-image: url(../img/img_visual-sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.construction {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #FDE0E5;
}
@media screen and (max-width: 599px) {
  .construction {
    padding: 50px 0;
  }
}
.construction h2 {
  width: 302px;
  height: 76px;
  margin: auto;
  padding-top: 0.4em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
  background-image: url(../img/bg_title_construction.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 302px 76px;
}
@media screen and (max-width: 599px) {
  .construction h2 {
    width: 151px;
    height: 38px;
    background-size: 151px 38px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.construction__body {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .construction__body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.construction__body .card {
  width: 330px;
  height: calc(295px + 6.5em);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .construction__body .card {
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    position: inherit;
  }
}
.construction__body .card a figure img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .construction__body .card a figure img {
    border-radius: 15px;
  }
}
.construction__body .card a figure figcaption {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .construction__body .card a figure figcaption {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.construction__body .card a figure figcaption span:first-of-type {
  display: block;
}
.construction__body .card a figure figcaption span:not(:first-of-type) {
  display: block;
}
@media screen and (max-width: 599px) {
  .construction__body .card a figure figcaption span:not(:first-of-type) {
    display: inline;
  }
}
.construction__body .card a:hover figure img {
  opacity: 0.8;
}
.construction__body .card a.btn {
  width: 100%;
  height: auto;
  padding: 0.5em 0;
  background-color: #F93350;
  border: 2px solid #F93350;
  border-radius: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .construction__body .card a.btn {
    width: 46.6666666667vw;
    height: auto;
    margin: 1em auto auto;
    padding: 1em 0;
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.construction__body .card a.btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .construction__body .card a.btn::before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    right: 10px;
  }
}
.construction__body .card a.btn:hover {
  background-color: #FFF;
  color: #F93350;
}
.construction__body .card a.btn:hover::before {
  border-top: 2px solid #F93350;
  border-right: 2px solid #F93350;
}
@media screen and (max-width: 599px) {
  .construction__body .card a.btn:hover::before {
    border-top: 1px solid #F93350;
    border-right: 1px solid #F93350;
  }
}
@media screen and (max-width: 599px) {
  .construction__body .card:not(:first-of-type) {
    margin-top: 2em;
  }
}

.features {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #FFF;
}
@media screen and (max-width: 599px) {
  .features {
    padding: 50px 0;
  }
}
.features h2 {
  margin-right: -1em;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1em;
  color: #F93350;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .features h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1em;
  }
}
.features p {
  margin-top: 30px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .features p {
    margin-top: 10px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.features p + p {
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .features p + p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.features p strong {
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .features p span {
    display: block;
  }
}
.features__body {
  width: 100%;
  height: auto;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .features__body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.features__body .card {
  width: 330px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .features__body .card {
    width: 100%;
    height: auto;
  }
}
.features__body .card figure img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .features__body .card figure img {
    border-radius: 15px;
  }
}
.features__body .card figure figcaption {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .features__body .card figure figcaption {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.features__body .card figure figcaption span {
  display: block;
}
@media screen and (max-width: 599px) {
  .features__body .card:not(:first-of-type) {
    margin-top: 2em;
  }
}

.reason {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #FDE0E5;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .reason {
    padding: 50px 0;
  }
}
.reason h2 {
  padding: 0.5em;
  background-color: #FFF;
  border: 2px solid #F93350;
  border-radius: 10px;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #F93350;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .reason h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.reason__point01 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  background-color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .reason__point01 {
    margin-top: 25px;
    padding: 15px;
  }
}
.reason__point01-head {
  flex-basis: 53.36%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .reason__point01-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 100%;
  }
}
.reason__point01-head .icon {
  flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .reason__point01-head .icon {
    flex-basis: 20.95%;
    padding: 0 0 0 2em;
  }
}
@media screen and (max-width: 599px) {
  .reason__point01-head .icon {
    width: 50px;
    height: 50px;
  }
}
@media print, screen and (min-width: 600px) {
  .reason__point01-head .title {
    flex-basis: 79.05%;
    padding: 0 1em 0 1.25em;
  }
}
@media screen and (max-width: 599px) {
  .reason__point01-head .title {
    padding: 0 0 0 0.5em;
  }
}
.reason__point01-head .title h3 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .reason__point01-head .title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point01-head .title p {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .reason__point01-head .title p {
    margin-top: 0.25em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point01-body {
  flex-basis: 46.64%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .reason__point01-body {
    margin-top: 1em;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 600px) {
  .reason__point01-body .image {
    flex-basis: 42.8%;
  }
}
@media screen and (max-width: 599px) {
  .reason__point01-body .image {
    width: 110px;
    height: auto;
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .reason__point01-body .text {
    flex-basis: 57.2%;
    padding: 0 1em;
  }
}
@media screen and (max-width: 599px) {
  .reason__point01-body .text {
    padding: 0 0 0 1em;
  }
}
.reason__point01-body .text h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .reason__point01-body .text h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 599px) {
  .reason__point01-body .text h4 span {
    display: block;
  }
}
.reason__point01-body .text p {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .reason__point01-body .text p {
    margin-top: 0.25em;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point01-body .text p[role=note] {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .reason__point01-body .text p[role=note] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point01-body .text p[role=note] + p {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .reason__point01-body .text p[role=note] + p {
    margin-top: 0.25em;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point02 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 30px;
  background-color: #FFF;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .reason__point02 {
    margin-top: 25px;
    padding: 15px;
  }
}
.reason__point02-head {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .reason__point02-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.reason__point02-head .icon {
  flex-shrink: 0;
}
.reason__point02-head .icon img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 599px) {
  .reason__point02-head .icon img {
    width: 50px;
    height: auto;
  }
}
.reason__point02-head .title {
  padding-left: 2em;
}
@media screen and (max-width: 599px) {
  .reason__point02-head .title {
    padding-left: 0.5em;
  }
}
.reason__point02-head .title h3 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .reason__point02-head .title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point02-head .title p {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .reason__point02-head .title p {
    margin-top: 0.25em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point02-body {
  width: 1040px;
  height: auto;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .reason__point02-body {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}
.reason__point03 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FFF;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .reason__point03 {
    margin-top: 25px;
    padding: 15px;
  }
}
.reason__point03-head {
  width: 100%;
  height: auto;
  flex-basis: 45.38%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .reason__point03-head {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.reason__point03-head .icon {
  flex-shrink: 0;
}
.reason__point03-head .icon img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 599px) {
  .reason__point03-head .icon img {
    width: 50px;
    height: auto;
    flex-shrink: 0;
  }
}
.reason__point03-head .title {
  flex-basis: 83.05%;
  padding-left: 2em;
}
@media screen and (max-width: 599px) {
  .reason__point03-head .title {
    padding-left: 0.5em;
  }
}
.reason__point03-head .title h3 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .reason__point03-head .title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point03-head .title p {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .reason__point03-head .title p {
    margin-top: 0.25em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point03-head .title p span {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .reason__point03-head .title p span {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.reason__point03-body {
  flex-basis: 50.77%;
}
@media screen and (max-width: 599px) {
  .reason__point03-body {
    margin-top: 15px;
    flex-basis: 100%;
  }
}
.reason__point04 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 2em;
  background-color: #FFF;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .reason__point04 {
    margin-top: 25px;
    padding: 15px;
  }
}
.reason__point04-head {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .reason__point04-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.reason__point04-head .icon {
  flex-shrink: 0;
}
.reason__point04-head .icon img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 599px) {
  .reason__point04-head .icon img {
    width: 50px;
    height: auto;
    flex-shrink: 0;
  }
}
.reason__point04-head .title {
  padding-left: 2em;
}
@media screen and (max-width: 599px) {
  .reason__point04-head .title {
    padding-left: 0.5em;
  }
}
.reason__point04-head .title h3 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .reason__point04-head .title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point04-head .title p {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .reason__point04-head .title p {
    margin-top: 0.25em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.reason__point04-head .title p span {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .reason__point04-head .title p span {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.value {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #FFF;
}
@media screen and (max-width: 599px) {
  .value {
    padding: 50px 0;
  }
}
.value h2 {
  margin-right: -0.25em;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #F93350;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .value h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.25em;
  }
}
.value p {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .value p {
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.value p[role=note] {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .value p[role=note] {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 599px) {
  .value p span {
    display: block;
  }
}
.value__body {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.flow {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 599px) {
  .flow {
    padding: 50px 0;
  }
}
.flow h2 {
  margin-right: -0.25em;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #F93350;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flow h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.25em;
  }
}
.flow h3 {
  width: 100%;
  height: auto;
  padding: 0.5em;
  background-color: #F93350;
  border-radius: 100px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flow h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.25em;
  }
}
.flow .card {
  padding: 1em;
  background-color: #FFF;
  border: 1px solid #F93350;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .flow .card {
    padding: 15px;
  }
}
.flow .card__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flow .card__head .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .flow .card__head .icon {
    width: 32px;
    height: 32px;
  }
}
.flow .card__head .title {
  margin: -0.25em 0 0 1em;
}
@media screen and (max-width: 599px) {
  .flow .card__head .title {
    margin: 0 0 0 1em;
  }
}
.flow .card__head .title h4 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .flow .card__head .title h4 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.25em;
  }
}
.flow .card__head .title p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .flow .card__head .title p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 599px) {
  .flow .card__head .title p span {
    display: block;
  }
}
@media print, screen and (min-width: 600px) {
  .flow .card:last-of-type .card__head .title p {
    margin-bottom: 1.2em;
  }
}
.flow .card__body {
  width: 310px;
  height: auto;
  margin: auto;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .flow .card__body {
    width: 100%;
    height: auto;
  }
}
.flow .card__body ul.ceiling {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flow .card__body ul.ceiling li {
  width: 130px;
  height: auto;
}
.flow .card__body ul.ceiling li figure {
  width: 130px;
  height: auto;
}
.flow .card__body ul.ceiling li figure figcaption {
  margin-top: 0.25em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.ceiling li figure figcaption {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.flow .card__body ul.ceiling li:nth-of-type(even) {
  margin-left: 15px;
}
.flow .card__body ul.ceiling li:nth-of-type(n+3) {
  margin-top: 0.5em;
}
.flow .card__body ul.exterior {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.flow .card__body ul.exterior li {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.exterior li {
    width: 48.28%;
  }
}
.flow .card__body ul.exterior li figure {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.exterior li figure {
    width: 100%;
  }
}
.flow .card__body ul.exterior li figure figcaption {
  margin-top: 0.25em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.exterior li figure figcaption {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.flow .card__body ul.exterior li:nth-of-type(even) {
  margin-left: 15px;
}
.flow .card__body ul.ancillary {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.ancillary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.flow .card__body ul.ancillary li {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.ancillary li {
    width: 48.28%;
  }
}
.flow .card__body ul.ancillary li figure {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.ancillary li figure {
    width: 100%;
  }
}
.flow .card__body ul.ancillary li figure figcaption {
  margin-top: 0.25em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.ancillary li figure figcaption {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.flow .card__body ul.ancillary li:not(:first-of-type) {
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.ancillary li:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .flow .card__body ul.ancillary li:nth-of-type(n+3) {
    margin-top: 0.5em;
  }
}
.flow__before {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .flow__before {
    margin-top: 20px;
  }
}
.flow__before-body {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.flow__before-body .card {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .flow__before-body .card {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .flow__before-body .card:not(:first-of-type) {
    margin-top: 25px;
  }
}
.flow__before-body::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 40px 0 40px;
  border-color: #F93350 transparent transparent transparent;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .flow__before-body::after {
    border-width: 19px 20px 0 20px;
    bottom: -40px;
  }
}
.flow__under {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .flow__under {
    margin-top: 60px;
  }
}
.flow__under-body {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.flow__under-body .card {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .flow__under-body .card {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .flow__under-body .card:not(:first-of-type) {
    margin-top: 25px;
  }
}
.flow__under-body .card:nth-of-type(n+4) {
  margin-top: 25px;
}
.flow__under-body .card:last-of-type {
  width: 725px;
  height: auto;
}
.flow__under-body::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 40px 0 40px;
  border-color: #F93350 transparent transparent transparent;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .flow__under-body::after {
    border-width: 19px 20px 0 20px;
    bottom: -40px;
  }
}
.flow__after {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .flow__after {
    margin-top: 60px;
  }
}
.flow__after-body {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.flow__after-body .card {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .flow__after-body .card {
    width: 47.76%;
    height: auto;
  }
}
.flow__after-body .card__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flow__after-body .card__head .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .flow__after-body .card__head .icon {
    width: 20px;
    height: 20px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
.flow__after-body .card__head .title {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 599px) {
  .flow__after-body .card__head .title {
    margin: 0 0 0 0.5em;
  }
}
.flow__after-body .card__head .title h4 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .flow__after-body .card__head .title h4 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 599px) {
  .flow__after-body .card:nth-of-type(n+3) {
    margin-top: 15px;
  }
}

.voice {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #FEE0E5;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .voice {
    padding: 50px 0;
    background-color: #F93350;
  }
}
.voice h2 {
  padding: 1em 3em;
  background-color: #FFF;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #F93350;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .voice h2 {
    width: 100%;
    height: auto;
    padding: 0.5em 0;
    display: block;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.voice__body {
  margin-top: 55px;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .voice__body {
    margin-top: 15px;
  }
}
.voice__body .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FFF;
}
.voice__body .card .image {
  flex-basis: 30%;
}
@media screen and (max-width: 599px) {
  .voice__body .card .image {
    flex-basis: 100%;
  }
}
.voice__body .card .text {
  flex-basis: 70%;
  padding: 0 2em;
}
@media screen and (max-width: 599px) {
  .voice__body .card .text {
    flex-basis: 100%;
    padding: 0 15px 15px;
  }
}
.voice__body .card .text h3 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #F93350;
}
@media screen and (max-width: 599px) {
  .voice__body .card .text h3 {
    margin-top: 1em;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
}
.voice__body .card .text p {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .voice__body .card .text p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.voice__body .card:not(:first-of-type) {
  margin-top: 20px;
}

.paint {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #D9EEF9;
}
@media screen and (max-width: 599px) {
  .paint {
    padding: 50px 0;
  }
}
.paint h2 {
  width: 100%;
  height: auto;
  padding: 1em;
  background-color: #FFF;
  border-radius: 100px;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #008CD6;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .paint h2 {
    padding: 0.5em;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.paint section {
  margin-top: 40px;
  padding: 50px;
  background-color: #FFF;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .paint section {
    margin-top: 25px;
    padding: 30px 15px;
  }
}
.paint__durability {
  text-align: justify;
}
.paint__durability-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.paint__durability-head .head {
  flex-basis: 34%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .paint__durability-head .head {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 599px) {
  .paint__durability-head .head .image {
    width: 50px;
    height: auto;
  }
}
.paint__durability-head .head .title {
  margin-left: 1em;
}
.paint__durability-head .head .title p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__durability-head .head .title p {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__durability-head .head .title p span {
  display: block;
}
.paint__durability-head .head .title h3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__durability-head .head .title h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__durability-head .body {
  flex-basis: 66%;
  border-left: 1px solid #008CD6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .paint__durability-head .body {
    margin-top: 1em;
    flex-basis: 100%;
    border: none;
  }
}
.paint__durability-head .body p {
  padding: 0 0 0 1.5em;
  flex-basis: 72.73%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .paint__durability-head .body p {
    padding: 0;
    flex-basis: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0em;
  }
}
.paint__durability-head .body img {
  width: 144px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .paint__durability-head .body img {
    width: 170px;
    height: auto;
    margin: 1em auto auto;
  }
}
.paint__durability-body {
  margin-top: 1.5em;
  padding-top: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  border-top: 1px solid #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__durability-body {
    border: none;
  }
}
.paint__durability-body .head {
  flex-basis: 52.3%;
}
@media screen and (max-width: 599px) {
  .paint__durability-body .head {
    flex-basis: 100%;
  }
}
.paint__durability-body .head .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .paint__durability-body .head .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .paint__durability-body .head .title img {
    width: 60px;
    height: auto;
  }
}
.paint__durability-body .head .title h4 {
  padding-left: 1em;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__durability-body .head .title h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__durability-body .head .title h4 span {
  display: block;
}
.paint__durability-body .head .contents {
  margin-top: 0.5em;
}
.paint__durability-body .head .contents p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__durability-body .head .contents p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
.paint__durability-body .body {
  flex-basis: 43.4%;
}
@media screen and (max-width: 599px) {
  .paint__durability-body .body {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 599px) {
  .paint__durability-body .body .title {
    margin-top: 2em;
  }
}
.paint__durability-body .body .title h5 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__durability-body .body .title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
.paint__durability-body .body .contents {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 600px) {
  .paint__durability-body .body .contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.paint__durability-body .body .contents .image {
  flex-basis: 53%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .paint__durability-body .body .contents .image {
    width: 200px;
    height: auto;
    margin: auto;
  }
}
.paint__durability-body .body .contents p {
  flex-basis: 47.24%;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .paint__durability-body .body .contents p {
    flex-basis: 100%;
    margin-top: 1em;
    padding-left: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
.paint__anti-mold-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-head .image {
    width: 45px;
    height: auto;
    flex-shrink: 0;
  }
}
.paint__anti-mold-head .title {
  padding-left: 2em;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-head .title {
    padding-left: 1em;
  }
}
.paint__anti-mold-head .title h3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-head .title h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__anti-mold-head .title p {
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-head .title p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0em;
  }
}
.paint__anti-mold-head .title p span {
  display: block;
}
.paint__anti-mold-body {
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-body {
    margin-top: 1.5em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.paint__anti-mold-body .test h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-body .test h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__anti-mold-body .test ul {
  margin-top: 0.25em;
  display: flex;
  justify-content: flex-start;
}
.paint__anti-mold-body .test ul li {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-body .test ul li {
    width: 47.21%;
    height: auto;
  }
}
.paint__anti-mold-body .test ul li figure figcaption {
  margin-top: 0.25em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-body .test ul li figure figcaption {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__anti-mold-body .test ul li:last-of-type {
  margin-left: 20px;
}
.paint__anti-mold-body .test ul li:last-of-type figure figcaption {
  color: #E60012;
}
.paint__anti-mold-body .test:not(:first-of-type) {
  margin-left: 45px;
}
@media screen and (max-width: 599px) {
  .paint__anti-mold-body .test:not(:first-of-type) {
    margin: 1.5em 0 0 0;
  }
}
.paint__antifouling {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: justify;
}
.paint__antifouling-head {
  flex-basis: 33.7%;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-head {
    flex-basis: 100%;
  }
}
.paint__antifouling-head .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-head .head .image {
    width: 45px;
    height: auto;
    flex-shrink: 0;
  }
}
.paint__antifouling-head .head .title {
  margin-left: 1em;
}
.paint__antifouling-head .head .title p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-head .head .title p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__antifouling-head .head .title h3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-head .head .title h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__antifouling-head .body {
  margin-top: 1em;
}
.paint__antifouling-head .body p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-head .body p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__antifouling-body {
  flex-basis: 63.9%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-body {
    margin-top: 1.5em;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.paint__antifouling-body .image {
  width: 215px;
  height: auto;
}
.paint__antifouling-body ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-body ul {
    margin-top: 1.5em;
  }
}
.paint__antifouling-body ul li {
  width: 190px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-body ul li {
    width: 47.21%;
  }
}
.paint__antifouling-body ul li figure figcaption {
  margin-top: 0.25em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-body ul li figure figcaption {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__antifouling-body ul li:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .paint__antifouling-body ul li:not(:first-of-type) {
    margin-left: 0;
  }
}
.paint__insulation-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .paint__insulation-head .image {
    width: 46px;
    height: auto;
    flex-shrink: 0;
  }
}
.paint__insulation-head .title {
  padding-left: 2em;
}
@media screen and (max-width: 599px) {
  .paint__insulation-head .title {
    padding-left: 1em;
  }
}
.paint__insulation-head .title p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__insulation-head .title p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__insulation-head .title h3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #008CD6;
}
@media screen and (max-width: 599px) {
  .paint__insulation-head .title h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.paint__insulation-body {
  margin-top: 0.5em;
  padding-left: 130px;
}
@media screen and (max-width: 599px) {
  .paint__insulation-body {
    padding-left: 0;
  }
}
.paint__insulation-body p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .paint__insulation-body p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0em;
  }
}
.paint__insulation-body p span {
  display: block;
}
.paint__insulation-body ul {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.paint__insulation-body ul li:first-of-type {
  width: 380px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .paint__insulation-body ul li:first-of-type {
    width: 73.77%;
    height: auto;
    margin: auto;
  }
}
.paint__insulation-body ul li:nth-of-type(2) {
  width: 468px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .paint__insulation-body ul li:nth-of-type(2) {
    width: 73.77%;
    height: auto;
    margin: 1em auto auto;
  }
}

.epaint__contact {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .epaint__contact {
    padding: 50px 0;
  }
}
.epaint__contact a {
  width: 470px;
  height: auto;
  margin: auto;
  padding: 0.8em 0;
  background-color: #45B035;
  border: 2px solid #45B035;
  border-radius: 100px;
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .epaint__contact a {
    width: 66.67%;
    height: auto;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.epaint__contact a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .epaint__contact a::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    right: 10px;
  }
}
.epaint__contact a:hover {
  background-color: #FFF;
  color: #45B035;
}
.epaint__contact a:hover::before {
  border-top: 3px solid #45B035;
  border-right: 3px solid #45B035;
}
@media screen and (max-width: 599px) {
  .epaint__contact a:hover::before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

footer {
  margin: 0 !important;
}