@charset "UTF-8";
/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
    font:inherit;
    font-family:inherit;
    */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

:root {
  --scrollbar: 17px;
}

html {
  font-size: calc((100vw - var(--scrollbar)) / 1440 * 10 / 1920 * 1620);
  /* ハードウェアアクセラレーションを有効化 */
  /* アニメーションの最適化 */
  /*-ブレイクポイント1920px-*/
  /*-ブレイクポイント1620px-*/
  /*-ブレイクポイント1440px-*/
  /*-ブレイクポイント1300px-*/
  /*-ブレイクポイント767px-*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 70.3125%;
  }
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 10);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
video {
  display: inline-block;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: "";
}

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

button {
  background: none;
  appearance: none;
  border: none;
  padding: 0;
}

/*button:focus-visible{outline: thin dotted #333;}*/
* {
  font-family: "M PLUS Rounded 1c", Meiryo, sans-serif;
}

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

body {
  background: #127ac0;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-feature-settings: "palt";
}

.svg_symbol {
  display: none;
}

.br-pc {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.wp-pink {
  color: #EF2864;
  font-weight: 700;
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.none {
  display: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

sub {
  vertical-align: sub !important;
  font-size: 50%;
}

sup {
  vertical-align: super !important;
  font-size: 50%;
}

.txt-mail::after {
  content: "@";
}

.red01 {
  color: #FF0000;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------------------

CTA（コールトゥアクション）

------------------------------------------------------------ */
.cta {
  border-radius: 2.4rem;
  border: 3px solid #333;
  background: #fff;
  box-shadow: 0px 10px 0px 0px #333;
  padding: 3.2rem 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta {
    padding: 3.2rem 2rem;
  }
}
.cta__single {
  border-radius: 2.4rem;
  border: 3px solid #333;
  background: #f9f9f9;
  padding: 2rem 1.8rem 1.6rem;
}
.cta__single:not(:last-child) {
  margin-bottom: 2rem;
}
.cta__single legend {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  display: inline-flex;
  padding: 0rem 0.6rem 0.1rem 0.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  border: 1px solid #333;
  background: #333;
  position: relative;
  top: 0.3rem;
}
.cta__single dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3rem 0.8rem 2rem;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid #333;
}
.cta__single dl dt {
  width: 65%;
}
.cta__single dl dd {
  margin-left: auto;
}
.cta__single dl dd .yen {
  font-size: 1.2rem;
}
.cta__single .total {
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
}
.cta__single .total p {
  font-size: 2rem;
  font-weight: 800;
}
.cta__single .total p .yen {
  font-size: 1.6rem;
}
.cta__single .total p .tax {
  font-size: 1rem;
  margin-left: 0.6rem;
}
.cta__arrow {
  vertical-align: baseline !important;
  margin-left: 0.4rem;
}
.cta__arrow img {
  vertical-align: middle;
  display: inline-block;
}
.cta__set {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta__set {
    justify-content: space-between;
    gap: 0;
  }
}
.cta__set-single {
  padding-left: 1rem;
  line-height: 2;
}
.cta__set-single .desc {
  font-size: 1.2rem;
  font-weight: 800;
}
.cta__set-single .price {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}
.cta__set-single .price .yen {
  font-size: 1.6rem;
}
.cta__set-single .price .small {
  font-size: 1rem;
  font-weight: 800;
}
.cta__set-all {
  line-height: 1.2;
}
.cta__set-all .desc {
  font-size: 1.2rem;
  font-weight: 800;
}
.cta__set-all .price {
  color: #ff2322;
  font-size: 3.2rem;
  font-weight: 800;
}
.cta__set-all .price .yen {
  font-size: 1.8rem;
}
.cta__set-all .price .small {
  font-size: 1rem;
}
.cta__set > img {
  width: 2.8rem;
  height: auto;
  margin-top: 2rem;
}
.cta__more {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.cta__more .icon {
  width: 2.7rem;
  height: auto;
  margin-top: 2rem;
}
.cta__more-item {
  line-height: 1.3;
  margin-top: 1.5rem;
  padding: 0 1rem;
}
.cta__more-item .small {
  font-size: 1.4rem;
  font-weight: 900;
}
.cta__more-item .small .red {
  color: #ff2322;
  background-image: radial-gradient(circle at center, #ff2322 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: 0.4rem;
}
.cta__more-item .large {
  font-size: 2.8rem;
  font-weight: 900;
}
.cta__more-item .large .small {
  font-size: 1.4rem;
}
.cta__price {
  border: 3px solid #ff2322;
  box-shadow: 0px 10px 0px 0px #ff2322;
  border-radius: 1.2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.cta__price-bg {
  width: 12.6811594203rem;
  position: absolute;
  top: -11.4528985507rem;
  right: 0;
  z-index: -1;
}
.cta__price-bg img {
  width: 100%;
  height: auto;
}
.cta__price-title {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 800;
  background: #ff2322;
  padding: 1rem;
  display: grid;
  place-items: center;
  line-height: 1;
  border-radius: 0.8rem 0.8rem 0 0;
}
.cta__price-textBox {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2.4rem 0;
}
.cta__price-textBox p {
  font-weight: 800;
}
.cta__price-textBox .priceBox {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.cta__price-textBox .priceBox__off {
  padding-top: 0.3rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #ff2322;
  line-height: 0.5;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Roboto;
}
.cta__price-textBox .priceBox__off .large {
  font-size: 2rem;
  letter-spacing: -0.18rem;
}
.cta__price-textBox .priceBox__off .large .small {
  font-size: 1rem;
  margin-left: 0.2rem;
}
.cta__price-textBox .priceBox__price {
  font-size: 4.8rem;
  font-weight: 900;
  color: #ff2322;
  font-family: Roboto;
}
.cta__price-textBox .priceBox__price .yen {
  font-size: 2rem;
}
.cta__price-textBox .priceBox__price .tax {
  font-size: 1rem;
  vertical-align: 0.3rem;
}
.cta__price-textBox .priceBox__plus {
  width: 20px;
  height: 20px;
  margin-bottom: 0.8rem;
}
.cta__price-textBox .priceBox__red {
  color: #ff2322;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
.cta__price-textBox .priceBox__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.cta__price-textBox .priceBox__link p {
  color: #3279cf;
  border-bottom: 1px solid #3279cf;
  line-height: 1;
}
.cta__price-textBox .priceBox__linkicon {
  width: 1.6rem;
  height: 1.6rem;
}
.cta__price-textBox button {
  display: flex;
  padding: 0rem 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.4rem;
  background: #ff2322;
  color: #fff;
  font-family: Roboto;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1rem;
  cursor: pointer;
}
.cta__price-textBox button img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #fff;
  margin-top: 0.2rem;
}
.cta__price-textBox .copy-message {
  position: absolute;
  bottom: 8.5rem;
  right: 50%;
  translate: 50% 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.cta__price-textBox .copy-message::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
}
.cta__price-textBox .copy-message.show {
  opacity: 1;
  visibility: visible;
}
.cta__price-textBox .term {
  font-size: 1rem;
  font-weight: 500;
}
.cta__desc01 {
  color: rgba(35, 24, 21, 0.5);
  font-size: 1rem;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 4rem;
}
.cta__btn {
  display: grid;
  place-items: center;
}
.cta__btn:not(:last-child) {
  margin-bottom: 2rem;
}
.cta__btn p {
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.cta__contents {
  display: grid;
  place-items: center;
  color: #747474;
}
.cta__contents-title {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0rem 0.6rem 0.1rem 0.6rem;
  border-radius: 10rem;
  border: 1px solid #747474;
  margin-bottom: 1rem;
}
.cta__contents-desc {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -0.02em;
  padding: 0 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta__contents-desc {
    padding: 0;
  }
}
.cta__detail {
  text-align: center;
}
.cta__detail_title {
  font-size: 1.2rem;
  color: #747474;
  text-align: center;
  border: 1px solid #747474;
  border-radius: 10px;
  padding: 0 6px 1px;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.cta__detail_text {
  font-size: 1.4rem;
  color: #747474;
  text-align: left;
  white-space: nowrap;
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31rem;
  height: 6.4rem;
  background: url(../img/bg_btn01.png) no-repeat center center/cover;
  color: #fff;
  text-shadow: 0px 4px 8.8px rgba(106, 60, 29, 0.5);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.28rem;
  position: relative;
  animation: scale 2s ease 0s infinite normal;
}
.btn .mini {
  font-size: 1.5rem;
}
.btn + .btn {
  margin-top: 10px;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  animation: scale2 2s ease 0s infinite normal;
  z-index: 1;
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.97, 0.95);
  }
  40% {
    transform: scale(1, 1);
  }
}
@keyframes scale2 {
  35% {
    box-shadow: 0 0 0 0 rgba(254, 9, 2, 0.9), 0 0 0 0 rgba(254, 9, 2, 0.6), 0 0 0 0 rgba(254, 9, 2, 0.5);
  }
  70% {
    box-shadow: 0 0 0 0.3125vw rgba(254, 9, 2, 0), 0 0 0 1.5625vw rgba(254, 9, 2, 0), 0 0 0 3.125vw rgba(254, 9, 2, 0);
  }
}

.btn__blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31rem;
  height: 6.4rem;
  background: url(../img/bg_btn02.png) no-repeat center center/cover;
  color: #fff;
  text-shadow: 0px 4px 8.8px rgba(106, 60, 29, 0.5);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  position: relative;
  animation: scale 2s ease 0s infinite normal;
  text-align: center;
}
.btn__blue::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  animation: scale2-blue 2s ease 0s infinite normal;
  z-index: 1;
}
@keyframes scale2-blue {
  35% {
    box-shadow: 0 0 0 0 rgba(102, 204, 255, 0.9), 0 0 0 0 rgba(102, 204, 255, 0.6), 0 0 0 0 rgba(102, 204, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 0.3125vw rgba(102, 204, 255, 0), 0 0 0 1.5625vw rgba(102, 204, 255, 0), 0 0 0 3.125vw rgba(102, 204, 255, 0);
  }
}

.cta__btn--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  background: #fff;
}
.cta__btn--fixed.is-visible {
  transform: translateY(0);
}
.cta__btn--fixed p {
  text-align: center;
  background: #fff;
  padding: 4px 10px;
  border-radius: 20px;
}
.cta__btn--fixed .btn {
  margin: 0 auto;
}

/* ------------------------------------------------------------

Header

------------------------------------------------------------ */
.header {
  padding: 1.3rem 0;
  display: grid;
  place-items: center;
  border-bottom: 3px solid #0d4266;
  background: #fff;
}
.header span {
  font-size: 2.4rem;
  color: #C11920;
  font-weight: 800;
}
.header h1 {
  color: #0d4266;
  font-weight: 800;
  line-height: 1.5;
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
.footer {
  padding: 6rem 0 4rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer {
    padding: 6rem 0 14rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2rem;
  background: #fff;
}
.footer__logo {
  width: 14.5rem;
  height: auto;
  margin-bottom: 2rem;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer nav {
  width: 33rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.footer nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.footer nav ul li a {
  color: #333;
}
.footer nav ul li:first-of-type a, .footer nav ul li:nth-of-type(2) a {
  color: #5e9cdd;
  text-decoration: underline;
  font-size: 1.8rem;
}
.footer__copy {
  font-size: 1.2rem;
  color: #999;
}

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */
/* PC用
---------------------------------------------- */
.pc {
  width: 62.5%;
  height: 100vh;
  background: #127ac0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.pc__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 8rem;
}
.pc__logo img {
  width: 100%;
  height: auto;
}
.pc__title {
  width: 42.2rem;
  margin-top: 10rem;
}
@media (max-height: 800px) {
  .pc__title {
    width: 35.2rem;
  }
}
.pc__title-image {
  display: block;
  margin-bottom: 4rem;
}
.pc__title-image img {
  width: 100%;
  height: auto;
}
.pc__title-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc__title-btn p {
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.8rem;
}
.pc__title-btn + .pc__title-btn {
  margin-top: 20px;
}
.pc__image {
  width: 35rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media (max-height: 800px) {
  .pc__image {
    width: 28.2rem;
  }
}
.pc__image img {
  width: 100%;
  height: auto;
}

.allContainer {
  width: 37.5%;
  margin-left: auto;
  background: #127ac0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContainer {
    width: 100%;
  }
}
.allContainer__inner {
  width: 45rem;
  border-right: 5px solid #00538a;
  border-left: 5px solid #00538a;
  overflow-x: clip;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContainer__inner {
    width: 100%;
    border-right: none;
    border-left: none;
  }
}

.page-top {
  background: #cff0fd;
}
.page-top .mainVisual {
  position: relative;
  z-index: 0;
  background: #e1f6ff;
  padding-bottom: 2rem;
}
.page-top .mainVisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.page-top .mainVisual__bg img {
  width: 100%;
  height: auto;
}
.page-top .mainVisual__image01 {
  position: relative;
  z-index: 0;
}
.page-top .mainVisual__image01 .card-flip {
  perspective: 1000px;
  width: 3.4rem;
  height: 3.4rem;
}
.page-top .mainVisual__image01 .card-flip img {
  width: 100%;
  height: auto;
}
.page-top .mainVisual__image01 .card-flip01 {
  position: absolute;
  bottom: 8.5rem;
  left: 0.5rem;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mainVisual__image01 .card-flip01 {
    bottom: 7.2rem;
    left: 0.5rem;
  }
}
.page-top .mainVisual__image01 .card-flip02 {
  position: absolute;
  top: 13rem;
  right: 11rem;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mainVisual__image01 .card-flip02 {
    top: 11rem;
    right: 9.5rem;
  }
}
.page-top .mainVisual__image01 .card-flip02 .card-inner {
  animation: flip 3s 1.5s infinite;
}
.page-top .mainVisual__image01 .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  animation: flip 3s 1s infinite;
}
.page-top .mainVisual__image01 .card-front,
.page-top .mainVisual__image01 .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.page-top .mainVisual__image01 .card-back {
  transform: rotateY(180deg);
}
@keyframes flip {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
.page-top .mainVisual__image01 .mainImage {
  width: 100%;
  height: auto;
}
.page-top .mainVisual__image01 .bgImage03 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .mainVisual__image01 .bgImage03 img {
  width: 100%;
  height: auto;
}
.page-top .mainVisual__image02 {
  margin-top: -2rem;
  margin-right: 1rem;
}
.page-top .mainVisual__image02 img {
  width: 100%;
  height: auto;
}
.page-top .mainVisual__image03 {
  margin-bottom: 1.6rem;
}
.page-top .mainVisual__image03 img {
  width: 100%;
  height: auto;
}
.page-top .mainVisual__image04 {
  width: 5.4rem;
  margin-inline: auto;
  animation: flash 2s 2s linear infinite;
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.page-top .mainVisual__image04 img {
  width: 100%;
  height: auto;
}
.page-top .mainImage03 {
  margin-left: 1.4rem;
}
.page-top .mainImage04 {
  width: 93.6% !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.6rem;
  margin-top: -1.6rem;
}
.page-top .ctaLead {
  background: #e1f6ff;
}
.page-top .intro {
  padding: 4rem 1.2rem;
  position: relative;
  z-index: 0;
}
.page-top .intro__bg {
  position: absolute;
  top: -15rem;
  left: 0;
  z-index: -1;
  width: 100%;
}
.page-top .intro__bg img {
  width: 100%;
  height: auto;
}
.page-top .intro h2 {
  color: #0271bb;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
}
.page-top .intro h2 span {
  font-size: 3.2rem;
}
.page-top .intro__youtube {
  margin-inline: auto;
  margin-bottom: 2rem;
  max-width: 33.5rem;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.page-top .intro__youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110%;
  width: 110%;
  transform: translate(-50%, -50%);
  border: 0.5rem solid #eee;
  overflow: hidden;
}
.page-top .intro__eligibility {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.page-top .intro__eligibility img {
  width: 12.1rem;
  height: auto;
}
.page-top .intro__eligibility .text {
  width: 100%;
  padding: 1.6rem 0;
  text-align: center;
  border-radius: 1.6rem;
  border: 3px solid #333;
  background: #fff;
  box-shadow: 0px 4px 0px 0px #333;
}
.page-top .intro__eligibility .text .black {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
}
.page-top .intro__eligibility .text .blue {
  color: #0271bb;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page-top .intro__image01 {
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
}
.page-top .intro__image02 {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.page-top .intro__desc01 {
  font-size: 2rem;
  font-weight: 800;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  border: 3px solid #333;
  background: #fff;
  box-shadow: 0px 4px 0px 0px #333;
}
.page-top .intro__image03 {
  height: auto;
  margin-bottom: 2rem;
  width: 79.2%;
  margin: 0 auto;
  display: block;
  height: auto;
  margin-bottom: 2rem;
  margin-top: 0.8rem;
}
.page-top .intro__image04 {
  width: 100%;
  height: auto;
}
.page-top .point {
  padding: 0 1.2rem;
  position: relative;
  z-index: 0;
  margin-bottom: 5.5rem;
}
.page-top .point__image {
  width: 21.8rem;
  position: relative;
  z-index: -2;
  margin-bottom: 0.5rem;
}
.page-top .point__image img {
  width: 100%;
  height: auto;
}
.page-top .point__bg {
  width: 23.4rem;
  position: absolute;
  top: 3rem;
  right: 5rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .point__bg {
    right: 0;
  }
}
.page-top .point__bg img {
  width: 100%;
  height: auto;
}
.page-top .point .unit {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page-top .point .unit__item {
  padding-bottom: 4rem;
  border: 4px solid #333;
  border-bottom: 10px solid #333;
  border-radius: 2.4rem;
  background: #fffffb;
}
.page-top .point .unit__item legend {
  text-align: center;
  display: inline-flex;
  padding: 0.6rem 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  border: 3px solid #333;
  background: #fbfef3;
  font-weight: 900;
  font-size: 1.7rem;
}
.page-top .point .unit__title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem 3rem 0;
  margin-bottom: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .point .unit__title {
    padding: 2.4rem 2rem 0;
  }
}
.page-top .point .unit__title:has(p) {
  border-bottom: 3px solid #333;
  padding: 2.4rem 3rem;
  margin-bottom: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .point .unit__title:has(p) {
    padding: 2.4rem 2rem;
  }
}
.page-top .point .unit__title h2 {
  color: #0271bb;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.7;
}
.page-top .point .unit__title h2 .small {
  font-size: 2.4rem;
}
.page-top .point .unit__title h2 .black {
  font-size: 2.4rem;
  color: #333;
}
.page-top .point .unit__title h2 .dots {
  background-image: radial-gradient(circle at center, #0271bb 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.6rem;
}
.page-top .point .unit__title p {
  text-align: justify;
}
.page-top .point .unit__title p .bold {
  font-weight: 800;
}
.page-top .point .unit__title p .small {
  font-size: 1.2rem;
}
.page-top .point .unit__contents {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-top .point .unit__contents img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  padding: 0 1rem;
}
.page-top .point .unit__contents p {
  text-align: justify;
  padding: 0 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .point .unit__contents p {
    padding: 0 2rem;
  }
}
.page-top .point .unit__contents p .bold {
  font-weight: 800;
}
.page-top .point .unit__contents p .small {
  font-size: 1.2rem;
}
.page-top .cta01 {
  margin-bottom: 5rem;
}
.page-top .cta01__image {
  width: 35.9rem;
  margin-left: auto;
}
.page-top .cta01__image img {
  width: 100%;
  height: auto;
}
.page-top .features {
  padding: 0 1.2rem;
}
.page-top .features__image {
  width: 100%;
}
.page-top .features__image img {
  width: 100%;
  height: auto;
}
.page-top .features .unit {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: -17rem;
}
.page-top .features .unit__item {
  border: 4px solid #333;
  border-bottom: 10px solid #333;
  border-radius: 2.4rem;
  background: #fffffb;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 2.4rem 3.3rem 4rem;
  position: relative;
}
.page-top .features .unit__item:last-child img {
  margin-top: -3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .features .unit__item {
    padding: 2.4rem 2.3rem 4rem;
  }
}
.page-top .features .unit__item legend {
  text-align: center;
  display: inline-flex;
  padding: 0.6rem 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  border: 3px solid #333;
  background: #fbfef3;
  font-weight: 900;
  font-size: 1.7rem;
}
.page-top .features .unit__item .image {
  padding: 1.2rem 2.5rem;
  border-radius: 0.8rem;
  background: #eee;
}
.page-top .features .unit__item .image img {
  width: 100%;
  height: auto;
}
.page-top .features .unit__item .textBox h2 {
  font-weight: 800;
}
.page-top .features .unit__item .textBox h2 .blue {
  color: #0271bb;
  font-size: 2.4rem;
  font-weight: 900;
}
.page-top .features .unit__item .textBox h2 .blue .big {
  font-size: 3.2rem;
}
.page-top .features .unit__item .textBox .desc {
  font-weight: 800;
}
.page-top .features .unit__item .textBox .desc .red {
  color: #ff2322;
  font-size: 2.4rem;
  font-weight: 900;
}
.page-top .features .unit__item .textBox .desc .red .big {
  font-size: 3.2rem;
}
.page-top .features .unit__item .textBox .desc .small {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 500;
}
.page-top .features .unit__item .textBox p {
  text-align: justify;
  font-size: 1.4rem;
}
.page-top .features .unit__item .textBox img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.page-top .features .unit__item .listBox__title {
  padding-bottom: 2.4rem;
  background: linear-gradient(to right, #0271bb 30%, transparent 30%);
  background-size: 8px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.page-top .features .unit__item .listBox__title p {
  color: #fff;
  font-weight: 800;
  border-radius: 0.4rem;
  background: #0271bb;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.8rem;
}
.page-top .features .unit__item .listBox__title h3 {
  font-size: 2.4rem;
  font-weight: 800;
}
.page-top .features .unit__item .listBox__item {
  padding: 1.2rem 0;
  background: linear-gradient(to right, #0271bb 30%, transparent 30%);
  background-size: 8px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.page-top .features .unit__item .listBox__item:last-child {
  background: none;
  padding: 1.2rem 0 0;
}
.page-top .features .unit__item .listBox__item h4 {
  color: #0271bb;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.page-top .features .unit__item .listBox__item h4::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: #0271bb;
  border-radius: 50%;
}
.page-top .features .unit__item .listBox__item p {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: justify;
}
.page-top .features .unit__item-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 0.5rem solid #eee;
}
.page-top .features .unit__item-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110%;
  width: 110%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.page-top .features .unit__item > img {
  width: 100%;
  height: auto;
}
.page-top .features .unit__item-bg {
  position: absolute;
  top: 4rem;
  right: 3rem;
  width: 5.6rem;
}
.page-top .features .unit__item-bg img {
  width: 100%;
  height: auto;
}
.page-top .review {
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}
.page-top .review__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 69rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .review__bg {
    height: auto;
  }
}
.page-top .review__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .review h2 {
  width: 13rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
.page-top .review h2 img {
  width: 100%;
  height: auto;
}
.page-top .review .unit {
  width: 36rem;
  overflow: visible;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .review .unit {
    width: 31rem;
  }
}
.page-top .review .unit__item {
  padding: 6.4rem 2.4rem;
  border-radius: 1.6rem;
  border: 3px solid #333;
  background: #fff;
  box-shadow: 0px 8px 0px 0px #333;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
.page-top .review .unit__item img {
  width: 10.7rem;
  height: auto;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .review .unit__item h3 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 3.2rem;
}
.page-top .review .unit__item h3 span {
  font-size: 2.4rem;
}
.page-top .review .unit__item .textBox {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-top .review .unit__item .textBox p {
  text-align: justify;
}
.page-top .review .unit__item .textBox__small {
  font-size: 1.4rem;
}
.page-top .review .unit .swiper-button-prev,
.page-top .review .unit .swiper-button-next {
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-top .review .unit .swiper-button-prev svg,
.page-top .review .unit .swiper-button-next svg {
  display: none;
}
@media (hover: hover) {
  .page-top .review .unit .swiper-button-prev:hover,
  .page-top .review .unit .swiper-button-next:hover {
    background: #333;
  }
  .page-top .review .unit .swiper-button-prev:hover img,
  .page-top .review .unit .swiper-button-next:hover img {
    filter: invert(1);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .review .unit .swiper-button-prev,
  .page-top .review .unit .swiper-button-next {
    display: none;
  }
}
.page-top .review .unit .swiper-button-prev::after,
.page-top .review .unit .swiper-button-next::after {
  display: none;
}
.page-top .review .unit .swiper-button-prev img,
.page-top .review .unit .swiper-button-next img {
  width: 1.5rem;
  height: 1.5rem;
}
.page-top .review .unit .swiper-button-prev {
  top: 9rem;
  left: -2rem;
}
.page-top .review .unit .swiper-button-next {
  top: 9rem;
  right: -2rem;
}
.page-top .review .unit .swiper-button-next img {
  margin-left: 0.3rem;
}
.page-top .cta02 {
  padding-top: 6.4rem;
  position: relative;
  z-index: 0;
}
.page-top .cta02__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.page-top .cta02__bg img {
  width: 100%;
  height: auto;
}
.page-top .cta02__image {
  width: 100%;
  padding-left: 2.4rem;
}
.page-top .cta02__image img {
  width: 100%;
  height: auto;
}
.page-top .about {
  padding-top: 7rem;
  position: relative;
  z-index: 0;
}
.page-top .about__bg {
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: -1;
  width: 100%;
}
.page-top .about__bg img {
  width: 100%;
  height: auto;
  margin-top: -8rem;
}
.page-top .about__lead {
  margin-bottom: 11rem;
}
.page-top .about__lead > img {
  width: 100%;
  height: auto;
}
.page-top .about__lead-textBox {
  margin-inline: 1.2rem;
  position: relative;
  z-index: 0;
}
.page-top .about__lead-textBox h2 {
  border-radius: 1.6rem;
  border: 3px solid #333;
  background: #fff;
  box-shadow: 0px 4px 0px 0px #333;
  font-weight: 800;
  text-align: center;
  padding: 1.4rem 0 1.2rem;
}
.page-top .about__lead-textBox h2 span {
  color: #0271bb;
  font-size: 2.4rem;
  font-weight: 900;
}
.page-top .about__lead-textBox .desc {
  border-radius: 0rem 0rem 1.6rem 1.6rem;
  border: 3px solid #333;
  background: #fffffb;
  box-shadow: 0px 10px 0px 0px #333;
  padding: 4.2rem 3.7rem 3rem;
  margin-top: -2rem;
  position: relative;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__lead-textBox .desc {
    padding: 4.2rem 1.7rem 3rem;
  }
}
.page-top .about__lead-textBox .desc__large {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}
.page-top .about__lead-textBox .desc__small {
  text-align: justify;
}
.page-top .about__lead-textBox > img {
  width: 8rem;
  height: auto;
  position: absolute;
  bottom: -3.5rem;
  right: 0;
}
.page-top .about__contents {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.page-top .about__contents .unit {
  padding: 3.2rem 3.5rem;
  border-radius: 1.6rem 0rem 1.6rem 1.6rem;
  border: 3px solid #333;
  background: #fff;
  box-shadow: 0px 10px 0px 0px #333;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__contents .unit {
    padding: 3.2rem 1.5rem;
  }
}
.page-top .about__contents .unit__title {
  display: inline-flex;
  padding: 0.6rem 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.6rem 1.6rem 0rem 0rem;
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: right;
  position: absolute;
  top: -3.5rem;
  right: -0.3rem;
}
.page-top .about__contents .unit h3 {
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
}
.page-top .about__contents .unit h3 span {
  color: #0271bb;
  font-size: 2.4rem;
}
.page-top .about__contents .unit h4 {
  color: #fff;
  font-weight: 800;
  padding: 0rem 0.6rem;
  border-radius: 0.4rem;
  background: #0271bb;
  width: fit-content;
}
.page-top .about__contents .unit .bold {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}
.page-top .about__contents .unit .text {
  padding: 4.8rem 2rem 3.2rem;
  border-radius: 0.4rem;
  position: relative;
  z-index: 0;
}
.page-top .about__contents .unit .text:not(:last-child) {
  margin-bottom: 3.2rem;
}
.page-top .about__contents .unit .text svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.page-top .about__contents .unit .text > img {
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
}
.page-top .about__contents .unit .text .desc {
  text-align: justify;
}
.page-top .about__contents .unit .text .desc mark {
  background: #f9f300;
}
.page-top .about__contents .unit__youtube_box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  border: 0.5rem solid #eee;
  border-radius: 0.8rem;
}
.page-top .about__contents .unit__youtube_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110%;
  width: 110%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.page-top .about__contents .unit__youtube_box iframe::-webkit-media-controls {
  display: none !important;
}
.page-top .about__contents .unit > img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}
.page-top .about__contents .unit__desc {
  text-align: justify;
}
.page-top .about__contents .textBox {
  position: relative;
  margin-top: -2rem;
}
.page-top .about__contents .textBox > img {
  position: absolute;
  top: -5rem;
  right: 2.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__contents .textBox > img {
    right: 0.5rem;
  }
}
.page-top .about__contents .textBox h3 {
  font-size: 2rem;
  font-weight: 800;
  border-radius: 1.6rem 1.6rem 0rem 0rem;
  background: #fffffb;
  padding: 1.7rem 3.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__contents .textBox h3 {
    padding: 1.7rem 1.6rem;
  }
}
.page-top .about__contents .textBox .text__blue {
  color: #0271bb;
  font-weight: 800;
}
.page-top .about__contents .textBox .desc {
  text-align: justify;
  padding: 2.6rem 3.6rem;
  border-radius: 0rem 0rem 1.6rem 1.6rem;
  background: rgba(255, 255, 251, 0.8);
  font-weight: 500;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about__contents .textBox .desc {
    padding: 1.6rem;
  }
}
.page-top .about__contents .textBox .desc mark {
  background: #f9f300;
}
.page-top .cta03 {
  padding-top: 3.2rem;
  position: relative;
  z-index: 0;
}
.page-top .cta03__bg {
  position: absolute;
  top: 0.3rem;
  left: 0;
  z-index: -1;
}
.page-top .cta03__bg img {
  width: 100%;
  height: auto;
}
.page-top .cta03__image {
  width: 100%;
}
.page-top .cta03__image img {
  width: 100%;
  height: auto;
}
.page-top .cta03 .cta {
  margin-top: -2rem;
}
.page-top .instructor {
  padding-top: 3.5rem;
  position: relative;
  z-index: 1;
}
.page-top .instructor__bg {
  width: 100%;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: -1;
}
.page-top .instructor__bg img {
  width: 100%;
  height: auto;
}
.page-top .instructor > h2 {
  color: #0271bb;
  text-align: center;
  font-weight: 800;
  margin-bottom: 4.4rem;
}
.page-top .instructor > h2 span {
  font-size: 3.2rem;
}
.page-top .instructor__contents {
  padding: 0 2rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page-top .instructor__contents .unit {
  display: flex;
  flex-direction: column;
}
.page-top .instructor__contents .unit__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.page-top .instructor__contents .unit__image img {
  width: 20rem;
  height: auto;
  margin-left: 3rem;
}
.page-top .instructor__contents .unit__image figcaption {
  color: #0d4266;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
}
.page-top .instructor__contents .unit > p {
  border-radius: 1rem;
  border: 3px solid #0271bb;
  background: #e1f6ff;
  padding: 1.8rem 0 1.7rem;
  text-align: center;
  color: #0271bb;
  font-weight: 800;
  line-height: 1.5;
}
.page-top .instructor__contents .unit > p span {
  font-size: 2rem;
}

/* ------------------------------------------------------------

送信完了画面

------------------------------------------------------------ */
.PageCompletion .Completion {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 14rem 3.2rem 30rem;
}
.PageCompletion .Completion__Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PageCompletion .Completion__Inner h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.PageCompletion .Completion__Inner p {
  line-height: 2;
  text-align: center;
}
.PageCompletion .Completion__Text {
  line-height: 2;
  margin-bottom: 0.8rem;
}
.PageCompletion .Completion__SmallText {
  font-size: 1.2rem;
}
.PageCompletion .Completion a {
  display: grid;
  place-items: center;
  padding: 2rem 0;
  border: 2px solid #EF2864;
  background: #FFF;
  color: #EF2864;
  font-weight: 700;
  font-size: 1.8rem;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  .PageCompletion .Completion a:hover {
    background: #EF2864;
    color: #FFF;
  }
}

/*# sourceMappingURL=style.css.map */
