@charset "UTF-8";
/*================================================
 *  一般・共通設定
 ================================================*/

 @media screen and (max-width:768px) {
   h2 {
     font-size: 20px;
     margin-bottom: 30px;
   }

   /* バナー */
.banner {
  width: 250px;
}

.banner p {
  font-size: 16px;
}
/* custom-button */

.btn_content {
  flex-direction: column;
}

.custom-button {
  padding: 8px 16px;
  font-size: 16px;
}
}
 
/*================================================
 *  ヘッダー
 ================================================*/

 @media screen and (max-width:768px) {
  header {
    height: 60px;
    padding: 10px;
  }

  header .inner-left {
    width: 70%;
  }

  header .inner-left h1 {
    font-size: 24px;
  }

  header .inner-left h1 a img {
    width: 150px;
}

  /* ハンバーガーメニュー */
  nav.global-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    background: var(--main-color);
    transition: all .7s ease-out;
    z-index: 200;
    overflow-y: auto;
    padding: 70px 30px 40px 40px;
    opacity: 0;
    pointer-events: none;
  }

  h2.salon_ttl {
    font-size: 40px;
    color: #fff;
    display: block;
}

h2.salon_ttl span {
  font-size: 40px;
  color: #fff;
  animation: .7s forwards blackout;
}

@keyframes blackout {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}


  nav.gnav.global-nav ul li {
    margin-bottom: 10px;
    /* border-bottom: 1px dotted #fff; */
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    /* text-align: center; */
  }

  li.has_child ul.has_childNav {
    position: static;
    background-color: transparent;
    width: 103px;
    margin: 0 auto;
  }

  li.has_child ul.has_childNav li a {
    text-align: left;
  }

  nav.gnav ul.menu_list li .large-text a {
    font-size: 14px;
    color: #fff;
  }

  nav.gnav.global-nav ul li a {
    color: #fff;
  }

  .has_child > a span::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

  .hamburger {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }

  .hamburger__line {
    position: absolute;
    left: -5px;
    width: 30px;
    height: 1px;
    background-color: var(--main-color);
    transition: all .2s ease-out;
  }

  .hamburger__line--1 {
    top: 18px;
  }

  .hamburger__line--2 {
    top: 26px;
  }

  .hamburger__line--3 {
    top: 33px;
  }

  .hamburger.open .hamburger__line {
    background-color: #fff;
  }

  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }

  #side_contact {
    right: 26px;
  }

  #side_contact ul li a {
    font-size: 10px;
    padding: 8px;
  }
}

/* =======================================================
* main
* ======================================================= */
@media screen and (max-width:767px) {
  #main {
    margin-top: 60px;
    height: 80vh;
    margin: 0 auto 30px;
  }

  .main_img {
    top: 0;
    background-size: 200%;
    width: 100%;
    height: 80vh;
  }

  h1.main_title {
    width: 500px;
    /* font-size: 7rem; */
  }

  .main_title span {
    font-size: 20px;
}

  .rollAnime {
    top: 100%;
    width: 350px;
  }

  .rollAnime span {
    font-size: 24px;
  }
}

@media screen and (max-width:520px) {
    .main {
      margin: -50px auto 30px;
      /* height: 80vh; */
    }

  .main_txt.rollAnime {
    top: 40%;
  }

  .main_txt.rollAnime span {
    font-size: 30px;
  }

  h1.main_title {
    top: 57%;
    width: 300px;
    font-size: 4rem;
    padding: 0 10px 10px;
}

.rollAnime {
  top: 76%;
}

.rollAnime span {
  font-size: 30px;
}

.main_title span {
  font-size: 14px;
}

.scroll {
  top: 93%;
  left: 6%;
}

.scroll span {
  font-size: 1.4rem;
}
}

@media screen and (max-width: 375px) {

  h1.main_title {
    top: 64%;
            font-size: 3rem;
    padding: 0 10px 10px;
}

.rollAnime {
  top: 90%;
}

.scroll {
  top: 104%; 
  }

  .scroll.second {
    font-size: 1.4rem;
  }
}

/* =======================================================
*thoughts
* ======================================================= */
@media screen and (max-width:768px) {
  .thoughts_container {
    flex-direction: column
  }

  .thoughts_img {
    width: 60%;
   margin-bottom: 30px;
  }
  .thoughts_box {
    width: 100%;
  }
}

/* =======================================================
*tool
* ======================================================= */
@media screen and (max-width:768px) {
  section#tool {
    padding-bottom: 0;
}

  .tool_box {
    padding: 10px;
  }
  .tool_box .icon {
    width: 60px;
    height: 60px;
  }
  .tool_box .loot_text {
    font-size: 1.5rem;
            text-align: left;
  }
}

/* =======================================================
*worries悩み
* ======================================================= */
@media screen and (max-width:768px) {
  h3.worries_ttl {
    font-size: 20px;
    margin-bottom: 0;
  }
  .worries_box {
    flex-direction: column;
  }

  .worries_box img {
    width: 80%;
  }

  .worries_box p {
    width: 100%;
padding: 0 10px;
}
}

/* =======================================================
*appraisai
* ======================================================= */
.appraisai_text {
  width: 100%;
}

.appraisai_img {
  width: 100%;
}

/* =======================================================
*course
* ======================================================= */
@media screen and (max-width:768px) {
  .course .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }

.course_box ul li h3 {
  font-size: 17px;
}

.course_box ul li p.sab_text {
  font-size: 14px;
}

.appraisai_img img {
  margin: 0 auto;
  display: block;
}

.list_flex {
  grid-template-columns: repeat(3, 1fr);
}

.accordion_inner h4 {
font-size: 14px;
}

.box_one img {
  width: 40%;
}
}

/* =======================================================
*question
* ======================================================= */

@media screen and (max-width:768px) {
  .Label_01 {
    padding-right: 30px;
    width: 100%;
  }

  .content p {
    margin: 0 auto;
    width: 100%;
  }
}

/* =======================================================
*sub_main
* ======================================================= */
@media screen and (max-width:768px) {
  #sub_main {
    max-width: 1000px;
    margin: 70px auto 0;
    height: 300px;
  }

  .sub_container .sub_img {
    width: 53%;
  }

  #sub_main .sub_container h1 {
    text-align: center;
    font-size: 30px;
  }

  .small_ttl {
    font-size: 24px;
  }

  #sub_main .sub_container h1 span.en.small_ttl {
    font-size: 18px;
}
}

@media screen and (max-width:520px) {
  #sub_main {
    margin: 70px auto 0;
    height: 100px;
  }

  .sub_container {
    justify-content: space-around
  }

  #sub_main .sub_container h1 {
    font-size: 20px;
  }

  .small_ttl {
    font-size: 14px;
  }
}

/* =======================================================
*total_mane
* ======================================================= */
@media screen and (max-width:768px) {
  #total_mane h2 {
    font-size: 18px;
  }

  .namaig_contact {
    font-size: 19px;
  }

  h3.contactNo {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .naming_container ul li p {
    font-size: 14px;
}

.arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #516080;
}
}
@media screen and (max-width:520px) {
  .total_box {
    width: 100%;
    margin-bottom: 30px;
  }

  /* omprehensive */
  .merit {
    flex-direction: column;
    margin-top: 60px;
  }
  .merit img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* =======================================================
*naming
* ======================================================= */
@media screen and (max-width:768px) {

  h3.naming_contact.accordion-header span.big {
    font-size: 22px;
  }

  .icon10 {
    width: 30px;
  }
  
  h3.naming_contact.accordion-header {
    padding: 5px;
    font-size: 18px;
  }
}

/* =======================================================
*footer
* ======================================================= */
@media screen and (max-width:768px) {
  .footer_menu li {
    display: block;
    margin-bottom: 15px;
  }
}

/* =======================================================
*initial_appraisal 初期設定鑑定書
* ======================================================= */
@media screen and (max-width:768px) {

  #initial_appraisal img {
    margin: 60px auto ;
  }
  ul.possibility li {
    font-size: 16px;
  }
  
  .initial_appraisalBox p {
    font-size: 14px;
  }
  
  div.apprasisal_content h3 {
    font-size: 24px;
  }

  .apprasisal_content p {
    font-size: 16px;
  }

  .apprasisal_content ul li {
    font-size: 15px;
  }
}


/* =======================================================
*profile
* ======================================================= */


.profile_name {
  margin-top: 15px;
  font-size: 14px;
}

.profile_box p.license {
  font-size: 12px;
}

span.aligned-textSp {
  text-indent: -16px;
  padding-left: 16px;
  line-height: 1.5; 
}

p.about_text {
  padding: 2px;
  font-size: 14px;
}

.profile_container {
  padding: 0 15px;
}

.good_at {
  padding: 0 10px;
}

.good_at h4 {
  margin-bottom: 15px;
}

p.left_align  {
  text-align: left;
}

.supplement {
  margin-top: 30px;
  font-size: 16px;
}


/* voice */
.voice_container {
    flex-direction: column;
}

.voice_img {
  width: 100%;
}

.voice_text {
  width: 100%;
}

/* course_menu 共通*/
@media (max-width: 768px) {
  .course_menu {
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }

  .course_item {
    margin: 5px auto;
    font-size: 18px;
    padding: 10px;
  }

  .course_item.pr {
    max-width: 300px;
  }
}