@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
header {
  position: absolute;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    header {
      display: none; } }
  header .link_wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 2rem 200px; }
    header .link_wrapper a {
      text-decoration: none;
      color: #000;
      margin-left: 1.5rem; }

@media only screen and (min-width: 1025px) {
  .method_point_wrapper {
    display: flex;
    margin: 100px 0; } }

@media only screen and (max-width: 1024px) {
  .method_point_wrapper {
    margin: 3.2rem 0; } }

@media only screen and (min-width: 1025px) {
  .method_point_wrapper .method_point_container {
    position: relative;
    width: 33%;
    height: 550px; } }

@media only screen and (max-width: 1024px) {
  .method_point_wrapper .method_point_container {
    margin: 1.6rem 0; } }

.method_point_wrapper .method_point_container .method_point {
  color: #6497CB;
  background-color: #fff;
  border: 6px #6497CB solid;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  text-align: center;
  border-radius: 190px;
  z-index: 1; }
  @media only screen and (min-width: 1025px) {
    .method_point_wrapper .method_point_container .method_point {
      position: absolute;
      width: 380px;
      height: 380px; } }
  @media only screen and (max-width: 1024px) {
    .method_point_wrapper .method_point_container .method_point {
      width: 100%;
      height: auto;
      aspect-ratio: 1; } }
  .method_point_wrapper .method_point_container .method_point .header_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 75px; }
    @media only screen and (max-width: 1024px) {
      .method_point_wrapper .method_point_container .method_point .header_wrapper {
        margin-top: 50px; } }
  .method_point_wrapper .method_point_container .method_point h4 {
    font-size: 20px;
    color: #000;
    width: fit-content; }
  .method_point_wrapper .method_point_container .method_point p {
    margin: 0 1.6rem 1.6rem;
    font-size: 1rem;
    text-align: left;
    font-weight: bold; }
    @media only screen and (min-width: 1025px) {
      .method_point_wrapper .method_point_container .method_point p {
        margin: 0 50px 20px; } }
  .method_point_wrapper .method_point_container .method_point .margin-top-additional {
    margin-top: 1.5rem; }

.method_point_wrapper .method_point_container .method_point_first {
  z-index: 1; }

.method_point_wrapper .method_point_container .method_point_second {
  z-index: 0;
  top: 75px;
  left: -15px; }

.method_point_wrapper .method_point_container .method_point_third {
  z-index: 1;
  top: 150px;
  right: 0px; }

.service_description h3 {
  color: #E7FE53;
  text-align: center; }

.reason_container {
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
  border-radius: 10px; }
  .reason_container .reason_content_wrapper {
    display: flex;
    flex-flow: row; }
    @media only screen and (max-width: 1024px) {
      .reason_container .reason_content_wrapper {
        flex-flow: column-reverse;
        padding: 4.8rem 1.6rem 1.6rem; } }
  .reason_container .reason_index {
    position: absolute;
    color: #fff;
    border: 50px transparent solid;
    border-top: 50px #6497CB solid;
    border-left: 50px #6497CB solid;
    opacity: 30%; }
    .reason_container .reason_index div {
      position: absolute;
      top: -50px;
      left: -35px;
      font-size: 40px;
      font-weight: bold; }
  @media only screen and (min-width: 1025px) {
    .reason_container .reason_text_wrapper {
      width: 500px;
      margin: 40px 50px 0; } }
  .reason_container .reason_text_wrapper h3 {
    color: #6497CB;
    font-size: 26px; }
  .reason_container .reason_text_wrapper p {
    color: #737373;
    font-size: 20px; }
  .reason_container .reason_image_wrapper {
    overflow: hidden;
    border-radius: 15px; }
    @media only screen and (min-width: 1025px) {
      .reason_container .reason_image_wrapper {
        height: 335px;
        width: 446px;
        margin: 40px 20px; } }
    @media only screen and (max-width: 1024px) {
      .reason_container .reason_image_wrapper {
        max-height: 220px; } }
    .reason_container .reason_image_wrapper img {
      max-width: 100%;
      height: auto; }
    .reason_container .reason_image_wrapper .vertical_adjust {
      margin-top: -45px; }

.episode_container {
  display: flex;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1024px) {
    .episode_container {
      flex-flow: column-reverse; } }
  @media only screen and (max-width: 1024px) {
    .episode_container .episode_image_wrapper {
      width: 100%; } }
  .episode_container .episode_image_wrapper img {
    border-radius: 20px;
    width: inherit; }
    @media only screen and (min-width: 1025px) {
      .episode_container .episode_image_wrapper img {
        width: 420px; } }
  .episode_container .episode_text_wrapper {
    margin: 2rem;
    margin-right: 0; }
    @media only screen and (max-width: 1024px) {
      .episode_container .episode_text_wrapper {
        margin: 1.5rem 0; }
        .episode_container .episode_text_wrapper .message_highlight {
          line-height: inherit;
          border-bottom: none; }
        .episode_container .episode_text_wrapper .sp_message_highlight {
          width: 100%;
          border: 5px solid #E7FE53;
          margin-top: -0.8rem; } }
    .episode_container .episode_text_wrapper h3 {
      width: fit-content; }
      @media only screen and (min-width: 1025px) {
        .episode_container .episode_text_wrapper h3 {
          font-size: 26px; } }
    .episode_container .episode_text_wrapper p {
      font-size: 1rem;
      color: #737373; }
      @media only screen and (min-width: 1025px) {
        .episode_container .episode_text_wrapper p {
          margin-right: 4rem; } }
    .episode_container .episode_text_wrapper .episode_index_title {
      font-size: 1.2rem;
      color: #6497CB;
      opacity: 30%;
      font-weight: bold; }
      @media only screen and (min-width: 1025px) {
        .episode_container .episode_text_wrapper .episode_index_title {
          font-size: 24px; } }
  @media only screen and (min-width: 1025px) {
    .episode_container_reverse {
      flex-direction: row-reverse; } }

.logo_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0 50px; }
  @media only screen and (max-width: 1024px) {
    .logo_wrapper {
      padding: 0; } }
  .logo_wrapper div {
    width: 200px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0; }
    @media only screen and (max-width: 1024px) {
      .logo_wrapper div {
        width: 6.4rem; } }
    .logo_wrapper div img {
      width: inherit;
      height: auto; }
    .logo_wrapper div img.vertical_adjust {
      height: inherit;
      width: auto; }

.form_section {
  background-color: #F7F9FA;
  padding: 1.6rem; }
  @media only screen and (min-width: 1025px) {
    .form_section {
      padding: 100px 200px; } }
  .form_section h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 100px;
    color: #6497CB; }
  .form_section .form_input_group {
    margin-bottom: 4rem; }
    .form_section .form_input_group .form_label_wrapper {
      margin-bottom: 2rem; }
      .form_section .form_input_group .form_label_wrapper label {
        font-size: 1rem; }
        .form_section .form_input_group .form_label_wrapper label span {
          color: red; }
    .form_section .form_input_group input {
      width: 100%;
      height: 2rem;
      border: 1px #707070 solid; }
    .form_section .form_input_group textarea {
      width: 100%;
      height: 6rem;
      border: 1px #707070 solid; }
  .form_section .form_button_wrapper {
    text-align: center; }
    .form_section .form_button_wrapper input {
      color: #fff;
      background-color: #6497CB;
      padding: 1rem 6rem;
      border: none;
      border-radius: 2rem; }
    .form_section .form_button_wrapper div {
      border-radius: 2rem; }

.service_detail_wrapper {
  display: flex; }
  @media only screen and (max-width: 1024px) {
    .service_detail_wrapper {
      flex-flow: column;
      align-items: center; } }
  .service_detail_wrapper .service_detail_image_wrapper {
    display: flex; }
    @media only screen and (max-width: 1024px) {
      .service_detail_wrapper .service_detail_image_wrapper {
        margin-bottom: 40px; } }
    .service_detail_wrapper .service_detail_image_wrapper .service_detail_image_container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 300px;
      width: 300px;
      border-radius: 150px;
      background-color: #fff;
      border: 1px solid #6497CB; }
      .service_detail_wrapper .service_detail_image_wrapper .service_detail_image_container .svg_image_wrapper {
        width: 150px; }
      .service_detail_wrapper .service_detail_image_wrapper .service_detail_image_container .service_detail_image_container_triangle {
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-right: 1px solid #6497CB;
        border-bottom: 1px solid #6497CB;
        bottom: 21px;
        right: 21px; }
  @media only screen and (min-width: 1025px) {
    .service_detail_wrapper .service_detail_content_wrapper {
      margin-left: 40px; } }
  .service_detail_wrapper .service_detail_content_wrapper h3 {
    margin: 0; }
  .service_detail_wrapper .service_detail_content_wrapper p {
    margin-bottom: 40px; }
  .service_detail_wrapper .service_detail_content_wrapper .service_detail_table_container {
    display: flex;
    background-color: #6497CB;
    border-radius: 20px;
    padding: 1rem; }
    @media only screen and (min-width: 1025px) {
      .service_detail_wrapper .service_detail_content_wrapper .service_detail_table_container {
        padding: 20px; } }
    .service_detail_wrapper .service_detail_content_wrapper .service_detail_table_container .service_detail_label_wrapper {
      width: 30%;
      color: #fff; }
      .service_detail_wrapper .service_detail_content_wrapper .service_detail_table_container .service_detail_label_wrapper div {
        margin: 40px 0;
        text-align: center; }
    .service_detail_wrapper .service_detail_content_wrapper .service_detail_table_container .service_detail_text_wrapper {
      width: 70%;
      border-radius: 20px;
      color: #000;
      background-color: #fff; }
      .service_detail_wrapper .service_detail_content_wrapper .service_detail_table_container .service_detail_text_wrapper div {
        margin: 40px 0;
        text-align: center; }

.price_table_wrapper {
  display: flex;
  justify-content: center; }
  .price_table_wrapper .price_table_container {
    background-color: #fff;
    color: #000;
    width: 100%;
    border-radius: 10px;
    padding: 40px 80px; }
    @media only screen and (max-width: 1024px) {
      .price_table_wrapper .price_table_container {
        padding: 1.6rem 3.2rem; } }
    .price_table_wrapper .price_table_container h3 {
      margin: 0; }

.mail_magazine_section {
  background-color: #D7DCDE;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  padding: 1.6rem; }
  @media only screen and (min-width: 1025px) {
    .mail_magazine_section {
      flex-flow: row;
      padding: 50px 200px; } }
  .mail_magazine_section h2 {
    font-size: 20px; }
  .mail_magazine_section .mail_button_wrapper {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .mail_magazine_section .mail_button_wrapper {
        justify-content: end; } }
    .mail_magazine_section .mail_button_wrapper a {
      background-color: #fff;
      padding: 0.5rem 2rem;
      border-radius: 2rem;
      text-decoration: none; }

footer {
  background-color: #6497CB;
  color: #fff;
  padding: 8rem 1.6rem; }
  @media only screen and (min-width: 1025px) {
    footer {
      padding: 200px 200px 1rem; } }
  footer h2 {
    font-size: 20px; }
  footer p {
    font-size: 1rem; }
  footer .footer_wrapper {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      footer .footer_wrapper {
        flex-flow: column; } }
    footer .footer_wrapper .icons_wrapper {
      display: flex;
      justify-content: space-around; }
      footer .footer_wrapper .icons_wrapper a {
        text-decoration: none; }
      footer .footer_wrapper .icons_wrapper img {
        padding: 1rem; }

.ripple {
  /*background: #79b928;
	color: #fff;*/
  padding: 20px 23px;
  position: relative;
  overflow: hidden; }

.ripple-wrapper {
  display: inline-block;
  padding: 0; }

.ripple::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 10%;
  height: 25%;
  border-radius: 50%;
  z-index: 1;
  top: 35%;
  left: 45%;
  -webkit-transform: scale(0);
  transform: scale(0); }

/*.ripple:hover {
	background: #74b126;
	color: #fff;
}*/
.ripple:hover::before {
  -webkit-transform: scale(12);
  transform: scale(12);
  -webkit-transition: border-radius .5s .5s,-webkit-transform .5s;
  transition: border-radius .5s .5s,-webkit-transform .5s;
  transition: transform .5s,border-radius .5s .5s;
  transition: transform .5s,border-radius .5s .5s,-webkit-transform .5s; }

.ripple:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.remodal {
  border-radius: 2rem; }
  .remodal h1 {
    font-size: 1.5rem;
    color: #6497CB; }
  .remodal .remodal-confirm {
    background-color: #6497CB; }
    .remodal .remodal-confirm :hover, .remodal .remodal-confirm :focus {
      background-color: #6497CB; }
  .remodal .remodal-confirm.ripple {
    padding: 12px 0; }

@media only screen and (max-width: 1024px) {
  html {
    font-size: 15px; } }

body {
  font-family: 'Noto Sans JP', sans-serif; }

input[type=submit] {
  cursor: pointer; }

@media only screen and (min-width: 1025px) {
  section {
    padding: 0 200px; } }

@media only screen and (max-width: 1024px) {
  section {
    padding: 0 1.6rem; } }

@media only screen and (max-width: 1024px) {
  .only_display_pc {
    display: none; } }

@media only screen and (min-width: 1025px) {
  .only_display_sp {
    display: none; } }

.align_right {
  text-align: right; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

p, ul, li {
  font-size: 20px; }

li {
  margin-bottom: 0.5rem; }

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 1.6rem; }
  h3 {
    font-size: 1.4rem; }
  p, ul, li {
    font-size: 1.2rem; }
  ul {
    padding-left: 1.6rem; } }

.anchor_button {
  padding: 1rem 2rem;
  border-radius: 2rem;
  background-color: #E7FE53;
  text-decoration: none;
  display: inline-block; }

.message_highlight {
  border-bottom: 0.5rem #E7FE53 solid;
  line-height: 0.5; }

@media only screen and (min-width: 1025px) {
  .content_section {
    padding: 100px 200px 200px; } }

@media only screen and (max-width: 1024px) {
  .content_section {
    padding: 3.2rem 1.6rem; } }

.sub_section {
  color: #fff;
  background-color: #6497CB; }

.accent_section {
  color: #6497CB;
  background-color: #F5F5F5; }

.head_part {
  margin-bottom: 3rem;
  color: #6497CB; }
  .head_part h2 {
    font-size: 3rem;
    margin: 1rem 0;
    font-family: 'Copperplate';
    font-weight: 400;
    letter-spacing: 5px; }
    @media only screen and (min-width: 1025px) {
      .head_part h2 {
        font-size: 70px;
        margin-bottom: 30px; } }
    .head_part h2 span {
      font-size: 3.6rem; }
      @media only screen and (min-width: 1025px) {
        .head_part h2 span {
          font-size: 90px; } }
  .head_part h3 {
    font-size: 1.6rem; }
    @media only screen and (min-width: 1025px) {
      .head_part h3 {
        font-size: 40px;
        margin: 10px; } }
    .head_part h3 span {
      font-size: 1rem;
      margin-left: 1rem; }
  .head_part h4 {
    font-size: 1.4rem;
    font-weight: 400; }
  .head_part p {
    font-size: 1rem; }

.first_view_section {
  background-image: url("../images/first_view.png");
  background-repeat: no-repeat;
  margin-bottom: -3.2rem;
  padding: 0; }
  @media only screen and (min-width: 1025px) {
    .first_view_section {
      background-size: 90rem;
      height: 75rem; } }
  @media only screen and (max-width: 1024px) {
    .first_view_section {
      height: 800px;
      background-position: -8rem;
      background-size: 160%; } }
  .first_view_section .first_message_wrapper {
    padding: 100px 200px; }
    @media only screen and (max-width: 1024px) {
      .first_view_section .first_message_wrapper {
        padding: 3.2rem 1.6rem; } }
  .first_view_section .first_main_message_container {
    padding-bottom: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      .first_view_section .first_main_message_container {
        background-color: rgba(255, 255, 255, 0.5); } }
    .first_view_section .first_main_message_container h1 {
      color: #6497CB;
      margin-top: 3.2rem; }
      @media only screen and (min-width: 1025px) {
        .first_view_section .first_main_message_container h1 {
          margin-top: 100px;
          font-size: 40px; } }
    .first_view_section .first_main_message_container p {
      font-size: 1rem; }
      @media only screen and (min-width: 1025px) {
        .first_view_section .first_main_message_container p {
          font-size: 20px;
          margin: 50px 0 100px; } }
    .first_view_section .first_main_message_container .button_wrapper {
      margin: 3.2rem 0; }
    .first_view_section .first_main_message_container .anchor_button {
      color: #fff;
      background-color: #6497CB; }

.pain_section {
  background-color: #F7F9FA;
  color: #737373;
  overflow: hidden; }
  .pain_section h3, .pain_section p, .pain_section ul, .pain_section li {
    font-size: 1rem; }
    @media only screen and (min-width: 1025px) {
      .pain_section h3, .pain_section p, .pain_section ul, .pain_section li {
        font-size: 20px; } }
  .pain_section .head_part {
    position: relative;
    padding: 1.6rem 0 11.2rem;
    margin-bottom: -3.2rem; }
    @media only screen and (min-width: 1025px) {
      .pain_section .head_part {
        margin-bottom: -100px; } }
    .pain_section .head_part .pain_text_wrapper {
      position: relative;
      z-index: 1; }
      .pain_section .head_part .pain_text_wrapper h2 {
        color: #6497CB; }
      .pain_section .head_part .pain_text_wrapper h3, .pain_section .head_part .pain_text_wrapper p {
        color: #737373; }
    .pain_section .head_part .pain_image_wrapper {
      position: absolute;
      right: -4.8rem;
      bottom: 1rem;
      z-index: 0; }
      @media only screen and (min-width: 1025px) {
        .pain_section .head_part .pain_image_wrapper {
          right: -300px; } }
      .pain_section .head_part .pain_image_wrapper img {
        width: 16rem; }
        @media only screen and (min-width: 1025px) {
          .pain_section .head_part .pain_image_wrapper img {
            width: 600px; } }
  .pain_section .pain_conclusion_wrapper {
    margin: 3.2rem 0;
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .pain_section .pain_conclusion_wrapper {
        margin: 100px 0 3.2rem; } }
    .pain_section .pain_conclusion_wrapper p {
      position: relative;
      z-index: 1; }
    .pain_section .pain_conclusion_wrapper .pain_shape_wrapper {
      position: relative; }
      .pain_section .pain_conclusion_wrapper .pain_shape_wrapper img {
        position: absolute;
        top: -7.2rem;
        left: -4rem;
        z-index: 0;
        width: 24rem; }
        @media only screen and (min-width: 1025px) {
          .pain_section .pain_conclusion_wrapper .pain_shape_wrapper img {
            width: 800px;
            left: -300px;
            top: -300px; } }

.solution_section {
  padding-bottom: 9.6rem;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) {
    .solution_section {
      padding-bottom: 250px; } }
  .solution_section h2 {
    color: #6497CB; }
  .solution_section p, .solution_section ul, .solution_section li {
    font-size: 1rem;
    color: #737373; }
  .solution_section .solution_text_wrapper {
    position: relative;
    z-index: 1; }
  .solution_section .solution_image_wrapper {
    position: relative; }
    .solution_section .solution_image_wrapper img {
      position: absolute;
      z-index: 0;
      width: 18rem;
      top: -3.2rem;
      right: -4.8rem; }
      @media only screen and (min-width: 1025px) {
        .solution_section .solution_image_wrapper img {
          width: 600px;
          top: -150px; } }

.service_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #6497CB;
  color: #fff; }
  .service_section .head_part {
    color: #fff; }
  .service_section p, .service_section li {
    font-size: 1rem; }

.about_section .head_part {
  position: relative;
  z-index: 1; }

.about_section h2 {
  color: #6497CB; }

.about_section h3, .about_section h4 {
  color: #737373; }

.about_section .message_highlight {
  margin-top: -0.5rem;
  width: 15rem; }

.about_section .profile_image_wrapper {
  position: relative; }
  .about_section .profile_image_wrapper img {
    position: absolute;
    object-position: 58px;
    width: 24rem;
    top: -4rem;
    right: -1.6rem;
    z-index: 0; }
    @media only screen and (min-width: 1025px) {
      .about_section .profile_image_wrapper img {
        top: -450px;
        right: -200px;
        width: 1000px;
        object-position: 162px; } }

.about_section .profile_section {
  margin-top: 16rem; }

.book_section .book_wrapper {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap; }
  @media only screen and (max-width: 1024px) {
    .book_section .book_wrapper div {
      width: fit-content;
      margin-bottom: 1.6rem; }
      .book_section .book_wrapper div img {
        width: 10rem; } }

.reason_section .head_part h2, .reason_section .head_part p, .price_section .head_part h2, .price_section .head_part p {
  color: #fff; }
