/*!****************************************************************************************************************************************************************************!*\
  !*** 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: #005868;
}
@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;
  }
}

h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 36px;
  }
}

button {
  border: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  display: block;
  padding: 10px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
  }
}
input[type=text]:valid,
input[type=email]:valid,
input[type=tel]:valid {
  color: #333;
  border: 0.5px solid #005868;
  background: #efefefef;
}

input[type=checkbox] {
  display: none;
}

textarea {
  padding: 10px;
  font-size: 14px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  textarea {
    width: 100%;
  }
}
textarea:valid {
  color: #333;
  border: 1px solid #000;
  background: #fff;
}

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

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

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #777777;
}

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

.text-orange {
  color: #FF7119;
}

.text-primary {
  color: #005868;
}

.text-accent {
  color: #FF7119;
}

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

.text-medium {
  font-size: 24px;
}

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

strong {
  font-size: 80px;
  padding: 10px 0;
  background: linear-gradient(transparent 60%, rgba(255, 113, 25, 0.8) 60%);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  strong {
    font-size: 48px;
  }
}

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

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

.btn {
  width: 60%;
  max-width: 400px;
  padding: 16px;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 3.2px;
  background-image: linear-gradient(90deg, #FF7119 0%, #F7B733 98%);
  box-shadow: 0 3px 0 0 #FFB78A;
  transition: 0.1s;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    font-size: 16px;
    height: 44px;
  }
}
.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) {
  .btn::after {
    top: 55%;
  }
}
.btn.btn-green {
  background-image: linear-gradient(90deg, #00902e 0%, #81eb4f 98%);
  color: #ffffff;
  box-shadow: 0 3px 0 0 #5ea33f;
}
.btn:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}
.btn.btn-pattern1 img {
  height: 30px;
  width: 30px;
}
.btn.btn-pattern1 .btn-pattern1-sub-text {
  margin-left: 10px;
  margin-right: 4px;
  font-size: 10px;
  line-height: 1.2;
}
.btn.btn-pattern1 .btn-pattern1-main-text {
  font-size: 24px;
  margin: 0;
}
.btn.btn-pattern1 .dis-active {
  display: none;
}
.btn.btn-pattern2 {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .btn.btn-pattern2 {
    padding: 1.8rem;
  }
}
.btn.btn-pattern2 .btn-pattern2-content {
  display: flex;
  align-items: center;
  position: relative;
}
.btn.btn-pattern2 .btn-pattern2-content::before {
  content: "";
  background: url(../dist/images/invoice.svg) no-repeat center;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.btn.btn-pattern2 .btn-pattern2-content .ballon-text {
  position: absolute;
  background: url(../dist/images/ballon.png) no-repeat;
  color: #FF7119;
  height: 100%;
  font-size: 10px;
  width: 300px;
  top: -35px;
  left: -25%;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .btn.btn-pattern2 .btn-pattern2-content .ballon-text {
    top: -27px;
  }
}
.btn.btn-pattern2 .btn-pattern2-content .btn-pattern2-main-text {
  font-size: 24px;
  margin: 0;
}
.btn.btn-pattern2 .btn-pattern2-content .btn-pattern2-sub-text {
  margin-left: 10px;
  margin-right: 4px;
  font-size: 10px;
  line-height: 1.2;
}
.btn.btn-pattern2.dis-active {
  display: none;
}
.btn.btn-pattern3 {
  display: block;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .btn.btn-pattern3 {
    padding: 12px;
    height: 60px;
  }
}
.btn.btn-pattern3 .main-text {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn.btn-pattern3 .main-text {
    font-size: 16px;
  }
}
.btn.btn-pattern3 .sub-text {
  font-size: 10px;
  line-height: 15px;
}
@media screen and (max-width: 768px) {
  .btn.btn-pattern3 .sub-text {
    letter-spacing: 2px;
  }
}
.btn.btn-pattern3.dis-active {
  display: none;
}
.btn .contact-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed {
    position: fixed;
    font-size: 18px;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  .fixed.active {
    display: block;
  }
  .fixed.disactive {
    display: none;
  }
}

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

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

#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 {
  height: 80px;
  padding: 10px 40px;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: white;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 0;
    height: 60px;
  }
}
.header .header-logo {
  height: 40px;
  width: 180px;
  display: block;
  object-fit: contain;
  opacity: 0;
  margin-left: 0;
  margin-right: auto;
}
.header .header-logo.is-animated {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@media screen and (max-width: 768px) {
  .header .header-logo {
    height: 30px;
  }
}
.header .header-content {
  display: flex;
  margin-right: 0;
  margin-left: auto;
  align-items: center;
}
.header .header-content .btn {
  height: 40px;
  width: 200px;
  padding: 14px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .header .header-content .btn {
    height: 60px;
    width: 80px;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 6px;
    box-shadow: none;
    text-align: center;
  }
  .header .header-content .btn::after {
    content: none;
  }
  .header .header-content .btn:hover {
    transform: none;
  }
}
.header .header-content .btn span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .header .header-content .btn span {
    font-size: 10px;
    text-align: center;
    letter-spacing: 2px;
  }
}
.header .header-content .btn img {
  height: 25px;
  width: 25px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .header .header-content .btn img {
    margin: 0 auto;
  }
}
.header.transparent {
  background-color: rgba(255, 255, 255, 0.2);
}

@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);
  }
}
.hero {
  overflow: hidden;
  background: url(../dist/images/hero-bg.png) no-repeat center;
  background-position: top 10% right 4%;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero {
    background-position: top 30% right 40%;
  }
}
.hero.top-form {
  background: url(../dist/images/hero-pc-bg.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero.top-form {
    background: url(../dist/images/hero-bg.png) no-repeat center;
    background-position: top -20% right 40%;
    background-size: inherit;
  }
}
.hero::before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.hero .container {
  min-width: 1400px;
  width: auto;
  margin: 160px 100px 100px 100px;
}
@media screen and (max-width: 768px) {
  .hero .container {
    width: calc(100% - 32px);
    margin: 85px 40px 40px 16px;
    min-width: auto;
  }
}
.hero .container .hero-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper {
    text-align: start;
    margin-top: 150px;
    display: block;
  }
}
.hero .container .hero-wrapper .hero-content {
  margin-left: 50px;
  align-items: center;
  width: 45%;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .hero-content {
    width: 100%;
    margin: 0;
    display: block;
  }
}
.hero .container .hero-wrapper .hero-content h1 {
  letter-spacing: 2px;
  font-size: 48px;
  font-weight: 100;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.25);
  line-height: 1.8;
}
.hero .container .hero-wrapper .hero-content h1.is-animated {
  animation: fadeUp 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .hero-content h1 {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 2;
    margin: 20px auto;
  }
}
.hero .container .hero-wrapper .hero-content h1 .emphasis {
  font-size: 56px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .hero-content h1 .emphasis {
    font-size: 36px;
  }
}
.hero .container .hero-wrapper .hero-content h1 .sub-title {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .hero-content h1 .sub-title {
    font-size: 20px;
  }
}
.hero .container .hero-wrapper .hero-content .hero-medal {
  height: 180px;
  margin-top: 40px;
}
.hero .container .hero-wrapper .hero-content .hero-medal.is-animated {
  animation: fadeUp 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .hero-content .hero-medal {
    height: 100px;
    margin: 20px 0;
  }
}
.hero .container .hero-wrapper .hero-content .hero-cta-btn {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .hero-content .hero-cta-btn {
    width: 100%;
    display: block;
  }
}
.hero .container .hero-wrapper .hero-content .hero-cta-btn.display-none {
  margin: 0;
}
.hero .container .hero-wrapper .hero-content .hero-cta-btn .btn {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .hero-content .hero-cta-btn .btn {
    margin: 20px auto;
    font-size: 18px;
  }
}
.hero .container .hero-wrapper .form-content {
  width: 50%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .form-content {
    width: 100%;
  }
}
.hero .container .hero-wrapper .form-content.is-animated {
  animation: fadeUp 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.hero .container .hero-wrapper .form-content .box {
  width: 500px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .form-content .box {
    width: 100%;
    padding: 18px;
  }
}
.hero .container .hero-wrapper .form-content .box .form-title {
  display: flex;
  font-size: 28px;
}
.hero .container .hero-wrapper .form-content .box .form-title p {
  margin: auto 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .form-content .box .form-title p {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 28px;
    width: 200px;
    margin: 0 auto;
  }
}
.hero .container .hero-wrapper .form-content .box .form-title .circle {
  background-color: #FF7119;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .form-content .box .form-title .circle {
    margin: 0 auto;
  }
}
.hero .container .hero-wrapper .form-content .box .form-group {
  margin-bottom: 20px;
}
.hero .container .hero-wrapper .form-content .box .form-group input {
  width: 100%;
}
.hero .container .hero-wrapper .form-content .box .form-group label {
  display: block;
  padding-bottom: 8px;
  width: 270px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hero .container .hero-wrapper .form-content .box .form-group label {
    margin-top: 20px;
    text-align: start;
  }
}
.hero .container .hero-wrapper .form-content .box .form-group label.required:before {
  position: inherit;
  content: "*";
  color: #005868;
}
.hero .container .hero-wrapper .form-content .box .form-group input:required {
  border: 0.5px solid #777;
  background-color: #fff;
}
.hero .container .hero-wrapper .form-content .box .form-submit {
  margin-top: 30px;
}
.hero .container .hero-wrapper .form-content .box .form-submit .btn {
  width: 100%;
  max-width: none;
}
.hero .container .hero-wrapper .form-content .box .contact-text-link {
  text-align: center;
  margin-top: 18px;
}
.hero .container .hero-wrapper .form-content .box .contact-text-link .text-link {
  font-size: 14px;
  text-decoration: underline;
}
.hero .container .hero-wrapper .form-content .box .contact-text-link .text-link:link {
  color: #777;
}

@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;
}
.about.is-animated {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.about .information {
  background-color: #fff;
  color: #000;
  padding: 40px 40px 30px 40px;
  width: 85%;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -40px;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .about .information {
    padding: 20px 20px 10px 20px;
    top: -10px;
    width: 95%;
    right: 2%;
  }
}
.about .information.is-animated {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.about .information h3 {
  font-size: 36px;
  color: #005868;
}
@media screen and (max-width: 768px) {
  .about .information h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about .information p {
    font-size: 12px;
  }
}
.about .information .emphasis {
  color: #FF7119;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about .information .emphasis {
    font-size: 18px;
  }
}
.about .information .keisansho-logo {
  width: 200px;
  margin-bottom: 20px;
}
.about .about-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 340px;
}
@media screen and (max-width: 768px) {
  .about .about-wrapper {
    display: block;
    margin-top: 550px;
  }
}
.about .about-wrapper .about-content {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .about .about-wrapper .about-content {
    width: 100%;
  }
}
.about .about-wrapper .about-content h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .about .about-wrapper .about-content h2 {
    line-height: 1.5;
    font-size: 28px;
  }
}
.about .about-wrapper .about-content strong {
  font-size: 24px;
}
.about .about-wrapper .about-content .about-text {
  line-height: 43px;
}
@media screen and (max-width: 768px) {
  .about .about-wrapper .about-content .about-text {
    width: 100%;
    line-height: 36px;
  }
}
.about .about-wrapper .about-img {
  width: 250px;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .about .about-wrapper .about-img {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.health-management-problems {
  background-color: #efefefef;
  z-index: -2;
}
.health-management-problems .health-management-problems-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .health-management-problems .health-management-problems-wrapper {
    display: block;
  }
}
.health-management-problems .health-management-problems-wrapper .health-management-problems-content {
  position: relative;
  font-weight: bold;
}
.health-management-problems .health-management-problems-wrapper .health-management-problems-content p {
  width: 300px;
  height: 300px;
  background: no-repeat url(../dist/images/speech-bubble.svg);
  background-position: top 0 right 0;
  padding: 70px 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .health-management-problems .health-management-problems-wrapper .health-management-problems-content p {
    margin: 0 0 0 auto;
    height: 243px;
    margin-top: 40px;
  }
}
.health-management-problems .health-management-problems-wrapper .health-management-problems-content p .emphasis {
  font-size: 24px;
  color: #FF7119;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .health-management-problems .health-management-problems-wrapper .health-management-problems-content img {
    position: absolute;
    top: 20px;
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .health-management-problems .health-management-problems-wrapper .health-management-problems-content.right p {
    margin: 40px auto 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .health-management-problems .health-management-problems-wrapper .health-management-problems-content.right img {
    right: 0;
  }
}

@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);
  }
}
.merits {
  position: relative;
  opacity: 0;
}
.merits.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.merits .merits-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .merits .merits-wrapper {
    display: block;
  }
}
.merits .merits-wrapper .merits-content {
  display: flex;
  align-items: center;
  background-color: #efefefef;
}
@media screen and (max-width: 768px) {
  .merits .merits-wrapper .merits-content {
    width: 100%;
    margin: 20px auto;
    flex-wrap: wrap;
  }
}
.merits .merits-wrapper .merits-content p {
  padding: 25px;
  line-height: 2;
  position: relative;
}
.merits .merits-wrapper .merits-content p:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 35%;
  height: 0;
  width: 0;
  border-right: 40px solid #efefefef;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
@media screen and (max-width: 768px) {
  .merits .merits-wrapper .merits-content p:after {
    content: none;
    letter-spacing: 1.5px;
  }
}
.merits .merits-wrapper .merits-content p.right-image:after {
  left: inherit;
  right: -40px;
  border-left: 40px solid #efefefef;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .merits .merits-wrapper .merits-content p.right-image:after {
    content: none;
  }
}
.merits .merits-wrapper .merits-content strong {
  background: none;
  font-size: 24px;
  color: #FF7119;
}
.merits .merits-wrapper .merits-content .merits-img {
  width: 550px;
}
.merits .merits-animation-01 {
  opacity: 0;
}
.merits .merits-animation-01.is-animated {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.merits .merits-animation-02 {
  opacity: 0;
}
.merits .merits-animation-02.is-animated {
  animation: zoomIn 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.problem {
  opacity: 0;
  position: relative;
  background: #efefefef;
  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;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper {
    display: block;
    margin-top: 40px;
  }
}
.problem .problem-wrapper .problem-card {
  width: 100%;
  background: #fff;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
  margin: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper .problem-card {
    width: 100%;
    margin: 20px 0;
    display: block;
  }
}
.problem .problem-wrapper .problem-card img {
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper .problem-card img {
    margin-right: 0;
    margin-left: auto;
  }
}
.problem .problem-wrapper .problem-card .card-content {
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper .problem-card .card-content {
    padding: 25px;
  }
}
.problem .problem-wrapper .problem-card .card-content .problem_number {
  font-weight: bold;
  font-style: italic;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper .problem-card .card-content .problem_number {
    text-orientation: sideways;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50px;
    left: 10px;
  }
}
.problem .problem-wrapper .problem-card .card-content .problem_big_number {
  font-size: 36px;
}
.problem .problem-wrapper .problem-card .card-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper .problem-card .card-content h3 {
    line-height: 42px;
  }
}
.problem .problem-wrapper .problem-card .card-content p {
  color: #777;
  line-height: 1.8;
}
.problem .problem-wrapper .problem-card .card-content .emphasis {
  color: #FF7119;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .problem .problem-wrapper .problem-card .card-content .emphasis {
    font-size: 32px;
  }
}
.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);
  }
}
.solutions {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .solutions {
    padding-bottom: 20px;
  }
}
.solutions::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10%;
  background: #efefefef;
  -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) {
  .solutions::before {
    height: 5%;
    top: -20px;
  }
}
.solutions .container {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .solutions .container {
    padding-top: 60px;
  }
}
.solutions .container h2 {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .solutions .container h2 {
    width: 100%;
    margin-bottom: 70px;
  }
}
.solutions .container .solutions-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .solutions .container .solutions-wrapper {
    display: block;
  }
}
.solutions .container .solutions-wrapper .solutions-title {
  color: #005868;
  width: 100%;
  text-align: center;
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
}
.solutions .container .solutions-wrapper .solutions-title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #005868;
}
.solutions .container .solutions-wrapper .solutions-title span {
  background: #fff;
  padding: 0 1.2em;
  position: relative;
  font-style: italic;
  font-weight: bold;
}
.solutions .container .solutions-wrapper .solutions-title .solutions-number {
  font-size: 48px;
  padding: 0 10px;
  font-weight: bold;
  font-style: italic;
}
.solutions .container .solutions-wrapper .solutions-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .solutions .container .solutions-wrapper .solutions-content {
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0;
    text-align: center;
  }
}
.solutions .container .solutions-wrapper .solutions-content img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .solutions .container .solutions-wrapper .solutions-content img {
    width: 100%;
  }
}
.solutions .container .solutions-wrapper .solutions-content .solutions-text {
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .solutions .container .solutions-wrapper .solutions-content .solutions-text {
    width: 100%;
    padding: 20px 0;
  }
}
.solutions .container .solutions-wrapper .solutions-content .solutions-text h3 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .solutions .container .solutions-wrapper .solutions-content .solutions-text h3 {
    font-size: 28px;
    line-height: 48px;
  }
}
.solutions .container .solutions-wrapper .solutions-content .solutions-text .emphasis-text {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .solutions .container .solutions-wrapper .solutions-content .solutions-text .emphasis-text {
    font-size: 32px;
  }
}
.solutions .container .solutions-wrapper .solutions-content .solutions-text .unit {
  font-size: 24px;
}
.solutions .container .solutions-wrapper .standard-content {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .solutions .container .solutions-wrapper .standard-content {
    margin: 20px auto;
  }
}
.solutions .container .solutions-wrapper .standard-content table {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .solutions .container .solutions-wrapper .standard-content table {
    border: 0;
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.solutions .container .solutions-wrapper .standard-content table tr {
  border: 1px solid #000;
}
.solutions .container .solutions-wrapper .standard-content table tr th,
.solutions .container .solutions-wrapper .standard-content table tr td {
  border: 1px solid #000;
  padding: 2px;
  font-size: 12px;
}
.solutions .container .solutions-wrapper .standard-content table tr .vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.solutions .container .solutions-wrapper .standard-content table tr td:nth-of-type(1),
.solutions .container .solutions-wrapper .standard-content table tr th:nth-of-type(1) {
  width: 4%;
}
.solutions .container .solutions-wrapper .standard-content table tr td:nth-of-type(2),
.solutions .container .solutions-wrapper .standard-content table tr th:nth-of-type(2) {
  width: 15%;
}
.solutions .container .solutions-wrapper .standard-content table tr td:nth-of-type(3),
.solutions .container .solutions-wrapper .standard-content table tr th:nth-of-type(3) {
  width: 25%;
}
.solutions .container .solutions-wrapper .standard-content table tr td:nth-of-type(4),
.solutions .container .solutions-wrapper .standard-content table tr th:nth-of-type(4) {
  width: 50%;
}
.solutions .container .solutions-wrapper .standard-content table tr td:nth-of-type(5),
.solutions .container .solutions-wrapper .standard-content table tr th:nth-of-type(5) {
  width: 3%;
}
.solutions .container .solutions-wrapper .standard-content table tr td:nth-of-type(6),
.solutions .container .solutions-wrapper .standard-content table tr th:nth-of-type(6) {
  width: 3%;
}
.solutions .container .solutions-wrapper .standard-content table thead {
  background-color: #005868;
  color: #fff;
}
.solutions .container .solutions-wrapper .standard-content .reference {
  color: #777;
  font-size: 12px;
}
.solutions .solution-cta-btn {
  display: block;
  padding: 60px;
  margin: 100px auto 0 auto;
  text-align: center;
  background-color: #efefefef;
}
@media screen and (max-width: 768px) {
  .solutions .solution-cta-btn {
    display: block;
    padding: 20px;
    margin-top: 20px;
  }
}
.solutions .solution-cta-btn h3 {
  color: #005868;
  line-height: 1.5;
}
.solutions .solution-cta-btn .btn {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .solutions .solution-cta-btn .btn {
    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);
  }
}
.price {
  opacity: 0;
  position: relative;
}
.price.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
@media screen and (max-width: 768px) {
  .price .price-area {
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
}
.price .price-wrapper {
  margin: 40px auto 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper {
    width: 800px;
  }
}
.price .price-wrapper .price-content {
  width: 32%;
  background-color: #efefefef;
  padding-bottom: 40px;
}
.price .price-wrapper .price-content.scroll-start {
  scroll-snap-align: start;
}
.price .price-wrapper .price-content.scroll-center {
  scroll-snap-align: center;
}
.price .price-wrapper .price-content.scroll-end {
  scroll-snap-align: end;
}
.price .price-wrapper .price-content .plan-name {
  text-align: center;
  background-color: #005868;
  color: #fff;
  padding: 20px;
}
.price .price-wrapper .price-content .plan-name h3 {
  margin: 0;
}
.price .price-wrapper .price-content .plan-price {
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
}
.price .price-wrapper .price-content .plan-price p {
  margin: 0;
}
.price .price-wrapper .price-content .unit {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper .price-content .unit {
    font-size: 16px;
  }
}
.price .price-wrapper .price-content table {
  margin: 0;
  table-layout: fixed;
}
.price .price-wrapper .price-content table tr {
  padding: 0.35em;
}
.price .price-wrapper .price-content table tr th,
.price .price-wrapper .price-content table tr td {
  padding: 10px 20px;
  line-height: 1.5;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper .price-content table tr th,
.price .price-wrapper .price-content table tr td {
    padding: 10px;
  }
}
.price .price-wrapper .price-content table tbody tr {
  position: relative;
}
.price .price-wrapper .price-content table tbody th {
  width: 350px;
  font-size: 14px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper .price-content table tbody th {
    width: 670px;
    font-size: 12px;
  }
}
.price .price-wrapper .price-content table tbody th:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 90%;
  /*線の上下位置*/
  display: inline-block;
  width: 320px;
  /*線の長さ*/
  height: 4px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #dcdcdc;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}
@media screen and (max-width: 768px) {
  .price .price-wrapper .price-content table tbody th:before {
    width: 230px;
  }
}
.price .price-wrapper .price-content table tbody th .item {
  text-align: start;
}
.price .price-wrapper .price-content table tbody th.text-orange {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper .price-content table tbody th.text-orange {
    font-size: 20px;
  }
}
.price .price-wrapper .price-content table tbody td {
  width: 200px;
}
.price .price-wrapper .price-content table tbody td.price-number {
  font-size: 40px;
  font-weight: bold;
  color: #FF7119;
}
@media screen and (max-width: 768px) {
  .price .price-wrapper .price-content table tbody td.price-number {
    font-size: 36px;
  }
}
.price .price-wrapper .price-content table tbody .check {
  content: "";
  width: 20px;
  height: 10px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(-45deg);
  position: relative;
  left: 45%;
}
.price .supplementary-explanation {
  margin: 10px auto;
}
.price .balloon {
  position: absolute;
  padding: 20px;
  width: 200px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 14px;
  background-image: linear-gradient(90deg, #FF7119 0%, #F7B733 98%);
  top: 60px;
  left: 55%;
}
@media screen and (max-width: 768px) {
  .price .balloon {
    width: 120px;
    padding: 14px 0;
    letter-spacing: 0;
    font-size: 10px;
    top: -20px;
  }
}
.price .balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 8px;
  bottom: 2px;
  border-right: 20px solid #FF7119;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
  z-index: -1;
}
.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 {
  opacity: 0;
  position: relative;
}
.flow.is-animated {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.flow .flow-wrapper .flow-content {
  width: 100%;
  margin-top: 60px;
  padding: 40px;
  display: flex;
  align-items: center;
  background-color: #efefefef;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow .flow-wrapper .flow-content {
    display: block;
    text-align: center;
  }
}
.flow .flow-wrapper .flow-content .flow-number {
  font-size: 56px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow .flow-wrapper .flow-content .flow-number {
    position: absolute;
    top: -10px;
    right: 90px;
  }
}
.flow .flow-wrapper .flow-content .flow-number .flow-bg-number {
  color: #005868;
  position: absolute;
  left: -10px;
}
.flow .flow-wrapper .flow-arrow {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 40px solid #efefefef;
  margin: 40px auto;
}

@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);
  }
}
.partner {
  background-color: #efefefef;
  opacity: 0;
}
.partner.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.partner .partner-wrapper img {
  margin: 40px auto;
}

@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);
  }
}
.nobi {
  opacity: 0;
}
.nobi.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.nobi .nobi-content {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .nobi .nobi-content {
    display: block;
  }
}
.nobi .nobi-content img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .nobi .nobi-content img {
    width: 100%;
  }
}
.nobi .nobi-content .nobi-text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .nobi .nobi-content .nobi-text {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
.nobi .nobi-content .nobi-text h3 {
  font-size: 30px;
}
.nobi .nobi-content .nobi-text strong {
  font-size: 60px;
}
.nobi .nobi-content .nobi-text .asterisk-text {
  color: #777;
  font-size: 12px;
}
.nobi .nobi-content .nobi-text .unit {
  font-size: 40px;
}
.nobi .nobi-content #link-to-lp1-btn {
  width: 60%;
  background: none;
  background-color: #777;
  box-shadow: none;
  margin: 0 auto;
}

.comparison {
  background-color: #efefefef;
}
.comparison .comparison-wrapper {
  margin: 40px auto 0px auto;
}
.comparison .comparison-wrapper table {
  background-color: #E3FBFF;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-wrapper table {
    border: 0;
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.comparison .comparison-wrapper table tr {
  padding: 0.35em;
  border: 1px solid #fff;
}
.comparison .comparison-wrapper table tr th,
.comparison .comparison-wrapper table tr td {
  padding: 10px 20px;
  line-height: 1.5;
  width: 280px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-wrapper table tr .item {
    width: 250px;
  }
}
.comparison .comparison-wrapper table thead {
  background-color: #49BBCF;
  color: #fff;
  font-size: 18px;
}
.comparison .comparison-wrapper table thead th,
.comparison .comparison-wrapper table thead td {
  padding: 30px 20px;
}
.comparison .comparison-wrapper table thead .service-name {
  background-color: #005868;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-wrapper table thead th {
    width: 250px;
    font-size: 16px;
  }
}
.comparison .comparison-wrapper table tbody th {
  background-color: #49BBCF;
  color: #fff;
  text-align: start;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-wrapper table tbody th {
    font-size: 16px;
    width: 250px;
  }
}
.comparison .comparison-wrapper table tbody td {
  text-align: center;
  margin: auto;
  height: 100px;
}
.comparison .comparison-wrapper table tbody td img {
  margin: 0 auto;
  padding: 15px;
}
.comparison .comparison-wrapper table tbody td img.service-image {
  padding: 0;
}
.comparison .comparison-wrapper table tbody td .service-number {
  font-size: 40px;
}
.comparison .comparison-wrapper table tbody td .unit {
  font-size: 18px;
}
.comparison .comparison-wrapper .asterisk-text {
  color: #777;
  font-size: 12px;
}

.contact {
  opacity: 0;
  position: relative;
}
.contact.is-animated {
  animation: popup 2.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.contact .description {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact .description {
    width: 100%;
  }
}
.contact .contact-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact .contact-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact .contact-wrapper .form-group {
  display: flex;
  border-top: 1px solid;
  padding: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .contact-wrapper .form-group {
    display: block;
  }
}
.contact .contact-wrapper .form-group label {
  display: block;
  padding-bottom: 0.5rem;
  width: 270px;
  position: relative;
  font-weight: bold;
}
.contact .contact-wrapper .form-group label.required:after {
  content: "必須";
  background: #005868;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  position: absolute;
  left: 198px;
}
@media screen and (max-width: 768px) {
  .contact .contact-wrapper .form-group label.required:after {
    position: inherit;
    margin-left: 20px;
    left: 0;
    padding: 6px 10px;
  }
}
.contact .contact-wrapper .form-group label.not-required:after {
  content: "任意";
  background: #efefefef;
  color: #333333;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  position: absolute;
  left: 198px;
}
@media screen and (max-width: 768px) {
  .contact .contact-wrapper .form-group label.not-required:after {
    position: inherit;
    margin-left: 20px;
    left: 0;
    padding: 6px 10px;
  }
}
.contact .contact-wrapper .form-group .form-checkbox {
  display: block;
  /* チェックが入った時のレ点 */
}
.contact .contact-wrapper .form-group .form-checkbox label {
  padding-top: 8px;
}
.contact .contact-wrapper .form-group .form-checkbox input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  width: 300px;
  font-weight: 100;
}
.contact .contact-wrapper .form-group .form-checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid #000;
  background-color: #fff;
  /* 背景の色変更 お好きな色を */
}
.contact .contact-wrapper .form-group .form-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753;
  /* チェックの色変更 お好きな色を */
}
.contact .contact-wrapper .form-submit {
  display: flex;
  justify-content: center;
  border-top: 1px solid;
  padding-top: 40px;
}

.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: #005868;
  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;
}
