@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

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

ol,
ul,
li {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}
table caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
}

blockquote,
q {
  -webkit-hyphens: none;
          hyphens: none;
  quotes: none;
}

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

html,
body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  color: #0f2844;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #38312e;
  text-decoration: none;
}

img:not(:root) {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style-type: none;
}

@media (max-width: 767px) {
  .spview {
    display: block !important;
  }

  .pcview {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .spview {
    display: none !important;
  }

  .pcview {
    display: block !important;
  }
}
.l-footer {
  padding-top: 73px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-header {
  padding-top: 39px;
}
@media (min-width: 768px) {
  .l-header {
    padding-top: 0;
  }
}

.l-outline {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-outline {
    max-width: 1500px;
  }
}

.l-outline__inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-outline__inner {
    max-width: 1130px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-section {
  padding-top: 53px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .l-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.js-slider img {
  width: 100%;
}

.js-modalYoutube {
  position: relative;
  display: block;
  width: 100%;
}

.c-modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-modalWrap:not(.is-open) {
  display: none;
}
.c-modalWrap[aria-hidden=false] {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modalWrap[aria-hidden=true] {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal.modal {
  position: static;
  width: 100%;
  max-width: 900px;
  padding: 0;
  background: none;
  box-shadow: none;
}
.c-modal.modal a.close-modal {
  display: none;
}
.c-modal .c-modal__body {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
}
.c-modal .c-modal__body iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-modal .c-modal__close {
  right: -6px;
  z-index: 999;
  display: block;
  width: 100%;
  padding-right: 6px;
  overflow: visible;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  text-align: right;
  touch-action: manipulation;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.js-back_to_top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 100;
  display: block;
  max-width: 70px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s;
}
.js-back_to_top:not(.show) {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 768px) {
  .p-footer {
    padding-top: 90px;
  }
}

.p-footer__logo {
  max-width: 195px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__logo {
    max-width: 185px;
  }
}

.p-footer__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
}

.p-footer__copyright {
  margin-top: 34px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5248;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-header {
  text-align: center;
}

.p-header__container {
  position: relative;
  height: 100%;
}
.p-header__container > .l-outline {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .p-header__inner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding-right: 0;
    padding-left: 70px;
  }
}

.p-header__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-header__heading {
    display: block;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 2.15625;
  }
}
.p-header__heading > span {
  display: inline-block;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  background: #e1ebf7;
}
@media (min-width: 768px) {
  .p-header__heading > span {
    padding-top: 0;
    padding-right: 17px;
    padding-bottom: 0;
    padding-left: 17px;
  }
}
.p-header__heading > span:not(:first-child) {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .p-header__heading > span:not(:first-child) {
    margin-top: 0;
  }
}

.p-header__phrase {
  display: inline-block;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8890675241;
  letter-spacing: 0.44em;
  letter-spacing: 0.4em;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .p-header__phrase {
    margin-top: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 991px) {
  .p-header__phrase {
    margin-top: 37px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 238px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-header__logo {
    max-width: 230px;
    margin-top: 25px;
  }
}
@media (min-width: 991px) {
  .p-header__logo {
    max-width: 392px;
    margin-top: 25px;
  }
}

.p-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.075em;
}

.p-header__note {
  display: inline-block;
  padding: 3px 23px 6px;
  margin-top: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #f1244f;
  letter-spacing: 0.05em;
  border: 1px solid #f1244f;
}
@media (min-width: 768px) {
  .p-header__note {
    margin-top: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 991px) {
  .p-header__note {
    padding: 8px 30px;
    margin-top: 42px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-header__image {
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-header__image {
    margin-top: 0;
  }
}

.p-header__contact {
  padding-top: 33px;
  padding-bottom: 35px;
  background: #e5f1f7;
}
@media (min-width: 768px) {
  .p-header__contact {
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .p-header__contact .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.p-header__contact .heading {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-header__contact .heading {
    flex: none;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .p-header__contact .tel,
.p-header__contact .form {
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-header__contact .tel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .p-header__contact .tel-container {
    flex: none;
    margin-top: 0;
  }
}
.p-header__contact .tel-icon {
  max-width: 47px;
}
.p-header__contact .tel-number {
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1;
}
.p-header__contact .tel-note {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.075em;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-header__contact .tel-note {
    margin-top: 5px;
    text-align: left;
  }
}
.p-header__contact .form {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .p-header__contact .form {
    margin-top: 0;
  }
}
.p-header__contact .form-icon {
  width: 100%;
  max-width: 20px;
}
.p-header__contact .form-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 22px;
  margin-top: 18px;
  background: #239ae5;
  border-radius: 50px;
  opacity: 1;
  transition: all 0.5s;
}
.p-header__contact .form-container:hover {
  opacity: 0.5;
  transition: all 1s;
}
@media (max-width: 767px) {
  .p-header__contact .form-container {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .p-header__contact .form-container {
    padding: 30px 105px;
    margin-top: 0;
  }
}
.p-header__contact .form-text {
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.p-form .l-main {
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-form .l-main {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-form .p-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background-color: #e5f1f7;
}
.p-form .p-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #239ae5;
}
.p-form .p-header__title > span {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  color: #181818;
}
.p-form .p-breadcrumb {
  margin-top: 17px;
  margin-bottom: 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.p-form .p-breadcrumb a {
  padding-bottom: 3px;
  color: #239ae5;
  border-bottom: 1px solid #239ae5;
}
.p-form .p-heading {
  padding: 18px 22px 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #e5f1f7;
  border-top: 2px solid #239ae5;
}
.p-form .p-flow .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-form .p-flow .container {
    display: block;
  }
}
.p-form .p-flow .item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 160px;
  text-align: center;
  background-color: #80cdf0;
}
.p-form .p-flow .icon {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.p-form .p-flow .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-form .p-flow .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-form .p-flow .triangle {
  display: block;
}
@media (min-width: 768px) {
  .p-form .p-flow .triangle {
    width: 23px;
    height: 20px;
    margin-right: 0;
    margin-left: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0f2844;
  }
}
@media (max-width: 767px) {
  .p-form .p-flow .triangle {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border-top: 10px solid #0f2844;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.p-form .p-flow__text {
  margin-top: 31px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.075em;
}
.p-form .p-contact-form {
  margin-top: 80px;
}
.p-form .p-contact-form .form {
  margin-top: 30px;
}
.p-form .p-contact-form .required-mark {
  display: inline-block;
  padding: 2px 7px 4px;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #f1244f;
}
.p-form .p-contact-form .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-form .p-contact-form .input__wrap {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .p-form .p-contact-form .input__wrap {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-form .p-contact-form .note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-form .p-contact-form .note {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-form .p-contact-form table,
.p-form .p-contact-form tbody,
.p-form .p-contact-form tr,
.p-form .p-contact-form th,
.p-form .p-contact-form td {
    display: block;
    width: 100%;
  }
}
.p-form .p-contact-form table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;
}
.p-form .p-contact-form th,
.p-form .p-contact-form td {
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 768px) {
  .p-form .p-contact-form th {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .p-form .p-contact-form th {
    border: none;
  }
}
.p-form .p-contact-form th .note {
  display: block;
}
@media (min-width: 768px) {
  .p-form .p-contact-form td {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .p-form .p-contact-form td {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .p-form .p-contact-form td .note {
    padding-left: 15px;
  }
}
.p-form .p-contact-form input[type=text] {
  width: 100%;
  padding: 10px 15px;
  background-color: #f3f3f3;
  border: none;
}
.p-form .p-contact-form select {
  width: 100%;
  padding: 10px 15px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #f3f3f3;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-form .p-contact-form textarea {
  width: 100%;
  min-height: 220px;
  padding: 5px;
  resize: vertical;
  background-color: #f3f3f3;
  border: none;
}
.p-form .p-contact-form .form-postal input {
  width: 30%;
}
@media (max-width: 767px) {
  .p-form .p-contact-form .form-postal input {
    width: 100%;
  }
}
.p-form .p-contact-form .form-textarea th,
.p-form .p-contact-form .form-textarea td {
  vertical-align: top;
}
.p-form .p-contact-form .container-select {
  position: relative;
  width: 30%;
}
@media (max-width: 767px) {
  .p-form .p-contact-form .container-select {
    width: 100%;
  }
}
.p-form .p-contact-form .container-select::before {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 0;
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 8.5px solid #181818;
  border-left: 4px solid transparent;
}
.p-form .p-contact-form .container-select::after {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 0;
  content: "";
  border-top: 8.5px solid #181818;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (min-width: 768px) {
  .p-form .p-contact-form .container-select:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .p-form .p-contact-form .container-select:not(:first-child) {
    margin-top: 10px;
  }
}
.p-form .submit-button {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 21px 10px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.075em;
  cursor: pointer;
  background: #0f2844;
  border: none;
  border-radius: 50px;
  opacity: 1;
  transition: all 0.5s;
}
.p-form .submit-button:hover {
  opacity: 0.5;
  transition: all 1s;
}

.p-top .p-greeting {
  background: #82cdef;
}
@media (max-width: 767px) {
  .p-top .p-greeting {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-top .p-greeting {
    position: relative;
  }
}
@media (min-width: 768px) {
  .p-top .p-greeting > .l-outline__inner {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
  }
}
.p-top .p-greeting__wrap {
  width: 100%;
  height: 100%;
}
.p-top .p-greeting__heading {
  margin-top: 13px;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-greeting__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2px;
    font-size: 32px;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.075em;
  }
}
.p-top .p-greeting__heading > span {
  display: inline-block;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 14px;
  padding-left: 15px;
  background: #fff;
}
@media (max-width: 767px) {
  .p-top .p-greeting__heading > span {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .p-top .p-greeting__heading > span {
    display: inline;
    padding-top: 10px;
    padding-right: 28px;
    padding-bottom: 13px;
    padding-left: 16px;
  }
}
.p-top .p-greeting__heading > span:not(:first-child) {
  margin-top: 5px;
}
.p-top .p-greeting__text {
  margin-top: 40px;
  margin-bottom: 69px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #fff;
  letter-spacing: 0.11em;
}
@media (min-width: 768px) {
  .p-top .p-greeting__text {
    max-width: 790px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.125;
  }
}
@media (min-width: 768px) {
  .p-top .p-greeting__image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #82cdef;
    background-image: url("../img/read-backimg_pc.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
  }
}
.p-top .p-section__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #239ae5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-section__heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top .p-section__phrase {
  margin-top: 9px;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 2.0412987013;
  text-align: center;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-section__phrase {
    margin-top: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2.0416666667;
  }
}
.p-top .p-section__phrase > span {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1;
  color: #239ae5;
}
.p-top .p-features {
  padding-bottom: 66px;
  background: #ebf7ff;
}
@media (min-width: 768px) {
  .p-top .p-features {
    padding-bottom: 98px;
  }
}
.p-top .p-features > .l-outline__inner:not(:first-child) {
  margin-top: 60px;
}
.p-top .p-features .container:not(:first-child) {
  margin-top: 52px;
}
@media (min-width: 768px) {
  .p-top .p-features .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 87%;
    margin-top: 64px;
  }
  .p-top .p-features .container:nth-child(1) {
    margin-top: 72px;
    margin-left: auto;
  }
  .p-top .p-features .container:nth-child(1) .text {
    order: 1;
  }
  .p-top .p-features .container:nth-child(1) .image {
    order: 2;
    margin-left: 60px;
  }
  .p-top .p-features .container:nth-child(2) {
    margin-right: auto;
  }
  .p-top .p-features .container:nth-child(2) .text {
    order: 2;
  }
  .p-top .p-features .container:nth-child(2) .image {
    order: 1;
    margin-right: 60px;
  }
  .p-top .p-features .container:nth-child(3) {
    margin-left: auto;
  }
  .p-top .p-features .container:nth-child(3) .text {
    order: 1;
  }
  .p-top .p-features .container:nth-child(3) .image {
    order: 2;
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  .p-top .p-features .text {
    display: flex;
    flex: 1 1.2 auto;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top .p-features .heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 27px;
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1;
  color: #239ae5;
}
@media (min-width: 768px) {
  .p-top .p-features .heading {
    margin-top: 0;
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.p-top .p-features .heading > span {
  padding-bottom: 8px;
  margin-right: 10px;
  margin-bottom: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  border-bottom: 1px solid #239ae5;
}
@media (min-width: 768px) {
  .p-top .p-features .heading > span {
    margin-bottom: 3px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top .p-features .phrase {
  display: block;
  margin-top: 13px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8625;
  text-align: center;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-top .p-features .phrase {
    margin-top: 15px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2.3461538462;
    text-align: left;
  }
}
.p-top .p-features .phrase > span {
  padding-top: 3px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 15px;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (min-width: 768px) {
  .p-top .p-features .phrase > span {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.p-top .p-features .phrase > span:not(:first-child) {
  margin-top: 5px;
}
.p-top .p-features .description {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-top .p-features .description {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top .p-features .image {
  width: 100%;
  margin-top: 46px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .p-top .p-features .image {
    flex: 1 1 auto;
    max-width: 680px;
    margin-top: 0;
  }
}
.p-top .p-features .image > img {
  width: 100%;
}
.p-top .p-introduction-image {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-top .p-introduction-image {
    padding-bottom: 22px;
  }
}
.p-top .p-introduction-image .container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 37px;
}
@media (min-width: 768px) {
  .p-top .p-introduction-image .container {
    flex-wrap: nowrap;
    margin-top: 50px;
  }
}
.p-top .p-introduction-image .item {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .p-top .p-introduction-image .item {
    width: 48%;
    margin-bottom: 25px;
  }
  .p-top .p-introduction-image .item:nth-child(even) {
    margin-left: 4%;
  }
}
@media (min-width: 768px) {
  .p-top .p-introduction-image .item {
    width: 23.5%;
  }
  .p-top .p-introduction-image .item:not(:first-child) {
    margin-left: 2%;
  }
}
.p-top .p-introduction-image .title {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.p-top .p-introduction-image .description {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #239ae5;
}
.p-top .p-introduction-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-width: 46px;
  transform: translate(-50%, -50%);
}
.p-top .p-contact {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-top .p-contact {
    padding-top: 33px;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-top .p-contact__inner {
  padding-top: 39px;
  padding-bottom: 37px;
  background: #e5f1f7;
}
@media (max-width: 767px) {
  .p-top .p-contact__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .p-top .p-contact__inner {
    padding-top: 45px;
    padding-bottom: 61px;
  }
}
.p-top .p-contact__inner > .p-section__phrase {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner > .p-section__phrase {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-top .p-contact__inner .text {
  margin-top: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  text-align: center;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .text {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top .p-contact__inner .heading {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
  }
}
.p-top .p-contact__inner .tel,
.p-top .p-contact__inner .form {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .tel,
.p-top .p-contact__inner .form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .tel {
    flex-direction: column;
  }
}
.p-top .p-contact__inner .tel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .tel-container {
    margin-top: 10px;
  }
}
.p-top .p-contact__inner .tel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .tel-inner {
    margin-top: 10px;
  }
}
.p-top .p-contact__inner .tel-icon {
  width: 100%;
  max-width: 47px;
}
.p-top .p-contact__inner .tel-number {
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.p-top .p-contact__inner .tel-note {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .tel-note {
    margin-top: 5px;
    text-align: left;
  }
}
.p-top .p-contact__inner .form {
  display: block;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .form {
    flex-direction: column;
  }
}
.p-top .p-contact__inner .form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 30px;
  margin-top: 17px;
  background: #239ae5;
  border-radius: 50px;
  opacity: 1;
  transition: all 0.5s;
}
.p-top .p-contact__inner .form-container:hover {
  opacity: 0.5;
  transition: all 1s;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .form-container {
    max-width: 400px;
    padding: 25px 95px;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top .p-contact__inner .form-icon {
  width: 100%;
  max-width: 20px;
}
.p-top .p-contact__inner .form-text {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .p-top .p-contact__inner .form-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top .p-introduction {
  padding-top: 42px;
  padding-bottom: 138px;
}
@media (min-width: 768px) {
  .p-top .p-introduction {
    padding-bottom: 108px;
  }
}
@media (max-width: 767px) {
  .p-top .p-introduction > .l-outline__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-top .p-introduction > .p-section__phrase {
  margin-top: 3px;
}
.p-top .p-introduction__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .p-top .p-introduction__container {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 33px;
  }
}
.p-top .p-introduction__item {
  padding-top: 29px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 33px;
  margin-top: 18px;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-top .p-introduction__item {
    width: 48%;
    padding-top: 36px;
    padding-right: 30px;
    padding-bottom: 47px;
    padding-left: 39px;
  }
  .p-top .p-introduction__item:nth-child(2) {
    margin-left: 4%;
  }
}
.p-top .p-introduction__title {
  padding-bottom: 4px;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 600;
  color: #239ae5;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #239ae5;
}
@media (min-width: 768px) {
  .p-top .p-introduction__title {
    padding-bottom: 5px;
    margin-bottom: 18px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-top .p-introduction__description {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-top .p-introduction__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top .p-introduction__description:first-child {
  margin-top: 0;
}
.p-top .p-price {
  padding-bottom: 118px;
  margin-bottom: 16px;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-top .p-price {
    padding-bottom: 119px;
  }
}
.p-top .p-price__phrase {
  margin-top: 30px;
  margin-bottom: 39px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-price__phrase {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
.p-top .p-price__phrase > span {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.075em;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top .p-price__phrase > span {
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-top .p-price__image {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-top .p-price__image {
    max-width: 1100px;
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .p-top .p-price__wrap {
    margin-top: 60px;
  }
}
.p-top .p-price__inner {
  display: flex;
  align-items: flex-start;
  padding-top: 11px;
  padding-right: 15px;
  padding-bottom: 17px;
  padding-left: 19px;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top .p-price__inner {
    max-width: 830px;
    padding-top: 16px;
    padding-right: 31px;
    padding-bottom: 14px;
    padding-left: 31px;
    margin-top: 16px;
  }
}
.p-top .p-price__inner:first-child {
  margin-top: 30px;
}
.p-top .p-price__icon {
  width: 100%;
  max-width: 21px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .p-top .p-price__icon {
    margin-top: 7px;
  }
}
.p-top .p-price__text {
  margin-top: 3px;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5836666667;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-top .p-price__text {
    margin-top: 0;
    margin-left: 17px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.p-top .p-price__note {
  margin-top: 60px;
  text-align: center;
}
.p-top .p-price__note > span {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8955;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #0f2844;
}
@media (min-width: 768px) {
  .p-top .p-price__note > span {
    font-size: 38px;
    font-size: 2.375rem;
  }
}