@charset "UTF-8";
body {
  margin-top: 60px;
  color: #333333;
}

a {
  text-decoration: none;
}

span {
  display: inline-block;
}

.small {
  font-size: 0.8rem !important;
  letter-spacing: 1px;
  margin-bottom: 0.4rem;
}

.p1 {
  font-size: 1.2rem;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1px;
}

.lh-1 {
  line-height: -1px;
}

.ls0 {
  letter-spacing: 0;
}

.ls1 {
  letter-spacing: 1px;
}

.ls-1 {
  letter-spacing: -1px;
}

.wf-hannari {
  font-family: "Hannari", serif;
  letter-spacing: 0.1px; /* 字間を狭める */
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho", serif;
}

.mplus1 {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 1.1px; /* 字間を狭める */
}

.mc01 {
  color: #1d3051;
}

.mc02 {
  color: #dbb4b5;
}

.mc03 {
  color: #da7154;
}

.red {
  color: red;
}

.c04 {
  color: #707070;
}

.bg01 {
  background: #1d3051;
  color: #fff;
}

.bg02 {
  background: #dbb4b5;
  color: #fff;
}

.bg03 {
  background: #da7154;
  color: #fff;
}

.btn {
  margin-top: 2rem;
  border-radius: 1rem;
  padding: 0.375rem 1.5rem;
}

.btn2 {
  margin-top: 2rem;
  border-radius: 0.5rem;
  padding: 0.65rem 1.2rem;
  font-size: 1.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-pink {
  color: #fff;
  background-color: #dbb4b5;
  border-color: #dbb4b5;
}

.btn-orange {
  color: #fff;
  background-color: #da7154;
  border-color: #da7154;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* PC表示のスタイル */
@media (min-width: 769px) {
  /* 769px以上の画面幅に適用されるスタイル */
  /* PC向けのスタイルを指定 */
  .wf-hannari p {
    font-size: 1.4rem;
  }
  .btn {
    border-radius: 2rem;
    font-size: 1.5rem;
    margin-top: 3rem;
    padding: 0.8rem 3rem;
  }
}
/* SP表示のスタイル */
@media (max-width: 768px) {
  /* 768px以下の画面幅に適用されるスタイル */
  /* スマートフォン向けのスタイルを指定 */
  .wf-hannari p {
    font-size: 1rem;
  }
  .p1 {
    font-size: 1rem;
  }
  .smallp {
    font-size: 0.9rem;
  }
  .smallp2 {
    font-size: 1rem;
  }
}
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* その他のスタイルを指定 */
  z-index: 9999; /* ナビゲーションバーの重なり順を最上位に設定 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* ドロップシャドウの設定（より強い影） */
}
.navbar h3 {
  letter-spacing: 0.1rem;
}

.bg-dark {
  background: #1d3051 !important;
}

#footer-fix {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1px 0 0 0;
  font-size: 14px;
  z-index: 99;
}
#footer-fix ul {
  margin: 0;
}

#footer-fix #footer-fix-menu {
  text-align: center;
  padding: 0;
  display: table;
  width: 100%;
}

#footer-fix #footer-fix-menu li {
  display: table-cell;
  width: 50%;
  padding: 0.3rem 0.2rem;
  margin: 0;
  height: 80px;
  position: relative;
  vertical-align: middle;
  font-size: 0.8rem;
}
#footer-fix #footer-fix-menu li :last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

#footer-fix #footer-fix-menu li:hover {
  opacity: 0.9;
}

#footer-fix #footer-fix-menu li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ヒーローイメージのスタイル */
.hero-image {
  background-size: cover;
  background-position: center;
  height: calc(100vh - 100px); /* ビューポートの高さいっぱいに設定 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.catchphrase {
  text-shadow: 0 0 15px #fff;
}

/* PC表示のスタイル */
@media (min-width: 769px) {
  /* 769px以上の画面幅に適用されるスタイル */
  /* PC向けのスタイルを指定 */
  .hero-image {
    background-image: url("../img/top_01_fv.jpg");
    /* PC向けのその他のスタイルを指定 */
  }
}
/* SP表示のスタイル */
@media (max-width: 768px) {
  /* 768px以下の画面幅に適用されるスタイル */
  /* スマートフォン向けのスタイルを指定 */
  .hero-image {
    background-image: url("../img/top_01_fv_sp.jpg");
    /* スマートフォン向けのその他のスタイルを指定 */
  }
  .catchphrase h1 {
    font-size: 1.3rem;
  }
}
/*PCでは無効（改行しない）*/
.sma {
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 768px) {
  .sma {
    display: block;
  }
}
.sec01 {
  background: rgba(29, 48, 81, 0.13);
}
.sec01 .bg01 {
  background: rgba(29, 48, 81, 0.8);
}
.sec01 .bg01 p {
  font-size: 1.8rem;
}
.sec01 .ko-su01 {
  background-image: url("../img/top_02_bus.jpg");
}
.sec01 .ko-su02 {
  background-image: url("../img/top_03_lympa.jpg");
}
.sec01 .ko-su02 .hosoku {
  font-size: 1rem;
}
.sec01 .ko-su01,
.sec01 .ko-su02 {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec01 .ko-su01 {
    background-image: url("../img/top_02_bus_sp.jpg");
  }
  .sec01 .ko-su02 {
    background-image: url("../img/top_03_lympa_sp.jpg");
  }
  .sec01 .ko-su02 .hosoku {
    font-size: 0.6rem;
  }
}
.sec01 .circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .circle-container .circle {
  position: relative;
  width: 25%;
  padding-top: 25%;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #fafafa;
}
.sec01 .circle-container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  font-size: 1.3rem;
}
.sec01 .circle-container .plus {
  font-size: 4rem;
}
@media (min-width: 900px) {
  .sec01 .circle-container .circle {
    width: 260px;
    padding-top: 260px;
  }
}
@media (max-width: 768px) {
  .sec01 .circle-container .plus {
    font-size: 2rem;
  }
  .sec01 .circle-container .text {
    font-size: 0.6rem;
  }
}
@media (max-width: 768px) {
  .sec01 .bg01 p {
    font-size: 1rem;
  }
}

.sec02 {
  background-image: url("../img/top_04_lesson.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* スマホサイズのスタイル */
}
.sec02 .centered-message {
  text-align: center;
  color: #ffffff;
}
.sec02 .centered-message p,
.sec02 .centered-message h2 {
  padding-bottom: 0.5rem;
  line-height: 1.5; /* 行間の調整 */
}
.sec02 .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sec02 .button-container {
    flex-direction: column;
  }
}

.sec03 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  /* スマホサイズのスタイル */
}
.sec03 .qa-bg {
  background: #fafafa;
}
.sec03 .qa-container {
  padding: 20px;
  margin-bottom: 20px;
}
.sec03 .question,
.sec03 .answer {
  border-bottom: 1px solid #ccc; /* 下線の設定 */
}
.sec03 .question {
  cursor: pointer;
  z-index: 1;
}
.sec03 .answer {
  display: none;
  padding-top: 1rem;
}
.sec03 .accordion-title {
  position: relative;
}
.sec03 .accordion-title::after {
  border-right: solid 2px #1d3051;
  border-top: solid 2px #1d3051;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.sec03 .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.sec03 h2 {
  margin-bottom: 1rem;
  color: #1d3051;
}
.sec03 p {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .sec03 p {
    font-size: 0.8rem;
  }
}

.sec04 hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.sec04 .news-title {
  color: #da7154;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}
.sec04 .announcement {
  margin-bottom: 1rem;
}
.sec04 .announcement h5 {
  color: #333;
}
.sec04 .announcement h5:hover {
  color: #da7154;
  transition: 0.2s;
}
.sec04 h3 {
  margin-bottom: 10px;
}
.sec04 .date {
  font-size: 16px;
  color: #777;
}

.sec05 {
  background: #fff;
  padding-top: 3rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.sec05 .bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: bottom;
  justify-content: right;
}
.sec05 .name {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 20px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.sec05 .message {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  text-align: center;
  letter-spacing: -1px;
  line-height: 2rem;
  margin-top: 2rem;
  margin-bottom: 6rem;
  margin-right: 1rem;
}
.sec05 .message p {
  font-size: 1.1rem;
  color: #484848;
}
.sec05 .message_sp {
  letter-spacing: -1px;
  line-height: 1.5rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sec05 .message_sp p {
  font-size: 1rem;
}

/* PC表示のスタイル */
@media (min-width: 769px) {
  /* 769px以上の画面幅に適用されるスタイル */
  /* PC向けのスタイルを指定 */
  .sec05 .bg {
    background-image: url("../img/top_05_message_pc_.jpg");
    background-attachment: fixed;
    height: 1400px;
    /* PC向けのその他のスタイルを指定 */
  }
}
/* SP表示のスタイル */
@media (max-width: 768px) {
  /* 768px以下の画面幅に適用されるスタイル */
  /* スマートフォン向けのスタイルを指定 */
  .sec05 {
    align-items: center;
  }
  .sec05 .bg {
    background-image: url("../img/top_05_message_sp.jpg");
    background-attachment: scroll;
    height: 250px;
    /* スマートフォン向けのその他のスタイルを指定 */
  }
  .sec05 .name p {
    font-size: 0.8rem;
  }
}
footer {
  background-color: #1d3051;
  color: #ffffff;
}
footer h2 {
  letter-spacing: 1px;
}
footer .footer-menu a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
footer .footer-menu a:hover {
  text-decoration: underline;
}
footer .col {
  margin-bottom: 1rem;
}
footer hr {
  margin: 0.3rem 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.c_list th,
.c_list td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
.c_list td {
  border-top: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dddddd;
}

.column-1 {
  width: 33.33%;
  padding-left: 0.2rem;
}

.column-2 {
  width: 66.67%;
  padding-right: 0.2rem;
  letter-spacing: 0.1px !important;
}
.column-2 ul {
  margin: 0;
  list-style-type: decimal;
}
.column-2 ul li {
  padding-bottom: 8px;
}
.column-2 ul li :last-child {
  padding-bottom: 0;
}

.header {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0; /* 必要に応じて調整してください */
  margin-bottom: 3rem;
}

.header h1 {
  font-size: 36px; /* タイトルのフォントサイズ */
  /* その他のスタイルプロパティを必要に応じて追加してください */
}

.therap01 {
  padding-bottom: 3rem;
}
.therap01 .header {
  background-image: url("../img/header_therap01.jpg");
}

.therap02 {
  padding-bottom: 3rem;
}
.therap02 .header {
  background-image: url("../img/header_therap02.jpg");
}

.therap03 {
  padding-bottom: 3rem;
}
.therap03 .header {
  background-image: url("../img/header_therap03.jpg");
}

.therap04 {
  padding-bottom: 3rem;
}
.therap04 .header {
  background-image: url("../img/header_therap04.jpg");
}

.therap05 {
  padding-bottom: 3rem;
}
.therap05 .header {
  background-image: url("../img/header_therap05.jpg");
}

.trial {
  background: rgba(218, 113, 84, 0.05);
}
.trial .header {
  background-image: url("../img/header_02_trial.jpg");
}

.biz .header {
  background-image: url("../img/header_01_biz.jpg");
}
.biz ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.biz li {
  display: inline-block;
  /* 必要に応じて追加のスタイルプロパティを指定してください */
  margin-right: 2rem;
  font-size: 1.2rem;
}
.biz li:before {
  content: "○";
  margin-right: 5px; /* 必要に応じて調整してください */
}
.biz .custom-list-item:before {
  content: "○";
  margin-right: 5px; /* 必要に応じて調整してください */
}
@media screen and (max-width: 768px) {
  .biz ul {
    flex-direction: column; /* スマートフォン表示では縦方向に並べる */
    align-items: center;
  }
}

.box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.image-container {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .image-container {
    width: 25%;
    margin: 1rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .image-container {
    width: 28%;
    margin: 1rem 0.5rem;
  }
  .image-text {
    font-size: 0.6rem;
  }
}
.image-container:hover {
  border: 5px solid rgba(218, 113, 84, 0.5);
  transition: all 0.3s ease-out;
}

.image-container img {
  display: block;
  border: solid 1px #ccc;
}

.image-container .image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-text {
  white-space: nowrap;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}

@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}
.grid-container li {
  padding: 10px;
  list-style-type: none;
}

.grid-container li::before {
  content: "■ ";
}

/*プライバシーポリシー*/
.privacy_box {
  border: 0.2rem solid #ccc;
  background: #fafafa;
}

.privacy_box h3 {
  color: #00838f;
  font-size: 1.2rem;
  margin-top: 50px;
  margin-bottom: 30px;
}

.privacy_box p {
  font-size: 1rem;
  line-height: 200%;
}

.privacy_box li {
  margin-bottom: 15px;
}

.blog {
  line-height: 1rem;
}
.blog li {
  list-style: none !important;
}
.blog p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.post table {
  width: auto;
}

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

.demo01 {
  margin: 0 auto;
}

.item02 .btn01 {
  display: inline-block;
  background: #dbb4b5;
  color: #fff;
  border-radius: 2rem;
}
.item02 .btn01 p {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 1rem;
}
.item02 .btn01 :hover {
  background: #f5c9ca !important;
  transition: background-color 0.3s, border-radius 0s;
  border-radius: 2rem;
}

.item {
  width: 250px;
  border: solid 1px #ccc;
  border-radius: 1rem;
}
.item .item01,
.item .item02 {
  padding: 0.8rem;
}
.item .item02 h5 {
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.item .item02 hr {
  margin: 0.5rem 0;
}
.item .item02 img {
  border-radius: 50%;
  border: solid 1px #ccc;
  width: 20%;
  margin-right: 1rem;
}
.item .blognews {
  font-size: 0.8rem;
  border-radius: 0.5rem;
  background: #da7154;
  padding: 0 0.8rem;
  color: #fff;
}
.item .date {
  font-size: 0.8rem;
}

.item img {
  width: 100%;
}

.osusume {
  border: 2px solid #da7154; /* 線で囲む */
  border-radius: 1rem;
  padding: 20px; /* 線とテキストの間に余白を作成 */
  width: 400px; /* コンテンツの幅を指定（適宜調整してください） */
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative; /* 相対位置指定 */
  width: 100%;
}
.osusume h5 {
  position: absolute; /* 絶対位置指定 */
  top: -30px; /* タイトルを線と重なるようにする */
  left: 20px; /* タイトルを左寄せにする位置を調整（適宜調整してください） */
  background-color: white; /* タイトルの背景色を設定 */
  padding: 0 10px; /* タイトルと四角の間に余白を作成 */
}
.osusume li {
  padding-top: 0.5rem;
}

.important .title {
  width: 100%;
  display: flex;
}

.box01 {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.box-num {
  color: #da7154;
  font-size: 12rem;
  text-align: center;
  font-style: italic;
}

.box-title {
  font-size: 1.8rem;
  margin-top: auto;
  margin-bottom: auto;
}

.box-sub {
  font-size: 1.2rem;
  margin-top: auto;
  margin-bottom: auto;
}

.box-text {
  font-size: 1rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .important .title {
    flex-direction: column;
  }
  .box-num {
    font-size: 6rem;
  }
  .box01 {
    margin-top: 0;
    margin-bottom: 1;
  }
  .box-title {
    font-size: 1.5rem;
  }
}
.voice .item {
  border: none;
}

.voice_box01 {
  position: relative;
}
.voice_box01 .voice_text {
  position: absolute;
  bottom: -20px;
  right: -10px;
  background: rgba(218, 113, 84, 0.8);
  color: #fff;
  padding: 0.5rem;
}
.voice_box01 .name {
  font-size: 1.3rem;
  color: #fff;
}
.voice_box01 .course {
  color: #fff;
  font-size: 0.8rem;
}

.voice_box02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(219, 180, 181, 0.2);
  padding-left: 0.5rem;
}
.voice_box02 .name {
  padding-top: 1rem;
  font-size: 1.3rem;
}

.staff_box01 .rounded-image {
  width: 300px; /* 画像の表示サイズを適切に指定してください */
  height: 300px; /* 画像の表示サイズを適切に指定してください */
  border-radius: 50%; /* 丸い形にするための値を 50% に指定します */
  overflow: hidden; /* 余白を削除するために overflow: hidden; を指定します */
  margin-right: 0; /* 画像とテキストの間隔を指定してください */
  border: 5px solid #ccc;
}
.staff_box01 .rounded-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff_box01 .staff_text {
  flex: 1; /* 残りの空間をテキストが占めるようにします */
}
.staff_box01 .staff_text {
  color: #333;
  padding: 0.5rem;
}
.staff_box01 .name {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.3rem;
}
.staff_box01 .course {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .staff_text .name {
    text-align: center;
  }
  .staff_box01 {
    flex-direction: column;
    justify-content: center;
  }
} /*# sourceMappingURL=style.css.map */
