/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/application.scss ***!
  \****************************************************************************************************************************************************************************/
@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

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

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  overflow-x: hidden;
  font-family: Noto Sans, Noto Sans CJK JP, Noto Sans CJK JP Subset, -apple-system, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  width: auto;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #fefefe;
}

p {
  margin-bottom: 25px;
  line-height: 2;
}
p:last-child {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

h1,
.h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h1,
.h1 {
    font-size: 36px;
    line-height: 52px;
  }
}

h2,
.h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 20px;
  color: #233d88;
}
@media screen and (max-width: 768px) {
  h2,
.h2 {
    font-size: 28px;
    line-height: 42px;
  }
}

h3,
.h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h3,
.h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

button {
  border: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  display: block;
  padding: 10px;
  width: 100%;
}
input[type=text]:valid,
input[type=email]:valid,
input[type=tel]:valid {
  color: #333;
  border: 1px solid #000;
  background: #fff;
}

textarea {
  padding: 10px;
  font-size: 14px;
  width: 100%;
}
textarea:valid {
  color: #333;
  border: 1px solid #000;
  background: #fff;
}

:required {
  border: 0.5px solid #c20c33;
  background-color: #ffd9e1;
}

.container {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 32px);
  }
}

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

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #777777;
}

.text-blue {
  color: #007bff;
}

.text-orange {
  color: #FF7119;
}

.text-small {
  font-size: 12px;
}

.text-ex-large {
  font-size: 40px;
}

.font-weight-bold {
  font-weight: bold;
}

.section {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.btn {
  border-radius: 4px;
  display: inline-block;
  min-width: 300px;
  height: 60px;
  line-height: 42px;
  padding: 10px 24px;
  font-size: 21px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.btn.btn-orange {
  background-image: linear-gradient(90deg, #e78046 0%, #f9dd2d 98%);
  color: #ffffff;
}
.btn.btn-green {
  background-image: linear-gradient(90deg, #00902e 0%, #81eb4f 98%);
  color: #ffffff;
}

.box {
  width: 100%;
  padding: 50px 40px;
  background: #ffffff;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 40px 16px;
    margin: 40px 0;
  }
}

.description {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .description {
    width: 100%;
  }
}

.primary-btn {
  width: 60%;
  max-width: 350px;
  padding: 1rem 1rem;
  border-radius: 4px;
  background: transparent linear-gradient(90deg, #FF7119 0%, #F7B733 98%) 0% 0% no-repeat padding-box;
  transition: 0.1s;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 3px 0 0 #FFB78A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .primary-btn {
    width: 100%;
    font-size: 16px;
    height: 44px;
    padding: 1rem;
  }
}
.primary-btn:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}

.cta-btn .primary-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 51%;
  right: 23px;
  margin-top: -3px;
  transform: rotate(45deg);
}

ul.blue-list {
  list-style-type: none;
  padding: 0;
}
ul.blue-list li {
  padding-left: 1.5em;
  background-image: url(../dist/images/list_icon.png);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .flex-item-1 {
    order: 1;
  }

  .flex-item-2 {
    order: 2;
  }

  .flex-item-3 {
    order: 3;
  }

  .flex-item-4 {
    order: 4;
  }
}
.fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed {
    display: block;
    position: fixed;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  .fixed .primary-btn {
    height: 44px;
    position: relative;
  }
  .fixed .primary-btn:after {
    content: "";
    position: absolute;
    top: 52%;
    right: 5%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fixed .primary-btn:after {
    top: 55%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fixed .primary-btn {
    font-size: 18px;
  }
}

.bg-text {
  line-height: 1;
  position: absolute;
  top: 70px;
  color: #efefefef;
  font-weight: 800;
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-text {
    font-size: 3.5rem;
    top: 20px;
  }
}

.bg-white-text {
  line-height: 1;
  position: absolute;
  top: 70px;
  color: #fff;
  font-weight: 800;
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-white-text {
    font-size: 3.5rem;
    top: 20px;
  }
}

.bg-right {
  right: 160px;
}
@media screen and (max-width: 768px) {
  .bg-right {
    right: 10px;
  }
}

#static-page {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 2;
}
#static-page h1 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: left;
}
#static-page h2 {
  font-size: 24px;
  background-color: #efefef;
  padding: 10px 16px;
  margin-bottom: 20px;
  text-align: left;
}
#static-page h3 {
  font-size: 21px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}
#static-page .section {
  padding-top: 25px;
  padding-bottom: 25px;
}
#static-page p {
  margin-bottom: 20px;
}
#static-page ul {
  margin-bottom: 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  overflow: hidden;
  background: url(../dist/images/hero-bg.png) no-repeat center;
  background-position: top 100% right 80%;
  background-size: cover;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    background-position: top 100% right 40%;
  }
}
.header::before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.header .header-logo {
  width: 180px;
  height: 50px;
  display: block;
  object-fit: contain;
  margin: 20px 40px;
}
@media screen and (max-width: 768px) {
  .header .header-logo {
    margin: 20px auto 10px auto;
  }
}
.header .header-logo.is-animated {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.header .container {
  width: 1400px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .header .container {
    width: calc(100% - 32px);
    margin-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}
.header .container .header-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header .container .header-wrapper {
    display: block;
  }
}
.header .container .header-wrapper .header-content {
  width: 50%;
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .header .container .header-wrapper .header-content {
    width: 100%;
    margin: 0;
  }
}
.header .container .header-wrapper .header-content.is-animated {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.header .container .header-wrapper .header-content .sub-title {
  background-color: #233d88;
  display: inline-block;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 10px 10px rgba(35, 61, 136, 0.8);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .header .container .header-wrapper .header-content .sub-title {
    font-size: 18px;
    padding: 10px;
  }
}
.header .container .header-wrapper .header-content h1 {
  letter-spacing: 1.8px;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .header .container .header-wrapper .header-content h1 {
    font-size: 26px;
    letter-spacing: 1.2px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .header .container .header-wrapper .header-content p {
    font-size: 12px;
  }
}
.header .container .header-wrapper .header-content .primary-btn {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .header .container .header-wrapper .header-content .primary-btn {
    width: 100%;
    display: none;
  }
}
.header .container .header-wrapper .header-content .header-img {
  position: relative;
  width: 100%;
}
.header .container .header-wrapper .header-content .header-img img {
  height: 300px;
  position: absolute;
  right: -500px;
  max-width: 200%;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .header .container .header-wrapper .header-content .header-img img {
    position: inherit;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header .container .header-wrapper .header-content .header-img {
    position: inherit;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.about {
  opacity: 0;
  position: relative;
  background-color: #f8f8ff;
}
.about.is-animated {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.about h3 {
  margin: 40px auto;
  line-height: 1.8;
}
.about .about-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about .about-wrapper {
    display: block;
  }
}
.about .about-wrapper .about-bg-text {
  top: 50px;
  left: 0;
  font-size: 15rem;
}
.about .about-wrapper .about-img {
  width: 400px;
}
.about .about-wrapper .about-text {
  width: 50%;
  padding: 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .about-wrapper .about-text {
    width: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect {
  position: relative;
  opacity: 0;
}
.effect.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.effect .effect-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .effect .effect-wrapper {
    display: block;
  }
}
.effect .effect-wrapper img {
  height: 380px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .effect .effect-wrapper img {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}
.effect .effect-wrapper .effect-text {
  margin: 20px;
}
.effect .effect-wrapper .effect-content {
  display: flex;
  flex-direction: column;
  width: calc((100% - 160px) / 2);
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .effect .effect-wrapper .effect-content {
    width: 100%;
    margin: 0;
  }
}
.effect .effect-wrapper .effect-content h3 {
  order: 1;
}
@media screen and (max-width: 768px) {
  .effect .effect-wrapper .effect-content h3 {
    margin: 40px 0;
  }
}
.effect .effect-wrapper .effect-content p {
  order: 2;
}
.effect .effect-wrapper .effect-main-content {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .effect .effect-wrapper .effect-main-content {
    display: block;
  }
}
.effect .effect-wrapper .effect-main-content .effect-main-content-item {
  width: 50%;
  margin: auto 2rem;
}
@media screen and (max-width: 768px) {
  .effect .effect-wrapper .effect-main-content .effect-main-content-item {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.effect .effect-animation-01 {
  opacity: 0;
}
.effect .effect-animation-01.is-animated {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.effect .effect-animation-02 {
  opacity: 0;
}
.effect .effect-animation-02.is-animated {
  animation: zoomIn 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.problem {
  opacity: 0;
  position: relative;
  background: #f8f8ff;
  padding-bottom: 0;
}
.problem.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.problem .problem-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper {
    display: block;
  }
}
.problem .problem-wrapper .problem-card {
  width: calc((100% - 120px) / 3);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper .problem-card {
    width: 100%;
    margin: 20px 0;
  }
}
.problem .problem-wrapper .problem-card img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 230px;
}
.problem .problem-wrapper .problem-card .card-content {
  padding: 20px 40px;
}
.problem .problem-wrapper .problem-card .card-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.problem .problem-wrapper .problem-card .card-content p {
  color: #777;
  line-height: 1.8;
}
.problem .problem-animation-01 {
  opacity: 0;
}
.problem .problem-animation-01.is-animated {
  animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.problem .problem-animation-02 {
  opacity: 0;
}
.problem .problem-animation-02.is-animated {
  animation: zoomIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.problem .problem-animation-03 {
  opacity: 0;
}
.problem .problem-animation-03.is-animated {
  animation: zoomIn 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.solution {
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .solution {
    padding-bottom: 20px;
  }
}
.solution:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20%;
  background: #f8f8ff;
  -webkit-clip-path: polygon(100% 0%, 0% 0, 50% 100%, 50% 100%);
  clip-path: polygon(100% 0%, 0% 0, 50% 100%, 50% 100%);
  z-index: -999;
}
@media screen and (max-width: 768px) {
  .solution:before {
    height: 10%;
    top: -20px;
  }
}
.solution .container {
  padding-top: 300px;
}
@media screen and (max-width: 768px) {
  .solution .container {
    padding-top: 150px;
  }
}
.solution h2 {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .solution h2 {
    width: 100%;
  }
}
.solution span {
  top: 250px;
}
@media screen and (max-width: 768px) {
  .solution span {
    top: 120px;
  }
}
.solution .solution-wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .solution .solution-wrapper {
    display: block;
  }
}
.solution .solution-wrapper .solution-content {
  width: calc((100% - 120px) / 2);
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .solution .solution-wrapper .solution-content {
    width: 100%;
    margin: 40px 0;
    text-align: center;
  }
}
.solution .solution-wrapper .solution-content .solution-btn {
  width: 100%;
}
.solution .solution-animation-01 {
  opacity: 0;
}
.solution .solution-animation-01.is-animated {
  animation: popup 3s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.solution .solution-animation-02 {
  opacity: 0;
}
.solution .solution-animation-02.is-animated {
  animation: popup 4s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature {
  opacity: 0;
  position: relative;
}
.feature.is-animated {
  animation: fadeUp 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.feature .feature-wrapper {
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .feature .feature-wrapper {
    margin: 0;
    text-align: center;
  }
}
.feature .feature-wrapper .feature-content {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .feature .feature-wrapper .feature-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature-wrapper .feature-content .feature-img {
    display: none;
  }
}
.feature .feature-wrapper .feature-content .feature-sp-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .feature .feature-wrapper .feature-content .feature-sp-img {
    display: block;
    margin: 40px auto;
  }
}
.feature .feature-wrapper .feature-content .feature-text {
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .feature .feature-wrapper .feature-content .feature-text {
    margin: 0px;
  }
}
.feature .feature-wrapper .feature-content .feature-text h3 {
  font-size: 28px;
  line-height: 1.5;
}
.feature .feature-wrapper .feature-content .feature-text .emphasis {
  color: #233d88;
  font-size: 36px;
  font-weight: bold;
}
.feature .feature-wrapper .feature-content .left {
  order: 1;
}
.feature .feature-wrapper .feature-content .right {
  order: 2;
}
@media screen and (max-width: 768px) {
  .feature .feature-wrapper .feature-content .right {
    order: 2;
  }
}
.feature .feature-animation-01 {
  opacity: 0;
}
.feature .feature-animation-01.is-animated {
  animation: popup 1.5s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.feature .feature-animation-02 {
  opacity: 0;
}
.feature .feature-animation-02.is-animated {
  animation: popup 2.5s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.feature .feature-animation-03 {
  opacity: 0;
}
.feature .feature-animation-03.is-animated {
  animation: popup 3.5s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.price {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.price.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.price .price-wrapper {
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px auto 0px auto;
}
.price .price-wrapper .price-content {
  width: 30%;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper .price-content {
    margin: 0;
    padding: 0;
  }
}
.price .price-wrapper .price-content .price-img {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}
.price .price-wrapper .price-content .price-img img {
  width: 100%;
  height: 100%;
}
.price .price-wrapper .price-content .price-text {
  margin-left: 0;
}
.price .price-wrapper .price-content .price-text h3 {
  font-size: 24px;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.price .price-wrapper table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  color: #000;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper table {
    border: 0;
    width: 100%;
  }
}
.price .price-wrapper table .image th,
.price .price-wrapper table .image td {
  width: 200px;
}
.price .price-wrapper table tr {
  padding: 0.35em;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper table tr {
    display: block;
    margin-bottom: 2em;
    border-bottom: 2px solid #000;
  }
}
.price .price-wrapper table tr:last-child {
  border-bottom: 2px solid #000;
}
.price .price-wrapper table tr th,
.price .price-wrapper table tr td {
  padding: 1em 2em;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper table tr th,
.price .price-wrapper table tr td {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .price .price-wrapper table th {
    display: block;
    border-right: none;
    border-bottom: 2px solid #000;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .price .price-wrapper table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .price .price-wrapper table td:before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
}
.price .price-wrapper table td:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.price .price-wrapper table tbody tr:nth-child(odd) th,
.price .price-wrapper table tbody tr:nth-child(odd) td {
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper table tbody tr:nth-child(odd) th,
.price .price-wrapper table tbody tr:nth-child(odd) td {
    background-color: #fff;
  }
}
.price .price-wrapper table tbody .price-data {
  text-align: right;
}
.price .price-wrapper table tbody .price-text {
  text-align: right;
}
.price .price-animation {
  opacity: 0;
}
.price .price-animation.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.flow {
  background-color: #f8f8ff;
  opacity: 0;
  position: relative;
}
.flow.is-animated {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.flow .flow-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow .flow-wrapper {
    display: block;
  }
}
.flow .flow-wrapper .flow-content {
  position: relative;
  width: calc(100% - 40px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flow .flow-wrapper .flow-content {
    margin: 0 auto;
    text-align: center;
  }
}
.flow .flow-wrapper .flow-content:last-child .flow-arrow::before, .flow .flow-wrapper .flow-content:last-child .flow-arrow::after {
  content: none;
}
.flow .flow-wrapper .flow-content .flow-bg-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow .flow-wrapper .flow-content .flow-bg-text {
    display: block;
    font-size: 5rem;
    top: 40%;
  }
}
.flow .flow-wrapper .flow-content .flow-arrow {
  width: 100%;
  height: 150px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow .flow-wrapper .flow-content .flow-arrow {
    background: none;
    height: 100%;
  }
}
.flow .flow-wrapper .flow-content .flow-arrow:not(:first-child):not(:last-child) {
  padding: 0 0 0 10px;
}
.flow .flow-wrapper .flow-content .flow-arrow::before, .flow .flow-wrapper .flow-content .flow-arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 120px;
  position: absolute;
  z-index: 10;
  background-color: #f8f8ff;
}
@media screen and (max-width: 768px) {
  .flow .flow-wrapper .flow-content .flow-arrow::before, .flow .flow-wrapper .flow-content .flow-arrow::after {
    content: none;
  }
}
.flow .flow-wrapper .flow-content .flow-arrow::before {
  transform: rotate(-40deg);
  top: -24px;
  left: 257px;
}
.flow .flow-wrapper .flow-content .flow-arrow::after {
  transform: rotate(40deg);
  top: 56px;
  left: 257px;
}
.flow .flow-wrapper .flow-content .flow-arrow img {
  margin: 0 auto;
  height: 100%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .flow .flow-wrapper .flow-content .flow-arrow img {
    padding: 20px;
  }
}
.flow .flow-wrapper .flow-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 28px;
}
.flow .flow-wrapper .flow-content p {
  padding: 0 20px;
}

.contact {
  opacity: 0;
  position: relative;
  background-color: #f8f8ff;
}
.contact.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.contact .contact-wrapper {
  max-width: 720px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact .contact-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact .contact-wrapper .box {
  background-color: #fff;
}
.contact .contact-wrapper .box .form-group {
  margin-bottom: 20px;
}
.contact .contact-wrapper .box .form-group label {
  display: block;
  padding-bottom: 0.5rem;
}
.contact .contact-wrapper .box .form-group label.required:after {
  content: "必須";
  background: linear-gradient(319deg, #ffcb43, #ff6425 37%, #ff0016);
  color: #fff;
  margin-left: 1rem;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
}
.contact .contact-wrapper .box .form-submit {
  display: flex;
  justify-content: center;
}

.thanks {
  background-color: #f8f8ff;
}
.thanks .box {
  background-color: #fff;
  padding: 40px;
  max-width: 1140px;
  margin: 0 auto;
}
.thanks .box h1 {
  font-size: 32px;
  color: #000;
  text-shadow: 0 0 black;
  margin: 0;
}

.footer {
  background-color: #323849;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .footer-menu {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}
.footer .footer-menu li {
  margin-bottom: 5px;
}
.footer .footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}
