@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

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

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.8rem;
}

.sp-br {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc-br {
    display: block;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.mainvisual {
  position: relative;
}

.mainvisual-wrap {
  display: none;
}
@media screen and (min-width: 640px) {
  .mainvisual-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
  }
}

.mainvisual-sp-wrap {
  display: block;
  background: linear-gradient(transparent 20%, #5BE1C9 20%, #53ADDE);
}
@media screen and (min-width: 640px) {
  .mainvisual-sp-wrap {
    display: none;
  }
}

.mainvisual-image-sp {
  display: block;
  position: relative;
  z-index: 2;
}
.mainvisual-image-sp img {
  width: 90%;
}
@media screen and (min-width: 640px) {
  .mainvisual-image-sp {
    display: none;
  }
}

.logo-sp-wrap {
  display: block;
  background: #333;
  padding: 0.5rem;
}
.logo-sp-wrap img {
  width: 150px;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .logo-sp-wrap {
    display: none;
  }
}

.mainvisual-image {
  max-width: 530px;
  position: absolute;
  right: 0;
  top: 0;
}
.mainvisual-image img {
  animation: fadeIn 1s ease-in-out;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 821px) {
  .mainvisual-image {
    max-width: 560px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mainvisual-image img {
    animation: fadeIn 1s ease-in-out;
    width: 100%;
    object-fit: contain;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mainvisual-left-bg {
  display: none;
}
@media screen and (min-width: 640px) {
  .mainvisual-left-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: -1;
    width: 65%;
    height: 780px;
    background: linear-gradient(to right bottom, #5BE1C9, #53ADDE);
  }
}

.mv-text-img-sp {
  display: block;
  position: absolute;
  z-index: 3;
  top: 38%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 640px) {
  .mv-text-img-sp {
    display: none;
  }
}

.mainvisual-text {
  padding: 48% 1rem 4rem 1rem;
  position: relative;
  z-index: 3;
}
.mainvisual-text .logo {
  max-width: 300px;
  object-fit: contain;
}
.mainvisual-text .sub-title {
  max-width: 400px;
  object-fit: contain;
  margin: 6rem 0 2rem 0;
}
.mainvisual-text h1 img {
  max-width: 630px;
  object-fit: contain;
}
.mainvisual-text ul {
  margin: 0rem 0 0 0;
}
.mainvisual-text ul li {
  font-size: 1.5rem;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  margin: 0 0 1.5rem 0;
}
.mainvisual-text ul li:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .mainvisual-text {
    padding: 8rem 1rem 4rem 1rem;
    position: relative;
    z-index: 2;
  }
  .mainvisual-text .logo {
    max-width: 300px;
    object-fit: contain;
  }
  .mainvisual-text .sub-title {
    max-width: 400px;
    object-fit: contain;
    margin: 6rem 0 2rem 0;
  }
  .mainvisual-text h1 img {
    max-width: 630px;
    object-fit: contain;
  }
  .mainvisual-text ul {
    margin: 5rem 0 0 0;
  }
  .mainvisual-text ul li {
    font-size: 1.8rem;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    padding: 1rem 2rem;
    letter-spacing: 0.4rem;
    margin: 0 0 1.5rem 0;
  }
  .mainvisual-text ul li:last-child {
    margin: 0;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.mainvisual-point li {
  opacity: 0;
  /* 初期状態は透明 */
  animation: fadeInLeft 0.8s forwards;
  /* アニメーションの指定 */
  animation-delay: 0.6s;
}

.mainvisual-point li:first-child {
  animation-delay: 0.3s;
  /* 最初の要素の遅延 */
}

.mainvisual-point li:last-child {
  animation-delay: 0.9s;
  /* 3番目の要素の遅延 */
}

.pc-cta {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc-cta {
    display: block;
  }
}

.sp-cta {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-cta {
    display: none;
  }
}

.cta-btn img {
  max-width: 500px;
  margin: 4rem auto 0 auto;
}
.cta-btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width: 640px) {
  .cta-btn img {
    max-width: 500px;
    margin: 7rem auto 4rem auto;
  }
  .cta-btn:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}

.top-movie {
  margin: 0 auto;
  padding: 6rem 0 4rem 0;
  background: url("../image/bg-item02.webp") no-repeat;
  background-size: 100%;
  background-position-y: 150px;
  background-position-x: -250px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .top-movie {
    margin: 0 auto;
    padding: 6rem 0 11rem 0;
    background: url("../image/bg-item02.webp") no-repeat;
    background-size: 100%;
    background-position-y: 150px;
    background-position-x: -250px;
    position: relative;
  }
}

.movie-area {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 0 0;
}
.movie-area p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin: 3rem 0;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .movie-area {
    width: 90%;
    margin: 0 auto;
    padding: 8rem 0 0 0;
  }
  .movie-area p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.4rem;
    margin: 3rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 821px) {
  .movie-area {
    width: 65%;
    margin: 0;
    padding: 0;
  }
  .movie-area p {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.4rem;
    margin: 3rem 0;
  }
}

.suzuki-bg-img {
  max-width: 1000px;
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .suzuki-bg-img {
    max-width: 1000px;
    position: absolute;
    top: -100px;
    right: -200px;
    z-index: -1;
  }
}
@media screen and (min-width: 821px) {
  .suzuki-bg-img {
    max-width: 1000px;
    position: absolute;
    top: -20px;
    right: -200px;
    z-index: -1;
  }
}

.profile {
  background: #E8FBFC;
  padding: 4rem 0;
}
@media screen and (min-width: 821px) {
  .profile {
    background: #E8FBFC;
    padding: 7rem 0;
  }
}

.profile-inner h2 {
  font-size: 2.8rem;
  letter-spacing: 1rem;
  border-bottom: 3px dotted #707070;
  padding: 0 1rem 2rem 1rem;
  margin: 0 0 4rem 0;
  text-align: center;
}
.profile-inner h2 span {
  font-size: 1.4rem;
  margin: 0 0 0 1rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 640px) {
  .profile-inner h2 {
    font-size: 3.8rem;
    letter-spacing: 1rem;
    border-bottom: 3px dotted #707070;
    padding: 0 1rem 2rem 1rem;
    margin: 0 0 4rem 0;
    text-align: center;
  }
  .profile-inner h2 span {
    font-size: 1.8rem;
    margin: 0 0 0 3rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (min-width: 821px) {
  .profile-inner h2 {
    font-size: 3.8rem;
    letter-spacing: 0.5rem;
    border-bottom: 3px dotted #707070;
    padding: 0 1rem 2rem 1rem;
    margin: 0 0 4rem 0;
    text-align: left;
  }
  .profile-inner h2 span {
    font-size: 1.8rem;
    margin: 0 0 0 3rem;
    letter-spacing: 0.3rem;
  }
}

.profile-wrap {
  display: block;
}
.profile-wrap img {
  max-width: 300px;
  object-fit: contain;
  margin: 0 auto 3rem auto;
}
@media screen and (min-width: 821px) {
  .profile-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .profile-wrap img {
    max-width: 390px;
    object-fit: contain;
    margin: 0;
  }
}

.profile-text {
  width: 100%;
}
.profile-text ul {
  font-size: 1.4rem;
  margin: 0 0 0 1rem;
  padding: 0 1rem;
}
.profile-text ul li {
  padding: 0 0 2rem 3rem;
  line-height: 3.4rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  border-left: 2px solid #181777;
}
.profile-text ul li:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "\ef4a";
  font-family: "Material Icons";
  font-size: 1.8rem;
  color: #181777;
  margin: 0 2.5rem 0 0;
}
.profile-text ul li:last-child {
  padding: 0 0 0 3rem;
}
@media screen and (min-width: 640px) {
  .profile-text ul {
    font-size: 1.4rem;
    margin: 0 0 0 2rem;
    padding: 0 1rem;
  }
  .profile-text ul li {
    padding: 0 0 3rem 3rem;
    line-height: 2.6rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-left: 2px solid #181777;
  }
  .profile-text ul li:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: "\ef4a";
    font-family: "Material Icons";
    font-size: 1.8rem;
    color: #181777;
    margin: 0 2.5rem 0 0;
  }
  .profile-text ul li:last-child {
    padding: 0 0 0 3rem;
  }
}
@media screen and (min-width: 821px) {
  .profile-text {
    width: 55%;
  }
  .profile-text ul {
    font-size: 1.4rem;
  }
  .profile-text ul li {
    padding: 0 0 2.5rem 3rem;
    line-height: 2.6rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-left: 2px solid #181777;
    letter-spacing: 0.25rem;
  }
  .profile-text ul li:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: "\ef4a";
    font-family: "Material Icons";
    font-size: 1.8rem;
    color: #181777;
    margin: 0 2.5rem 0 0;
  }
  .profile-text ul li:last-child {
    padding: 0 0 0 3rem;
  }
}

.profile-text-box {
  background: #fff;
  padding: 3rem 2rem 2rem 2rem;
  border: 3px solid #56B2DC;
  margin: 0 0 3rem 0;
}
.profile-text-box p {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.25rem;
  font-feature-settings: "palt";
}
.profile-text-box p span {
  color: #F84560;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin: 0 0 1rem 0;
}

.sub-cta-area {
  display: block;
  margin: 3rem 0 0 0;
}
.sub-cta-area button {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  background: #333;
  cursor: pointer;
  text-align: center;
  padding: 1.7rem;
  border-radius: 4rem;
  margin: 0 0 1.5rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.sub-cta-area button:last-child {
  margin: 0;
}
.sub-cta-area button:hover {
  color: #333;
  outline: 2px solid #333;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .sub-cta-area {
    margin: 6rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sub-cta-area button {
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
    width: 48%;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    background: #333;
    cursor: pointer;
    text-align: center;
    padding: 2rem 1.7rem;
    border-radius: 4rem;
    margin: 0 0 2rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }
  .sub-cta-area button:last-child {
    margin: 0 0 2rem 0;
  }
  .sub-cta-area button:hover {
    color: #333;
    outline: 2px solid #333;
    background: #fff;
  }
}

.message {
  padding: 4rem 0;
  max-width: 1440px;
  margin: 0 auto;
  background: url("../image/bg-item-mid.webp") no-repeat;
  background-size: 100%;
  background-position-y: -350px;
}
.message h2 {
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  display: block;
  padding: 0.5rem 2rem;
  color: #fff;
  background: #56B2DC;
}
.message h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0.5rem;
  margin: 3rem 0;
  text-align: center;
}
.message h3 span {
  color: #FF4560;
}
@media screen and (min-width: 640px) {
  .message {
    padding: 7rem 0;
    max-width: 1440px;
    margin: 0 auto;
    background: url("../image/bg-item-mid.webp") no-repeat;
    background-size: 100%;
    background-position-y: -350px;
  }
  .message h2 {
    font-size: 1.8rem;
    width: 227px;
    text-align: center;
    display: block;
    padding: 0.5rem 2rem;
    color: #fff;
    background: #56B2DC;
  }
  .message h3 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4rem;
    letter-spacing: 0.5rem;
    margin: 3rem 0;
    text-align: left;
  }
  .message h3 span {
    color: #FF4560;
  }
}

.message-img-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .message-img-pc {
    display: block;
  }
}

.message-img-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .message-img-sp {
    display: none;
  }
}

.message-inner {
  max-width: 1000px !important;
}

.message-item {
  display: block;
  margin: 0 0 0rem 0;
}
.message-item img {
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 2rem auto;
}
.message-item:first-child {
  align-items: center;
}
.message-item:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .message-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 5rem 0;
  }
  .message-item img {
    max-width: 330px;
    object-fit: contain;
    margin: 0;
  }
  .message-item:first-child {
    align-items: center;
  }
  .message-item:last-child {
    margin: 0;
  }
}

.message-text {
  width: 100%;
}
.message-text p {
  line-height: 3.4rem;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.1rem;
}
.message-text p span {
  font-weight: bold;
  color: #FF4560;
}
@media screen and (min-width: 640px) {
  .message-text {
    width: 60%;
  }
  .message-text p {
    line-height: 3.4rem;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.1rem;
  }
  .message-text p span {
    font-weight: bold;
    color: #FF4560;
  }
}

.message-item-mid {
  flex-direction: row-reverse;
}

.text-line {
  background: #FFF8A5;
}

.read {
  padding: 8rem 0 0 0;
  background: linear-gradient(to left top, #53ADDE, #5BE1C9);
  position: relative;
  overflow: hidden;
}
.read:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  /* 左側を透明に */
  border-right: 50vw solid transparent;
  /* 右側を透明に */
  border-top: 50px solid #000;
  /* 下方向の三角形の色と高さ */
}
@media screen and (min-width: 640px) {
  .read:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    /* 左側を透明に */
    border-right: 50vw solid transparent;
    /* 右側を透明に */
    border-top: 100px solid #000;
    /* 下方向の三角形の色と高さ */
  }
}

.read-inner {
  max-width: 1050px;
}

.read-wrap {
  display: block;
}
.read-wrap img {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .read-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .read-wrap img {
    max-width: 350px;
    margin: 0;
  }
}

.read-text {
  display: none;
}
@media screen and (min-width: 640px) {
  .read-text {
    display: block;
    max-width: 640px !important;
    margin: 0 2rem 0 0;
  }
}

.read-text-sp {
  display: block;
  max-width: 100% !important;
  margin: 0 0 3rem 0 !important;
}
@media screen and (min-width: 640px) {
  .read-text-sp {
    display: none;
  }
}

.read-text {
  opacity: 0;
  transform: translateY(-20px);
  /* 上からスライドイン */
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* フェードインの速度 */
}

/* フェードイン時に適用されるクラス */
.read-text.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.worry {
  padding: 4rem 0 2rem 0;
  max-width: 1440px;
  margin: 0 auto;
  background: url("../image/bg-item-mid.webp") no-repeat;
  background-size: contain;
  background-position-y: 0px;
  border-top: 5px solid #56B2DC;
}
@media screen and (min-width: 640px) {
  .worry {
    padding: 7rem 0 4rem 0;
    max-width: 1440px;
    margin: 0 auto;
    background: url("../image/bg-item-mid.webp") no-repeat;
    background-size: 100%;
    background-position-y: -350px;
  }
}

.worry-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.title-area img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
.title-area h2 {
  font-size: 1.8rem;
  text-align: center;
  max-width: 470px;
  margin: 3rem auto;
  letter-spacing: 0.5rem;
}
.title-area h2 .min-title-text {
  display: block;
  border-bottom: 2px solid #56B2DC;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
}
.title-area h2 .large-text {
  color: #56B2DC;
  font-size: 2.8rem;
}
@media screen and (min-width: 640px) {
  .title-area img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  .title-area h2 {
    font-size: 2.8rem;
    text-align: center;
    max-width: 470px;
    margin: 3rem auto;
    letter-spacing: 0.5rem;
  }
  .title-area h2 .min-title-text {
    display: block;
    border-bottom: 2px solid #56B2DC;
    padding: 0 0 1.5rem 0;
    margin: 0 0 1.5rem 0;
  }
  .title-area h2 .large-text {
    color: #56B2DC;
    font-size: 3.6rem;
  }
}

.worry-wrap {
  background: #E8FBFC;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  margin: 4rem 0;
}
.worry-wrap ul {
  font-size: 1.3rem;
}
.worry-wrap ul li {
  position: relative;
  background: #fff;
  margin: 0 0 2rem 0;
  padding: 1rem;
  text-align: center;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  font-weight: 500;
}
.worry-wrap ul li:last-child {
  margin: 0;
}
.worry-wrap ul li:before {
  position: absolute;
  left: 5px;
  top: 15px;
  content: "\e5ca";
  font-family: "Material Icons";
  font-size: 1.4rem;
  color: #56B2DC;
  margin: 0 2.5rem 0 0;
}
@media screen and (min-width: 640px) {
  .worry-wrap {
    background: #E8FBFC;
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin: 7rem 0;
  }
  .worry-wrap ul {
    font-size: 1.8rem;
  }
  .worry-wrap ul li {
    position: relative;
    background: #fff;
    margin: 0 0 2rem 0;
    padding: 2rem;
    text-align: center;
    letter-spacing: 0.3rem;
    font-weight: 500;
  }
  .worry-wrap ul li:last-child {
    margin: 0;
  }
  .worry-wrap ul li:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "\e5ca";
    font-family: "Material Icons";
    font-size: 2.8rem;
    color: #56B2DC;
    margin: 0 2.5rem 0 0;
  }
}

.worry-wrap li {
  opacity: 0;
  transform: translateX(-50px);
  /* 左からフェードイン */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* フェードイン時に適用されるクラス */
.worry-wrap li.fade-in {
  opacity: 1;
  transform: translateX(0);
}

.worry-min-text p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 640px) {
  .worry-min-text p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
  }
}

.triangle {
  display: block;
  width: 50px;
  height: 20px;
  margin: 3rem auto 0 auto;
  border-top: 25px solid #56B2DC;
  border-right: 50px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 50px solid transparent;
}
@media screen and (min-width: 640px) {
  .triangle {
    display: block;
    width: 100px;
    height: 100px;
    margin: 6rem auto 0 auto;
    border-top: 50px solid #56B2DC;
    border-right: 100px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 100px solid transparent;
  }
}

.read-bottom-text {
  background: #E8FBFC;
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .read-bottom-text {
    background: #E8FBFC;
    padding: 7rem 0;
  }
}

.read-bottom-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.read-bottom-inner h2 {
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .read-bottom-inner h2 {
    font-size: 3rem;
    letter-spacing: 0.4rem;
    text-align: center;
    margin: 0 0 5rem 0;
  }
}

.read-bottom-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.read-bottom-wrap img {
  width: 70px;
  height: 70px;
}
.read-bottom-wrap p {
  background: #fff;
  padding: 1.5rem;
  line-height: 2.8rem;
  border: 3px solid #56B2DC;
  margin: 0 0 0 2.5rem;
  position: relative;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
}
.read-bottom-wrap p span {
  color: #FF4560;
  font-weight: bold;
}
.read-bottom-wrap p:before {
  position: absolute;
  content: "";
  top: 15px;
  left: -18px;
  display: block;
  border-top: 11px solid transparent;
  border-right: 17px solid #56B2DC;
  border-bottom: 11px solid transparent;
}
@media screen and (min-width: 640px) {
  .read-bottom-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .read-bottom-wrap img {
    width: 120px;
    height: 120px;
  }
  .read-bottom-wrap p {
    background: #fff;
    padding: 2rem;
    line-height: 3.4rem;
    border: 3px solid #56B2DC;
    margin: 0 0 0 4rem;
    position: relative;
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .read-bottom-wrap p span {
    color: #FF4560;
    font-weight: 800;
  }
  .read-bottom-wrap p:before {
    position: absolute;
    content: "";
    top: 50px;
    left: -18px;
    display: block;
    border-top: 22px solid transparent;
    border-right: 17px solid #56B2DC;
    border-bottom: 22px solid transparent;
  }
}

.method-title-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .method-title-pc {
    display: block;
  }
}

.method-title-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .method-title-sp {
    display: none;
  }
}

.method {
  padding: 0rem 0 0 0;
}
@media screen and (min-width: 821px) {
  .method {
    padding: 27rem 0 0 0;
  }
}

.method-title {
  max-width: 1000px;
  margin: 0 auto 3rem auto;
  padding: 0 1rem;
}
.method-title img {
  max-width: 780px;
  margin: 0 auto 3rem auto;
}
.method-title h2 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 4rem;
  letter-spacing: 0.5rem;
  font-feature-settings: "palt";
}
.method-title h2 span {
  font-size: 2.8rem;
  font-weight: 900;
  color: #56B2DC;
}
@media screen and (min-width: 640px) {
  .method-title {
    max-width: 1000px;
    margin: 0 auto 6rem auto;
    padding: 0 1rem;
  }
  .method-title img {
    max-width: 780px;
    margin: 0 auto 3rem auto;
  }
  .method-title h2 {
    font-size: 3.4rem;
    text-align: center;
    line-height: 8rem;
    letter-spacing: 0.5rem;
  }
  .method-title h2 span {
    font-size: 4.6rem;
    font-weight: 900;
    color: #56B2DC;
  }
}

.method-item {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .method-item {
    margin: 0 0 13rem 0;
  }
}

.method-item-title {
  background: #56B2DC;
  position: relative;
}
.method-item-title:after {
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100px;
  height: 30px;
  display: inline-block;
  border-top: 30px solid #56B2DC;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
@media screen and (min-width: 640px) {
  .method-item-title:after {
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 200px;
    height: 50px;
    display: inline-block;
    border-top: 50px solid #56B2DC;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
  }
}

.method-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2E93C1;
}
.method-item-label p {
  font-size: 2rem;
  font-weight: 900;
  padding: 1rem;
  color: #fff;
  text-align: center;
  line-height: 3.4rem;
}
@media screen and (min-width: 640px) {
  .method-item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2E93C1;
  }
  .method-item-label p {
    font-size: 2.4rem;
    font-weight: 900;
    padding: 2rem 1rem;
    color: #fff;
  }
}

.method-item-large {
  padding: 3rem 1rem 4rem 1rem;
  margin: 0 0 6rem 0;
}
.method-item-large .large-text {
  font-size: 2.8rem;
  line-height: 4rem;
}
.method-item-large .min-logo {
  display: block;
  width: 100px;
  object-fit: contain;
  margin: 0 auto 2rem auto;
}
.method-item-large p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .method-item-large {
    padding: 4rem 1rem 5rem 1rem;
    margin: 0 0 13rem 0;
  }
  .method-item-large .large-text {
    font-size: 4.4rem;
  }
  .method-item-large .min-logo {
    display: block;
    width: 100px;
    object-fit: contain;
    margin: 0 auto 2rem auto;
  }
  .method-item-large p {
    font-size: 3.4rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5rem;
    text-align: center;
  }
}

.method-item-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.method-contents {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 2rem;
}
.method-contents h3 {
  margin: 2rem 0;
  font-size: 2.2rem;
  color: #FF4560;
  line-height: 3.8rem;
  letter-spacing: 0.25rem;
  font-weight: 800;
}
.method-contents h3 span {
  display: block;
  font-size: 1.6rem;
}
.method-contents p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.method-contents a {
  position: relative;
  bottom: 0;
  margin: 2.5rem 0 0 0;
  font-size: 1.8rem;
  background: #333;
  display: block;
  width: 100%;
  color: #fff;
  letter-spacing: 0.25rem;
  text-align: center;
  padding: 1.6rem 1rem;
  border-radius: 1rem;
}
.method-contents a:after {
  position: absolute;
  bottom: 13px;
  right: -10px;
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 2.8rem;
  color: #fff;
  margin: 0 2.5rem 0 0;
}
.method-contents a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 640px) {
  .method-contents {
    width: 30%;
    height: 520px;
    position: relative;
    margin: 0;
  }
  .method-contents h3 {
    margin: 2rem 0;
    font-size: 2.2rem;
    color: #FF4560;
    line-height: 3.8rem;
    letter-spacing: 0.25rem;
    font-weight: 800;
  }
  .method-contents h3 span {
    display: block;
    font-size: 1.6rem;
  }
  .method-contents p {
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
    font-weight: bold;
  }
  .method-contents a {
    position: absolute;
    bottom: 0;
    font-size: 1.8rem;
    background: #333;
    display: block;
    width: 100%;
    color: #fff;
    letter-spacing: 0.25rem;
    text-align: center;
    padding: 1.6rem 1rem;
    border-radius: 1rem;
  }
  .method-contents a:after {
    position: absolute;
    bottom: 13px;
    right: -10px;
    content: "\e5cc";
    font-family: "Material Icons";
    font-size: 2.8rem;
    color: #fff;
    margin: 0 2.5rem 0 0;
  }
  .method-contents a:hover {
    opacity: 0.8;
  }
}

.method-contents-bottom {
  height: 550px;
}

.method-title-text {
  max-width: 400px;
  margin: 0 auto;
}

.method-text-img {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .method-text-img {
    max-width: 600px;
    margin: 0 auto;
    padding: 7rem 0;
  }
}

.main-cta {
  padding: 4rem 0;
  background: linear-gradient(to right bottom, #5BE1C9, #53ADDE);
}
.main-cta a {
  font-size: 2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.34rem;
  background: #FF4560;
  padding: 3rem 2rem 2rem 2rem;
  margin: 0 auto 1.5rem auto;
  color: #fff;
  display: block;
  max-width: 680px;
  text-align: center;
  border-radius: 1rem;
  border-right: 5px solid #D02C44;
  border-bottom: 5px solid #D02C44;
  position: relative;
}
.main-cta a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 640px) {
  .main-cta {
    padding: 7rem 0;
    background: linear-gradient(to right bottom, #5BE1C9, #53ADDE);
  }
  .main-cta a {
    font-size: 3.4rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.5rem;
    background: #FF4560;
    padding: 3rem 2rem 2rem 2rem;
    margin: 6rem auto 3rem auto;
    color: #fff;
    display: block;
    max-width: 680px;
    text-align: center;
    border-radius: 1rem;
    border-right: 5px solid #D02C44;
    border-bottom: 5px solid #D02C44;
    position: relative;
  }
  .main-cta a:hover {
    opacity: 0.8;
  }
  .main-cta a::before {
    position: absolute;
    top: -24px;
    content: "ご予約は1分で完了します";
    width: 360px;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    background: #fff;
    color: #FF4560;
    padding: 0.8rem 1.5rem;
    text-align: center;
    border: 2px solid #FF4560;
    border-radius: 60px;
  }
}

.main-cta-text p {
  max-width: 680px;
  margin: 0 auto 2rem auto;
  padding: 0 0 2rem 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
  border-bottom: 2px solid #fff;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.main-cta-text p span {
  font-size: 2.8rem;
}
@media screen and (min-width: 640px) {
  .main-cta-text p {
    max-width: 680px;
    margin: 0 auto 4rem auto;
    padding: 0 0 2rem 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3rem;
    border-bottom: 2px solid #fff;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .main-cta-text p span {
    font-size: 3.4rem;
  }
}

.main-cta-sub-text p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 1rem 0 0 0;
  font-feature-settings: "palt";
}
@media screen and (min-width: 640px) {
  .main-cta-sub-text p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.3rem;
    text-align: center;
    margin: 2rem 0 0 0;
  }
}

.flow {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .flow {
    padding: 7rem 0;
  }
}

.flow-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}

.flow-title img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.flow-title h2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 4rem;
  font-weight: 900;
  margin: 3rem 0;
}
.flow-title h2 span {
  font-size: 2.8rem;
  color: #56B2DC;
}
@media screen and (min-width: 640px) {
  .flow-title img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .flow-title h2 {
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    line-height: 6rem;
    font-weight: 900;
    margin: 3rem 0;
  }
  .flow-title h2 span {
    font-size: 3.4rem;
    color: #56B2DC;
  }
}

.flow-wrap {
  margin: 4rem 0 0 0;
}

.flow-item {
  display: block;
  margin: 0 0 4rem 0;
}
.flow-item:last-child {
  margin: 0;
}
.flow-item img {
  width: 80px;
  object-fit: contain;
  margin: 0 auto 1rem auto;
}
.flow-item p {
  background: #E7FBFC;
  border: 2px solid #56B2DC;
  border-radius: 1rem;
  padding: 2rem 3rem;
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .flow-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 2rem 0;
  }
  .flow-item:last-child {
    margin: 0;
  }
  .flow-item img {
    width: 80px;
    object-fit: contain;
    margin: 0 3rem 0 0;
  }
  .flow-item p {
    background: #E7FBFC;
    border: 2px solid #56B2DC;
    border-radius: 1rem;
    padding: 2rem 3rem;
    width: 95%;
    font-weight: bold;
  }
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
  position: relative;
}

.arrow_box-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
  position: relative;
}

.prev-arrow {
  display: block;
  width: 70px;
  height: 70px;
  background: #56B2DC;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  transform: rotate(180deg);
  margin-right: 20px;
}
.prev-arrow:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}

.next-arrow {
  display: block;
  width: 70px;
  height: 70px;
  background: #56B2DC;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.next-arrow:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}

.lesson-review-inner {
  max-width: 900px !important;
}

.reviews-num {
  margin: 5rem auto;
  max-width: 400px;
}
@media screen and (min-width: 640px) {
  .reviews-num {
    margin: 7rem auto;
    max-width: 400px;
  }
  .reviews-num h2 {
    font-size: 3.8rem;
    line-height: 5.5rem;
    color: #333;
    font-weight: 900;
  }
}

.circle-chart {
  margin: 3rem auto 4rem auto;
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  /* 背景色 */
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .circle-chart {
    margin: 5rem auto;
    position: relative;
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    /* 背景色 */
    border-radius: 50%;
    overflow: hidden;
  }
}

.circle-background {
  position: absolute;
  width: 75%;
  height: 75%;
  background-color: #E8FBFC;
  /* 中央の背景色 */
  border-radius: 50%;
  z-index: 1;
}

.circle-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: conic-gradient(#FBABAC 0deg, #EE4F7B 93deg, transparent 93deg);
  transform: rotate(0deg);
  /* 開始位置を上にするための回転 */
  clip-path: circle(50%);
  z-index: 0;
}

.percentage-text {
  font-family: "Montserrat";
  position: relative;
  color: #ff6584;
  /* テキストの色 */
  font-size: 8rem;
  font-weight: bold;
  z-index: 2;
}

.circle-large-text p {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.8rem;
  line-height: 3.4rem;
}
.circle-large-text p span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.25rem;
  font-weight: 500;
  margin: 2rem 0 0 0;
}

.reviews {
  border-top: 2px dotted #333;
  padding: 5rem 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .reviews {
    border-top: 2px dotted #333;
    padding: 7rem 0 2rem 0;
  }
}

.reviews-title img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.reviews-title h2 {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 3rem;
  font-weight: 900;
  margin: 3rem 0;
}
@media screen and (min-width: 640px) {
  .reviews-title img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .reviews-title h2 {
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    line-height: 6rem;
    font-weight: 900;
    margin: 3rem 0;
  }
}

.reviews-wrap {
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .reviews-wrap {
    margin: 7rem 0 0 0;
  }
}

.reviews-item {
  --x-gradient: linear-gradient(90deg, #0090D9 0 30px, transparent 0 calc(100% - 30px), #0090D9 calc(100% - 30px));
  --y-gradient: linear-gradient(#0090D9 0 30px, transparent 0 calc(100% - 30px), #0090D9 calc(100% - 30px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  margin: 0 0 3rem 0;
  background-color: #fff;
  display: block;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3rem;
}
.reviews-item:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .reviews-item {
    --x-gradient: linear-gradient(90deg, #0090D9 0 30px, transparent 0 calc(100% - 30px), #0090D9 calc(100% - 30px));
    --y-gradient: linear-gradient(#0090D9 0 30px, transparent 0 calc(100% - 30px), #0090D9 calc(100% - 30px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
    margin: 0 0 6rem 0;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 3rem;
  }
  .reviews-item:last-child {
    margin: 0;
  }
}

.reviews-profile {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 3rem 0 0 0;
}
.reviews-profile img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 2rem 0 0;
}
.reviews-profile p {
  font-size: 1.4rem;
  text-align: left;
  margin: 1.5rem 0 0 0;
}
.reviews-profile p span {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .reviews-profile {
    width: 120px;
    display: block;
    margin: 0;
  }
  .reviews-profile img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0;
  }
  .reviews-profile p {
    font-size: 1.4rem;
    text-align: center;
    margin: 1.5rem 0 0 0;
  }
  .reviews-profile p span {
    font-size: 1.2rem;
    display: block;
  }
}

.reviews-text {
  width: 100%;
}
.reviews-text h3 {
  color: #FF4560;
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  margin: 0 0 2rem 0;
}
.reviews-text p {
  font-size: 1.4rem;
  letter-spacing: 0.27rem;
}
@media screen and (min-width: 640px) {
  .reviews-text {
    width: 81%;
  }
  .reviews-text h3 {
    color: #FF4560;
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2rem 0;
  }
  .reviews-text p {
    font-size: 1.4rem;
    letter-spacing: 0.27rem;
  }
}

.offer {
  padding: 4rem 0;
  max-width: 1440px;
  margin: 0 auto;
  background: url(../image/bg-item-mid.webp) no-repeat;
  background-size: 100%;
  background-position-y: 0px;
}
@media screen and (min-width: 640px) {
  .offer {
    padding: 7rem 0 4rem 0;
    max-width: 1440px;
    margin: 0 auto;
    background: url(../image/bg-item-mid.webp) no-repeat;
    background-size: 100%;
    background-position-y: -350px;
  }
}

.offer-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.offer-inner h2 {
  display: block;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.3rem;
  border-bottom: 2px solid #333;
  padding: 0 0 2rem 0;
}
.offer-inner h2 span {
  font-size: 2.8rem;
  color: #56B2DC;
}
@media screen and (min-width: 640px) {
  .offer-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .offer-inner h2 {
    display: block;
    font-size: 3.8rem;
    text-align: center;
    letter-spacing: 0.5rem;
    border-bottom: 2px solid #333;
    padding: 0 0 2rem 0;
    font-weight: 900;
  }
  .offer-inner h2 span {
    font-size: 4.6rem;
    color: #56B2DC;
  }
}

.price-item {
  background: linear-gradient(to left top, #5BE1C9, #53ADDE);
  border-radius: 2rem;
  padding: 4rem 2rem;
  color: #fff;
  margin: 4rem 0 0 0;
}
.price-item h3 {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  text-align: center;
}
.price-item:last-child {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .price-item {
    background: linear-gradient(to left top, #5BE1C9, #53ADDE);
    border-radius: 2rem;
    padding: 6rem;
    color: #fff;
    margin: 6rem 0 0 0;
  }
  .price-item h3 {
    font-size: 4rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .price-item:last-child {
    margin: 0 0 6rem 0;
  }
}

.price-icon {
  max-width: 440px;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.price-icon img {
  width: 49%;
  height: 67px;
  border-left: 0px solid #fff;
}
.price-icon img:last-child {
  border-right: 0px solid #fff;
  border-left: 1px solid #fff;
}
.price-icon img:nth-child(2) {
  border-right: 0px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 640px) {
  .price-icon {
    max-width: 440px;
    margin: 5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .price-icon img {
    width: 49%;
    height: 67px;
    border-left: 1px solid #fff;
  }
  .price-icon img:last-child {
    border-right: 1px solid #fff;
  }
  .price-icon img:nth-child(2) {
    border-right: 1px solid #fff;
  }
}

.price-min {
  font-size: 3.8rem;
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .price-min {
    font-size: 4.8rem;
    font-family: "Montserrat";
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
}

.price-num {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  margin: 3rem 0 0 0;
}
.price-num span {
  font-size: 7rem;
  font-family: "Montserrat";
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .price-num {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 10rem;
    text-align: center;
    margin: 3rem 0 0 0;
  }
  .price-num span {
    font-size: 12rem;
    font-family: "Montserrat";
    font-weight: 600;
  }
}

.first-offer-item {
  background: #E8FBFC;
  color: #333;
  border: 2px solid #56B2DC;
}

.price-min-normal {
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 0.3rem;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 640px) {
  .price-min-normal {
    font-size: 3.4rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    letter-spacing: 0.3rem;
    margin: 0 0 1rem 0;
  }
}

.price-num-normal {
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  margin: 3rem 0 0 0;
}
.price-num-normal span {
  font-size: 7rem;
  font-family: "Montserrat";
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .price-num-normal {
    color: #333;
    font-size: 3rem;
    font-weight: bold;
    line-height: 10rem;
    text-align: center;
    margin: 3rem 0 0 0;
  }
  .price-num-normal span {
    font-size: 12rem;
    font-family: "Montserrat";
    font-weight: 600;
  }
}

.price-icon-normal {
  max-width: 440px;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.price-icon-normal img {
  width: 49%;
  height: 67px;
  border-left: 0px solid #333;
  margin: 0 0 3rem 0;
}
.price-icon-normal img:last-child {
  border-right: 0px solid #333;
  border-left: 1px solid #333;
  margin: 0;
}
.price-icon-normal img:nth-child(3) {
  margin: 0;
}
.price-icon-normal img:nth-child(2) {
  border-left: 1px solid #333;
  border-right: 0px solid #333;
}
@media screen and (min-width: 640px) {
  .price-icon-normal {
    max-width: 440px;
    margin: 5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .price-icon-normal img {
    width: 49%;
    height: 67px;
    border-left: 1px solid #333;
    margin: 0 0 3rem 0;
  }
  .price-icon-normal img:last-child {
    border-right: 1px solid #333;
    margin: 0;
  }
  .price-icon-normal img:nth-child(3) {
    margin: 0;
  }
  .price-icon-normal img:nth-child(2) {
    border-right: 1px solid #333;
  }
}

.offer-text p {
  text-align: left;
  line-height: 3.4rem;
  letter-spacing: 0.3rem;
  margin: 4rem 0 0 0;
}
.offer-text p span {
  color: #FF4560;
  font-weight: bold;
}
.offer-text p br {
  display: none;
}
@media screen and (min-width: 640px) {
  .offer-text p {
    font-size: 2rem;
    text-align: center;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    margin: 6rem 0 0 0;
    font-weight: bold;
  }
  .offer-text p span {
    color: #FF4560;
    font-weight: bold;
  }
  .offer-text p br {
    display: block;
  }
}

.studio {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .studio {
    padding: 7rem 0;
  }
}

.studio-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.studio-title img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.studio-title h2 {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 3.4rem;
  font-weight: 900;
  margin: 3rem 0;
}
.studio-title h2 span {
  color: #56B2DC;
}
@media screen and (min-width: 640px) {
  .studio-title img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .studio-title h2 {
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    line-height: 6rem;
    font-weight: 900;
    margin: 3rem 0;
  }
  .studio-title h2 span {
    color: #56B2DC;
  }
}

.studio-text {
  font-weight: bold;
  text-align: center;
  margin: 3rem 0;
}
.studio-text span {
  color: #FF4560;
  display: block;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .studio-text {
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 5rem 0;
  }
  .studio-text span {
    color: #FF4560;
    display: block;
    margin: 0 0 3rem 0;
  }
}

.studio-item-img {
  max-width: 440px;
  object-fit: contain;
  margin: 0 auto 6rem auto;
}

.studio-map {
  margin: 6rem 0 0 0;
}
.studio-map iframe {
  width: 100%;
  height: 400px;
}

.contact {
  padding: 4rem 0;
  background: #E8FBFC;
}
@media screen and (min-width: 640px) {
  .contact {
    padding: 7rem 0;
    background: #E8FBFC;
  }
}

.contact-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.contact-title img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.contact-title h2 {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 6rem;
  font-weight: 900;
  margin: 3rem 0;
}
.contact-title h2 span {
  color: #56B2DC;
}
@media screen and (min-width: 640px) {
  .contact-title img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .contact-title h2 {
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    line-height: 6rem;
    font-weight: 900;
    margin: 3rem 0;
  }
  .contact-title h2 span {
    color: #56B2DC;
  }
}

.contact-form {
  font-size: 1.6rem;
  margin: 3rem auto 0 auto;
  text-align: left;
  width: 100%;
}
.contact-form form {
  display: block;
}
.contact-form dt {
  float: left;
  width: 100%;
  margin: 0 0 1rem 0;
}
.contact-form dd {
  margin: 0px 0px 30px 0px;
  padding-left: 0px;
  width: auto;
}
.contact-form dd input {
  border: 1px solid #999999;
  color: #333;
  font-size: 18px;
  padding: 5px 2%;
  background: #fff;
  width: 96%;
  cursor: pointer;
}
.contact-form dd select {
  color: #333;
  font-size: 18px;
  background: #fff;
  border: 1px solid #999999;
  margin-bottom: 15px;
  display: inline-block;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  cursor: pointer;
}
.contact-form dd textarea {
  border: 1px solid #999999;
  color: #333;
  font-size: 18px !important;
  font-size: 1.125rem;
  padding: 5px 2%;
  width: 96%;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .contact-form {
    font-size: 1.6rem;
    margin: 7rem auto 3rem auto;
    text-align: left;
    width: 100%;
  }
  .contact-form form {
    display: block;
  }
  .contact-form dt {
    float: left;
    width: 240px;
    margin: 0;
  }
  .contact-form dd {
    margin: 0px 0px 30px 0px;
    padding-left: 240px;
    width: 100%;
  }
  .contact-form dd input {
    border: 1px solid #999999;
    color: #333;
    font-size: 18px;
    padding: 5px 2%;
    background: #fff;
    width: 96%;
    cursor: pointer;
  }
  .contact-form dd select {
    color: #333;
    font-size: 18px;
    background: #fff;
    border: 1px solid #999999;
    margin-bottom: 15px;
    display: inline-block;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    cursor: pointer;
  }
  .contact-form dd textarea {
    border: 1px solid #999999;
    color: #333;
    font-size: 18px !important;
    font-size: 1.125rem;
    padding: 5px 2%;
    width: 96%;
    background: #fff;
  }
}

.candidate {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6rem;
  margin-bottom: 15px;
}

.inquiryForm-form-item {
  background: #56B2DC;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 10px;
}

.required {
  background: #FF4560;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin-left: 10px;
  padding: 0px 8px;
  vertical-align: top;
}

select:not(:-internal-list-box) {
  overflow: visible !important;
}

.image-submit-button {
  width: 100%;
  /* ボタンの幅 */
  height: 80px;
  /* ボタンの高さ */
  background-image: url("../image/submit-btn.svg");
  /* 画像のパス */
  background-size: contain;
  /* 画像をボタン全体に合わせる */
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  /* ボタンの枠線をなくす */
  cursor: pointer;
  /* マウスポインタを表示 */
  text-indent: -9999px;
  /* テキストを非表示にする */
  padding: 0;
  /* 余白をなくす */
  display: block;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .image-submit-button {
    width: 500px;
    /* ボタンの幅 */
    height: 80px;
    /* ボタンの高さ */
    background-image: url("../image/submit-btn.svg");
    /* 画像のパス */
    background-size: contain;
    /* 画像をボタン全体に合わせる */
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    /* ボタンの枠線をなくす */
    cursor: pointer;
    /* マウスポインタを表示 */
    text-indent: -9999px;
    /* テキストを非表示にする */
    padding: 0;
    /* 余白をなくす */
    display: block;
    margin: 6rem auto 0 auto;
  }
}

footer {
  background: #333;
  padding: 1rem;
}
footer p {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

.modal {
  display: none;
  /* 初期状態で非表示 */
  position: fixed;
  /* 固定位置 */
  z-index: 1000;
  /* 他の要素より前面に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* 背景スクロール無効 */
  background-color: rgba(0, 0, 0, 0.8);
  /* 半透明の背景色 */
}

body.modal-open {
  overflow: hidden;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 3rem 2rem;
  border-radius: 1rem;
  width: 90%;
  overflow: auto;
  max-height: 90vh;
}
.modal-content h3 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.3rem;
  border-bottom: 2px solid #333;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 6rem 8rem;
    border-radius: 1rem;
    width: 80%;
    overflow: auto;
    max-height: 80vh;
  }
  .modal-content h3 {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.3rem;
    border-bottom: 2px solid #333;
    padding: 0 0 2rem 0;
    margin: 0 0 4rem 0;
  }
}

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  /* 横スクロール防止 */
}

.modal-big-text {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  width: 100%;
  background: #56B2DC;
  color: #fff;
  padding: 1rem;
  margin: 0 auto 4rem auto;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .modal-big-text {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    width: 300px;
    background: #56B2DC;
    color: #fff;
    padding: 1rem;
    margin: 0 auto 4rem auto;
    text-align: center;
  }
}

.modal-item {
  text-align: center;
  margin: 0 0 4rem 0;
}
.modal-item .modal-min {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  color: #fff;
  background: #333;
  padding: 0.5rem 1rem;
  margin: 0 0 2rem 0;
}
.modal-item .modal-large {
  font-size: 4.6rem;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 4rem;
}

.modal-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.close {
  position: fixed;
  top: 4%;
  right: 5%;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 15px;
  background: #333;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 640px) {
  .close {
    position: fixed;
    top: 12%;
    right: 12%;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 28px;
    background: #333;
    font-weight: bold;
    cursor: pointer;
  }
}

.modal-price-text {
  display: block;
  letter-spacing: 0.3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  letter-spacing: 0.25rem;
}
.modal-price-text span {
  font-weight: bold;
  color: #FF4560;
  background: #FFF8A5;
}
@media screen and (min-width: 640px) {
  .modal-price-text {
    display: block;
    letter-spacing: 0.3rem;
    line-height: 3rem;
    font-size: 1.6rem;
    margin: 0 0 4rem 0;
    letter-spacing: 0.25rem;
  }
  .modal-price-text span {
    font-weight: bold;
    color: #FF4560;
    background: #FFF8A5;
  }
}

.modal-price-text-bottom {
  margin: 0 0 6rem 0;
}

.profile-modal {
  background: url("../image/suzuki-prof-bg.webp") no-repeat;
  background-size: cover;
}
.profile-modal h3 {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.profile-top-text p {
  color: #fff;
  text-align: center;
  margin: 0 0 4rem 0;
}
.profile-top-text p span {
  background: #fff;
  color: #333;
  padding: 0.5rem 1rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1rem 0;
}

.history-img {
  max-width: 600px !important;
  object-fit: contain;
  margin: 0 auto 2rem auto !important;
}

.profile-bottom-text .history {
  background: #fff;
  color: #333;
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 2rem;
}
.profile-bottom-text h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #fff;
  border: none;
  margin: 3rem 0 2rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  text-align: left;
}
.profile-bottom-text h3:before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 5px;
  height: 40px;
  margin: 0 2rem 0 0;
}
.profile-bottom-text p {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 1rem 0;
  letter-spacing: 0.25rem;
  line-height: 3.4rem;
}
.profile-bottom-text p span {
  color: #FF4560;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .profile-bottom-text .history {
    background: #fff;
    color: #333;
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 2rem;
  }
  .profile-bottom-text h3 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    color: #fff;
    border: none;
    margin: 3rem 0 2rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    text-align: left;
  }
  .profile-bottom-text h3:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 5px;
    height: 40px;
    margin: 0 2rem 0 0;
  }
  .profile-bottom-text p {
    font-size: 1.6rem;
    color: #fff;
    margin: 0 0 2rem 0;
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
  }
  .profile-bottom-text p span {
    color: #FF4560;
    font-weight: bold;
  }
}

.history-border {
  border-top: 2px solid #fff;
}

.modal-img {
  max-width: 450px;
  margin: 0 auto 4rem auto;
}

.intro {
  background: #E7FBFC;
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .intro {
    background: #E7FBFC;
    padding: 6rem 0 7.5rem 0;
  }
}

.intro-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.intro-inner h2 {
  color: #333;
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.3rem;
}
.intro-inner h2 span {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2828D6;
}
@media screen and (min-width: 640px) {
  .intro-inner h2 {
    color: #333;
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
  .intro-inner h2 span {
    font-size: 3.4rem;
    font-weight: 800;
    color: #2828D6;
  }
}

.intro-wrap {
  background: #fff;
  padding: 2.5rem;
  display: block;
  justify-content: space-between;
  border-radius: 2rem;
  border: 3px solid #000;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .intro-wrap {
    background: #fff;
    padding: 4rem 2.5rem;
    display: flex;
    justify-content: space-between;
    border-radius: 2rem;
    border: 3px solid #000;
    margin: 7rem 0 0 0;
  }
}

.intro-item {
  width: 100%;
  padding: 2rem 0;
}
.intro-item:first-child {
  padding: 0 0 2rem 0;
}
.intro-item:last-child {
  padding: 2rem 0 0 0;
}
.intro-item p {
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.3rem;
  font-weight: 600;
}
.intro-item p span {
  color: #2828D6;
}
@media screen and (min-width: 640px) {
  .intro-item {
    width: 30%;
    padding: 0;
  }
  .intro-item:first-child {
    padding: 0;
  }
  .intro-item:last-child {
    padding: 0;
  }
  .intro-item p {
    text-align: center;
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    font-weight: 600;
  }
  .intro-item p span {
    color: #2828D6;
  }
}

.intro01 {
  position: relative;
  border-right: 0px solid #000;
  border-bottom: 2px solid #000;
}
.intro01:before {
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 60px;
  font-size: 3.4rem;
  font-weight: 500;
  background: #56B2DC;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 640px) {
  .intro01 {
    position: relative;
    border-right: 2px solid #000;
    border-bottom: 0px solid #000;
  }
  .intro01:before {
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "1";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 60px;
    font-size: 3.4rem;
    font-weight: 500;
    background: #56B2DC;
    width: 60px;
    height: 60px;
  }
}

.intro02 {
  position: relative;
  border-bottom: 2px solid #000;
}
.intro02:before {
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 60px;
  font-size: 3.4rem;
  font-weight: 500;
  background: #56B2DC;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 640px) {
  .intro02 {
    position: relative;
    border-bottom: 0px solid #000;
  }
  .intro02:before {
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "2";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 60px;
    font-size: 3.4rem;
    font-weight: 500;
    background: #56B2DC;
    width: 60px;
    height: 60px;
  }
}

.intro03 {
  position: relative;
  border-left: 0px solid #000;
}
.intro03:before {
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 60px;
  font-size: 3.4rem;
  font-weight: 500;
  background: #56B2DC;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 640px) {
  .intro03 {
    position: relative;
    border-left: 2px solid #000;
  }
  .intro03:before {
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "3";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 60px;
    font-size: 3.4rem;
    font-weight: 500;
    background: #56B2DC;
    width: 60px;
    height: 60px;
  }
}

.movie-sec {
  padding: 6rem 0 4rem 0;
  background: #56B2DC;
  position: relative;
}
.movie-sec::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: block;
  border-top: 40px solid #E7FBFC;
  border-right: 75px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 75px solid transparent;
}
@media screen and (min-width: 640px) {
  .movie-sec {
    padding: 7rem 0;
    background: #56B2DC;
    position: relative;
  }
  .movie-sec::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block;
    border-top: 40px solid #E7FBFC;
    border-right: 75px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 75px solid transparent;
  }
}
@media screen and (min-width: 821px) {
  .movie-sec {
    padding: 10rem 0 35rem 0;
    background: #56B2DC;
    position: relative;
  }
  .movie-sec::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block;
    border-top: 40px solid #E7FBFC;
    border-right: 75px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 75px solid transparent;
  }
}

.movie-sec-inner {
  max-width: 900px;
  padding: 0 1rem;
  margin: 0 auto;
}
.movie-sec-inner h2 {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  font-weight: 900;
}
.movie-sec-inner h2 span {
  font-size: 4.2rem;
}
@media screen and (min-width: 640px) {
  .movie-sec-inner h2 {
    text-align: center;
    color: #fff;
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    font-weight: 900;
  }
  .movie-sec-inner h2 span {
    font-size: 4.2rem;
  }
}

.movie-item-wrap h3 {
  font-size: 2.2rem;
  color: #fff;
  background: #000;
  display: block;
  max-width: 600px;
  margin: 3rem auto 3rem auto;
  text-align: center;
  padding: 2rem;
  letter-spacing: 0.3rem;
  position: relative;
}
.movie-item-wrap h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  display: block;
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid transparent;
}
@media screen and (min-width: 640px) {
  .movie-item-wrap h3 {
    font-size: 2.8rem;
    color: #fff;
    background: #000;
    display: block;
    max-width: 600px;
    margin: 5rem auto 4rem auto;
    text-align: center;
    padding: 2.5rem;
    letter-spacing: 0.3rem;
    position: relative;
  }
  .movie-item-wrap h3:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    display: block;
    border-top: 20px solid #000;
    border-right: 20px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid transparent;
  }
}
.movie-item-wrap p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.4rem;
  color: #000;
  text-align: center;
}
.movie-item-wrap p span {
  color: #fff;
  background: #FF9301;
  display: block;
  text-align: center;
  padding: 0.5rem 1.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  margin: 0.8rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .movie-item-wrap p {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 5rem;
    color: #000;
    text-align: center;
  }
  .movie-item-wrap p span {
    color: #fff;
    background: #FF9301;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-feature-settings: "palt";
    letter-spacing: 0.3rem;
    margin: 0.8rem 0 0 0;
  }
}

.movie-item {
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .movie-item {
    margin: 4rem auto 0 auto;
  }
}

.lead {
  padding: 4rem 0;
  background: url("../image/lead-bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .lead {
    padding: 6rem 0;
    background: url("../image/lead-bg.jpg") no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 821px) {
  .lead {
    padding: 17rem 0 10rem 0;
    background: url("../image/lead-bg.jpg") no-repeat;
    background-size: cover;
  }
}

.lead-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
.lead-inner h2 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  font-feature-settings: "palt";
  display: block;
  margin: 0 auto 3rem auto;
  border: 3px solid #fff;
  text-align: center;
  padding: 1rem;
}
@media screen and (min-width: 640px) {
  .lead-inner h2 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 0.5rem;
    font-feature-settings: "palt";
    display: block;
    margin: 0 auto 4rem auto;
    border: 3px solid #fff;
    text-align: center;
    padding: 1rem;
  }
}
@media screen and (min-width: 821px) {
  .lead-inner h2 {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 900;
    letter-spacing: 0.5rem;
    font-feature-settings: "palt";
    display: block;
    margin: 0 auto 6rem auto;
    border: 3px solid #fff;
    text-align: center;
    padding: 1rem;
  }
}
.lead-inner ul {
  max-width: 900px;
  margin: 0 auto;
}
.lead-inner ul li {
  display: block;
  background: rgba(255, 255, 255, 0.45);
  font-size: 1.8rem;
  text-align: left;
  padding: 2rem 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
  margin: 0 0 2rem 0;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
}
.lead-inner ul li:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .lead-inner ul li {
    display: block;
    background: rgba(255, 255, 255, 0.45);
    font-size: 2rem;
    text-align: center;
    padding: 2rem 2rem;
    font-weight: 700;
    color: #fff;
    border-radius: 1rem;
    margin: 0 0 2rem 0;
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
  }
  .lead-inner ul li:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 821px) {
  .lead-inner ul li {
    display: block;
    background: rgba(255, 255, 255, 0.45);
    font-size: 2.4rem;
    text-align: center;
    padding: 2rem 1rem;
    font-weight: 700;
    color: #fff;
    border-radius: 1rem;
    margin: 0 0 3rem 0;
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
  }
  .lead-inner ul li:last-child {
    margin: 0;
  }
}

.new-cta-area {
  position: relative;
  bottom: auto;
  width: 90%;
  margin: 3rem auto 0 auto;
  left: auto;
  transform: translateX(0%);
  display: block;
  padding: 3rem 0 0 0;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.new-cta-area h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  margin: 0 0 5rem 0;
  padding: 0 2rem;
}
.new-cta-area a {
  font-size: 2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.5rem;
  background: #FF4560;
  padding: 3rem 2rem 2rem 2rem;
  margin: 0 auto 2rem auto;
  color: #fff;
  display: block;
  width: 90%;
  text-align: center;
  border-radius: 1rem;
  border-right: 5px solid #D02C44;
  border-bottom: 5px solid #D02C44;
  position: relative;
}
.new-cta-area a::before {
  position: absolute;
  top: -24px;
  content: "ご予約は1分で完了します";
  width: 240px;
  left: 50%;
  transform: translatex(-50%);
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  background: #fff;
  color: #FF4560;
  padding: 0.8rem 1.5rem;
  text-align: center;
  border: 2px solid #FF4560;
  border-radius: 60px;
}
.new-cta-area a:hover {
  opacity: 0.8;
}
.new-cta-area p {
  font-size: 1.4rem;
  color: #FF7287;
  background: #EDEDED;
  letter-spacing: 0.2rem;
  padding: 1rem;
  text-align: center;
  border-radius: 0 0 20px 20px;
  line-height: 2.4rem;
}
@media screen and (min-width: 640px) {
  .new-cta-area {
    position: relative;
    bottom: auto;
    width: 90%;
    margin: 5rem auto 0 auto;
    left: auto;
    transform: translateX(0%);
    display: block;
    padding: 5rem 0 0 0;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  }
  .new-cta-area h3 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.3rem;
    margin: 0 0 5rem 0;
    padding: 0 2rem;
  }
  .new-cta-area a {
    font-size: 3.4rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.5rem;
    background: #FF4560;
    padding: 3rem 2rem 2rem 2rem;
    margin: 0 auto 4rem auto;
    color: #fff;
    display: block;
    width: 90%;
    text-align: center;
    border-radius: 1rem;
    border-right: 5px solid #D02C44;
    border-bottom: 5px solid #D02C44;
    position: relative;
  }
  .new-cta-area a::before {
    position: absolute;
    top: -24px;
    content: "ご予約は1分で完了します";
    width: 360px;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    background: #fff;
    color: #FF4560;
    padding: 0.8rem 1.5rem;
    text-align: center;
    border: 2px solid #FF4560;
    border-radius: 60px;
  }
  .new-cta-area a:hover {
    opacity: 0.8;
  }
  .new-cta-area p {
    font-size: 1.6rem;
    color: #FF7287;
    background: #EDEDED;
    letter-spacing: 0.3rem;
    padding: 1rem;
    text-align: center;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (min-width: 821px) {
  .new-cta-area {
    position: absolute;
    bottom: -75px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 5rem 0 0 0;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  }
  .new-cta-area h3 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.3rem;
    margin: 0 0 5rem 0;
    padding: 0 2rem;
  }
  .new-cta-area a {
    font-size: 3.4rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.5rem;
    background: #FF4560;
    padding: 3rem 2rem 2rem 2rem;
    margin: 0 auto 4rem auto;
    color: #fff;
    display: block;
    width: 80%;
    text-align: center;
    border-radius: 1rem;
    border-right: 5px solid #D02C44;
    border-bottom: 5px solid #D02C44;
    position: relative;
  }
  .new-cta-area a::before {
    position: absolute;
    top: -24px;
    content: "ご予約は1分で完了します";
    width: 360px;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    background: #fff;
    color: #FF4560;
    padding: 0.8rem 1.5rem;
    text-align: center;
    border: 2px solid #FF4560;
    border-radius: 60px;
  }
  .new-cta-area a:hover {
    opacity: 0.8;
  }
  .new-cta-area p {
    font-size: 1.6rem;
    color: #FF7287;
    background: #EDEDED;
    letter-spacing: 0.3rem;
    padding: 1rem;
    text-align: center;
    border-radius: 0 0 20px 20px;
  }
}

.lesson-after {
  padding: 5rem 0 3rem 0;
  background: #000;
}
@media screen and (min-width: 821px) {
  .lesson-after {
    padding: 10rem 0;
    background: #000;
  }
}

.lesson-after-inner {
  max-width: 975px;
  margin: 0 auto;
  padding: 0 1rem;
}
.lesson-after-inner h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  text-align: center;
}
.lesson-after-inner h2 span {
  display: block;
  margin: 0rem 0 0 0;
  font-size: 3.1rem;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.5rem;
  background: linear-gradient(to bottom, #FFF, #EFF1FF, #808289, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 821px) {
  .lesson-after-inner h2 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .lesson-after-inner h2 span {
    display: block;
    margin: 2rem 0 0 0;
    font-size: 4rem;
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: 0.5rem;
    background: linear-gradient(to bottom, #FFF, #EFF1FF, #808289, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 821px) {
  .lesson-after-inner h2 {
    color: #fff;
    font-size: 3.4rem;
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .lesson-after-inner h2 span {
    display: block;
    margin: 2rem 0 0 0;
    font-size: 5.4rem;
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: 0.5rem;
    background: linear-gradient(to bottom, #FFF, #EFF1FF, #808289, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.lesson-after-wrap {
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 821px) {
  .lesson-after-wrap {
    margin: 7rem 0 0 0;
  }
}

.card1 {
  grid-row: span 2/span 2;
  background: url("../image/after-lesson-card01.png") no-repeat;
  background-size: cover;
}

.card2 {
  position: relative;
  overflow: visible;
  box-shadow: -1px -1px 15px 2px rgba(194, 64, 138, 0.8), 1px 1px 15px 5px rgba(230, 119, 37, 0.8);
}

.card3 {
  grid-column-start: 1;
  grid-row-start: 3;
  padding: 40px 40px 40px 60px !important;
}

.card4 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 2;
}

.lesson-after-Grid {
  display: block;
}
.lesson-after-Grid .card {
  background-color: #28282B;
  padding: 4rem;
  border-radius: 40px;
  position: relative;
  min-height: 250px;
  margin: 0 0 3rem 0;
}
.lesson-after-Grid .card:last-child {
  margin: 0;
}
.lesson-after-Grid .card p {
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
  line-height: 5.2rem;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
}
.lesson-after-Grid .card .icon {
  display: block;
  width: 90px;
  height: 90px;
}
.lesson-after-Grid .card .icon-min {
  display: block;
  width: 65px;
  height: 65px;
}
@media screen and (min-width: 821px) {
  .lesson-after-Grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
  }
  .lesson-after-Grid .card {
    background-color: #28282B;
    padding: 4rem;
    border-radius: 40px;
    position: relative;
    min-height: 300px;
    margin: 0 0 4rem 0;
  }
  .lesson-after-Grid .card p {
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
    line-height: 5.2rem;
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
  }
  .lesson-after-Grid .card .icon {
    display: block;
    width: 90px;
    height: 90px;
  }
  .lesson-after-Grid .card .icon-min {
    display: block;
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 821px) {
  .lesson-after-Grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
  }
  .lesson-after-Grid .card {
    background-color: #28282B;
    padding: 4rem;
    border-radius: 40px;
    position: relative;
    min-height: auto;
    margin: 0;
  }
  .lesson-after-Grid .card p {
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
    line-height: 5.2rem;
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
  }
  .lesson-after-Grid .card .icon {
    display: block;
    width: 90px;
    height: 90px;
  }
  .lesson-after-Grid .card .icon-min {
    display: block;
    width: 65px;
    height: 65px;
  }
}

.card-flex {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: block;
}
@media screen and (min-width: 821px) {
  .card-flex {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.card-block {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
@media screen and (min-width: 821px) {
  .card-block {
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
}

.icon-flex {
  margin: 0 20px 0 0;
}

.icon-blank {
  margin: 0 0 0.5rem 0;
}

.gradient-text {
  background: linear-gradient(45deg, #2F84E7, #C2408A, #D04893, #E67725);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.green-text {
  background: linear-gradient(45deg, #3EB070, #49B953, #6DD400);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hollywood-method {
  padding: 4rem 0;
  background: #E7FBFC;
  position: relative;
}
@media screen and (min-width: 640px) {
  .hollywood-method {
    padding: 7rem 0;
    background: #E7FBFC;
    position: relative;
  }
}
@media screen and (min-width: 821px) {
  .hollywood-method {
    padding: 10rem 0 23rem 0;
    background: #E7FBFC;
    position: relative;
  }
}

.hollywood-method-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hollywood-method-inner h2 {
  color: #333;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}
.hollywood-method-inner h2 img {
  max-width: 480px;
  margin: 0 auto 1rem auto;
}
.hollywood-method-inner h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #333;
  margin: 3rem auto 0 auto;
}
.hollywood-method-inner p {
  display: block;
  font-size: 2.2rem;
  line-height: 5.4rem;
  font-weight: bold;
  text-align: left;
  margin: 3rem 0 2rem 0;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
}
.hollywood-method-inner p br {
  display: none;
}
.hollywood-method-inner p span {
  background: #FFF39A;
}
.hollywood-method-inner p:last-child {
  margin: 0rem 0 0 0;
}
.hollywood-method-inner img {
  display: block;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 821px) {
  .hollywood-method-inner h2 {
    color: #333;
    display: block;
    font-size: 3.4rem;
    font-weight: 900;
    text-align: center;
  }
  .hollywood-method-inner h2 img {
    max-width: 480px;
    margin: 0 auto 2rem auto;
  }
  .hollywood-method-inner h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #333;
    margin: 4rem auto 0 auto;
  }
  .hollywood-method-inner p {
    display: block;
    font-size: 2.8rem;
    line-height: 5.4rem;
    font-weight: bold;
    text-align: center;
    margin: 5.5rem 0 8rem 0;
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
  }
  .hollywood-method-inner p br {
    display: block;
  }
  .hollywood-method-inner p span {
    background: #FFF39A;
  }
  .hollywood-method-inner p:last-child {
    margin: 5.5rem 0 0 0;
  }
  .hollywood-method-inner img {
    display: block;
    margin: 0 0 4rem 0;
  }
}

.hollywood-method-cta {
  bottom: auto;
}
@media screen and (min-width: 821px) {
  .hollywood-method-cta {
    bottom: -180px;
  }
}

.method-new-content h2 {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 1rem;
  font-feature-settings: "palt";
  text-align: center;
}
.method-new-content h2 span {
  position: relative;
}
.method-new-content h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  /* 文字との間隔を調整 */
  width: 100%;
  height: 30px;
  /* マーカー線の太さ */
  background: repeating-linear-gradient(-45deg, #FFF39A, #FFF39A 10px, white 10px, white 20px);
  z-index: -1;
}
.method-new-content h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #333;
  margin: 2.5rem auto 0 auto;
}
.method-new-content p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 4.5rem;
  margin: 3rem 0 0 0;
  text-align: left;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 640px) {
  .method-new-content h2 {
    font-size: 5.4rem;
    font-weight: 900;
    letter-spacing: 1rem;
    font-feature-settings: "palt";
    text-align: center;
  }
  .method-new-content h2 span {
    position: relative;
  }
  .method-new-content h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    /* 文字との間隔を調整 */
    width: 100%;
    height: 30px;
    /* マーカー線の太さ */
    background: repeating-linear-gradient(-45deg, #FFF39A, #FFF39A 10px, white 10px, white 20px);
    z-index: -1;
  }
  .method-new-content h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #333;
    margin: 4rem auto 0 auto;
  }
  .method-new-content p {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 4.5rem;
    margin: 6rem 0 0 0;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}

.method-features-wrap {
  max-width: 880px;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .method-features-wrap {
    max-width: 880px;
    margin: 6rem auto 0 auto;
  }
}

.method-features-item {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0;
  border-bottom: 4px dotted #333;
}
.method-features-item img {
  max-width: 440px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.method-features-item p {
  font-size: 3rem;
  font-weight: 800;
  line-height: 5.5rem;
  text-align: center;
  margin: 0 0 3rem 0;
}
.method-features-item p .large-text {
  font-family: "Montserrat";
  font-size: 5rem;
  display: block;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.method-features-item p .blue-text {
  color: #2828D6;
}
.method-features-item:nth-child(1) {
  padding: 1rem 0 4rem 0;
  flex-direction: row-reverse;
}
.method-features-item:nth-child(3) {
  flex-direction: row-reverse;
  border-bottom: 0px dotted #333;
  padding: 4rem 0 1rem 0;
}
@media screen and (min-width: 821px) {
  .method-features-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0;
    border-bottom: 4px dotted #333;
  }
  .method-features-item img {
    max-width: 440px;
    object-fit: cover;
    margin: 0;
    display: inline-block;
  }
  .method-features-item p {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 5.5rem;
    text-align: left;
    margin: 0;
  }
  .method-features-item p .large-text {
    font-family: "Montserrat";
    font-size: 8rem;
    display: block;
    margin: 0 0 3rem 0;
    font-weight: 600;
  }
  .method-features-item p .blue-text {
    color: #2828D6;
  }
  .method-features-item:nth-child(1) {
    flex-direction: row-reverse;
  }
  .method-features-item:nth-child(3) {
    flex-direction: row-reverse;
    border-bottom: 0px dotted #333;
  }
}

.method-triangle {
  display: block;
  width: 100px;
  height: 20px;
  margin: 3rem auto 3rem auto;
  border-top: 50px solid #56B2DC;
  border-right: 100px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 100px solid transparent;
}
@media screen and (min-width: 640px) {
  .method-triangle {
    display: block;
    width: 100px;
    height: 20px;
    margin: 6rem auto 3rem auto;
    border-top: 50px solid #56B2DC;
    border-right: 100px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 100px solid transparent;
  }
}

.method-compare h2 {
  font-size: 2.4rem;
  border: 3px solid #333;
  padding: 1rem 2rem;
  letter-spacing: 0.5rem;
}
.method-compare h2:after {
  content: none;
}
.method-compare img {
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .method-compare h2 {
    font-size: 4.5rem;
    border: 3px solid #333;
    padding: 1rem 2rem;
    letter-spacing: 1rem;
  }
  .method-compare h2:after {
    content: none;
  }
  .method-compare img {
    margin: 8rem 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */