@charset "utf-8";
/*
Theme Name: healing

*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 10px;
  /*IE9以前に対応する*/
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin: 0;
padding:0;
  scroll-behavior: smooth;
  font-family: "Yu Gothic";
  color: #484848;
}

/* img {
  width: 100%;
  vertical-align: bottom;
} */

.section__ttl {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  text-align: center;
}

.section__inner {
  margin: 0 auto;
  padding: 0 4vw;
}

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

header {
  padding: 5px 2% 5px;
  margin: 0 auto;
  height: 205px;
  top: 0;
   position: initial !important;
  width: 100%;
  background-color: #fff2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
	margin-top: -30px;
}

header {
position: initial !important;
}

img {
	height:100%;
}

header .blue_btton {
  border: 2px solid #000081;
  padding: 5px;
  color: #000081;
  position: relative;
  bottom: 10px;
}

header ul {
  list-style: none;
  margin: 0;
	padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header li {
  margin: 0px;
  font-size: 16px;
  margin-right: 12px;
  color: #a1866b;
}

header nav {
  margin: 35px 0 0 0;
}

.header__inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.nav {
  margin-left: auto;
}

.green_text {
  color: #007111;
}

.pc-nav a {
  font-weight: bold;
}

.selficon {
  width: 70px;
  margin-top: 15px;
  position: relative;
  bottom: 4px;
}

.title_h2 {
  position: relative;
  font-size: 20px;
  bottom: 23px;
  margin-left: 10px;
  color: #a1866b;
}

.tal {
  text-align: left;
}

.margin-flx {
  margin: 30px auto !important;
}

.section_text {
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  margin-bottom: 20px;
}

.section_text2 {
  font-family: bold;
}

.section_img {
  width: 70%;
  margin-left: 30px;
  margin-top: 20px;
}

.section_img_left {
  width: 70%;
  margin-right: 30px;
  margin-top: 20px;
}

.twi_icon {
  width: 20px;
  position: relative;
  bottom: 5px;
  margin-right: 5px;
}

.contact_kasou {
  padding: 100px 0;
}

.insta_icon {
    width: 20px;
    position: relative;
    top: 4px;
    margin-right: 8px;
}



@media screen and (max-width: 559px) {
  .header__inner {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: initial;
    top: 0;
    z-index: 99;
  }

  .flx_colm {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .section_img {
    width: 70%;
    margin: 0;
  }

  .section_img_left {
    width: 70%;
    margin: 0;
  }

  .nav {
    display: none;
  }
}

.nav__list {
  display: inline-block;
  margin-right: 1vw;
}

.div_tac {
  margin: 0 auto;
  text-align: center;
}

.hamburger-btn {
  display: block;
  width: 30px;
  height: 25px;
  z-index: 20;
  position: fixed;
  top: 0;
  right: 30px;
}

.hamburger-btn__parts {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #f2a6ae;
  position: absolute;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.hamburger-btn__parts.-top {
  top: 0;
}

.hamburger-btn__parts.-middle {
  top: 0;
  bottom: 0;
  margin: auto;
}

.hamburger-btn__parts.-bottom {
  bottom: 0;
}

.hamburger-btn.active .hamburger-btn__parts.-top {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.hamburger-btn.active .hamburger-btn__parts.-middle {
  opacity: 0;
}

.hamburger-btn.active .hamburger-btn__parts.-bottom {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.hamburger {
  font-size: 16px;
  display: block;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 90vw;
  height: 100vh;
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* background-color: #333333; */
  margin: 0;
}

.hamburger__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  text-align: left;
  padding: 0;
  padding: 10px 20px;
  background-color: white;
}

.hamburger__list {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  list-style: none;
  text-align: center;
  color: black;
}

.hamburger__list + .hamburger__list {
  padding-top: 0px;
}

.hamburger__link {
  text-decoration: none;
  color: #ffa2ad;
  font-weight: 300;
  font-family: futura-pt-bold, sans-serif;
  text-align: left;
  margin-left: 10px;
}

.hamburger.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

li {
  list-style: none;
}

.tac {
  text-align: center;
}

.padding_bottom {
  margin-top: 50px !important;
}

/*——　文字の右にライン　——*/
.title-border-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-border-right:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.title-border-right:after {
  margin-left: 1rem;
}

.flx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0px auto;
/*   flex-wrap: wrap; */
}

.flxwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0px auto;
  flex-wrap: wrap;
}

.flx_mini {
  width: 100%;
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0px auto;
}

.flx_categori {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: start;
  margin: 0px auto;
  flex-wrap: wrap;
flex-direction: column;
}

.flx_categori .flx_el{
	width:130px;
	 height: 50px;
    margin: 10px;
}



.flx_left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0px auto;
}

.cta_flx {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto;
}

.flx_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto;
  padding: 30px 0;
  color: black;
  border-bottom: 1px solid white;
}

.flx_el_three {
  width: 33%;
  margin: 0;
}

.flx_el_three  img {
  width: 200px;
  height:150px;
  display: block;
   margin: 0 auto;
}

.book_flxel img {
  width: 100px;
  height:150px;
  display: block;
   margin: 0 auto;
}


#colum  img {
  width: 250px;
  height:250px;
  display: block;
   margin: 0 auto;
}


.margin {
	margin-top:10px;
   margin-left:10px;
}

.footer_list {
  text-align: left;
  color: white;
}

.fv_mini_kasou {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: white;
  text-align: left;
  padding-top: 100px;
  font-family: futura-pt-bold, sans-serif;
}

.solid_img {
  width: 200px;
  height: 2px;
  margin-bottom: 6px;
  margin-left: 10px;
}

.fv_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv_title_kasou {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: white;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  font-family: futura-pt-bold, sans-serif;
}

.footer_logo {
  font-size: 16px;
  text-align: left;
  color: white;
  margin-left: 5px;
}

.flx_footer_2 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto;
}

footer li {
  color: white;
}

.border_company {
  -webkit-box-shadow: -10px 10px 0px 10px #000081;
  box-shadow: -10px 10px 0px 10px #000081;
}

.w100 {
	width:100%;
}

.flx_el_3 {
  width: 25%;
  margin: 30px;
}

.marign-top {
  margin: 70px auto !important;
}

.under_text {
  text-decoration: underline;
  font-size: 16px;
}

.next_menu_active {
  border: 1px solid black;
  padding: 15px;
  color: white;
  background-color: #a1866b;
  margin: 10px;
}

.next_menu {
  border: 1px solid black;
  padding: 15px;
  color: #a1866b;
  margin: 10px;
}

.fv_nav_text {
  color: #a1866b;
  margin: 0;
  text-align: left;
  font-size: 16px;
}

.under_line {
  margin: 0;
  border-bottom: 1px solid black;
  height: 10px;
}

.book_img {
  width: 150px;
}

#review_img {
  width: 200px;
	height:150px;
	display:block;
	margin:0 auto;
	margin-top:20px;
}

#review_img img {
	  width: 200px !important;
	height:150px !important;
		display:block;
	margin:0 auto;
}

.company_ul {
  margin: 0 auto;
}

.work_title {
  margin: 50px auto;
  font-size: 22px;
  border-bottom: 1px solid black;
  padding: 5px 0;
}

.flx_el_feature {
  margin: 20px;
  width: 40%;
}

.border_company {
  background-color: white;
  margin-left: 120px;
}

.border_company li {
  border-bottom: 1px solid black;
  padding: 10px 0;
  width: 90%;
}

.gray_bg {
  background-color: #dfdfdf;
  color: black;
  width: 100%;
  padding: 50px 0;
}

.first_text {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.green_text {
  color: #007111;
}

.about_name {
  text-align: center;
  margin: 20px auto;
  font-size: 24px;
}

.about_al_name {
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  font-weight: 100;
}

.about_text {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  margin: 40px auto;
}

.middle_img {
  width: 280px;
}

.max_width {
  max-width: 1100px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.section_title {
  margin: 80px auto;
  font-size: 26px;
  display: inline-block;
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0380af;
  border-bottom: 8px solid #deebf7;
}

.section_title_first {
  margin: 30px auto;
  font-size: 24px;
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
}

.post_img img {
width:50%;
}

.section_title_pink {
  margin: 80px auto;
  padding: 10px;
  font-size: 26px;
  text-align: center;
	display: inline-block;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: #ffa2ad;
}

.kasou_pink_title {
  padding: 10px;
  margin: 80px 0;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 20px;
  text-align: left;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  margin-left: auto;
  font-style: normal;
  color: white;
  background-color: #ffa2ad;
}

.kasou_brown_title {
  padding: 10px;
  margin: 20px 0;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 24px;
  text-align: left;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  margin-left: auto;
  font-style: normal;
  color: #a1866b;
}

.left_box {
  text-align: left;
}

.kasou_minitilte {
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  margin: 40px 0;
}

.kasou_minitilte_policy {
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  margin: 40px 0;
  margin-top: 60px;
  border-bottom: 1px solid black;
  padding-bottom: 12px;
}

.work_text {
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
}

.bold_text {
  font-weight: bold;
}

.work_class {
  background-color: #000081;
  color: white;
  padding: 5px;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  display: block;
  width: 40%;
}

.company_gold {
  z-index: -10;
  font-weight: 400;
  font-size: 126px;
  color: #a1866b;
  text-align: left;
  opacity: 0.5;
  font-family: "Times New Roman";
}

.company_gold_right {
  z-index: -10;
  font-weight: 400;
  font-size: 126px;
  color: #a1866b;
  text-align: right;
  opacity: 0.5;
  font-family: "Times New Roman";
}

.news_li {
  border-bottom: 1px solid #757575;
  padding-bottom: 30px;
}

.company_li {
  border-bottom: 1px solid #757575;
  padding-bottom: 20px;
}

.orange_box {
  background-color: #fff2e6;
}

a:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flx_el {
  margin: 0px;
  width: 50%;
}

.flx_el_footer {
  margin: 10px;
}

.footer_text {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  color: white;
  margin: 0;
  width: 100%;
}

.contact {
  height: 500px;
}

.fv {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
    margin-top: 0px;
    bottom: 30px;
    margin-bottom: 0px;
}

.fv_books {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_books_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  bottom: 10px;
}

.fv_whats_pararevo {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_whatsnew_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-top:0px !important;
  position: relative;
  bottom: 10px;
}

.fv_seminars {
  height: 600px;
  width: 100%;
  background-image: url(https://self-healing.co.jp/wp-content/uploads/2024/10/fv_seminars_pc.png);
  background-position: center;
  background-repeat: no-repeat;
/*   z-index: -1; */
  position: relative;
  bottom: 10px;
}

.fv_life_and_death {
  height: 600px;
  width: 100%;
  background-image: url(https://self-healing.co.jp/wp-content/uploads/2024/10/fv_life_and_death_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
/*   z-index: -1; */
  position: relative;
  bottom: 10px;
}

.fv_about {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_about_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_commercial-transaction {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_commercial-transaction_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}


.fv_wakuwaku {
  height: 600px;
  width: 100%;
  background-image: url(https://self-healing.co.jp/wp-content/uploads/2022/07/fv_oono_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  bottom: 10px;
}

.fv_personal-information {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_personal-information_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_contact {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_contact_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_book_contact {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_book_contact_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_sitemap {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_sitemap_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_news {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_news_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_aura {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_aura_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_for_english {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_for.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_lecture {
  height: 600px;
  width: 100%;
  background-image: url(https://self-healing.co.jp/wp-content/uploads/2023/07/fv_lecture_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_papa_and_mama {
  height: 600px;
  width: 100%;
  background-image: url(https://self-healing.co.jp/wp-content/uploads/2022/08/papa_and_mama_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
bottom: 30px;
}

.fv_lecture_detail {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_lecture_detail.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_qa {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_qa_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_law {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_law_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_classrooom {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_whats_pc.png);
  background-position: center;
  background-repeat: no-repeat;
/*   z-index: -1; */
  position: relative;
  bottom: 10px;
}

.fv_love {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_love_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_review {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_review_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_review_detail {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_review_detail.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_web_class {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_wakuwakuweb_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_parent {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_parent_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_family {
  height: 600px;
  width: 100%;
  background-image: url(./image/fv_family_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}

.fv_title {
  font-size: 42px;
  line-height: 32px;
  text-align: center;
  width: 55%;
  font-weight: 600;
  color: white;
  text-align: left;
  margin-left: auto;
  margin-right: 5px;
  position: relative;
  top: 90px;
  font-family: futura-pt-bold, sans-serif;
}

.fv_title span {
  color: #000081;
}

.about_img {
  width: 200px;
}

.wakwaku_img {
  width: 60%;
}

.margin_b {
  margin-top: 80px;
  margin-left: 30px;
  font-size: 18px;
}

.pink_title_kasou {
  text-align: center;
  color: #e083e0;
  font-size: 24px;
}

.first_img {
  height: 350px;
  width: 600px;
}

.uba_img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.bronw_bg {
  background-color: #fff2e6;
  width: 100%;
  height: 180px;
  position: relative;
  bottom: 120px;
  z-index: -99;
}

.sitemap_img {
  width: 40%;
}

.gray_box {
  padding: 10px;
  background-color: #f2f2f2;
}

.img5_pic {
  width: 70%;
}

.img6_text {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  margin: 40px auto;
}

.img66_text {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  margin: 0px auto;
}

.first_title {
  width: 800px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

body .brwon {
  color: #a1866b;
}

.second_img {
  width: 450px;
  margin: 50px auto;
  position: relative;
  bottom: 80px;
}

.second_text {
  font-size: 20px;
  color: #a1866b;
  font-weight: 600;
}

.second_li {
  font-size: 18px;
  color: #a1866b;
  font-weight: 600;
}

.post_li li{
	list-style:decimal;
}

.post_li ol{
	list-style:square;
}

.post_li ul{
	list-style:square;
}


.second_ul {
  width: 55%;
  text-align: left;
  margin-left: auto;
  margin-right: 5px;
  padding-right: 20px;
  position: relative;
  top: 100px;
  font-family: futura-pt-bold, sans-serif;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-list-item span {
    position: absolute;
    top: 8px;
    right: 20px;
    color: #a1866b;
    font-size: 30px;
}

.second_ul_sp {
  background-color: white;
  margin: 10px auto;
  padding: 10px 15px;
  border: 1px solid black;
  border-radius: 20px;
  font-weight: 300;
  width: 60%;
}

.second_ul p {
  background-color: white;
  margin: 10px 5px;
  padding: 10px 15px;
  border: 1px solid black;
  border-radius: 20px;
  font-weight: 300;
}

.header_button {
  background-color: white;
  padding: 10px 15px;
  position: relative;
  bottom: 10px;
  color: #a1866b;
  border: 1px solid black;
  border-radius: 20px;
  font-weight: 600;
}

.thrid_text {
  font-size: 24px;
  text-align: left;
  color: #a1866b;
  font-weight: 600;
}

.qa_1 {
  width: 35%;
  margin-left: auto;
  margin-right: 5px;
  position: relative;
  top: 100px;
  font-family: futura-pt-bold, sans-serif;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa_2 {
  width: 60%;
}

.font20 {
  font-size: 18px;
}

.font21 {
  font-size: 18px;
  font-weight: 600;
  color: #a1866b;
}

.big_text {
  font-size: 20px;
  font-weight: 500;
	margin:0px;
}

.arrow_img {
  width: 30px;
}

.img7_img {
  width: 600px;
  margin: 20px auto;
}

.flx_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.middle_text {
  text-align: left;
  font-size: 18px;
}

.rel_bottom {
  position: relative;
  top: 100px;
}

li {
  text-align: left;
}

footer {
  background-color: #6e6e6e;
  color: white !important;
}

.blue_bg {
  background-color: #000081;
  color: white;
  height: 400px;
}

.cta_title {
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
}

.aroow {
  width: 30px;
  margin-bottom: 10px;
}

.btn_class {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  border: 1px solid black;
  display: inline-block;
  border-radius: 30px;
  margin: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.btn_class_more {
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: white;
  border: 1px solid black;
  display: inline-block;
  border-radius: 30px;
  margin: 50px auto;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.btn_class_right {
  padding: 10px;
  background-color: white;
  border: 1px solid black;
  display: inline-block;
  border-radius: 30px;
  margin: 20px auto;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  color: #a1866b;
}

.right_text {
  text-align: right;
}

.marr {
  margin: 100px auto;
}

.btn_solid {
  width: 30px;
  margin-bottom: 13px;
  margin-right: 10px;
}

.wh_btn {
  background-color: white;
  padding: 20px 10px;
  color: black;
  width: 260px;
  text-align: center;
}

.btn_next {
  color: #003366;
  padding: 30px 0;
}

.yel_btn {
  background-color: yellow;
  padding: 20px 10px;
  color: black;
  width: 260px;
  text-align: center;
}

.gray_bg {
  background-color: #dfdfdf;
  color: black;
  width: 100%;
  padding: 100px 0;
}

.comany_text {
  margin-top: 90px;
}

.blue_bg {
  background-color: #000081;
  color: white;
  height: 400px;
  text-align: center;
}

.fv_kasou {
  background-color: #000081;
  height: 500px;
}

.ex_box {
  background-color: #fff2e6;
  margin: 20px 15px;
  padding: 20px;
}

.left_text {
  text-align: left;
  line-height: 1.6;
}

.left_text_box {
  text-align: left;
  line-height: 1.6;
  margin: 0 auto;
  width: 90%;
}

.colum_img {
  width: 80%;
}

.whats_img {
  width: 70%;
  margin-top: 20px;
}

.sem_img {
  width: 90%;
  padding-left: 10px;
  margin-top: 20px;
}

.sem_left {
  position: relative;
  right: 35px;
}

.whats_book_img {
  width: 40%;
  margin-bottom: 10px;
}

.teacher_img {
  width: 65%;
}

.brown_text {
  color: #a1866b;
  font-weight: 800;
}

.pink_text {
  color: #e083e0;
}

.btn_class_left {
  padding: 10px 0px;
  border: 1px solid black;
  width: 200px;
  border-radius: 30px;
  margin: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.contact {
  height: 100%;
}

.title_pc {
  font-size: 22px;
  margin: 0;
  color: #a1866b;
}

.news_event {
  background-color: #a1866b;
  color: white;
  padding: 10px;
  margin: 0 5px;
}

.news_p {
  padding: 10px;
  margin: 0 5px;
	text-align: left;
}

.news_news {
  background-color: #e083e0;
  color: white;
  padding: 10px;
  margin: 0 5px;
}

.news_blog {
  background-color: #5ca385;
  color: white;
  padding: 10px;
  margin: 0 5px;
}

.news_skyblue {
  background-color: #6cd7ff;
  color: white;
  padding: 10px;
  margin: 0 5px;
}

.news_yellow {
  background-color: #cbc765;
  color: white;
  padding: 10px;
  margin: 0 5px;
}

.news_text {
  border-bottom: solid black 1px;
}

.faq-list-item {
  margin: 20px 0;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.list_box {
  padding: 5px;
  background-color: #fff2e6;
  color: #a1866b;
}

.faq-list-item h3 {
  font-size: 18px;
}

.faq-list-item span {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #a1866b;
  font-size: 30px;
}

.answer {
  font-size: 16px;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  /* displayプロパティをnoneにしてください */
  display: none;
}

.spanq {
  font-size: 26px;
  font-weight: bold;
}

.spana {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  display: block;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  width: 100%;
/*   aspect-ratio: 16 / 9; */
}
.youtube iframe {
  /* width: 100%;
  height: 100%; */
  height: 300px;
}


.eventcat, .newscat {
/*     display: inline-block;
    width: 100px; */
}

.post-titles {
    color: #333;
    display: inline-block;
    width: 60%;
}

.eventcat a {
     background-color: #a1866b;
    color: #fff;
    padding: 10px;
    margin: 0 5px;
	text-align:center;
}

.newscat a {
     background-color: #E083E0;
    color: #fff;
    padding: 10px;
    margin: 0 5px;
		text-align:center;
}

.blogcat a {
     background-color: #5CA385;
    color: #fff;
    padding: 10px;
    margin: 0 5px;
	text-align:center;
}

.parentcat a {
     background-color: #E083E0;
    color: #fff;
    padding: 10px;
    margin: 0 5px;
		text-align:center;
}



.new_review {
	width: 50%;
	max-width:500px;
	margin: 0 auto;
}

. lecture_post {
	width: 100%;
	max-width:300px;
}

.left_text {
text-align:left;
}

@media screen and (max-width: 1024px) {
  .second_img {
    width: 300px;
    margin: 50px auto;
    position: relative;
    bottom: 80px;
  }
	
	.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

  .about_img {
    width: 200px;
  }
	
	.fv {
    height: 600px;
    width: 100%;
    background-image: url(./image/fv_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
	}
  .second_ul {
    width: 60%;
    text-align: left;
    margin-left: auto;
    margin-right: 5px;
    position: relative;
    top: 100px;
    font-family: futura-pt-bold, sans-serif;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header li {
    text-align: center;
    margin: 0px auto;
    font-size: 18px;
    margin-right: 250px;
    display: block;
    color: #a1866b;
  }

  .selficon {
    width: 70px;
    margin-top: 10px;
    position: relative;
    bottom: 4px;
  }

  .middle {
    display: none;
  }

  .middleblock {
    display: block;
  }

  .hamburger-btn {
    display: block;
    width: 30px;
    height: 25px;
    z-index: 20;
    position: fixed;
    right: 30px;
    top: 50px;
  }

  .hamburger__list {
    font-size: 16px;
    font-size: 1rem;
    list-style: none;
    margin: 5px auto;
    text-align: center;
    color: black;
  }

  #hamburger__span {
    background-color: #ffa2ad;
    color: white;
    padding: 10px;
    margin: 20px 0;
  }

  .section_title_pink {
    margin: 60px auto;
    padding: 10px;
    font-size: 26px;
    text-align: center;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    background-color: #ffa2ad;
  }
	
	
		.fv_whats_pararevo {
    height: 600px;
    width: 100%;
    background-image: url(./image/fv_whatsnew_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
    position: relative;
    bottom: 10px;
}

  header {
    padding: 5px 2% 5px;
    margin: 0 auto;
    height: 130px;
  }
	
		


}

@media screen and (max-width: 1000px) {
	
	.max_width {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}

@media screen and (max-width: 580px) {
	
  .section_title {
    margin: 60px auto;
    font-size: 20px;
    text-align: center;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #0380af;
    display: inline-block;
    border-bottom: 5px solid #deebf7;
  }

  .section_title_first {
    margin: 40px auto;
    font-size: 18px;
    text-align: center;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: black;
  }

  .section_title_pink {
    margin: 30px auto;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    padding: 20px 10px;
    background-color: #ffa2ad;
  }

  .flx_el_three {
    width: 100%;
    margin: 10px auto;
  }

  .first_text {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
  }

  .first_text_sp {
    width: 120px;
    margin: 0 auto;
  }

  .fv_books {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_books_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }
	
	.colum_img {
  width: 80%;
		margin: 0 auto;
}

  .fv_news {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_news_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_whats_pararevo {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_whatsnew_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
	 margin-top: 0px;
	
  }

  .fv_seminars {
    height: 500px;
    width: 100%;
    background-image: url(https://self-healing.co.jp/wp-content/uploads/2024/10/fv_seminars_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }
	
　.fv_life_and_death {
    height: 500px;
    width: 100%;
    background-image: url(https://self-healing.co.jp/wp-content/uploads/2024/10/fv_life_and_death_s.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_about {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv-about_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_commercial-transaction {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_commercial-transaction_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_contact {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_contact_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

	
	
.fv_lecture {
  height: 500px;
  width: 100%;
  background-image: url(./image/fv_lecture_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  bottom: 10px;
}
	
	.fv_wakuwaku {
  height: 500px;
  width: 100%;
  background-image: url(https://self-healing.co.jp/wp-content/uploads/2022/07/fv_oono_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  bottom: 10px;
}
	
  .fv_love {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_love_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_book_contact {
    height: 500px;
    width: 100%;
    background-image: url(https://self-healing.co.jp/wp-content/uploads/2022/08/book_contact_spp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_for_english {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_for_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_lecture_detail {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_lecture_detail_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_qa {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_qa_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }
	
	.fv_papa_and_mama {
	  height: 500px;
  width: 100%;
  background-image: url(https://self-healing.co.jp/wp-content/uploads/2022/08/papa_and_mama_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
bottom: 30px;
}

  .fv_law {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_law_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_classrooom {
    height: 500px;
    width: 100%;
background-image: url(./image/fv_whats_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_love {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_love_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_review {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_review_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_review_detail {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_review_detail_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_web_class {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_wakuwakuweb_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_parent {
    height: 600px;
    width: 100%;
    background-image: url(./image/fv_parent_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_family {
    height: 600px;
    width: 100%;
    background-image: url(./image/fv_family_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_personal-information {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_personal-information_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_about {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_about_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .fv_aura {
    height: 500px;
    width: 100%;
    background-image: url(./image/fv_aura_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    bottom: 10px;
  }

  .margin_b {
    margin: 0px;
  }

  .faq-list-item h3 {
    font-size: 16px;
    width: 90%;
  }

  .border_company {
    background-color: white;
    margin-left: 0px;
  }

  .border_company {
    -webkit-box-shadow: -5px 5px 0px 5px #000081;
    box-shadow: -5px 5px 0px 5px #000081;
  }

  .font20 {
    font-size: 16px;
    font-weight: 500;
  }

  .font21 {
    font-size: 18px;
    font-weight: 600;
  }
	
	.fv_mini_kasou {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: white;
  text-align: left;
  padding-top: 150px;
  font-family: futura-pt-bold, sans-serif;
}

  .fv_title_kasou {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: white;
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 20px;
    font-family: futura-pt-bold, sans-serif;
  }
	
	
.contact_kasou {
  padding: 50px 0;
}

  .kasou_minitilte_policy {
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid black;
    padding-bottom: 12px;
  }


  .kasou_pink_title {
    padding: 10px;
    margin: 20px 0;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    margin-left: auto;
    font-style: normal;
    color: white;
    background-color: #ffa2ad;
  }

  .sem_left {
    position: relative;
    right: 0px;
  }
	
	.solid_img {
    width: 120px;
    height: 2px;
    margin-bottom: 6px;
    margin-left: 10px;
}

  .hamburger-btn {
    display: block;
    position: relative;
    width: 30px;
    height: 25px;
    z-index: 20;
    position: fixed;
    top: 40px;
    right: 10px;
    margin-right: 5px;
  }

  .first_title {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin: 40px auto;
    text-align: center;
  }
	
	p {
		text-align:center;
}

  #hamburger__span {
    background-color: #ffa2ad;
    color: white;
    padding: 10px;
    margin: 20px 0;
  }

  .middle_img {
    width: 80%;
  }

  .sitemap_img {
    width: 100%;
  }

  ul {
    margin: 0;
    padding: 0;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
    /* height: 300px; */
  }

  .flx_mini {
    width: 100%;
    max-width: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0px auto;
  }

  .gray_bg1 h1 {
    font-size: 26px;
  }

  .arrow_img {
    width: 50px;
  }

  .about .tac {
    margin-top: 0;
  }

  .padding_bottom {
    margin-top: 0px !important;
  }

  .wakwaku_img {
    width: 100%;
  }

  .first_img {
    height: 100%;
    width: 100%;
  }

  .gray_bg1 {
    background-color: #dfdfdf;
    color: black;
    width: 100%;
    padding-top: 0px;
  }

  .qa_sp {
    margin: 60px auto;
  }

  .sp_para {
    margin: 70px auto;
  }

  .img7_img {
    width: 100%;
    margin: 20px auto;
  }

  footer ul {
    margin-left: 30px;
  }

  .flx_el_footer {
    width: 30%;
  }

  .flx_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    text-align: center;
    width: 90%;
  }

  .marign-top {
    margin: 20px auto !important;
  }

  .img6_text {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin: 40px auto;
  }

  .blue_bg {
    background-color: #000081;
    color: white;
    height: 550px;
  }

  .btn_next {
    color: #000081;
    width: 200px;
    margin: 40px auto;
  }

  .wh_btn {
    background-color: white;
    padding: 20px 10px;
    color: black;
    width: 100%;
    text-align: center;
  }

  .yel_btn {
    background-color: yellow;
    padding: 20px 10px;
    color: black;
    width: 100%;
    text-align: center;
  }

  .cta_flx {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px auto;
  }

  .header li {
    margin: 0px;
    font-size: 16px;
    color: #a1866b;
    margin-right: 60px;
    margin-top: 5px;
  }

  .selficon {
    width: 50px;
    margin-left: 10px;
  }
	
	.btn_class {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    border: 1px solid black;
    display: inline-block;
    border-radius: 30px;
    margin: 30px auto;
    text-align: center;
    width: 250px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

  .about_img {
    width: 200px;
    margin: 0 auto;
  }

  .second_img {
    width: 100%;
    margin: 50px auto;
    position: relative;
    bottom: 50px;
  }

  header {
    padding: 0px;
    height: 100px;
    position: -webkit-sticky;
    position: initial;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
	 position: absolute;
  }

  .header h1 {
    font-size: 20px;
  }

  .fv {
    height: 600px !important;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background-image: url(https://self-healing.co.jp/wp-content/uploads/2022/08/グループ-291-1.png);
    bottom: 0px;
    margin-bottom: 30px;
  }

  body .fv_title {
	 font-size: 28px;
    line-height: 44px;
    position: initial;
    top: 0px;
    font-weight: 600;
    color: white !important;
    margin-right: 0px;
    margin-top: 180px;
    margin-bottom: 0px;
  }

  .left_text {
    text-align: left;
  }

  .number {
    margin-top: 150px;
    text-align: left;
  }

  .work_title {
    margin: 30px auto;
    font-size: 22px;
    border-bottom: 1px solid black;
    padding: 5px 0;
  }

  .gray_bg {
    background-color: #dfdfdf;
    color: black;
    width: 100%;
    padding: 50px 0;
  }

  .about_name {
    text-align: center;
    margin: 10px auto;
    font-size: 22px;
  }

  .about_al_name {
    text-align: center;
    margin: 10px auto;
  }

  .company_gold {
    z-index: -10;
    font-size: 46px;
    color: #a1866b;
    opacity: 0.5;
    font-family: "Times New Roman";
  }

  .company_gold_right {
    z-index: -10;
    font-size: 46px;
    color: #a1866b;
    text-align: right;
    opacity: 0.5;
    font-family: "Times New Roman";
  }

  .contact {
    height: 100%;
  }

  .posi_lef {
    position: relative;
    left: 110px;
  }

  p {
    text-align: center;
  }

  .logo_sns {
    width: 50%;
    margin: 0 auto;
  }

  img {
    width: 100%;
  }

  /* 480px以下に適用されるCSS（スマホ用） */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .max_width {
    width: 90%;
  }

  .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	
	  .flxwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flx_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flx_el_3 {
    width: 100%;
    margin: 20px auto;
  }

  .flx_el {
    width: 100%;
    margin: 10px auto;
  }

  .flx_el_feature {
    width: 100%;
    margin: 20px auto;
  }

  .about_text {
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    margin: 40px auto;
  }

  .ex_box {
    background-color: #fff2e6;
    margin: 30px auto;
    padding: 20px;
  }

  .spp ul {
    padding: 0;
  }
}

.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

	
	.left_text p {
		text-align:left;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #000081;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}


@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.c-modal_content._sm {
  width: 30%;
}

.c-modal_content._md {
  width: 50%;
}

.c-modal_content._lg {
  width: 70%;
}

.c-modal_content_inner {
  position: relative;
  padding: 24px;
}

.c-modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

