/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

picture {
  font-size: 0;
}

sub,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

/* base */
html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #333;
  line-height: 1.5;
  background: #f2f3f4;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: opacity 0.3s;
}

@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

label {
  cursor: pointer;
}

em {
  font-weight: 700;
  color: #e50000;
}

hr {
  border-color: #d3d3d3;
}

/* common */
.c-wrap {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .c-wrap {
    padding: 0 25px;
  }
}

.c-inr {
  max-width: 1280px;
  margin: 0 auto;
}

/* header */
.p-header {
  padding: 30px 30px 10px;
}

@media screen and (max-width: 767px) {
  .p-header {
    padding: 13px 15px;
  }
}

.p-header__logo {
  width: 136px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 67px;
    height: 24px;
  }
}

/* main */
.p-fv {
  margin-top: 30px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-fv {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.p-fv__inr {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .p-fv__inr {
    display: block;
  }
}

.p-fv__lt {
  flex: 1;
  margin-right: 60px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-fv__lt {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__lt {
    margin: 0 0 30px;
  }
}

.p-fv__bubble {
  width: 160px;
  height: 160px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .p-fv__bubble {
    position: relative;
    top: 0;
    margin: 0 0 10px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__bubble {
    width: 97px;
    height: 97px;
    top: -36px;
    right: -10px;
  }
}

.p-fv__bubble::after {
  content: "";
  width: 30px;
  height: 26px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #333;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transform: rotate(338deg);
}

@media screen and (max-width: 767px) {
  .p-fv__bubble::after {
    width: 18px;
    height: 16px;
    bottom: 3px;
    left: 11px;
  }
}

.p-fv__bubble p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: -0.5em;
}

@media screen and (max-width: 767px) {
  .p-fv__bubble p {
    font-size: 1.3rem;
  }
}

.p-fv__bubble p span {
  font-size: 1.1em;
  font-weight: inherit;
  margin-right: 0.2em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-fv__bubble p span {
    font-size: 1.0769em;
  }
}

.p-fv__sub {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0097d9;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-fv__sub {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.p-fv__sub span {
  font-weight: inherit;
}

.p-fv__lt h1 {
  font-size: 7rem;
  font-weight: 800;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-fv__lt h1 {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}

.p-fv__lt h1 span {
  font-weight: inherit;
}

.p-fv__lt figure {
  text-align: center;
}

.p-fv__form {
  width: 500px;
  background: #fff;
  border-radius: 5px;
  padding: 30px 40px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1024px) {
  .p-fv__form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__form {
    padding: 25px;
  }
}

.p-fv__form__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #0097d9;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-fv__form__ttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.p-lead {
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .p-lead {
    margin-bottom: 50px;
  }
}

.p-lead::before {
  content: "";
  width: 100%;
  height: 415%;
  transform: skewY(10deg);
  background: #0097d9;
  position: absolute;
  top: -145%;
  left: 0;
  z-index: -1;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-lead::before {
    height: 420%;
    top: -900px;
  }
}

.p-lead p {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-lead p {
    font-size: 2.2rem;
    text-align: left;
  }
}

.p-lead p span {
  font-weight: inherit;
  line-height: 1;
  color: #333;
  background: #f7d726;
  padding: 3px;
  display: inline-block;
}

.p-sec01 {
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    margin-bottom: 50px;
  }
}

.p-sec01__inr {
  background: #fff;
  border-radius: 5px;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec01__inr {
    padding: 25px;
  }
}

.p-sec01 h2 {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p-sec01 h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

.p-sec01 h2 span {
  font-weight: inherit;
  color: #0097d9;
}

.p-sec01 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

@media screen and (max-width: 1024px) {
  .p-sec01 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-sec01 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.p-sec01 ul li {
  text-align: center;
  background: #73b5de;
  border-radius: 20px;
  padding: 40px 10px 48px;
}

@media screen and (max-width: 767px) {
  .p-sec01 ul li {
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-sec01 ul li p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-sec01 ul li p {
    flex: 1;
    font-size: 1.8rem;
    margin: 0 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-sec01 ul li figure {
    max-width: 90px;
  }
}

.p-sec02 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-sec02 {
    margin-bottom: 50px;
  }
}

.p-sec02__inr {
  position: relative;
}

.p-sec02 hgroup {
  width: 50%;
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .p-sec02 hgroup {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-sec02 hgroup {
    margin-bottom: 30px;
  }
}

.p-sec02 hgroup p {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-sec02 hgroup p {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.p-sec02 hgroup p span {
  font-weight: inherit;
  color: #0097d9;
}

.p-sec02 hgroup h2 {
  font-size: 4rem;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .p-sec02 hgroup h2 {
    font-size: 2.6rem;
  }
}

.p-sec02 hgroup h2 span {
  font-weight: inherit;
  color: #0097d9;
}

.p-sec02__lead {
  width: 50%;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .p-sec02__lead {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-sec02__lead {
    margin-bottom: 30px;
  }
}

.p-sec02 figure {
  width: 47.6563%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .p-sec02 figure {
    width: 100%;
    margin-bottom: 60px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .p-sec02 figure {
    margin-bottom: 30px;
  }
}

.p-sec02__pdca {
  width: 50%;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .p-sec02__pdca {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-sec02__pdca {
    padding: 25px;
  }
}

.p-sec02__pdca dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-sec02__pdca dl {
    display: block;
  }
}

.p-sec02__pdca dl:not(:last-child) {
  margin-bottom: 20px;
}

.p-sec02__pdca dl dt {
  width: 140px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #0097d9;
  border-radius: 4px;
  padding: 4px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-sec02__pdca dl dt {
    padding: 3px;
    margin: 0 0 10px;
  }
}

.p-sec02__pdca dl dt span {
  font-size: 1.8rem;
  font-weight: inherit;
}

.p-sec02__pdca dl dd {
  flex: 1;
  font-size: 1.6rem;
}

.p-sec03 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-sec03 {
    margin-bottom: 50px;
  }
}

.p-sec03__inr {
  max-width: 1100px;
  background: #fff;
  border-radius: 5px;
  padding: 50px 0 90px;
}

@media screen and (max-width: 767px) {
  .p-sec03__inr {
    padding: 25px 0;
  }
}

.p-sec03 h2 {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-sec03 h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.p-sec03__lead {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #0097d9;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec03__lead {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.p-sec03__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.p-sec03__list ul {
  position: relative;
}

.p-sec03__list ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500%;
  width: 1000%;
  height: 2px;
  background: #e5e5e5;
}

.p-sec03__list ul li {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 40px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-sec03__list ul li {
    font-size: 1.8rem;
    padding: 20px 25px;
  }
}

.p-sec03__list ul li::before {
  content: "";
  flex: none;
  width: 36px;
  height: 36px;
  background: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec03-icon01.svg) center no-repeat;
  background-size: contain;
  margin-right: 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-sec03__list ul li::before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}

.p-sec03__list ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -500%;
  width: 1000%;
  height: 2px;
  background: #e5e5e5;
}

.p-sec04 {
  position: relative;
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .p-sec04 {
    margin-bottom: 25px;
  }
}

.p-sec04::before {
  content: "";
  width: 100%;
  height: 185%;
  background: #0097d9;
  margin: 0 auto;
  position: absolute;
  top: -105%;
  right: 0;
  left: 0;
  z-index: -1;
  transform: skewY(-10deg);
}

@media screen and (max-width: 767px) {
  .p-sec04::before {
    height: 145%;
    top: -635px;
  }
}

.p-sec04 h2 {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-sec04 h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

.p-sec04__lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec04__lead {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.p-sec04__lead span {
  font-weight: inherit;
  color: #333;
  background: #f7d727;
  padding: 1px;
}

.p-sec04__item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-sec04__item {
    display: block;
  }
}

.p-sec04__item::before,
.p-sec04__item::after {
  content: "";
  width: 180px;
  height: 6px;
  background: #333;
  position: absolute;
  inset: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .p-sec04__item::before,
  .p-sec04__item::after {
    content: none;
  }
}

.p-sec04__item::before {
  transform: rotate(45deg);
}

.p-sec04__item::after {
  transform: rotate(-45deg);
}

.p-sec04__item > dl {
  width: 48.046875%;
  background: #fff;
  border-radius: 5px;
  padding: 50px;
}

@media screen and (max-width: 1024px) {
  .p-sec04__item > dl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-sec04__item > dl {
    padding: 25px;
  }
}

.p-sec04__item > dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-sec04__item > dl dt {
    font-size: 2.2rem;
    padding: 6px;
    margin-bottom: 25px;
  }
}

.p-sec04__item > dl dd ul li {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-sec04__item > dl dd ul li {
    font-size: 2rem;
  }
}

.p-sec04__item > dl dd ul li::before {
  content: "";
  flex: none;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 20px 0 15px;
}

@media screen and (max-width: 767px) {
  .p-sec04__item > dl dd ul li::before {
    width: 60px;
    height: 60px;
    margin: 0 8px 0 0;
  }
}

.p-sec04__item > dl dd ul li:nth-child(1)::before {
  background-image: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec04-icon01.svg);
}

.p-sec04__item > dl dd ul li:nth-child(2)::before {
  background-image: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec04-icon02.svg);
}

.p-sec04__item > dl dd ul li:nth-child(3)::before {
  background-image: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec04-icon03.svg);
}

.p-sec04__item > dl dd ul li:nth-child(4)::before {
  background-image: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec04-icon04.svg);
}

.p-sec04__item > dl dd ul li:nth-child(5)::before {
  background-image: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec04-icon05.svg);
}

.p-sec04__item > dl dd ul li:not(:last-child) {
  margin-bottom: 10px;
}

.p-sec04__item > dl dd figure {
  text-align: center;
}

.p-sec04__item > dl dd p {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-sec04__item > dl dd p {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-sec04__item > dl:not(:last-child) {
    margin-bottom: 60px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-sec04__item > dl:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-sec04__item > dl:not(:last-child)::before,
  .p-sec04__item > dl:not(:last-child)::after {
    content: "";
    width: 180px;
    height: 6px;
    background: #333;
    margin: 0 auto;
    position: absolute;
    inset: auto 0 -30px;
  }

  .p-sec04__item > dl:not(:last-child)::before {
    transform: rotate(45deg);
  }

  .p-sec04__item > dl:not(:last-child)::after {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .p-sec04__item > dl:not(:last-child)::before,
  .p-sec04__item > dl:not(:last-child)::after {
    width: 80px;
    height: 3px;
    inset: auto 0 -15px;
  }
}

.p-sec05 {
  background: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec05-bg01.svg) 5.359375% center
    no-repeat;
  padding-top: 25px;
  padding-bottom: 35px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-sec05 {
    background-position: center 0;
    background-size: 86.6667% auto;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}

.p-sec05 h2 {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p-sec05 h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

.p-sec05__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .p-sec05__item {
    display: block;
  }
}

.p-sec05__item > ul {
  flex: 1;
  padding-left: 50px;
  margin-right: 35px;
}

@media screen and (max-width: 1024px) {
  .p-sec05__item > ul {
    padding-left: 0;
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-sec05__item > ul {
    margin: 0 0 30px;
  }
}

.p-sec05__item > ul li {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-sec05__item > ul li {
    font-size: 1.8rem;
  }
}

.p-sec05__item > ul li::before {
  content: "";
  flex: none;
  width: 36px;
  height: 36px;
  background: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec05-icon01.svg) no-repeat;
  background-size: cover;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-sec05__item > ul li::before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}

.p-sec05__item > ul li:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-sec05__item > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.p-sec05__item > figure {
  text-align: center;
}

.p-sec06 {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .p-sec06 {
    margin-bottom: 30px;
  }
}

.p-sec06 h2 {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p-sec06 h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

.p-sec06 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec06 ul {
    margin-bottom: 30px;
    display: block;
  }
}

.p-sec06 ul li {
  flex: 1;
  text-align: center;
  background: #fff;
  border: 3px solid #0097d9;
  border-radius: 5px;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .p-sec06 ul li {
    padding: 30px;
  }
}

.p-sec06 ul li dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0097d9;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-sec06 ul li dl dt {
    margin-bottom: 8px;
  }
}

.p-sec06 ul li dl dd {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-sec06 ul li:not(:last-child) {
  position: relative;
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .p-sec06 ul li:not(:last-child) {
    margin: 0 0 46px;
  }
}

.p-sec06 ul li:not(:last-child)::after {
  content: "";
  width: 26px;
  height: 23px;
  background: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec06-arrow01.svg) no-repeat;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: -42px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-sec06 ul li:not(:last-child)::after {
    margin: 0 auto;
    inset: auto 0 -39px 0;
    transform: rotate(90deg);
  }
}

.p-sec06__result {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-sec06__result {
    font-size: 2.2rem;
  }
}

.p-sec06__result span {
  font-weight: inherit;
  position: relative;
  display: inline-block;
}

.p-sec06__result span::after {
  content: "";
  width: 101%;
  height: 5px;
  background: #f7d727;
  border-radius: 5px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: -0.5%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-sec06__result span::after {
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
  }
}

.p-sec07 {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec07 {
    margin-bottom: 20px;
  }
}

.p-sec07::before {
  content: "";
  width: 100%;
  height: 110%;
  background: #0097d9;
  position: absolute;
  top: 28%;
  left: 0;
  z-index: -1;
  transform: skewY(10deg);
}

@media screen and (max-width: 767px) {
  .p-sec07::before {
    height: 100%;
    top: 120px;
  }
}

.p-sec07__hd {
  max-width: 1100px;
  background: #fff;
  border-radius: 5px;
  padding: 50px 80px 80px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .p-sec07__hd {
    padding: 25px;
    margin-bottom: 30px;
  }
}

.p-sec07__hd h3 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #0097d9;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec07__hd h3 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.p-sec07__hd ul li {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-sec07__hd ul li {
    font-size: 1.8rem;
  }
}

.p-sec07__hd ul li::before {
  content: "";
  flex: none;
  width: 36px;
  height: 36px;
  background: url(/cms/wp-content/themes/gohp-2024/images/muryousinndan/muryousinndan-sec05-icon01.svg) no-repeat;
  background-size: cover;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-sec07__hd ul li::before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}

.p-sec07__hd ul li:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-sec07__hd ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.p-sec07__txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec07__txt {
    text-align: left;
    margin-bottom: 30px;
  }
}

.p-sec07__btn {
  max-width: 260px;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  background: #f7d727;
  border-radius: 50px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  transition: color 0.15s;
}

@media screen and (max-width: 767px) {
  .p-sec07__btn {
    max-width: 275px;
  }
}

.p-sec07__btn::after {
  content: "";
  width: 120%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}

.p-sec07__btn:hover {
  color: #fff;
}

.p-sec07__btn:hover::after {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.p-sec08 {
  background: #0097d9;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-sec08 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.p-sec08__inr {
  background: #fff;
  border-radius: 5px;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec08__inr {
    padding: 25px;
  }
}

.p-sec08 h2 {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec08 h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

.p-sec08 ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-sec08 ul {
    display: block;
  }
}

.p-sec08 ul li {
  width: 47.8814%;
  background: #e4f0f8;
  border-radius: 20px;
  padding: 35px 30px 30px;
}

@media screen and (max-width: 1024px) {
  .p-sec08 ul li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-sec08 ul li {
    border-radius: 15px;
    padding: 15px;
  }
}

.p-sec08 ul li dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-sec08 ul li dl dt {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.p-sec08 ul li dl dd figure {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-sec08 ul li dl dd figure {
    max-width: 200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .p-sec08 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-sec08 ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p-sec09 {
  background: #0097d9;
  padding-top: 70px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-sec09 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.p-sec09 h2 {
  font-size: 5.5rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-sec09 h2 {
    font-size: 2.8rem;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}

.p-sec09 h2 span {
  font-weight: inherit;
  position: relative;
  display: inline-block;
}

.p-sec09 h2 span::before {
  content: "";
  width: 101%;
  height: 5px;
  background: #f7d727;
  border-radius: 5px;
  position: absolute;
  bottom: -10px;
  left: -0.5%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-sec09 h2 span::before {
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
  }
}

.p-sec09__lead {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-sec09__lead {
    text-align: left;
    margin-bottom: 30px;
  }
}

.p-sec09__form {
  background: #fff;
  border-radius: 5px;
  padding: 70px 90px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .p-sec09__form {
    padding: 25px;
  }
}

/* footer */
.p-footer {
  padding-top: 60px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 30px;
  }
}

.p-footer address {
  font-size: 1.6rem;
  line-height: 1.6875;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-footer address {
    margin-bottom: 30px;
  }
}

.p-footer address span {
  font-size: 2rem;
  font-weight: 700;
}

.p-footer address a {
  text-decoration: underline;
}

.p-footer a:hover {
  text-decoration: none;
}

.p-footer small {
  font-size: 1.6rem;
  text-align: center;
  color: #999;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-footer small {
    font-size: 1.2rem;
  }
}

/* utility */
.u-barlow {
  font-family: "Barlow", sans-serif;
}

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

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

#mw_wp_form_mw-wp-form-6103 .mwform-checkbox-field {
  width: 100%;
  width: fit-content;
}

.mw_wp_form_mw-wp-form-6103 .mwform-checkbox-field {
  width: 100%;
  width: fit-content;
}

#mw_wp_form_mw-wp-form-6103 .mw_wp_form .error {
  font-size: 12px;
  color: #f00;
}

#mw_wp_form_mw-wp-form-6103 .mw_wp_form .error {
  font-size: 12px;
  color: #f00;
}

#mw_wp_form_mw-wp-form-6103 .p-form__item .error {
  font-size: 12px;
  color: #f00;
}

#mw_wp_form_mw-wp-form-6103 .p-form__item .error {
  font-size: 12px;
  color: #f00;
  display: block;
}

#mw_wp_form_mw-wp-form-6103 .p-form__check .error {
  width: 100%;
  font-size: 12px;
  color: #f00;
}

#mw_wp_form_mw-wp-form-6103 .p-form__check .error {
  width: 100%;
  font-size: 12px;
  color: #f00;
  display: block;
}

#mw_wp_form_mw-wp-form-6103 form .p-form__check {
  font-size: 16px;
  position: relative;
}

#mw_wp_form_mw-wp-form-6103 form .p-form__check {
  font-size: 16px;
  position: relative;
}

#mw_wp_form_mw-wp-form-6103 .hissu {
  color: #fff;
  background-color: #1974d2;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
  padding: 0 13px;
  display: inline-block;
}

#mw_wp_form_mw-wp-form-6103 .hissu {
  color: #fff;
  background-color: #1974d2;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
  padding: 0 13px;
  display: inline-block;
}

#mw_wp_form_mw-wp-form-6103 .legal-consent-container {
  margin-top: 40px;
}

#mw_wp_form_mw-wp-form-6103 .legal-consent-container {
  margin-top: 40px;
}

#mw_wp_form_mw-wp-form-6103 form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#mw_wp_form_mw-wp-form-6103 form dd input {
  width: 100%;
}

.p-form__item dt {
  margin-bottom: 0.5rem;
}

.p-form__item dt label {
  font-size: 1.6rem;
  font-weight: 700;
}

.p-form__item dt span {
  color: #fff;
    background-color: #1974d2;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 20px;
    padding: 0 13px;
    display: inline-block;
}

.p-form__item dd input {
  background-color: #f2f3f4;
  border: none;
  min-height: 27px;
  padding: 0 15px;
  height: 50px;
}

#mw_wp_form_mw-wp-form-6103 .p-form__submit--next {
  text-align: center;
  max-width: 275px;
  margin-top: 20px;
  background: #f7d726;
    border-radius: 50px;
    padding: 0;
    margin: 50px auto 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: 20px;
}

#mw_wp_form_mw-wp-form-6103 .p-form__submit--next input {
  font-size: 1.8rem;
  padding: 20px 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: #333;
  border: none;
  background: transparent;
}
