@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kurenaido&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd, ul, ol {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

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

img,
picture {
  max-width: 100%;
  vertical-align: bottom;
}

input, button,
textarea, select {
  font: inherit;
  appearance: none;
}

textarea:not([rows]) {
  min-height: 10em;
}

:root {
  --color00: #333333;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: var(--color00);
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.l-main {
  padding-bottom: 10rem;
  overflow-x: hidden;
  background: url(../images/bg_footer.svg) repeat-x left bottom;
}
@media (max-width: 767px) {
  .l-main {
    padding-bottom: 5rem;
    background-size: 150%;
  }
}

.l-inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-s {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

p:not(:last-child) {
  margin-bottom: 0.8em;
}

a {
  color: #E55B3C;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.wpcf7-spinner {
  display: none !important;
}

.l-btn-spmenu {
  display: none;
  outline: none;
  border: none;
  padding: 0;
  position: absolute;
  background: none;
  width: 1.625rem;
  height: 1.125rem;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
}
.l-btn-spmenu.open span {
  background-color: transparent;
}
.l-btn-spmenu.open span::before {
  top: 0;
  transform: rotate(225deg);
}
.l-btn-spmenu.open span::after {
  bottom: 0;
  transform: rotate(-225deg);
}
.l-btn-spmenu span,
.l-btn-spmenu span::before,
.l-btn-spmenu span::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.625rem;
  height: 2px;
  border-radius: 0.25rem;
  background-color: #E55B3C;
  transition: 0.3s ease;
  margin: auto;
  left: 0;
  right: 0;
}
.l-btn-spmenu span {
  top: 50%;
}
.l-btn-spmenu span::before {
  top: -0.5rem;
}
.l-btn-spmenu span::after {
  bottom: -0.5rem;
}
@media (max-width: 767px) {
  .l-btn-spmenu {
    display: block;
  }
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 8px 5px rgba(45, 31, 8, 0.1);
  border-radius: 0 0 1.875rem 1.875rem;
  padding: 1.25rem 2.5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-header {
    padding: 0.9375rem 1.25rem;
    border-radius: 0 0 0.9375rem 0.9375rem;
  }
}
.l-header-inner {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .l-header-inner {
    position: relative;
    display: block;
  }
}
.l-header-r {
  display: flex;
  flex: 1;
  margin-left: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .l-header-r {
    opacity: 0;
    display: block;
    visibility: hidden;
    position: absolute;
    width: calc(100% + 2.5rem);
    background-color: #fff;
    left: -1.25rem;
    top: 100%;
    padding: 1.25rem;
    box-shadow: 0 8px 5px rgba(45, 31, 8, 0.1);
    border-radius: 0 0 0.9375rem 0.9375rem;
    transition: 0.3s ease;
  }
}
.l-header-logo {
  margin-right: 5.625rem;
}
@media (max-width: 767px) {
  .l-header-logo {
    margin-right: 0;
    text-align: center;
  }
}
.l-header-logo a {
  line-height: 1;
}
.l-header-logo img {
  width: 5.9375rem;
}
@media (max-width: 767px) {
  .l-header-logo img {
    width: 3.75rem;
  }
}
@media (max-width: 767px) {
  .l-header-logo {
    text-align: center;
  }
}
.l-header-btns {
  margin-left: auto;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .l-header-btns {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .l-header-btns > a {
    flex: 0 1 50%;
  }
}

.open .l-header-r {
  visibility: visible;
  opacity: 1;
}

.l-nav {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .l-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-nav li:not(:last-child) {
    border-bottom: 1px solid #E55B3C;
  }
}
.l-nav a {
  display: block;
  color: #333;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 500;
  transition: 0.3s ease;
  padding-bottom: 1.6875rem;
  margin-bottom: -1.6875rem;
  border-bottom: transparent 4px solid;
}
@media (max-width: 767px) {
  .l-nav a {
    font-size: 1rem;
    margin: 0;
    padding: 0.9375rem 0;
    border: none;
  }
}
@media (any-hover: hover) {
  .l-nav a:hover {
    color: #E55B3C;
    border-bottom: 4px solid #E55B3C;
  }
}

.l-footer {
  background-color: #375A7F;
  color: #fff;
  padding: 3.75rem 1.25rem 1.25rem 1.25rem;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 1.875rem 1.25rem 0.9375rem 1.25rem;
  }
}
.l-footer a {
  color: #fff;
  text-decoration: underline;
}
.l-footer-logo {
  margin-bottom: 0.625rem;
}
.l-footer-logo img {
  width: 9.375rem;
}
@media (max-width: 767px) {
  .l-footer-logo img {
    width: 6.25rem;
  }
}
.l-footer-copyright {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 1.875rem;
    font-size: 0.625rem;
  }
}
.l-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  font-weight: 700;
  flex-wrap: wrap;
  gap: 0.9375rem 1.875rem;
}
@media (max-width: 767px) {
  .l-footer-nav {
    padding: 0 1.25rem;
  }
}
.l-footer-nav a {
  transition: 0.3s ease;
}
.l-footer-nav a:hover {
  opacity: 0.5;
}
.l-footer-sns {
  flex: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer-sns {
    justify-content: center;
    margin-bottom: 2.5rem;
  }
}

.l-pagetop {
  display: block;
  position: fixed;
  z-index: 99;
  width: 3.4375rem;
  height: 3.4375rem;
  background: var(--color00) url("../images/icon_arrow01.svg") no-repeat center;
  background-size: 20% auto;
  transform: rotate(-90deg);
  border-radius: 50%;
  bottom: 1.25rem;
  right: 5%;
  transition: 0.3s ease;
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .l-pagetop {
    width: 2.5rem;
    height: 2.5rem;
    right: 0.9375rem;
    bottom: 2.5rem;
  }
}
.l-pagetop:hover {
  transform: scale(1.1) rotate(-90deg);
}
.l-pagetop.show {
  opacity: 1;
}

.p-mv {
  padding: 3.75rem 0;
  background: url(../images/bg_town.svg) no-repeat center bottom 7.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-mv {
    padding: 2.5rem 0;
    background-position: center bottom;
    background-size: 150%;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7.5rem;
  background-color: #F7F4EF;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-mv::before {
    display: none;
  }
}
.p-mv-inner {
  min-height: 41.25rem;
  background: url(../images/mv_l.png) no-repeat left center, url(../images/mv_r.png) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-mv-inner {
    min-height: 0;
    padding: 0 3.75rem;
    background-size: 14% auto;
  }
}
.p-mv-center {
  max-width: 32.5rem;
  margin: 0 auto;
  text-align: center;
}
.p-mv-logo {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-mv-logo {
    margin-bottom: 1.25rem;
  }
}
.p-mv-logo img {
  width: 24.375rem;
}
@media (max-width: 767px) {
  .p-mv-logo img {
    width: 12.5rem;
  }
}
.p-mv-txt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
  color: #375A7F;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .p-mv-txt {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
.p-mv-txt__line {
  background: url(../images/bg_line_navy.svg) no-repeat left bottom;
  padding-bottom: 0.3125rem;
}
.p-mv-btn {
  max-width: 27.25rem;
  margin: 0 auto;
  text-align: left;
}
.p-mv-ttl {
  text-align: center;
  padding: 0.9375rem 1.25rem;
  background: #E55B3C url(../images/icon_star.png) no-repeat right 3.75rem bottom 2.5rem;
  background-size: 1.6875rem;
  border-radius: 6.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .p-mv-ttl {
    font-size: 1.125rem;
    padding: 0.625rem;
    border-radius: 3.75rem;
    margin-bottom: 1.875rem;
    background-position: right 1.875rem bottom 1.25rem;
  }
}
.p-mv-ttl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.625rem 0.9375rem 0 0.9375rem;
  border-color: #E55B3C transparent transparent transparent;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.p-mv-ttl > span {
  display: inline-block;
  margin-right: 0.3125rem;
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .p-mv-ttl > span {
    font-size: 1.75rem;
  }
}
.p-mv-ttl .point {
  position: relative;
}
.p-mv-ttl .point::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #fff;
  top: -0.05em;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-issues {
  background-color: #EDF2FB;
  padding: 5rem 1.25rem 12.5rem;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
@media (max-width: 767px) {
  .p-issues {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}
.p-issues-head {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .p-issues-head {
    gap: 0.625rem;
  }
}
.p-issues-head::before {
  content: "";
  background: url(../images/illust_issues.svg) no-repeat;
  background-size: 100%;
  width: 7.8125rem;
  height: 9.375rem;
}
@media (max-width: 767px) {
  .p-issues-head::before {
    width: 3.875rem;
    height: 4.6875rem;
  }
}
.p-issues-ttl {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-issues-ttl {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-issues-ttl span {
  display: inline-block;
  transform: rotate(-10deg);
  margin: 0 1.25rem;
  font-size: 3rem;
  color: #375A7F;
  position: relative;
}
@media (max-width: 767px) {
  .p-issues-ttl span {
    font-size: 1.75rem;
    margin: 0 0.625rem;
  }
}
.p-issues-ttl span::before {
  content: "";
  background: url(../images/icon_issues01.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 1.5625rem;
  height: 1.125rem;
  top: 0;
  right: -0.9375rem;
}
@media (max-width: 767px) {
  .p-issues-ttl span::before {
    width: 0.75rem;
    height: 0.5625rem;
    right: -0.4375rem;
  }
}
.p-issues-ttl span::after {
  content: "";
  background: url(../images/icon_issues02.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 1.5625rem;
  height: 1.25rem;
  bottom: 0;
  left: -1.25rem;
}
@media (max-width: 767px) {
  .p-issues-ttl span::after {
    width: 0.75rem;
    height: 0.625rem;
    left: -0.625rem;
  }
}

.p-solution {
  background: url(../images/bg_town.svg) repeat-x left bottom;
  padding: 5rem 1.25rem 8.125rem;
}
@media (max-width: 767px) {
  .p-solution {
    padding: 2.5rem 1.25rem 3.75rem;
    background-size: 150%;
  }
}
.p-solution-head {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  gap: 3.125rem;
  align-items: center;
}
@media (max-width: 767px) {
  .p-solution-head {
    margin-bottom: 1.875rem;
    gap: 1.25rem;
  }
}
.p-solution-head__illust01 {
  width: 7.875rem;
}
@media (max-width: 767px) {
  .p-solution-head__illust01 {
    width: 3.125rem;
  }
}
.p-solution-head__illust02 {
  width: 6.8125rem;
}
@media (max-width: 767px) {
  .p-solution-head__illust02 {
    width: 2.5rem;
  }
}
.p-solution-ttl {
  text-align: center;
  padding: 0.9375rem 5rem;
  background: #E55B3C;
  border-radius: 4.375rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .p-solution-ttl {
    padding: 0.9375rem 1.25rem;
    border-radius: 1.875rem;
    font-size: 1.125rem;
    flex: 1;
  }
}
.p-solution-ttl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.625rem 0.9375rem 0 0.9375rem;
  border-color: #E55B3C transparent transparent transparent;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.p-solution-ttl > span {
  display: inline-block;
  margin-right: 0.3125rem;
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .p-solution-ttl > span {
    font-size: 1.75rem;
  }
}
.p-solution-ttl .point {
  position: relative;
}
.p-solution-ttl .point::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #fff;
  top: -0.05em;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-solution-img {
  text-align: center;
}
.p-solution-img img {
  width: 100%;
  max-width: 37.5rem;
}

.p-town-ttl {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto 3.75rem;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  color: #375A7F;
  border-radius: 2.5rem;
  padding: 0.9375rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-town-ttl {
    font-size: 1.5rem;
    margin: 0 auto 2.5rem;
    padding: 0.625rem;
    border-radius: 5rem;
  }
}
.p-town-ttl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.625rem 0.9375rem 0 0.9375rem;
  border-color: #fff transparent transparent transparent;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.p-town-lead {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .p-town-lead {
    font-size: 1.125rem;
    margin-bottom: 3.75rem;
  }
}
.p-town-photos {
  text-align: center;
  margin: 1.25rem -12vw 6.25rem;
}
@media (max-width: 767px) {
  .p-town-photos {
    margin: 0 -16vw 3.75rem;
  }
}

.p-form {
  background-color: #E55B3C;
  padding: 3.125rem 1.25rem 6.25rem;
}
@media (max-width: 767px) {
  .p-form {
    padding: 0 1.25rem 3.75rem 1.25rem;
  }
}
.p-form-inner {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 3.75rem 11.25rem 6.25rem;
}
@media (max-width: 767px) {
  .p-form-inner {
    border-radius: 1.25rem;
    padding: 2.5rem 1.25rem;
  }
}
.p-form-head {
  display: flex;
  justify-content: center;
  margin-bottom: 3.75rem;
  gap: 1.875rem;
  align-items: center;
}
@media (max-width: 767px) {
  .p-form-head {
    gap: 0.625rem;
    margin-bottom: 1.875rem;
  }
}
.p-form-head__illust01 {
  width: 7.875rem;
}
@media (max-width: 767px) {
  .p-form-head__illust01 {
    width: 3.125rem;
  }
}
.p-form-head__illust02 {
  width: 6.8125rem;
}
@media (max-width: 767px) {
  .p-form-head__illust02 {
    width: 2.5rem;
  }
}
.p-form-ttl01 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  background: #375A7F;
  border-radius: 3.75rem;
  padding: 0.9375rem;
  position: relative;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-form-ttl01 {
    font-size: 1.125rem;
    padding: 0.9375rem 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-form-ttl01::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.625rem 0.9375rem 0 0.9375rem;
  border-color: #375A7F transparent transparent transparent;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}
.p-form-ttl02 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .p-form-ttl02 {
    font-size: 1.5rem;
  }
}
.p-form-ttl02 > span {
  font-size: 2.25rem;
  color: #E55B3C;
  background: url(../images/bg_line.svg) repeat-x left bottom;
  padding-bottom: 0.1875rem;
  display: inline-block;
  margin-right: 0.625rem;
}
@media (max-width: 767px) {
  .p-form-ttl02 > span {
    font-size: 1.75rem;
  }
}
.p-form-ttl02 > span span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-form-ttl02 > span span {
    font-size: 1.5rem;
  }
}

.p-omoi {
  padding-top: 5.625rem;
  background: url(../images/bg_sky.jpg) repeat-x center top;
}
@media (max-width: 767px) {
  .p-omoi {
    padding-top: 3.75rem;
    background-size: 100% 21.25rem;
  }
}
.p-omoi p {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-omoi p {
    margin-bottom: 1.25rem;
  }
}
.p-omoi-inner {
  background: url(../images/bg_cloud.png) no-repeat center top;
  padding: 15rem 1.25rem 0;
}
@media (max-width: 767px) {
  .p-omoi-inner {
    background-size: 130%;
    padding-top: 5rem;
  }
}
.p-omoi-ttl01 {
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .p-omoi-ttl01 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}
.p-omoi-ttl01 img {
  width: 18.75rem;
  margin-right: 1.875rem;
}
@media (max-width: 767px) {
  .p-omoi-ttl01 img {
    width: 7.5rem;
    margin-right: 0.9375rem;
  }
}
.p-omoi-ttl02 {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  color: #2797D3;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .p-omoi-ttl02 {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.p-omoi-ttl02 span {
  font-size: 3.125rem;
}
@media (max-width: 767px) {
  .p-omoi-ttl02 span {
    font-size: 2.25rem;
  }
}
.p-omoi-logo {
  text-align: right;
  margin-top: 3.75rem;
}
.p-omoi-logo img {
  width: 13.75rem;
}
@media (max-width: 767px) {
  .p-omoi-logo img {
    width: 10rem;
  }
}

.c-section-top {
  padding: 6.25rem 1.25rem;
}
@media (max-width: 767px) {
  .c-section-top {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.c-section-top:last-child {
  margin-bottom: 0;
}

.c-section-contact {
  background-color: #E55B3C;
  padding: 3.75rem 1.25rem;
}

* + .c-ttl-radius {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  * + .c-ttl-radius {
    margin-top: 3.75rem;
  }
}

.c-ttl-radius {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  background: #375A7F;
  border-radius: 0.625rem 3.125rem 3.125rem 0.625rem;
  margin-bottom: 3.75rem;
  line-height: 1.6;
  padding: 0.9375rem 0 0.9375rem 1.875rem;
  border-left: 0.625rem solid #E55B3C;
}
@media (max-width: 767px) {
  .c-ttl-radius {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    border-left: 0.3125rem solid #E55B3C;
    padding: 0.625rem 0 0.625rem 0.625rem;
    border-radius: 0.625rem;
  }
}

.c-ttl-feature {
  text-align: center;
  font-size: 1.5rem;
  color: #375A7F;
  font-weight: 700;
  margin-bottom: 3.75rem;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .c-ttl-feature {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
.c-ttl-feature__line {
  color: #E55B3C;
  font-size: 1.875rem;
  background: url(../images/bg_line.svg) repeat-x left bottom;
  padding-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .c-ttl-feature__line {
    font-size: 1.5rem;
  }
}
.c-ttl-feature img {
  vertical-align: sub;
  width: 7.1875rem;
  margin-right: 0.9375rem;
}
@media (max-width: 767px) {
  .c-ttl-feature img {
    width: 5.625rem;
    margin-right: 0.625rem;
  }
}

.c-ttl-voice {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3.75rem;
  color: #375A7F;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-ttl-voice {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
  }
}
.c-ttl-voice img {
  width: 10rem;
  margin-right: 0.9375rem;
}
@media (max-width: 767px) {
  .c-ttl-voice img {
    width: 6.25rem;
    margin-right: 0.625rem;
  }
}
.c-ttl-voice__small {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-ttl-voice__small {
    font-size: 1.125rem;
  }
}
.c-ttl-voice__icon {
  background: url(../images/icon_voice.svg) no-repeat;
  display: inline-block;
  width: 4.9375rem;
  height: 5.1875rem;
  background-size: 100%;
  color: #fff;
  font-size: 2.5rem;
  line-height: 5rem;
  vertical-align: bottom;
  margin-left: 0.625rem;
}
@media (max-width: 767px) {
  .c-ttl-voice__icon {
    width: 3.125rem;
    height: 3.3125rem;
    font-size: 1.625rem;
    line-height: 3.125rem;
    margin-left: 0.3125rem;
    margin-top: 0.625rem;
  }
}

.c-ttl-faq {
  text-align: center;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 3.75rem;
  color: #375A7F;
  background: url(../images/illust_faq.svg) no-repeat 7.5rem top;
  background-size: 8.8125rem;
  min-height: 15.3125rem;
  padding-top: 8.75rem;
}
@media (max-width: 767px) {
  .c-ttl-faq {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    background-position: 0 0;
    background-size: 4.375rem;
    min-height: 7.8125rem;
    padding-top: 3.75rem;
  }
}
.c-ttl-faq span {
  font-weight: 700;
  font-size: 1.5rem;
  color: #E55B3C;
}
@media (max-width: 767px) {
  .c-ttl-faq span {
    font-size: 1.125rem;
  }
}

* + .c-ttl-include {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-ttl-include {
    margin-top: 2.5rem;
  }
}

.c-ttl-include {
  font-weight: 700;
  font-size: 1.5rem;
  color: #E55B3C;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-ttl-include {
    font-size: 1.125rem;
    text-align: center;
  }
}

.c-ttl-contact {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .c-ttl-contact {
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.c-ttl-contact__line {
  color: #E55B3C;
  font-size: 2.25rem;
  background: url(../images/bg_line.svg) repeat-x left bottom;
  display: inline-block;
  margin: 0 0.625rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .c-ttl-contact__line {
    font-size: 1.75rem;
  }
}
.c-ttl-contact::before {
  background: url(../images/illust_contact01.svg) no-repeat;
  background-size: 100%;
  width: 4.125rem;
  content: "";
  height: 6.25rem;
}
@media (max-width: 767px) {
  .c-ttl-contact::before {
    height: 3.25rem;
  }
}
.c-ttl-contact::after {
  background: url(../images/illust_contact02.svg) no-repeat;
  background-size: 100%;
  width: 2.9375rem;
  content: "";
  height: 6.25rem;
}
@media (max-width: 767px) {
  .c-ttl-contact::after {
    height: 3.25rem;
  }
}

.c-list-faq {
  padding: 2.5rem 3.125rem;
  background: #fff;
  border-radius: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-list-faq {
    padding: 1.25rem;
    border-radius: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.c-list-faq dt {
  font-size: 1.5rem;
  color: #375A7F;
  border-bottom: 3px solid #F7F4EF;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  position: relative;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .c-list-faq dt {
    font-size: 1.125rem;
    padding-left: 2.5rem;
    line-height: 1.6;
  }
}
.c-list-faq dt::before {
  text-align: center;
  letter-spacing: 0;
  top: 0;
  left: 0;
  content: "Q";
  color: #fff;
  background-color: #375A7F;
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .c-list-faq dt::before {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
  }
}
.c-list-faq dd {
  position: relative;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .c-list-faq dd {
    padding-left: 2.5rem;
  }
}
.c-list-faq dd::before {
  text-align: center;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
  top: 0;
  left: 0;
  content: "A";
  color: #fff;
  border: 3px solid #E55B3C;
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E55B3C;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .c-list-faq dd::before {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
    border: 2px solid #E55B3C;
  }
}

.c-list-check {
  max-width: 775px;
  margin: 0 auto;
}
.c-list-check li {
  margin-bottom: 1.25rem;
  background: #fff url(../images/icon_check.svg) no-repeat 1.5625rem center;
  background-size: 2.5rem;
  border-radius: 1.25rem;
  padding: 1.25rem 1.5625rem 1.5625rem 5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-list-check li {
    background-size: 1.25rem;
    background-position: 0.625rem center;
    padding: 0.625rem 0.9375rem 0.625rem 2.5rem;
    border-radius: 0.625rem;
  }
}
.c-list-check li:last-child {
  margin-bottom: 0;
}
.c-list-check li span {
  color: #E55B3C;
  font-size: 1.375rem;
  background: url(../images/bg_line.svg) repeat-x left bottom;
  padding-bottom: 0.3125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-list-check li span {
    font-size: 1.125rem;
  }
}

.c-list-include {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.375rem 3.125rem;
}
@media (max-width: 767px) {
  .c-list-include {
    display: block;
  }
}
.c-list-include li {
  position: relative;
  padding-left: 1.25rem;
}
.c-list-include li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #E55B3C;
  position: absolute;
  top: 1rem;
  left: 0;
}

.c-box-faq {
  background: #F7F4EF;
  border-radius: 1.875rem;
  padding: 3.125rem 6.25rem 5rem;
}
@media (max-width: 767px) {
  .c-box-faq {
    padding: 1.25rem;
    border-radius: 0.9375rem;
  }
}

.c-box-cost {
  padding: 5rem 6.25rem 6.25rem;
  background: #fff;
  border-radius: 1.875rem;
}
@media (max-width: 767px) {
  .c-box-cost {
    padding: 1.25rem;
    border-radius: 0.9375rem;
  }
}

.c-box-include {
  border: 3px solid #F7F4EF;
  border-radius: 1.875rem;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .c-box-include {
    border-radius: 0.9375rem;
    padding: 1.25rem;
  }
}

.c-box-voice {
  padding: 2.5rem;
  border-radius: 1.875rem;
  background: #F7F4EF;
  display: flex;
  gap: 1.25rem;
  position: relative;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-box-voice {
    padding: 1.25rem;
    border-radius: 0.9375rem;
    display: block;
    margin-right: 1.25rem;
  }
}
.c-box-voice::after {
  content: "";
  background: url(../images/icon_fukidashi.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -2.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.5rem;
  height: 3.75rem;
}
@media (max-width: 767px) {
  .c-box-voice::after {
    right: -1.25rem;
    width: 1.25rem;
    height: 1.875rem;
  }
}
.c-box-voice:last-child {
  margin-bottom: 0;
}
.c-box-voice__img {
  flex: 0 1 45%;
}
@media (max-width: 767px) {
  .c-box-voice__img {
    margin-bottom: 0.9375rem;
    margin-right: -0.625rem;
  }
}
.c-box-voice__txt {
  flex: 1;
}
.c-box-voice__ttl {
  font-weight: 700;
  font-size: 1.5rem;
  color: #375A7F;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-box-voice__ttl {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.c-box-open {
  padding: 2.5rem;
  border-radius: 1.875rem;
  background: #F7F4EF;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .c-box-open {
    padding: 1.25rem;
    border-radius: 0.9375rem;
    margin-top: 2.5rem;
  }
}

.c-box-contact {
  padding: 2.5rem 6.25rem;
  background: #fff;
  border-radius: 1.875rem;
}
@media (max-width: 767px) {
  .c-box-contact {
    padding: 2.5rem 1.25rem;
    border-radius: 0.9375rem;
  }
}

.c-img-map {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-img-map {
    margin-top: 1.25rem;
  }
}

.c-tb-cost {
  margin-top: 2.5rem;
  border-radius: 0.9375rem 0.9375rem 0 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-tb-cost {
    margin-top: 1.25rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 0.875rem;
  }
}
.c-tb-cost thead {
  background-color: #375A7F;
  color: #fff;
}
.c-tb-cost thead th {
  padding: 0.9375rem 1.875rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-tb-cost thead th {
    padding: 0.625rem;
    white-space: nowrap;
  }
}
.c-tb-cost thead th:last-child {
  text-align: right;
}
.c-tb-cost tbody th {
  padding: 0.9375rem 1.875rem;
  background: #F7F4EF;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-tb-cost tbody th {
    padding: 0.625rem;
  }
}
.c-tb-cost tbody td {
  padding: 0.9375rem 1.875rem;
  text-align: right;
}
@media (max-width: 767px) {
  .c-tb-cost tbody td {
    padding: 0.625rem;
  }
}
.c-tb-cost tbody td span {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-tb-cost tbody td span {
    font-size: 1.25rem;
  }
}
.c-tb-cost th {
  text-align: left;
  border-right: 1px solid #CCC7C4;
  border-bottom: 1px solid #CCC7C4;
}
.c-tb-cost td {
  border-bottom: 1px solid #CCC7C4;
}

.c-flex-pack {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-flex-pack {
    display: block;
    margin-bottom: 1.25rem;
  }
}
.c-flex-pack__txt {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-flex-pack__txt {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
.c-flex-pack__txt p {
  margin-bottom: 0.625rem;
}
.c-flex-pack__img {
  flex: 0 1 16.875rem;
}
.c-flex-pack__balloon {
  border-radius: 3.75rem;
  background-color: #E55B3C;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.c-flex-pack__balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.625rem 0.9375rem 0 0.9375rem;
  border-color: #E55B3C transparent transparent transparent;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}
.c-flex-pack__price {
  color: #E55B3C;
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-flex-pack__price {
    font-size: 1.875rem;
  }
}
.c-flex-pack__price .int {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .c-flex-pack__price .int {
    font-size: 3.125rem;
  }
}
.c-flex-pack__price .tax {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-flex-pack__price .tax {
    font-size: 1.125rem;
  }
}

.c-flex-open {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .c-flex-open {
    gap: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.c-flex-open__img {
  flex: 0 1 4.75rem;
}
@media (max-width: 767px) {
  .c-flex-open__img {
    flex: 0 1 2.5rem;
  }
}
.c-flex-open__ttl {
  background-color: #fff;
  padding: 1.25rem 3.75rem;
  border-radius: 3.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #375A7F;
  position: relative;
}
@media (max-width: 767px) {
  .c-flex-open__ttl {
    font-size: 1.125rem;
    padding: 0.625rem;
    border-radius: 1.25rem;
    flex: 1;
  }
}
.c-flex-open__ttl::before {
  content: "";
  background: url(../images/icon_fukidashi02.svg) no-repeat;
  width: 1.875rem;
  height: 1.875rem;
  background-size: 100%;
  left: -0.9375rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .c-flex-open__ttl::before {
    width: 0.9375rem;
    height: 0.9375rem;
    left: -0.625rem;
  }
}

.c-flex-ba {
  display: flex;
  gap: 6.25rem;
  background: url(../images/icon_before.svg) no-repeat center;
  background-size: 1.875rem;
}
@media (max-width: 767px) {
  .c-flex-ba {
    display: block;
    background: none;
  }
}
.c-flex-ba > div {
  background: #fff;
  border: 3px solid #D7D7D7;
  border-radius: 1.875rem;
  position: relative;
  padding: 3.75rem 1.25rem 1.25rem;
  flex: 0 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-flex-ba > div {
    border-radius: 0.9375rem;
  }
}
.c-flex-ba__ttl {
  text-align: center;
  border-radius: 1.875rem;
  padding: 0.625rem;
  position: absolute;
  width: 15.625rem;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #D7D7D7;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-flex-ba__ttl {
    font-size: 1.125rem;
  }
}
.c-flex-ba .ver-before {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .c-flex-ba .ver-before {
    margin-bottom: 3.75rem;
    position: relative;
    padding-bottom: 1.25rem;
  }
  .c-flex-ba .ver-before::before {
    content: "";
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.25rem;
    height: 1.875rem;
    background: url(../images/icon_before.svg) no-repeat center;
    background-size: 100%;
    transform: rotate(90deg);
  }
}
.c-flex-ba .ver-after {
  border-color: #E55B3C;
}
.c-flex-ba .ver-after .c-flex-ba__ttl {
  background-color: #E55B3C;
}

.c-grid-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.375rem;
}
@media (max-width: 767px) {
  .c-grid-contact {
    display: block;
  }
  .c-grid-contact > div:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.c-grid-contact__tel {
  grid-column: span 2;
  border: 3px solid #F7F4EF;
  border-radius: 1.25rem;
  padding: 0.625rem;
}
@media (max-width: 767px) {
  .c-grid-contact__tel {
    border-radius: 0.625rem;
  }
}
.c-grid-contact__tel dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .c-grid-contact__tel dl {
    display: block;
    text-align: center;
  }
}
.c-grid-contact__tel dt {
  font-weight: 500;
  line-height: 1.6;
}
.c-grid-contact__tel dt::before {
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #F7F4EF url(../images/icon_tel.svg) no-repeat center;
  background-size: 50%;
  display: inline-block;
  margin-right: 1.25rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .c-grid-contact__tel dt::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.625rem;
  }
}
.c-grid-contact__tel dd {
  line-height: 1.6;
}
.c-grid-contact__tel a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-grid-contact__tel a {
    font-size: 1.25rem;
  }
}
.c-grid-contact__pickup {
  border-radius: 1.875rem;
  box-shadow: 0 0 0 0.625rem #FFF79E;
}

.c-grid-str {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .c-grid-str {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.c-grid-str > div {
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 1.875rem;
}
@media (max-width: 767px) {
  .c-grid-str > div {
    padding: 1.25rem;
    border-radius: 0.9375rem;
  }
}
.c-grid-str__img {
  border-radius: 0.9375rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .c-grid-str__img {
    margin-bottom: 0.9375rem;
  }
}
.c-grid-str__head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-grid-str__head {
    gap: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.c-grid-str__num {
  background-color: #E55B3C;
  border-radius: 0.625rem;
  text-align: center;
  color: #fff;
  width: 4.25rem;
  height: 4.25rem;
  line-height: 1.2;
  font-size: 0.8125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-grid-str__num {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.75rem;
  }
}
.c-grid-str__num span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-grid-str__num span {
    font-size: 1.125rem;
  }
}
.c-grid-str__ttl {
  color: #375A7F;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-grid-str__ttl {
    font-size: 1.25rem;
  }
}

.c-btn-link {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
}
.c-btn-link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.34375rem 0 0.34375rem 0.59375rem;
  border-color: transparent transparent transparent #E55B3C;
  position: absolute;
  left: 0;
  top: 0.875rem;
}

.c-btn-contact {
  display: block;
  background-color: #E55B3C;
  color: #fff;
  padding: 0.9375rem 1.875rem 0.9375rem 8.75rem;
  border-radius: 0.9375rem;
  line-height: 1.6;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.625rem 0 #C94325;
  position: relative;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .c-btn-contact {
    border-radius: 0.5rem;
    font-size: 1.125rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 4.375rem;
  }
}
.c-btn-contact::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  background: #fff url(../images/icon_mail.svg) no-repeat center;
  background-size: 50%;
  border-radius: 50%;
  left: 1.875rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .c-btn-contact::before {
    width: 2.5rem;
    height: 2.5rem;
    left: 0.9375rem;
  }
}
.c-btn-contact > span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-btn-contact > span {
    font-size: 1.25rem;
  }
}
.c-btn-contact.ver-pick::after {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  width: 100%;
  height: calc(100% + 0.625rem);
  border: 0.625rem solid #FFF79E;
  box-sizing: content-box;
  border-radius: 1.625rem;
}
@media (max-width: 767px) {
  .c-btn-contact.ver-pick::after {
    top: -0.3125rem;
    left: -0.3125rem;
    height: calc(100% + 0.625rem);
    border: 0.3125rem solid #FFF79E;
    border-radius: 0.8125rem;
  }
}
.c-btn-contact.ver-dl {
  background-color: #375A7F;
  box-shadow: 0 0.625rem 0 #142D47;
}
.c-btn-contact.ver-dl::before {
  background-image: url(../images/icon_dl.svg);
  background-size: 50%;
}
@media (any-hover: hover) {
  .c-btn-contact:hover {
    box-shadow: none;
    transform: translateY(0.625rem);
  }
  .c-btn-contact:hover::after {
    height: 100%;
  }
}

.c-btn-header {
  display: block;
  background-color: #E55B3C;
  color: #fff;
  padding: 0.5rem 1.25rem 0.5rem 3.75rem;
  border-radius: 0.375rem;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.25rem 0 #C94325;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn-header {
    display: flex;
    align-items: center;
  }
}
.c-btn-header::before {
  position: absolute;
  content: "";
  width: 2.0625rem;
  height: 2.0625rem;
  background: #fff url(../images/icon_mail.svg) no-repeat center;
  background-size: 50%;
  border-radius: 50%;
  left: 0.9375rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-btn-header.ver-dl {
  background-color: #375A7F;
  box-shadow: 0 0.25rem 0 #142D47;
}
.c-btn-header.ver-dl::before {
  background-image: url(../images/icon_dl.svg);
  background-size: 50%;
}
@media (any-hover: hover) {
  .c-btn-header:hover {
    box-shadow: none;
    transform: translateY(0.25rem);
  }
  .c-btn-header:hover::after {
    height: 100%;
  }
}

.c-block-form__child {
  border-bottom: 2px solid #333;
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-block-form__child {
    margin-bottom: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.c-block-form__privacy {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-block-form__privacy {
    font-size: 1rem;
    margin-top: 1.875rem;
    text-align: left;
  }
}
.c-block-form__privacy input {
  width: 1.875rem;
  height: 1.875rem;
  border: 3px solid #333;
  border-radius: 3px;
  margin: 0 0.9375rem 0 0;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .c-block-form__privacy input {
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #333;
  }
}
.c-block-form__privacy input:checked::before {
  opacity: 1;
}
.c-block-form__privacy input::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon_cheked.svg) no-repeat center;
  background-size: 62%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-block-form__privacy label {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .c-block-form__privacy label {
    flex: 1;
  }
}
.c-block-form__submit {
  margin-top: 2.5rem;
}
.c-block-form__submit input {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  background-color: #E55B3C;
  box-shadow: 0 0.4375rem 0 #C94325;
  border-radius: 6rem;
  font-size: 1.5rem;
  padding: 1.875rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-block-form__submit input {
    border-radius: 6rem;
    font-size: 1.125rem;
    padding: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .c-block-form__submit input:hover {
    transform: translateY(0.4375rem);
    box-shadow: none;
  }
}
.c-block-form label {
  display: block;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-block-form label {
    margin-bottom: 0.9375rem;
  }
}
.c-block-form input[type=text],
.c-block-form input[type=email],
.c-block-form textarea {
  font-size: 1.25rem;
  border: none;
  width: 100%;
}
@media (max-width: 767px) {
  .c-block-form input[type=text],
  .c-block-form input[type=email],
  .c-block-form textarea {
    font-size: 1rem;
  }
}

.c-wave {
  position: relative;
  height: 9.375rem;
  overflow: hidden;
  background-color: #F7F4EF;
}
@media (max-width: 767px) {
  .c-wave {
    height: 5rem;
  }
}
.c-wave.bg-orange {
  margin-top: 1.25rem;
  background-color: #fff;
}
.c-wave.bg-orange::before {
  background-color: #E55B3C;
}
.c-wave::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 480vw;
  height: 650vw;
  border-radius: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-wave::before {
    width: 380vw;
  }
}
.c-wave + .c-section-top {
  padding-top: 0;
}

.u-txt-c {
  text-align: center;
}

.u-txt-r {
  text-align: right;
}

.u-fc-beige {
  color: #FFF79E;
}

.u-fc-orange {
  color: #E55B3C;
}

.u-fc-navy {
  color: #375A7F;
}

.u-bg-beige {
  background-color: #F7F4EF;
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-icon-blank {
  display: inline-block;
  background: url(../images/icon_blank.svg) no-repeat right 0.4em;
  padding-right: 1.5625rem;
  background-size: 1.1875rem;
  margin-right: 0.3125rem;
}
@media (max-width: 767px) {
  .u-icon-blank {
    background-size: 0.75rem;
    padding-right: 1.125rem;
  }
}

.u-note {
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .u-note {
    font-size: 0.875rem;
  }
}