@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* メディアクエリ */
.u-inner-offset {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.u-has-marker {
  display: inline !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #feef45), color-stop(88%, #feef45), color-stop(88%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 70%, #feef45 70%, #feef45 88%, transparent 88%, transparent 100%);
}

.u-is-red {
  font-size: 20px;
  color: #bf503e;
  font-weight: 500;
}
@media (max-width: 340px) {
  .u-is-red {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  .u-is-red {
    font-size: 23px;
  }
}
@media (min-width: 600px) {
  .u-is-red {
    font-size: 25px;
  }
}
@media (min-width: 700px) {
  .u-is-red {
    font-size: 27px;
  }
}
@media screen and (min-width: 750px) {
  .u-is-red {
    font-size: 38px;
  }
}

/* base */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #382a11;
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 340px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  body {
    font-size: 22px;
  }
}
@media (min-width: 700px) {
  body {
    font-size: 24px;
  }
}
@media screen and (min-width: 750px) {
  body {
    font-size: 30px;
    background-color: #f4fdfd;
  }
}

.text + .text {
  margin-top: 1em;
}

/* layout */
.inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 25px;
}

/* component */
.cta-button__wrap {
  width: 86%;
  margin: 32px auto 0;
}

.cta-button {
  width: 100%;
  display: block;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1000;
          animation-iteration-count: 1000;
}
@media screen and (min-width: 750px) {
  .cta-button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cta-button:hover {
    opacity: 0.8;
  }
}
.cta-button img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.cta-button__text {
  width: 85%;
  margin: 0 auto 10px;
}
.cta-button__text img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* fv */
.fv img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* fv cta */
.fv-cta__inner {
  background-color: #fff;
  padding: 0 25px 42px;
}

.fv-cta__text {
  padding-top: 24px;
  text-align: center;
}
.fv-cta__text img {
  width: 66%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section01 */
.sec01__inner {
  padding: 42px 25px 60px;
  background-image: url(../img/sec01-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sec01__heading {
  width: 46%;
  margin: 0 auto;
}
.sec01__heading img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec01__list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.sec01__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec01__video {
  width: 100%;
  aspect-ratio: 700/450;
  margin-top: 38px;
}
.sec01__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* cta01 */
.cta01__inner {
  padding: 40px 25px;
  background-color: #fff;
}

.cta01-button__wrap {
  width: 100%;
  margin: 0 auto;
}

/* sec02 */
.sec02__top img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec02__textarea01 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec02__textarea01-inner {
  padding: 32px 25px 0;
  background-color: #fff;
}

.sec02__textarea02 span {
  display: inline-block;
}
.sec02__textarea02 span.is-first {
  padding-right: 14px;
}
.sec02__textarea02-inner {
  padding: 32px 25px 56px;
  background-color: #fff;
}

.sec02__textarea02-strong {
  line-height: 1.5789473684;
}

.sec02__photo01 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec02__textarea03-inner {
  padding: 38px 25px 0;
  background-color: #fff;
}

.sec02__photo02 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec02__photo02-inner {
  padding: 34px 25px 0;
  background-color: #fff;
}

.sec02__textarea04-inner {
  padding: 42px 25px 0;
  background-color: #fff;
}

.sec02__photo03 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec02__photo03-inner {
  padding: 24px 25px 0;
  background-color: #fff;
}

.sec02__textarea05-inner {
  padding: 42px 25px 0;
  background-color: #fff;
}

.sec02__photo04 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec02__photo04-inner {
  padding: 42px 25px 0;
  background-color: #fff;
}

.sec02__textarea06-inner {
  padding: 42px 25px 0;
  background-color: #fff;
}

.sec02__list01 {
  margin-top: 42px;
}

.sec02__list01 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec02__list01-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 10px;
}

/* section03 */
.sec03__inner {
  padding: 38px 25px 48px;
  background-color: #fff;
}

.sec03__pic01 {
  margin-top: 32px;
}
.sec03__pic01 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec03__photo01 {
  margin-top: 42px;
}
.sec03__photo01 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec03__textarea01 {
  padding-top: 32px;
}

.sec03__cta-wrap {
  margin-top: 38px;
}

/* section04 */
.sec04__pic01 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec04__pic02-content {
  padding: 32px 0 42px;
  background-color: #ebfeff;
}

.sec04__textarea01-inner {
  background-color: #ebfeff;
  padding-bottom: 32px;
}

.sec04__pic03 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec04__pic04-inner {
  background-color: #ebfeff;
  padding: 64px 25px 32px;
}

.sec04__books img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec04__inner {
  background-color: #ebfeff;
  padding: 0 25px 64px;
}

.sec04__pic05-inner {
  background-color: #ebfeff;
}

.sec04__pic06-inner {
  padding: 34px 25px 56px;
  background-color: #fff;
}

/* section05 */
.sec05__container {
  padding: 0 25px 0;
  background-color: #fff;
}

/* section06 */
.sec06__inner {
  background-image: url(../img/sec01-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 34px 25px 24px;
  max-width: 750px;
  margin: 0 auto;
}

.sec05__list {
  padding: 34px 0 67px;
  background-color: #fff;
}

.sec05__item {
  font-size: 18px;
}
@media screen and (max-width: 400px) {
  .sec05__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  .sec05__item {
    font-size: 22px;
  }
}
@media (min-width: 600px) {
  .sec05__item {
    font-size: 24px;
  }
}
@media (min-width: 700px) {
  .sec05__item {
    font-size: 26px;
  }
}
@media screen and (min-width: 750px) {
  .sec05__item {
    font-size: 32px;
  }
}
.sec05__item:not(:first-child) {
  margin-top: 18px;
}

/* テーブル */
.sec05-table {
  background-color: #fff;
  border: 1.5px solid #382a11;
}

.sec05__inner {
  padding: 24px 25px 0;
  background-color: #fff;
}
@media (max-width: 400px) {
  .sec05__inner {
    padding: 24px 10px 0;
  }
}

.sec05__table-row {
  text-align: center;
}

.sec05__table-head,
.sec05__table-data {
  font-size: 15px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 360px) {
  .sec05__table-head,
  .sec05__table-data {
    font-size: 14px;
  }
}
@media (min-width: 540px) {
  .sec05__table-head,
  .sec05__table-data {
    font-size: 16px;
  }
}
@media (min-width: 660px) {
  .sec05__table-head,
  .sec05__table-data {
    font-size: 30px;
  }
}

.sec05__table-head {
  background-color: #078887;
  color: #fff;
  text-align: center;
  padding: 6px;
}
@media (min-width: 540px) {
  .sec05__table-head {
    padding: 8px;
  }
}
@media (min-width: 660px) {
  .sec05__table-head {
    padding: 12px;
  }
}

.sec05__table-data {
  padding: 6px;
}
@media (min-width: 540px) {
  .sec05__table-data {
    padding: 8px;
  }
}
@media (min-width: 660px) {
  .sec05__table-data {
    padding: 12px;
  }
}
.sec05__table-data:first-of-type {
  font-weight: 700;
  background-color: #ebfeff;
}

.sec06__notice {
  margin-top: 24px;
  padding-left: 12px;
}
.sec06__notice img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section07 */
.sec07__cta-wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 25px;
  background-color: #fff;
}

.sec07__cta-inner {
  padding: 48px 0 0;
  background-color: #fff;
}

.sec07__textarea {
  line-height: 2;
}

.sec07__textarea-inner {
  padding: 56px 25px 54px;
  background-color: #fff;
}

/* footer */
.footer__inner {
  background-color: #1dd9e0;
  padding: 16px 25px;
}
@media (min-width: 655px) {
  .footer__inner {
    padding: 32px 25px;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}

.footer__link {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  position: relative;
}
@media (min-width: 655px) {
  .footer__link {
    font-size: 20px;
  }
}
.footer__link:first-child::after {
  content: "";
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.footer__info {
  margin-top: 8px;
  text-align: center;
}

.footer__info-text {
  color: #fff;
  font-size: 10px;
}
@media (min-width: 655px) {
  .footer__info-text {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */