@charset "UTF-8";
/* ===================================
VARIABLE
=================================== */
/* h1 40px */
/* h2 32px */
/* h3 28px */
/* h4 24px */
/* h5 20px */
/* h6 16px */
/* h7 14px */
/* h8 12px */
/* h9 10px */
/* 64px */
/* 56px */
.h1 {
  font-size: 2.5rem; }

/* h1 40px */
.h2 {
  font-size: 2rem; }

/* h2 32px */
.h3 {
  font-size: 1.75rem; }

/* h3 28px */
.h4 {
  font-size: 1.5rem; }

/* h4 24px */
.h5 {
  font-size: 1.25rem; }

/* h5 20px */
.h6 {
  font-size: 1rem; }

/* h6 16px */
.h7 {
  font-size: 0.875rem; }

/* h7 14px */
.h8 {
  font-size: 0.75rem; }

/* h8 12px */
.h9 {
  font-size: 0.625rem; }

/* h9 10px */
.primaryColor {
  color: #f15a22; }

.topSpace {
  padding-top: 65px; }

html {
  scroll-behavior: smooth; }

* {
  min-height: 0vw;
  min-height: 0; }

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: black !important;
  font-size: clamp(1rem, 3vw, 1.25rem);
  padding: 0;
  margin: 0;
  line-height: 1.75; }

/* ===================================
COMMON
=================================== */
.mainContainer {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px; }

.bold {
  font-weight: bold; }

p {
  margin: 0;
  padding: 0; }

table th, table td {
  margin: 0;
  font-weight: normal; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

dl {
  margin: 0; }
  dl dt, dl dd {
    margin: 0;
    font-weight: normal; }

a {
  color: black;
  text-decoration: none;
  transition: .5s all; }

a[href^="tel:"] {
  pointer-events: none;
  color: black; }

.width_95 {
  width: 95%;
  margin: 0 auto; }

.width_90 {
  width: 90%;
  margin: 0 auto; }

.width_80 {
  width: 80%;
  margin: 0 auto; }

.width_60 {
  width: 60%;
  margin: 0 auto; }

.width_70 {
  width: 70%;
  margin: 0 auto; }

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

.width_30 {
  width: 30%;
  margin: 0 auto; }

.__w95 {
  width: clamp(330px, 85vw, calc(1200px * 0.95));
  margin: 0 auto; }

.__w90 {
  width: clamp(330px, 85vw, calc(1200px * 0.9));
  margin: 0 auto; }

.__w80 {
  width: clamp(330px, 85vw, calc(1200px * 0.8));
  margin: 0 auto; }

.__w70 {
  width: clamp(330px, 85vw, calc(1200px * 0.7));
  margin: 0 auto; }

.__w60 {
  width: clamp(330px, 85vw, calc(1200px * 0.6));
  margin: 0 auto; }

.__w50 {
  width: clamp(330px, 85vw, calc(1200px * 0.5));
  margin: 0 auto; }

.__w40 {
  width: clamp(330px, 85vw, calc(1200px * 0.4));
  margin: 0 auto; }

.__w30 {
  width: clamp(330px, 85vw, calc(1200px * 0.3));
  margin: 0 auto; }

.w520only {
  display: none !important; }

.w960only {
  display: none !important; }

.btn:hover {
  border-color: transparent; }

.secPdg {
  padding: 5vmax 0; }

.btnArea {
  text-align: center;
  margin: 5vmax auto; }

/* ===================================
*HEADER
=================================== */
.logo {
  width: 3rem; }

.nav_logo {
  width: clamp(9rem, 15vw, 15rem); }

/*----------------------------------------------------navigation */
.nav_brand {
  position: relative;
  display: flex;
  align-items: center; }

/*
.show_menu { height: 100%;
  overflow-y: scroll; }
*/
.fixed_top {
  position: fixed;
  margin: auto;
  right: 0;
  left: 0;
  background-color: white;
  box-shadow: 1px 1px 3px gray;
  z-index: 1000; }
  .fixed_top .nav_bar {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 2rem;
    align-items: center;
    max-width: 95%;
    margin: auto;
    height: 65px; }
    .fixed_top .nav_bar .nav_menu {
      display: none; }
      .fixed_top .nav_bar .nav_menu.open {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        z-index: -1; }
        .fixed_top .nav_bar .nav_menu.open .itemBox {
          position: relative;
          z-index: 0;
          background: white; }
          .fixed_top .nav_bar .nav_menu.open .itemBox .bgImg {
            position: absolute;
            top: 0;
            height: 100%;
            object-fit: cover;
            opacity: 60%;
            z-index: -1; }
        .fixed_top .nav_bar .nav_menu.open .openArea {
          display: flex;
          justify-content: center;
          padding: 15vmax 0 5vmax; }
        .fixed_top .nav_bar .nav_menu.open .menuListBox {
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          height: 100%;
          width: 10rem; }
          .fixed_top .nav_bar .nav_menu.open .menuListBox .menuList {
            line-height: 1;
            font-size: 1rem;
            margin: 1rem auto;
            padding: 0 1rem 1vmax 0; }

.menuListBox_main {
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .menuListBox_main li {
    margin: auto 1rem; }

.menuList a {
  position: relative;
  color: black;
  text-decoration: none; }
  .menuList a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f15a22;
    bottom: -5px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: .5s all; }
  .menuList a:hover::after {
    transform: scale(1, 1); }

/*.topSpace { padding-top: 45px;}*/
/* ===================================
*MENU MEDIA
=================================== */
@media screen and (max-width: 960px) {
  .nav_button {
    display: flex;
    align-items: center; }
    .nav_button .openBtn {
      position: relative;
      cursor: pointer;
      width: 45px;
      height: 35px;
      border-radius: 5px; }
      .nav_button .openBtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        width: 70%;
        height: 2px;
        border-radius: 2px;
        background: black; }
        .nav_button .openBtn span:nth-of-type(1) {
          top: 10px; }
        .nav_button .openBtn span:nth-of-type(2) {
          top: 18px; }
        .nav_button .openBtn span:nth-of-type(3) {
          top: 26px; }

  .openBtn.active span:nth-of-type(1) {
    top: 12px;
    left: 18px;
    transform: translateY(5px) rotate(45deg);
    width: 70%; }

  .openBtn.active span:nth-of-type(2) {
    opacity: 0; }

  .openBtn.active span:nth-of-type(3) {
    top: 26;
    left: 18px;
    transform: translateY(-10px) rotate(-45deg);
    width: 70%; } }
@media screen and (max-width: 520px) {
  /*----------------------------------------------------header 520*/
  .fixed_top .nav_bar {
    padding: 0; }
    .fixed_top .nav_bar .nav_menu.open .openArea {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .fixed_top .nav_bar .nav_menu.open .menuListBox {
      width: 80%;
      margin: auto; } }
/* ===================================
*FOOTER
=================================== */
footer {
  background: #414041;
  color: white; }

/* ===================================
*SITE COMMON
=================================== */
.bg_pink {
  background-color: #F4E1D7; }

.bg_gray {
  background-color: #EBEAEA; }

.bg_blue {
  background-color: #E4EBEB; }

.text_black {
  color: black !important; }

.contactBtn {
  background: #f15a22;
  color: white;
  font-size: clamp(1rem, 3vw, 1.25rem);
  border: 1px solid #f15a22;
  border-radius: 250px;
  padding: 0.5rem 3vmax;
  width: 100%;
  transition: .5s all; }
  .contactBtn:hover {
    background-color: white;
    color: #f15a22; }

.title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #f15a22;
  text-align: center;
  margin-bottom: 5vmax;
  font-weight: bold;
  line-height: 1.5; }

/* ===================================
*INDEX
=================================== */
.box {
  margin-top: 3vmax; }
  .box .forTitle {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: bold;
    color: #f15a22;
    margin-bottom: 0.5rem; }
  .box ul {
    list-style-type: disc;
    margin: 0 0 0.5rem 1em; }

/*----------------------------------------------------indexFV */
.indexFV {
  background-color: #414041; }
  .indexFV .bookImg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto auto 1rem auto;
    padding: 2vmax 0;
    width: clamp(6rem, 23vw, 26rem); }
  .indexFV .hero {
    container-type: inline-size;
    color: white; }
    .indexFV .hero .heroTitle {
      font-size: 10cqw;
      font-weight: bold;
      filter: drop-shadow(3px 3px 2px black);
      margin-bottom: 2vmax; }
    .indexFV .hero p:nth-child(2) {
      font-size: clamp(1rem, 3vw, 1.25rem); }
      .indexFV .hero p:nth-child(2) span {
        font-size: clamp(1.25rem, 3vw, 1.5rem);
        filter: drop-shadow(0px 1px 0px black); }

/*----------------------------------------------------indexProblem */
.indexProblem ul {
  list-style: disc;
  font-size: clamp(1rem, 3vw, 1.5rem);
  padding-left: 0.5vmax; }
  .indexProblem ul li {
    margin-bottom: 1vmax; }

/*----------------------------------------------------indexVision */
/*----------------------------------------------------indexProcess */
.indexProcess .title {
  margin-bottom: 2vmax; }
.indexProcess .box {
  margin-bottom: 3vmax; }
.indexProcess .processBox {
  margin-bottom: 2vmax; }
  .indexProcess .processBox ul {
    list-style-type: disc;
    margin-left: 1rem; }
.indexProcess .itemBox {
  display: flex;
  justify-content: center;
  gap: 2vmax; }
  .indexProcess .itemBox ul {
    list-style-type: disc;
    margin-left: 1em; }
    .indexProcess .itemBox ul li {
      margin-bottom: 0.5rem; }
  .indexProcess .itemBox .title {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    margin-bottom: 0;
    line-height: 3; }
  .indexProcess .itemBox .itemArea {
    box-sizing: border-box;
    padding: 0 2vmax 1.5rem;
    margin-top: 0;
    width: calc(100% / 2); }
  .indexProcess .itemBox .notice {
    font-size: clamp(0.875rem, 3vw, 1rem);
    margin-top: 1rem; }

/*----------------------------------------------------indexQA */
.indexQA .boxQA {
  margin-bottom: 2rem; }
  .indexQA .boxQA .qestion {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: bold;
    margin-bottom: 0.5rem; }
.indexQA .textIndent {
  text-indent: -1em;
  padding-left: 1em; }

/* ===================================
*MEDIA
=================================== */
/*960px以下　Tablet(mini)*/
@media screen and (max-width: 960px) {
  /*必要ならばここにコードを書く*/
  /*----------------------------------------------------common 960*/
  .w960only {
    display: block !important; }

  .w960none {
    display: none !important; }

  .width_90 {
    width: 95%; }

  /*----------------------------------------------------indexFv 960*/
  .indexFV .hero .heroTitle {
    text-align: center; } }
/*576-375px以下　SP*/
@media screen and (max-width: 520px) {
  /*必要ならばここにコードを書く*/
  /*----------------------------------------------------common 520*/
  .width_95, .width_90, .width_80, .width_60, .width_70, .width_50, .width_30 {
    width: 100%; }

  .w520only {
    display: block !important; }

  .w520none {
    display: none !important; }

  /*----------------------------------------------------header 520*/
  .fixed_top .nav_bar .nav_menu.open .openArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .fixed_top .nav_bar .nav_menu.open .menuListBox {
    width: 80%;
    margin: auto; }

  /*----------------------------------------------------indexProcess 520*/
  .indexProcess .itemBox {
    flex-direction: column; }
    .indexProcess .itemBox .itemArea {
      width: 100%; }

  /*----------------------------------------------------footer 520*/
  a[href^="tel:"] {
    pointer-events: auto;
    color: #007bff; } }

/*# sourceMappingURL=style.css.map */
