@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

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

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #1a3141;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 787px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3194444444vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.2s ease-in-out;
  }
}

main {
  overflow: hidden;
  overflow-x: hidden;
}

header {
  height: 5.625rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: white;
}
@media screen and (min-width: 768px) {
  header {
    height: 10.3125rem;
  }
}

.header-inner {
  max-width: 18.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    padding-left: 3.125rem;
    padding-right: 3.4375rem;
    max-width: initial;
    margin: initial;
  }
}

.header-inner__mobile {
  padding-top: 0.3125rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header-inner__mobile {
    padding-top: initial;
    display: initial;
  }
}

.header-inner__mobile p {
  padding-top: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0c4a6e;
  font-size: 0.75rem;
  white-space: nowrap;
}

.header-inner__logo {
  display: inline-block;
  width: 4.125rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .header-inner__logo {
    width: 14.625rem;
    height: 10rem;
  }
}

.header-inner__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .header-inner__contact {
    margin-top: 1.5625rem;
    margin-right: 1.25rem;
  }
}

.header-inner__contact p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0c4a6e;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .header-inner__contact p {
    font-size: 1.5rem;
  }
}

.header-inner__contact-ways {
  display: flex;
}
@media screen and (min-width: 768px) {
  .header-inner__contact-ways {
    display: flex;
  }
}

.header-inner__contact-ways-mail,
.header-inner__contact-ways-line {
  cursor: pointer;
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .header-inner__contact-ways-mail,
  .header-inner__contact-ways-line {
    width: 21.25rem;
    margin-top: 0.625rem;
  }
}

.header-inner__contact-ways-mail:hover,
.header-inner__contact-ways-line:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.header-inner__contact-ways-mail img,
.header-inner__contact-ways-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.consultation-content {
  margin: 0 auto;
  border: 0.3125rem solid #ff6e00;
  border-radius: 1.25rem;
  margin-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .consultation-content {
    display: flex;
    justify-content: center;
    max-width: 81.875rem;
    padding-top: 4.375rem;
    padding-bottom: initial;
  }
}

.consultation-content__inner {
  margin: 0 auto;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .consultation-content__inner {
    position: relative;
    max-width: 56.25rem;
    margin: initial;
  }
}

.consultation-content__inner-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  row-gap: 1.25rem;
  margin-top: 2.5rem;
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .consultation-content__inner-icon {
    margin-top: 2.5rem;
    margin-left: 5.625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: initial;
  }
}

.consultation-content__inner-icon li {
  margin: 0 auto;
  max-width: 5.625rem;
  max-height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .consultation-content__inner-icon li {
    max-width: 11.25rem;
    max-height: 11.25rem;
  }
}

.consultation-content__inner-icon li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.consultation-content__inner-contact {
  margin: 0 auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .consultation-content__inner-contact {
    display: flex;
    margin-top: 1.25rem;
  }
}

.consultation-content__inner-contact-mail,
.consultation-content__inner-contact-line {
  margin: 0 auto;
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .consultation-content__inner-contact-mail,
  .consultation-content__inner-contact-line {
    width: 29.375rem;
    margin-left: 1.25rem;
  }
}

.consultation-content__inner-contact-line {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .consultation-content__inner-contact-line {
    margin-top: initial;
  }
}

.consultation-content__inner-contact-mail:hover,
.consultation-content__inner-contact-line:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.consultation-content__inner-contact-mail img,
.consultation-content__inner-contact-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .consultation-content__pic {
    margin-top: -1.875rem;
    z-index: 20;
    width: 40.625rem;
    height: 31.25rem;
  }
}

.consultation-content__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .warning-top__pc {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 3.4375rem;
  }
}

.warning-top__pc-left {
  text-align: center;
  border: 0.3125rem solid #009de6;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .warning-top__pc-left {
    max-width: calc(33.333% - 0.8333333333rem);
    width: 100%;
    padding-bottom: 2.1875rem;
    display: block;
    flex-wrap: nowrap;
  }
}

.warning-top__pc-left h3 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 700;
  color: #05314a;
}
@media screen and (min-width: 768px) {
  .warning-top__pc-left h3 {
    line-height: 1.48;
    font-size: 1.25rem;
    margin-top: 2.1875rem;
  }
}

.warning-top__pc-left-img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .warning-top__pc-left-img {
    width: 20.6875rem;
    margin-top: 0.625rem;
  }
}

.warning-top__pc-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.warning-top__pc-left p {
  text-align: center;
  color: #1a3141;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .warning-top__pc-left p {
    font-size: 1rem;
    line-height: 1.48;
    padding-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .warning-top__pc-right {
    max-width: 53.125rem;
    max-height: 31.25rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -2.8125rem;
  }
}

.warning-top__pc-right-text {
  text-align: center;
  border: 0.3125rem solid #ff6e00;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .warning-top__pc-right-text {
    padding-top: 1.25rem;
    padding-bottom: 1.4375rem;
    width: 83%;
    max-height: 10.375rem;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.warning-top__pc-right-text p {
  color: #05314a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .warning-top__pc-right-text p {
    font-size: 1.5rem;
    line-height: 1.48;
  }
}

@media screen and (min-width: 768px) {
  .warning-top__pc-right-img {
    margin: 0 auto;
    margin-top: 1.5625rem;
    width: 67%;
    flex: 0 0 auto;
    margin-right: 9.375rem;
  }
}

.warning-top__pc-right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.warning-bottom {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .warning-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    -moz-column-gap: 1.5%;
         column-gap: 1.5%;
  }
}

.warning-bottom li {
  text-align: center;
  border: 0.3125rem solid #009de6;
  border-radius: 1.25rem;
  width: 100%;
  padding-bottom: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .warning-bottom li {
    max-width: calc(33.333% - 0.8333333333rem);
    padding-bottom: 1.5625rem;
    margin-top: initial;
  }
}

.warning-bottom li:nth-of-type(1) p {
  padding-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .warning-bottom li:nth-of-type(1) p {
    padding-top: 1.875rem;
  }
}

.warning-bottom li:nth-of-type(3) p,
.warning-bottom li:nth-of-type(4) p {
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .warning-bottom li:nth-of-type(3) p,
  .warning-bottom li:nth-of-type(4) p {
    line-height: 1.48;
  }
}

.warning-bottom li h3 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 700;
  color: #05314a;
  font-size: 1rem;
  line-height: 1.184;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .warning-bottom li h3 {
    line-height: 1.48;
    font-size: 1.25rem;
    margin-top: 2.1875rem;
  }
}

.warning-bottom__img {
  margin: 0 auto;
  width: 13.4375rem;
  height: 10.4375rem;
}

.warning-bottom__img1 {
  margin: 0 auto;
  width: 9rem;
  height: 10.6875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .warning-bottom__img1 {
    width: 10.6375rem;
    height: auto;
    margin-top: 0.625rem;
  }
}

.warning-bottom__img2 {
  margin: 0 auto;
  width: 10.4375rem;
  height: 11.375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .warning-bottom__img2 {
    width: 12.8125rem;
    height: auto;
  }
}

.warning-bottom__img3 {
  margin: 0 auto;
  width: 11.6875rem;
  height: 11.6875rem;
}
@media screen and (min-width: 768px) {
  .warning-bottom__img3 {
    width: 14.125rem;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .warning-bottom__img img,
  .warning-bottom__img1 img,
  .warning-bottom__img2 img,
  .warning-bottom__img3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.warning-bottom p {
  text-align: center;
  color: #1a3141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.48;
  padding-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .warning-bottom p {
    font-size: 1rem;
    line-height: 1.48;
    padding-top: 0.9375rem;
  }
}

.warning-sp {
  margin-top: 1.875rem;
}

.warning-sp__text {
  text-align: center;
  border: 0.3125rem solid #ff6e00;
  border-radius: 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.4375rem;
  width: 100%;
}

.warning-sp__text p {
  color: #05314a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.warning-sp__img {
  width: 100%;
}

.warning-top__right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.warning-text {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .warning-text {
    margin-top: initial;
  }
}

.warning-text__content {
  text-align: center;
  border: 0.3125rem solid #ff6e00;
  border-radius: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .warning-text__content {
    margin-top: 3.125rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: initial;
    padding-right: initial;
  }
}

.warning-text p {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a3141;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .warning-text p {
    font-size: 1.75rem;
    line-height: 1.48;
  }
}

.warning-text__content .warning-inner__atn1,
.warning-text__content .warning-inner__atn2 {
  width: 0.5rem;
  height: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .warning-text__content .warning-inner__atn1,
  .warning-text__content .warning-inner__atn2 {
    width: 6rem;
    height: 6rem;
  }
}

.warning-text .warning-inner__atn1 {
  position: absolute;
  z-index: 100;
  top: -5%;
  left: -3%;
}
@media screen and (min-width: 768px) {
  .warning-text .warning-inner__atn1 {
    top: 7%;
    left: -3%;
  }
}

.warning-text .warning-inner__atn2 {
  position: absolute;
  z-index: 100;
  top: 84%;
  right: -4%;
}
@media screen and (min-width: 768px) {
  .warning-text .warning-inner__atn2 {
    top: 70%;
    right: -4%;
  }
}

.promise-top__img {
  width: 100%;
  height: 100%;
}

.promise-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promise-top__pentagon {
  margin: 0 auto;
  margin-top: -0.8125rem;
  max-width: 19.375rem;
}
@media screen and (min-width: 768px) {
  .promise-top__pentagon {
    margin: 0 auto;
    margin-top: -1.1875rem;
    max-width: 28.75rem;
  }
}

.promise-top__pentagon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promise-bottom {
  margin: 0 auto;
  text-align: center;
  max-width: 21.5625rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom {
    padding-top: 1.25rem;
    padding-bottom: 8.125rem;
    max-width: 90rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.promise-bottom h2 {
  display: inline-block;
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom h2 {
    width: 28.75rem;
  }
}

.promise-bottom h2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promise-bottom__content {
  margin: 0 auto;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content {
    padding-top: 3.75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.promise-bottom__content li {
  border: 0.0625rem solid #135286;
  padding-top: 1.875rem;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: calc(50% - 0.625rem);
    width: 100%;
    height: 22.5rem;
    padding-top: 2.5rem;
  }
}

.promise-bottom__content li:nth-of-type(2) {
  padding-top: initial;
}

.promise-bottom__content li:nth-of-type(3) {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(3) {
    padding-top: 4.375rem;
    padding-bottom: 2.1875rem;
  }
}

.promise-bottom__content li:nth-of-type(4) {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(4) {
    padding-top: 4.375rem;
    padding-bottom: 2.1875rem;
  }
}

.promise-bottom__content li:nth-of-type(5) {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(5) {
    padding-top: 4.375rem;
    padding-bottom: 2.1875rem;
  }
}

.promise-bottom__content li:nth-of-type(6) {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(6) {
    padding-top: 4.375rem;
    padding-bottom: 2.1875rem;
  }
}

.promise-bottom__content li:nth-of-type(5) h3,
.promise-bottom__content li:nth-of-type(6) h3 {
  color: #ff6e00;
}

@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(5) h3 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(6) h3 {
    font-size: 2rem;
  }
}

.promise-bottom__content li:nth-of-type(4) p {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(4) p {
    padding-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(5) p {
    padding-top: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .promise-bottom__content li:nth-of-type(6) p {
    padding-top: 0.9375rem;
  }
}

.promise-bottom__content li h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #05314a;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li h3 {
    font-size: 1.5rem;
    line-height: 1.48;
  }
}

.promise-bottom__content li p {
  font-family: "Noto Sans JP", sans-serif;
  color: #05314a;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li p {
    font-size: 1.5rem;
    line-height: 1.48;
  }
}

.promise-bottom__content li p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  color: #ff6e00;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li p:nth-of-type(2) {
    font-size: 1.5rem;
    line-height: 1.48;
  }
}

.promise-bottom__content-arrow {
  width: 1.875rem;
  margin: 0 auto;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content-arrow {
    width: 4.25rem;
    padding-top: 0.3125rem;
  }
}

.promise-bottom__content-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promise-bottom__content li b {
  font-family: "Hiragino Sans";
  color: #ff6e00;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li b {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.promise-bottom__content li b span {
  font-family: "Hiragino Sans";
  color: #05314a;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li b span {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.promise-bottom__content li video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .promise-bottom__content li video {
    height: 22.5rem;
  }
}

.staff-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .staff-content {
    display: flex;
    justify-content: center;
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .staff-content__img {
    margin-top: 1.875rem;
    width: 19.25rem;
  }
}

@media screen and (min-width: 768px) {
  .staff-content__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .staff-content__comment {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .staff-content__comment-top {
    margin-top: 3.75rem;
    margin-bottom: 4.375rem;
  }
}

.staff-content__comment-top p {
  color: #05314a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .staff-content__comment-top p {
    font-size: 1.25rem;
    line-height: 1.48;
  }
}

.staff-content__comment-bottom {
  position: relative;
}

@media screen and (min-width: 768px) {
  .staff-content__comment-bottom-emphasize1,
  .staff-content__comment-bottom-emphasize2 {
    width: 5.136875rem;
  }
}

@media screen and (min-width: 768px) {
  .staff-content__comment-bottom-emphasize1 img,
  .staff-content__comment-bottom-emphasize2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .staff-content__comment-bottom-emphasize1 {
    position: absolute;
    top: -48%;
    left: -2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .staff-content__comment-bottom-emphasize2 {
    position: absolute;
    top: 75%;
    left: -2.1875rem;
  }
}

.staff-content__comment-bottom p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .staff-content__comment-bottom p {
    font-size: 1.25rem;
    line-height: 1.48;
  }
}

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

.staff-sp__top {
  margin: 0 auto;
  max-width: 22.5rem;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  position: relative;
}

.staff-sp__top-img {
  margin-top: 1.25rem;
  width: 22.8125rem;
}

.staff-sp__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-sp__top-emphasize1,
.staff-sp__top-emphasize2 {
  width: 3.125rem;
}

.staff-sp__top-emphasize1 img,
.staff-content__top-emphasize2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-sp__top-emphasize1 {
  position: absolute;
  top: 12%;
  left: 40%;
}

.staff-sp__top-emphasize2 {
  position: absolute;
  top: 78%;
  left: 40%;
}

.staff-sp__top p {
  padding-top: 2.8125rem;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.48;
}

.staff-sp__bottom {
  margin: 0 auto;
  margin-top: 1.5625rem;
  padding-left: 1.5625rem;
  padding-right: 0.9375rem;
}

.staff-sp__bottom p {
  text-align: center;
  color: #05314a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.48;
}

footer {
  background-color: #ecf7fe;
  text-align: center;
  padding-bottom: 4.375rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: initial;
    padding-bottom: 8.4375rem;
    margin-top: initial;
  }
}

.footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 3.5625rem;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .footer-content {
    padding-top: 3.4375rem;
    max-width: 58.75rem;
  }
}

.footer-content__logo {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer-content__logo {
    width: 12.5rem;
    height: 10.75rem;
  }
}

.footer-content__logo p {
  text-align: center;
  color: #05314a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer-content__logo p {
    font-size: 1.25rem;
    line-height: 1.48;
  }
}

.footer-content__logo p:nth-of-type(2) {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer-content__logo p:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.48;
  }
}

.footer-content__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-content__contact {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer-content__contact {
    display: flex;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}

.footer-content__contact-mail,
.footer-content__contact-line {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer-content__contact-mail,
  .footer-content__contact-line {
    width: 21.125rem;
    margin-top: 6.25rem;
  }
}

.footer-content__contact-mail:hover,
.footer-content__contact-line:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.footer-content__contact-mail img,
.footer-content__contact-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-sp__logo picture {
  display: inline-block;
  width: 9.375rem;
  height: 7.5rem;
  margin: 0 auto;
  margin-top: 0.625rem;
  text-align: center;
}

.footer-sp__logo p {
  text-align: center;
  color: #05314a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.48;
  margin-top: -0.375rem;
}

.footer-sp__logo p:nth-of-type(2) {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.48;
}

.footer-sp__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  width: 100%;
  padding-right: 1.4375rem;
  padding-left: 1.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: initial;
    padding-right: initial;
    padding-left: initial;
  }
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.test {
  background-color: plum;
  font-size: 1rem;
  color: red;
}
@media screen and (min-width: 768px) {
  .test {
    font-size: 3.125rem;
    color: green;
  }
}

.fv {
  width: 100%;
  height: 100%;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 10.3125rem;
  }
}

.fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .fv img {
    height: 100%;
  }
}

.consultation {
  background-color: #ecf7fe;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .consultation {
    padding-top: 6.875rem;
    padding-bottom: 7.5rem;
  }
}

.consultation-inner {
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .consultation-inner {
    padding-top: initial;
    padding-left: initial;
    padding-right: initial;
  }
}

.consultation-inner h2 {
  margin: 0 auto;
  width: 17.25rem;
}

.consultation-inner h2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.consultation-inner h3 {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11.875rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .consultation-inner h3 {
    top: -2.1875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 55.625rem;
  }
}

.consultation-inner h3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.warning {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .warning {
    margin-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.warning-inner {
  margin: 0 auto;
  text-align: center;
  max-width: 21.25rem;
}
@media screen and (min-width: 768px) {
  .warning-inner {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
    max-width: 90rem;
  }
}

.warning-inner__title {
  display: inline-block;
  position: relative;
}
.warning h2 {
  font-family: "Hiragino Sans";
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #0c4a6e;
}
@media screen and (min-width: 768px) {
  .warning h2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.warning h2 p span {
  background: linear-gradient(transparent 70%, #ffe100 50%);
}

.warning-inner__atn1,
.warning-inner__atn2 {
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .warning-inner__atn1,
  .warning-inner__atn2 {
    width: 6rem;
    height: 6rem;
  }
}

.warning-inner__atn1 {
  position: absolute;
  top: -45%;
  left: -3.125rem;
}
@media screen and (min-width: 768px) {
  .warning-inner__atn1 {
    top: -45%;
    left: -6.25rem;
  }
}

.warning-inner__atn2 {
  position: absolute;
  top: -45%;
  right: -3.125rem;
}
@media screen and (min-width: 768px) {
  .warning-inner__atn2 {
    top: -45%;
    right: -6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .wargning-inner__atn1 img,
  .wargning-inner__atn2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.promise {
  margin: 0 auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .promise {
    margin-top: initial;
  }
}

.staff-wrapper {
  margin: 0 auto;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .staff-wrapper {
    margin: 0 auto;
    max-width: 87.5rem;
    padding-top: 4.6875rem;
    padding-bottom: 7.5rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    width: 100%;
  }
}

.staff-wrapper h2 {
  width: 9.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff-wrapper h2 {
    width: 17.775rem;
    margin: 0 auto;
  }
}

.staff-wrapper h2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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