blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul,
ol {
  margin: 0;
  padding: 0;
}

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

ul, ol {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  overflow-wrap: break-word;
}

audio,
embed,
iframe,
img,
object,
video {
  height: auto;
  max-width: 100%;
}

video, img {
  vertical-align: top;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  width: 100%;
  color: #2b2b2b;
}

.wrap {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

body.no-scroll {
  width: 100%;
  position: fixed;
}

.fb {
  font-weight: bold;
}

.ib {
  display: inline-block;
}

.forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .forPC {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

section {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  section {
    margin-bottom: 12rem;
  }
}

.c_container {
  width: 100%;
}

.c_contents {
  width: 94%;
  margin: 0 auto;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .c_contents {
    width: 94%;
    max-width: auto;
  }
}

@media screen and (min-width: 768px) {
  .maxw920 {
    max-width: 920px;
  }
}

@media screen and (min-width: 768px) {
  .maxw1098 {
    max-width: 1098px;
  }
}

@media screen and (min-width: 768px) {
  .maxw1100 {
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  .maxw1180 {
    max-width: 1180px;
  }
}

@media screen and (min-width: 768px) {
  .maxw1250 {
    max-width: 1250px;
  }
}

@media screen and (min-width: 768px) {
  .maxw1370 {
    max-width: 1370px;
  }
}

@media screen and (min-width: 768px) {
  .maxw1644 {
    max-width: 1644px;
  }
}

@media screen and (min-width: 768px) {
  .maxw1820 {
    max-width: 1820px;
  }
}

.c__contact-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #00589F;
  -webkit-box-shadow: 1px 6px 0 rgb(0, 55, 98);
          box-shadow: 1px 6px 0 rgb(0, 55, 98);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin: 0 auto;
  height: 6rem;
  font-size: 2rem;
  width: 90%;
  max-width: 360px;
  border-radius: 3rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .c__contact-btn a {
    height: 9rem;
    font-size: 2.7rem;
    max-width: 505px;
    border-radius: 4.5rem;
  }
}
.c__contact-btn span {
  position: relative;
  padding-left: 1.4em;
  font-family: "Montserrat", sans-serif;
}
.c__contact-btn img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c__contact-btn a:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 55, 98, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 55, 98, 0.4);
}

h2 {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.7rem;
    margin-bottom: 4rem;
  }
}
h2 span {
  position: relative;
  display: block;
  color: #CC064A;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  h2 span {
    font-size: 2.5rem;
  }
}
h2 span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.4em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CC064A;
  width: 20px;
  height: 3px;
}
@media screen and (min-width: 768px) {
  h2 span::after {
    width: 30px;
    height: 4px;
  }
}

.c_pink {
  color: #CC064A;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #E5E5E5;
          box-shadow: 0 3px 6px #E5E5E5;
  z-index: 10;
}
.header.hd-action {
  position: fixed;
}
.header__contents {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 1050px) {
  .header__contents {
    width: 98%;
    height: 7rem;
  }
}
.header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 1050px) {
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.header__logo img {
  width: 55vw;
  max-width: 178px;
}
.header__menu {
  position: absolute;
  top: 6rem;
  right: 0;
  height: calc(100vh - 6rem);
  width: 80%;
  padding-top: 4.5rem;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 1050px) {
  .header__menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    background-color: transparent;
  }
}
.header__menu.menuopen {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media print, screen and (min-width: 1050px) {
  .header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header__menu-list li {
  border-bottom: 1px solid #DFDFDF;
  padding: 1rem;
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1050px) {
  .header__menu-list li {
    width: auto;
    border-bottom: none;
    padding: 0;
  }
}
.header__menu-list li a {
  color: #4B4A4A;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 1rem 0.6rem;
}
.header__menu-contactbtn a {
  margin-top: 2rem;
  background-color: #CC064A;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1050px) {
  .header__menu-contactbtn a {
    width: 100%;
    max-width: 290px;
    font-size: 1.6rem;
    height: 5rem;
    margin-top: 0;
    white-space: nowrap;
    padding: 0 1.5rem;
  }
}
.header__menu-bg {
  display: none;
  background-color: rgba(54, 54, 54, 0.4);
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.header__menu-bg.menuopen {
  display: block;
}
.header__contact-icon {
  width: 4rem;
  height: 4rem;
  background-color: #CC064A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}
@media print, screen and (min-width: 1050px) {
  .header__contact-icon {
    display: none;
  }
}
.header__hbgbtn {
  width: 4rem;
  height: 4rem;
  background-color: #CCCCCC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 1050px) {
  .header__hbgbtn {
    display: none;
  }
}
.header__hbgbtn div {
  width: 2rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__hbgbtn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.header__hbgbtn .line01, .header__hbgbtn .line02, .header__hbgbtn .line03 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__hbgbtn.menuopen .line01 {
  -webkit-transform: translateX(3px) rotate(45deg);
          transform: translateX(3px) rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.header__hbgbtn.menuopen .line02 {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.header__hbgbtn.menuopen .line03 {
  -webkit-transform: translateX(3px) rotate(-45deg);
          transform: translateX(3px) rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.footer {
  background-color: #CC064A;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-copy {
  color: #fff;
  font-size: 13px;
}

.hero {
  background-image: url(../img/hero_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(100vh - 6rem);
  margin-top: 6rem;
  padding: 4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .hero {
    background-image: url(../img/hero_bg_pc.jpg);
  }
}
@media print, screen and (min-width: 1050px) {
  .hero {
    min-height: calc(100vh - 7rem);
    margin-top: 7rem;
  }
}
.hero__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 3.8rem;
  margin-bottom: 16px;
  text-shadow: 0 0 10px #E5E5E5, 0 0 10px #E5E5E5;
}
@media screen and (min-width: 768px) {
  .hero__ttl {
    font-size: clamp(3.2rem, 4vw, 7.4rem);
    margin-bottom: 1rem;
  }
}
.hero__subttl {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .hero__subttl {
    font-size: clamp(2.4rem, 2vw, 3.5rem);
    margin-bottom: 18px;
  }
}
.hero__text01 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .hero__text01 {
    font-size: clamp(2.2rem, 1.8vw, 3.2rem);
    margin-bottom: 23px;
  }
}
.hero__text02 {
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 44px;
  text-shadow: 0 0 10px #E5E5E5, 0 0 10px #E5E5E5;
}
@media screen and (min-width: 768px) {
  .hero__text02 {
    font-size: clamp(1.6rem, 3vw, 5.4rem);
    margin-bottom: 63px;
  }
}

.services__box {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .services__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5%;
  }
}
@media screen and (min-width: 768px) {
  .services__box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.services img {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .services img {
    margin-bottom: 0;
    width: 45%;
  }
}
.services__box-ttl {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .services__box-ttl {
    font-size: 3.7rem;
    margin-bottom: 1rem;
  }
}
.services__box-ttl span {
  display: block;
  color: #CC064A;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .services__box-ttl span {
    font-size: 2.5rem;
  }
}
.services__box-catch {
  color: #CC064A;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .services__box-catch {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.services__box-text {
  position: relative;
  height: 200px;
  overflow: hidden;
  line-height: 1.8;
  margin-bottom: 4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .services__box-text {
    height: auto;
  }
}
.services__box-text.active {
  height: auto;
}
.services__box-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(90%, #fff));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .services__box-text::before {
    display: none;
  }
}
.services__box-text.active::before {
  background: none;
}
@media screen and (min-width: 768px) {
  .services__moreBtn {
    display: none;
  }
}
.services__moreBtn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 23.5px;
  border: 1px solid #00589F;
  color: #00589F;
}
.services__moreBtn span {
  position: relative;
  padding-right: 20px;
}
.services__moreBtn span::before, .services__moreBtn span::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00589F;
}
.services__moreBtn span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.services__moreBtn.active span::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.about__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .about__ttl {
    font-size: 4rem;
  }
}
.about__voice-list {
  margin-bottom: 5.8rem !important;
}
@media screen and (min-width: 768px) {
  .about__voice-list {
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about__voice-list li {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .about__voice-list li {
    padding: 0 15px;
  }
}
.about__voice-list img {
  margin: 0 auto;
}
.about__downarrow {
  display: block;
  margin: 0 auto 3rem;
}
.about__subttl {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .about__subttl {
    font-size: 3.7rem;
    text-align: center;
  }
}
.about__text {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .about__text {
    text-align: center;
    margin-bottom: 9rem;
  }
}

.pdca__container {
  background-color: #f6f6f6;
  padding: 3rem 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pdca__container {
    padding: 100px 2rem;
  }
}
@media screen and (min-width: 768px) {
  .pdca__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5%;
  }
}
.pdca__ttl {
  font-size: 2.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pdca__ttl {
    font-size: 3.7rem;
  }
}
.pdca__ttl span {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
}
@media screen and (min-width: 768px) {
  .pdca__ttl span {
    font-size: 2.5rem;
    padding-left: 4rem;
  }
}
.pdca__ttl span:after {
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.pdca__text {
  line-height: 1.8;
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .pdca__text {
    margin-bottom: 0;
    max-width: 520px;
  }
}
.pdca__text span {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .pdca__text span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .pdca img {
    width: 50%;
    max-width: 590px;
  }
}

.process__mainimage {
  margin: 0 auto 3rem;
  overflow-x: scroll;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .process__mainimage {
    margin-bottom: 8rem;
    overflow: auto;
  }
}
.process__mainimage img {
  width: 1000px;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  .process__mainimage img {
    height: auto;
    width: 100%;
    max-width: 1370px;
  }
}
.process__example-subttl {
  font-size: 3rem;
  color: #fff;
  background-color: #CC064A;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 1rem;
}
.process__example-list {
  border: 6px solid #CC064A;
  font-weight: bold;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 1.5em;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .process__example-list {
    margin-bottom: 1.8rem;
    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;
  }
}
.process__example-listitem {
  font-size: 1.6rem;
  margin-bottom: 2.3rem;
  position: relative;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .process__example-listitem {
    margin-bottom: 2.8rem;
    padding-left: 5.2rem;
    font-size: 1.8rem;
    width: 45%;
  }
}
.process__example-listitem:last-of-type {
  margin-bottom: 0;
  mix-blend-mode: 0;
}
.process__example-listitem::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .process__example-listitem::before {
    width: 34px;
    height: 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.process__bottom {
  background-color: #FFF0F5;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .process__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5em 3em;
  }
}
.process__bottom img {
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .process__bottom img {
    width: 110px;
  }
}
.process__bottom-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .process__bottom-text {
    font-size: 3rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1.4em;
    line-height: 1.4;
  }
}

.feature__container {
  margin: 0 auto;
  background-color: #F6F6F6;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .feature__container {
    padding: 7rem 2rem;
  }
}
.feature__box-ttl {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .feature__box-ttl {
    font-size: 3.7rem;
    margin-bottom: 3.2rem;
  }
}
.feature__box-ttl span {
  display: block;
  margin-bottom: 7px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .feature__box-ttl span {
    font-size: 2.5rem;
  }
}
.feature__box {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .feature__box {
    margin-bottom: 7rem;
  }
}
.feature__box img {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .feature__box img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature__box.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5%;
  }
}
@media screen and (min-width: 768px) {
  .feature__box.flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.feature__iconPlus {
  display: block;
  margin: 0 auto 2rem;
}
.feature__box-ttl.strength {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  .feature__box-ttl.strength {
    margin-bottom: 3.7rem;
  }
}
.feature__box-text.strength {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .feature__box-text.strength {
    font-size: 2.4rem;
    margin-bottom: 3.8rem;
  }
}
.feature__box-list {
  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;
  margin-bottom: 2rem;
}
.feature__box-list li {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  padding: 15px 10px 10px;
  width: 49%;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .feature__box-list li {
    width: 23.5%;
  }
}
.feature__box-list img {
  margin: 0 auto;
}
.feature__box-list p {
  color: #CC064A;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .feature__box-list p {
    font-size: 1.8rem;
  }
}
.feature__bottom-text {
  border-top: 3px solid #CC064A;
  background-color: #fff;
  padding: 1.5em;
  font-weight: bold;
  max-width: 822px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .feature__bottom-text {
    font-size: 1.8rem;
    margin: 0 auto 4rem;
    text-align: center;
  }
}
.feature__downarrow img {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .feature__downarrow img {
    margin: 0 auto 4rem;
  }
}

.price {
  position: relative;
  z-index: 0;
}
.price::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .price::after {
    top: 90px;
  }
}
.price__box01 {
  padding-bottom: 3rem;
  border-bottom: 2px dashed #C5C5C5;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .price__box01 {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.price__box01-inner {
  border: 3px solid #CC064A;
  background-color: #fff;
  padding: 2rem 1rem 3rem;
}
.price__subttl {
  padding: 1.5rem 0.5rem 1rem;
  text-align: center;
  background-color: #CC064A;
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .price__subttl {
    font-size: 3.5rem;
  }
}
.price__text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .price__text {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.price__text small {
  display: block;
  font-size: 1.2rem;
  margin: 1.4rem 0;
}
@media screen and (min-width: 768px) {
  .price__text small {
    font-size: 1.5rem;
  }
}
.price__initialCost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.5rem;
  max-width: 306px;
}
@media screen and (min-width: 768px) {
  .price__initialCost {
    margin-bottom: 3rem;
    max-width: 402px;
  }
}
.price__initialCost-name {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #CC064A;
  color: #fff;
  padding: 0.7em 1.5em 0.5em;
}
@media screen and (min-width: 768px) {
  .price__initialCost-name {
    font-size: 2.4rem;
  }
}
.price__initialCost-price {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .price__initialCost-price {
    font-size: 4.9rem;
  }
}
.price__initialCost-price small {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .price__initialCost-price small {
    font-size: 3.3rem;
  }
}
.price__iconPlus img {
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .price__iconPlus img {
    margin-bottom: 3rem;
  }
}
.price__monthlyCost-ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .price__monthlyCost-ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.price__monthlyCost-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price__monthlyCost-plan-item {
  border-right: 2px dashed #C5C5C5;
  padding: 0 1rem;
}
.price__monthlyCost-plan-item:last-of-type {
  border-right: none;
}
.price__monthlyCost-plan-item .per {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .price__monthlyCost-plan-item .per {
    font-size: 2.4rem;
  }
}
.price__monthlyCost-plan-item .per strong {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .price__monthlyCost-plan-item .per strong {
    font-size: 3.5rem;
  }
}
.price__monthlyCost-plan-item .cost {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .price__monthlyCost-plan-item .cost {
    font-size: 3.3rem;
  }
}
.price__monthlyCost-plan-item .cost strong {
  font-size: 4.3rem;
}
@media screen and (min-width: 768px) {
  .price__monthlyCost-plan-item .cost strong {
    font-size: 6rem;
  }
}
.price__box02 {
  background-color: #fff;
  border: 5px solid #CC064A;
}
@media print, screen and (min-width: 1050px) {
  .price__box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.price__box02-cost {
  position: relative;
  background-color: #CC064A;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  padding: 2rem 3.5rem 4rem;
}
@media print, screen and (min-width: 1050px) {
  .price__box02-cost {
    width: 40%;
    min-width: 420px;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    padding: 4.8rem 3rem 3.4rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.price__box02-cost:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}
@media print, screen and (min-width: 1050px) {
  .price__box02-cost:after {
    bottom: 0;
    right: 5px;
    left: auto;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
}
.price__box02-cost-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1050px) {
  .price__box02-cost-box {
    max-width: initial;
    margin: 0;
  }
}
.price__box02-cost-box.initialy {
  border-bottom: 2px dashed #CC064A;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
.price__box02-cost-box .name {
  font-weight: bold;
  font-size: 1.8rem;
  width: 90px;
}
@media print, screen and (min-width: 1050px) {
  .price__box02-cost-box .name {
    font-size: 2.4rem;
    width: 120px;
  }
}
.price__box02-cost-box .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.price__box02-cost-box .cost p {
  font-weight: bold;
  color: #CC064A;
  font-size: 3.5rem;
}
@media print, screen and (min-width: 1050px) {
  .price__box02-cost-box .cost p {
    font-size: 4.9rem;
  }
}
.price__box02-cost-box .cost span {
  font-weight: bold;
  color: #CC064A;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 1050px) {
  .price__box02-cost-box .cost span {
    font-size: 3.3rem;
  }
}
.price__box02-cost-box .cost span.from {
  font-weight: bold;
  color: #2B2B2B;
  padding-left: 1rem;
}
.price__box02-cost-box .text {
  width: 100%;
  font-size: 1.2rem;
  padding-left: 100px;
}
@media print, screen and (min-width: 1050px) {
  .price__box02-cost-box .text {
    font-size: 1.5rem;
    padding-left: 120px;
  }
}
.price__box02-content {
  padding: 3rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .price__box02-content {
    padding: 3rem 2.5rem 3rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 1050px) {
  .price__box02-content {
    padding: 3rem 2rem 3rem 3rem;
  }
}
.price__box02-content-box:first-of-type {
  border-bottom: 2px dashed #C5C5C5;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .price__box02-content-box:first-of-type {
    border-bottom: none;
    border-right: 2px dashed #C5C5C5;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 3rem;
    margin-right: 4.5rem;
  }
}
@media print, screen and (min-width: 1050px) {
  .price__box02-content-box:first-of-type {
    padding-right: 1rem;
    margin-right: 2.5rem;
  }
}
.price__box02-content-ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .price__box02-content-ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}
.price__box02-content-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price__box02-content-list {
    margin: 0;
  }
}
.price__box02-content-list li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .price__box02-content-list li {
    padding-left: 5rem;
    font-size: 2rem;
  }
}
.price__box02-content-list li::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .price__box02-content-list li::before {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.contact {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 12rem;
  }
}
.contact form#mailformpro dl {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .contact form#mailformpro dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .contact form#mailformpro dl.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact form#mailformpro dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  border: none;
  padding: 0 0 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .contact form#mailformpro dl dt {
    padding: 0;
    font-size: 1.6rem;
    width: 300px;
    text-align: left;
  }
}
.contact form#mailformpro dl dd {
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contact form#mailformpro dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.contact .require {
  font-size: 1.1rem;
  background-color: #CC064A;
  color: #fff;
  font-weight: bold;
  padding: 0.3rem 0.8rem;
  border-radius: 5px;
  margin: 0 1rem;
}
.contact input[type=text], .contact input[type=tel], .contact input[type=email], .contact textarea {
  width: 80%;
  padding: 0.5em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact input[type=text], .contact input[type=tel], .contact input[type=email], .contact textarea {
    font-size: 1.8rem;
  }
}
.contact textarea {
  width: 100%;
}
.contact input[type=radio], .contact label {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact input[type=radio], .contact label {
    font-size: 1.6rem;
  }
}
.contact__privacy {
  border: 1px solid #ccc;
  margin: 4rem auto;
  padding: 2rem 1rem;
  width: 90%;
  max-width: 600px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin: 6rem auto;
  }
}
.contact__privacy-text {
  margin-bottom: 1rem;
}
.contact__privacy a {
  text-decoration: underline;
  color: #007EE5;
}
.contact__radio, .contact__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.contact__button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #00589F;
  -webkit-box-shadow: 1px 6px 0 rgb(0, 55, 98);
          box-shadow: 1px 6px 0 rgb(0, 55, 98);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin: 0 auto;
  height: 4.5rem;
  font-size: 1.6rem;
  width: 60%;
  max-width: 360px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none;
}
@media screen and (min-width: 768px) {
  .contact__button button {
    height: 6rem;
    font-size: 1.8rem;
    max-width: 300px;
  }
}
.contact__button button:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 55, 98, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 55, 98, 0.4);
}

.bnr {
  background-color: #F6F6F6;
  padding: 6rem 0;
  margin-bottom: 0;
}

.thanks {
  padding-top: 12rem;
}
.thanks .header__menu,
.thanks .header__contact-icon,
.thanks .header__hbgbtn,
.thanks .header__menu-bg {
  display: none;
}
.thanks-txt {
  text-align: center;
}
.thanks-txt strong {
  font-size: 2rem;
  display: block;
}
.thanks-btn a {
  display: block;
  margin-top: 1rem;
  padding: 1rem;
  text-decoration: underline;
}