@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&family=Noto+Sans+JP:wght@400;700&family=Zen+Antique+Soft&display=swap");
html {
  font-size: 62.5%;
}

/*Font
--------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "LINE Seed JP", sans-serif;
  color: #1d1d1e;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
    box-sizing: border-box;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }
}

a:link,
a:visited {
  color: inherit;
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(29, 29, 30, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(29, 29, 30, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #0597e5;
  }
  .border-org {
    border: solid 3px #cef300;
  }
  .border-top-bottom-red {
    border-top: 10px solid #0597e5;
    border-bottom: 10px solid #0597e5;
  }
  .border-top-red {
    border-bottom: 10px solid #0597e5;
  }
  .border-bottom-red {
    border-bottom: 10px solid #0597e5;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #0597e5;
  }
  .border-org {
    border: solid 2px #cef300;
  }
  .border-top-bottom-red {
    border-top: 5px solid #0597e5;
    border-bottom: 5px solid #0597e5;
  }
  .border-top-red {
    border-bottom: 5px solid #0597e5;
  }
  .border-bottom-red {
    border-bottom: 5px solid #0597e5;
  }
}

.bg-vage {
  background: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*メインビジュアル
=========================================================*/
.main-visual {
  position: relative;
  background: #fefefe;
  overflow: hidden;
}
.main-visual-container {
  display: flex;
  align-items: center;
}
.main-visual-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-visual-title {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  color: #1d1d1e;
  text-align: center;
}
.main-visual-title .accent {
  color: #0597e5;
}
.main-visual-text {
  text-align: center;
}
.main-visual-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .main-visual {
    height: 920px;
    box-sizing: border-box;
    border-bottom: 2px solid #1d1d1e;
    margin-top: -100px;
  }
  .main-visual::before {
    content: "";
    position: absolute;
    display: block;
    top: 460px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 526px;
    height: 460px;
    background: url("../img/top/main-visual-splash.png") no-repeat center/cover;
  }
  .main-visual-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 920px;
    justify-content: flex-end;
  }
  .main-visual-body {
    width: 50%;
    row-gap: 50px;
  }
  .main-visual-title {
    font-size: 54px;
    line-height: 89px;
    letter-spacing: 5.4px;
    margin-right: -5.4px;
  }
  .main-visual-text {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .main-visual-img {
    width: 50%;
    height: 920px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual::before {
    content: "";
    position: absolute;
    display: block;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 220px;
    background: url("../img/top/main-visual-splash.png") no-repeat center/cover;
  }
  .main-visual-container {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .main-visual-body {
    position: relative;
    z-index: 2;
    width: 90%;
    row-gap: 30px;
    padding-bottom: 60px;
  }
  .main-visual-title {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 3px;
  }
  .main-visual-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .main-visual-text br {
    display: none;
  }
  .main-visual-img {
    width: 100%;
    height: 380px;
  }
}

.define-list {
  display: grid;
}
.define-list-title, .define-list-data {
  box-sizing: border-box;
  margin: 0;
  color: #1d1d1e;
}
.define-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #0597e5;
}
.define-list-data {
  border-bottom: 1px solid #b1aba6;
}
@media screen and (min-width: 768px) {
  .define-list {
    grid-template-columns: 150px 1fr;
  }
  .define-list-title {
    padding: 15px 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
  }
  .define-list-data {
    padding: 20px 20px 19px;
  }
}
@media screen and (max-width: 767px) {
  .define-list {
    grid-template-columns: 92px 1fr;
  }
  .define-list-title {
    padding: 12px 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
  .define-list-data {
    padding: 12px 0 11px 12px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 0;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #1d1d1e;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 14px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 0;
    font-size: 11px;
  }
}

.c-sns {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  box-sizing: border-box;
  background: #cef300;
  color: #1d1d1e;
  border-radius: 0;
  font-weight: 700;
  transition: opacity 0.3s;
}
.c-button:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 100px;
    min-width: 200px;
    padding: 15px 30px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 60px;
    min-width: 200px;
    padding: 10px 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.75px;
  }
}
.c-button .bi-calendar-week {
  font-size: 22px;
}
.c-button .bi-arrow-right-circle {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .c-button-wide {
    padding: 15px 50px;
  }
}

.c-button.is-line {
  background: #f9f9f9;
  box-shadow: inset 0 0 0 2px #1d1d1e;
}
.c-button.is-line .ic-line {
  display: block;
  flex-shrink: 0;
}
.c-button.is-instagram {
  background: #0597e5;
  box-shadow: inset 0 0 0 2px #fefefe;
  color: #fefefe;
}
@media screen and (min-width: 768px) {
  .c-button.is-line .ic-line {
    width: 24px;
    height: 24px;
    margin-right: 1px;
  }
  .c-button .bi-envelope-fill {
    font-size: 20px;
  }
  .c-button .bi-instagram {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-button.is-line .ic-line {
    width: 20px;
    height: 20px;
  }
  .c-button .bi-envelope-fill {
    font-size: 17px;
  }
  .c-button .bi-instagram {
    font-size: 19px;
  }
}

.c-button-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  border-left: 2px solid #1d1d1e;
  border-right: 2px solid #1d1d1e;
  color: #1d1d1e;
  font-weight: 700;
  transition: opacity 0.3s;
}
.c-button-line:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .c-button-line {
    padding: 0 30px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
  }
  .c-button-line .bi {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-line {
    padding: 0 20px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.7px;
  }
  .c-button-line .bi {
    font-size: 16px;
  }
}

.c-button-container {
  display: flex;
  justify-content: center;
}

.c-button-arrow {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(29, 29, 30, 0.3);
}
@media screen and (min-width: 768px) {
  .c-button-arrow {
    display: inline-flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #1d1d1e;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #0597e5;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

/*サブビジュアル（下層ページ共通）
=========================================================*/
.sub-visual {
  position: relative;
  box-sizing: border-box;
  background: #f6f6f6;
  overflow: hidden;
  border-bottom: 2px solid #1d1d1e;
}
.sub-visual-title {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  color: #1d1d1e;
  text-align: center;
}
.sub-visual-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 550px;
    margin-top: -100px;
  }
  .sub-visual-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1100px;
    height: 550px;
  }
  .sub-visual-title {
    position: absolute;
    top: 274px;
    left: 2.3px;
    z-index: 2;
    width: 820px;
    font-size: 46px;
    line-height: 76px;
    letter-spacing: 4.6px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual-img {
    width: 100%;
    height: 180px;
  }
  .sub-visual-title {
    padding: 24px 5% 26px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2.4px;
    margin-right: -2.4px;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.c-tel {
  line-height: 1;
}
.c-tel-number {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  .c-tel-number .number {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-number .number {
    font-size: 20px;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.c-title .sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0597e5;
  font-weight: 700;
}
.c-title .main {
  display: block;
  width: 100%;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  color: #1d1d1e;
}
@media screen and (min-width: 768px) {
  .c-title {
    row-gap: 5px;
    margin-bottom: 50px;
  }
  .c-title .sub {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
  }
  .c-title .sub .bi {
    font-size: 16px;
    line-height: 16px;
  }
  .c-title .main {
    font-size: 42px;
    line-height: 69px;
    letter-spacing: 2.1px;
    margin-right: -2.1px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    row-gap: 4px;
    margin-bottom: 30px;
  }
  .c-title .sub {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
  .c-title .sub .bi {
    font-size: 13px;
    line-height: 13px;
  }
  .c-title .main {
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 1.3px;
    margin-right: -1.3px;
  }
}
.c-title.text-l {
  align-items: flex-start;
  text-align: left;
}
.c-title.text-l .sub {
  flex-direction: row;
  align-items: center;
}
.c-title.text-l .main {
  width: auto;
  align-self: stretch;
}
.c-title.text-l .bi {
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .c-title.text-l .sub {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-title.text-l .sub {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

.title01 {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
}
.title01::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0597e5;
}
.title01.is-box {
  background: #1d1d1e;
  color: #fefefe;
}
.title01.is-light {
  color: #fefefe;
}
.title01.is-center {
  justify-content: center;
}
.title01.is-center::before {
  position: static;
  flex-shrink: 0;
  transform: none;
}
.title01.is-catch {
  justify-content: center;
  background: #edeceb;
  color: #0597e5;
  text-align: center;
}
.title01.is-catch::before {
  content: none;
}
.title01.is-catch .text {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2.4px;
    box-sizing: border-box;
  }
  .title01 .text {
    margin-left: 30px;
    margin-right: -2.4px;
  }
  .title01::before {
    left: 0;
    width: 3px;
    height: 30px;
  }
  .title01.is-box {
    min-height: 93px;
    padding: 10px 20px;
  }
  .title01.is-box::before {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.6px;
  }
  .title01 .text {
    margin-left: 20px;
    margin-right: -1.6px;
  }
  .title01::before {
    left: 0;
    width: 2px;
    height: 20px;
  }
  .title01.is-box {
    box-sizing: border-box;
    min-height: 60px;
    padding: 10px 20px;
  }
  .title01.is-box::before {
    left: 20px;
  }
}

.title02 {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0597e5;
}
.title02::before {
  content: "";
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  background: currentColor;
}
.title02.is-dark {
  color: #1d1d1e;
}
@media screen and (min-width: 768px) {
  .title02 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.8px;
  }
  .title02::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    -moz-column-gap: 14px;
         column-gap: 14px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
  }
  .title02::before {
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #1d1d1e;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #1d1d1e;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #1d1d1e;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-problem（こんなお悩みはありませんか？）
=========================================================*/
.top-problem {
  background: #f9f9f9;
}
.top-problem-list {
  background: #fefefe;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(36, 34, 32, 0.05);
  display: grid;
}
.top-problem-list-item {
  display: flex;
  align-items: center;
  color: #1d1d1e;
}
.top-problem-list-item .bi {
  color: #0597e5;
  flex-shrink: 0;
}
.top-problem-lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-problem {
    padding: 100px 0;
  }
  .top-problem-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 29px;
    padding: 50px;
    margin-bottom: 80px;
  }
  .top-problem-list-item {
    min-height: 27px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.85px;
  }
  .top-problem-list-item .bi {
    font-size: 20px;
  }
  .top-problem-lead .title01 {
    margin-bottom: 30px;
  }
  .top-problem-lead-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 767px) {
  .top-problem {
    padding: 60px 0;
  }
  .top-problem-list {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 25px 20px;
    margin-bottom: 50px;
  }
  .top-problem-list-item {
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
    align-items: flex-start;
  }
  .top-problem-list-item .bi {
    font-size: 16px;
    line-height: 22px;
  }
  .top-problem-lead .title01 {
    margin-bottom: 20px;
  }
  .top-problem-lead-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .top-problem-lead-text br {
    display: none;
  }
}

/*top-reason（HYDROBEASTが選ばれる理由）
=========================================================*/
.top-reason {
  background: #fefefe;
  box-sizing: border-box;
  border-top: 2px solid #1d1d1e;
  border-bottom: 2px solid #1d1d1e;
}
.top-reason-container {
  display: flex;
}
.top-reason-item {
  background: #fefefe;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(36, 34, 32, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-reason-item-num {
  display: flex;
  align-items: center;
}
.top-reason-item-num .label {
  color: #0597e5;
  font-weight: 700;
}
.top-reason-item-num .num {
  color: #0664b8;
  font-weight: 800;
  letter-spacing: 0;
}
.top-reason-item-title {
  align-self: stretch;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  color: #1d1d1e;
}
.top-reason-item-text {
  width: 100%;
  color: #1d1d1e;
  text-align: justify;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .top-reason {
    padding: 98px 0;
  }
  .top-reason .c-title {
    margin-bottom: 80px;
  }
  .top-reason-container {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 80px;
  }
  .top-reason-item {
    width: 290px;
    padding: 20px 25px 50px;
    row-gap: 15px;
  }
  .top-reason-item-num {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-reason-item-num .label {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .top-reason-item-num .num {
    font-size: 42px;
    line-height: 69px;
  }
  .top-reason-item-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
    margin-right: -2px;
  }
  .top-reason-item-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason {
    padding: 58px 0;
  }
  .top-reason .c-title {
    margin-bottom: 40px;
  }
  .top-reason-container {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .top-reason-item {
    width: calc(50% - 8px);
    padding: 15px 15px 25px;
    row-gap: 10px;
  }
  .top-reason-item-num {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .top-reason-item-num .label {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.26px;
  }
  .top-reason-item-num .num {
    font-size: 30px;
    line-height: 50px;
  }
  .top-reason-item-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
  .top-reason-item-text {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.26px;
  }
  .top-reason-item-text br {
    display: none;
  }
}

/*top-about（アニマルフローについて）
=========================================================*/
.top-about {
  position: relative;
  background: url("../img/top/top-about-bg.jpg") no-repeat center/cover;
}
.top-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 75, 115, 0.15);
}
.top-about-panel {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: rgba(29, 29, 30, 0.95);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-about .c-title .main,
.top-about .title01, .top-about-text {
  color: #fefefe;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 100px 0;
  }
  .top-about-panel {
    width: 624px;
    margin-left: 320px;
    padding: 50px;
    row-gap: 30px;
  }
  .top-about .c-title {
    margin-bottom: 0;
  }
  .top-about-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
    width: 100%;
  }
  .top-about-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0;
  }
  .top-about-panel {
    width: 90%;
    margin: 0 auto;
    padding: 30px 20px;
    row-gap: 20px;
  }
  .top-about .c-title {
    margin-bottom: 0;
  }
  .top-about-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    width: 100%;
  }
  .top-about-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .top-about-text br {
    display: none;
  }
  .top-about .c-button-container {
    width: 100%;
    justify-content: center;
  }
}

/*top-guide（レッスン・料金／アクセス）
=========================================================*/
.top-guide {
  position: relative;
  background: #2b2c30;
  overflow: hidden;
}
.top-guide::before {
  content: "";
  position: absolute;
  top: 0;
  mix-blend-mode: overlay;
  background: url("../img/top/top-guide-splash.png") no-repeat center/cover;
}
.top-guide-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
}
.top-guide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-guide-item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  background: #3c3d3f;
  backdrop-filter: blur(25px);
}
.top-guide-item-img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.top-guide-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-guide-item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
.top-guide-item-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.top-guide-item-detail .title01 {
  align-self: stretch;
}
.top-guide-item-text {
  width: 100%;
  color: #fefefe;
}
.top-guide .c-title .main,
.top-guide .title01 {
  color: #fefefe;
}
@media screen and (min-width: 768px) {
  .top-guide {
    padding: 100px 0;
  }
  .top-guide::before {
    left: 320px;
    width: 1600px;
    height: 971px;
  }
  .top-guide-container {
    justify-content: space-between;
  }
  .top-guide-item {
    width: 620px;
  }
  .top-guide-item .c-title {
    margin-bottom: 30px;
  }
  .top-guide-item-img {
    height: 350px;
  }
  .top-guide-item-body {
    padding: 40px;
    row-gap: 30px;
  }
  .top-guide-item-detail {
    row-gap: 20px;
  }
  .top-guide-item-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 767px) {
  .top-guide {
    padding: 60px 0;
  }
  .top-guide::before {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-guide-container {
    flex-direction: column;
    row-gap: 40px;
  }
  .top-guide-item {
    width: 100%;
  }
  .top-guide-item .c-title {
    margin-bottom: 20px;
  }
  .top-guide-item-img {
    height: 200px;
  }
  .top-guide-item-body {
    padding: 25px 20px;
    row-gap: 25px;
  }
  .top-guide-item-detail {
    row-gap: 15px;
  }
  .top-guide-item-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
}

/*top-column（お役立ち情報）
=========================================================*/
.top-column {
  background: #edeceb;
  box-sizing: border-box;
  border-bottom: 2px solid #1d1d1e;
}
.top-column-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-column-head .c-title {
  margin-bottom: 0;
}
.top-column-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-column-list-item a {
  display: block;
  color: #1d1d1e;
  transition: opacity 0.3s;
}
.top-column-list-item a:hover {
  opacity: 0.85;
}
.top-column-list-item-img .com-img {
  border-bottom: 1px solid #1d1d1e;
  border-radius: 0;
  overflow: hidden;
}
.top-column-list-item-img .com-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-column-list-item-title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  border-bottom: none;
}
.top-column-list-item-text {
  text-align: justify;
}
.top-column-list-item-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-column-list-item .post-date {
  display: block;
  text-align: left;
  color: #b1aba6;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0 97px;
  }
  .top-column-head {
    margin-bottom: 40px;
  }
  .top-column-head-text {
    margin-top: 40px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
  }
  .top-column-list-item {
    width: 380px;
    padding-bottom: 13px;
  }
  .top-column-list-item-img {
    margin-bottom: 30px;
  }
  .top-column-list-item-img .com-img {
    height: 250px;
  }
  .top-column-list-item-title {
    width: 320px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
  }
  .top-column-list-item-text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .top-column-list-item .post-date {
    width: 320px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.39px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0 58px;
  }
  .top-column-head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  .top-column-head-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
  .top-column-head .c-button-container {
    position: absolute;
    right: 0;
    top: 40px;
  }
  .top-column-list {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-column-list-item {
    width: 100%;
  }
  .top-column-list-item-img {
    margin-bottom: 20px;
  }
  .top-column-list-item-img .com-img {
    height: 200px;
  }
  .top-column-list-item-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.75px;
  }
  .top-column-list-item-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .top-column-list-item .post-date {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.36px;
  }
}

/*top-news（お知らせ）
=========================================================*/
.top-news {
  background: #fefefe;
  box-sizing: border-box;
  border-bottom: 2px solid #1d1d1e;
}
.top-news-container {
  display: flex;
  align-items: flex-start;
}
.top-news-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-news-head .c-title {
  margin-bottom: 0;
}
.top-news-list-item {
  border-bottom: 1px solid #b1aba6;
}
.top-news-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: #1d1d1e;
  transition: opacity 0.3s;
}
.top-news-list-item a:hover {
  opacity: 0.85;
}
.top-news-list-item-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-news-list-item .post-date {
  display: block;
  color: #b1aba6;
  font-weight: 700;
  white-space: nowrap;
}
.top-news-list-item-title {
  display: block;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-news-list-item .bi {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news-container {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .top-news-head {
    width: 220px;
    row-gap: 40px;
  }
  .top-news-head-text {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
  }
  .top-news-list {
    width: 760px;
  }
  .top-news-list-item a {
    min-height: 95px;
    padding: 24px 0;
  }
  .top-news-list-item-contents {
    width: 660px;
    row-gap: 5px;
  }
  .top-news-list-item .post-date {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.39px;
  }
  .top-news-list-item-title {
    width: 660px;
    font-size: 16px;
    height: 22px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .top-news-list-item .bi {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news-container {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-news-head {
    width: 100%;
    row-gap: 20px;
    position: relative;
  }
  .top-news-head-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.7px;
  }
  .top-news .c-button-container {
    position: absolute;
    right: 0;
    top: 40px;
  }
  .top-news-list {
    width: 100%;
  }
  .top-news-list-item a {
    min-height: 70px;
    padding: 15px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-news-list-item-contents {
    width: calc(100% - 30px);
    row-gap: 4px;
  }
  .top-news-list-item .post-date {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.36px;
  }
  .top-news-list-item-title {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
  .top-news-list-item .bi {
    font-size: 22px;
  }
}

/*アニマルフローについて（about）
=========================================================*/
.about-intro {
  background: #f9f9f9;
}
.about-intro-lead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-intro-lead-body {
  display: flex;
  flex-direction: column;
}
.about-intro-lead-body .title01 {
  align-self: stretch;
}
.about-intro-lead-img {
  flex-shrink: 0;
}
.about-intro-lead-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .about-intro {
    padding: 100px 0;
  }
  .about-intro-lead {
    margin-bottom: 50px;
  }
  .about-intro-lead-body {
    width: 550px;
    row-gap: 30px;
  }
  .about-intro-lead-img {
    width: 500px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about-intro {
    padding: 60px 0;
  }
  .about-intro-lead {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .about-intro-lead-body {
    width: 100%;
    row-gap: 20px;
  }
  .about-intro-lead-img {
    width: 100%;
    height: 220px;
  }
}

.about-feature .title01 {
  display: flex;
  width: 100%;
}
.about-feature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.about-feature-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fefefe;
  box-shadow: 0 0 15px rgba(36, 34, 32, 0.05);
}
.about-feature-item-num {
  display: flex;
  align-items: center;
  align-self: flex-end;
}
.about-feature-item-num .label {
  color: #0597e5;
}
.about-feature-item-num .num {
  color: #0664b8;
  font-weight: 800;
}
.about-feature-item-head {
  display: flex;
  align-items: center;
}
.about-feature-item-icon {
  flex-shrink: 0;
}
.about-feature-item-icon img {
  display: block;
}
.about-feature-item-title {
  flex: 1 0 0;
  min-width: 0;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  color: #1d1d1e;
}
.about-feature-item-text {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .about-feature .title01 {
    margin-bottom: 30px;
  }
  .about-feature-container {
    row-gap: 30px;
  }
  .about-feature-item {
    width: 520px;
    padding: 20px 25px 30px;
  }
  .about-feature-item-num {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .about-feature-item-num .label {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .about-feature-item-num .num {
    font-size: 42px;
    line-height: 69px;
  }
  .about-feature-item-head {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .about-feature-item-icon {
    width: 134px;
    height: 134px;
  }
  .about-feature-item-icon img {
    width: 134px;
    height: 134px;
  }
  .about-feature-item-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  .about-feature-item-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 767px) {
  .about-feature .title01 {
    margin-bottom: 20px;
  }
  .about-feature-container {
    row-gap: 20px;
  }
  .about-feature-item {
    width: 100%;
    padding: 15px 20px 24px;
  }
  .about-feature-item-num {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .about-feature-item-num .label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .about-feature-item-num .num {
    font-size: 32px;
    line-height: 53px;
  }
  .about-feature-item-head {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .about-feature-item-icon {
    width: 90px;
    height: 90px;
  }
  .about-feature-item-icon img {
    width: 90px;
    height: 90px;
  }
  .about-feature-item-title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1.8px;
  }
  .about-feature-item-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .about-feature-item-text br {
    display: none;
  }
}

.about-effect {
  box-sizing: border-box;
  background: #fefefe;
  border-top: 2px solid #1d1d1e;
  border-bottom: 2px solid #1d1d1e;
}
.about-effect-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about-effect-img {
  flex-shrink: 0;
}
.about-effect-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-effect-body {
  display: flex;
  flex-direction: column;
}
.about-effect-body .title01 {
  align-self: stretch;
}
.about-effect-list-text {
  color: #1d1d1e;
}
.about-effect-list > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about-effect {
    padding: 98px 0;
  }
  .about-effect-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .about-effect-img {
    width: 500px;
  }
  .about-effect-body {
    width: 550px;
    row-gap: 30px;
  }
  .about-effect-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .about-effect-list .title02 {
    margin-bottom: 10px;
  }
  .about-effect-list-text {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.39px;
  }
}
@media screen and (max-width: 767px) {
  .about-effect {
    padding: 58px 0;
  }
  .about-effect-container {
    flex-direction: column;
    row-gap: 30px;
  }
  .about-effect-img {
    width: 100%;
    height: 260px;
  }
  .about-effect-body {
    width: 100%;
    row-gap: 20px;
  }
  .about-effect-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .about-effect-list .title02 {
    margin-bottom: 8px;
  }
  .about-effect-list-text {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.39px;
  }
}

/*レッスン・料金（lesson）
=========================================================*/
.lesson-menu {
  background: #f9f9f9;
}
.lesson-menu-lead .title01 {
  display: flex;
  width: 100%;
}
.lesson-menu-container {
  display: flex;
  flex-direction: column;
}
.lesson-menu-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #1d1d1e;
}
.lesson-menu-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lesson-menu-item-tag {
  align-self: flex-start;
  box-sizing: border-box;
  border: 1px solid #cef300;
  border-radius: 100px;
  color: #cef300;
  white-space: nowrap;
}
.lesson-menu-item-img {
  flex-shrink: 0;
  aspect-ratio: 38/25;
}
.lesson-menu-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lesson-menu-plan {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #b1aba6;
}
.lesson-menu-plan-body .title01 {
  display: flex;
}
.lesson-menu-plan-text {
  color: #fefefe;
  line-break: strict;
}
.lesson-menu-plan-price {
  flex-shrink: 0;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  color: #0597e5;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .lesson-menu {
    padding: 100px 0;
  }
  .lesson-menu-lead {
    margin-bottom: 50px;
  }
  .lesson-menu-lead .title01 {
    margin-bottom: 30px;
  }
  .lesson-menu-lead-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .lesson-menu-container {
    row-gap: 10px;
  }
  .lesson-menu-item {
    row-gap: 30px;
    padding: 30px;
  }
  .lesson-menu-item-tag {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .lesson-menu-item-img {
    width: 304px;
  }
  .lesson-menu-plan {
    padding-bottom: 20px;
  }
  .lesson-menu-plan-body {
    width: 850px;
  }
  .lesson-menu-plan-body .title01 {
    margin-bottom: 20px;
  }
  .lesson-menu-plan-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .lesson-menu-plan-price {
    width: 150px;
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 2.6px;
    margin-right: -2.6px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-menu {
    padding: 60px 0;
  }
  .lesson-menu-lead {
    margin-bottom: 30px;
  }
  .lesson-menu-lead .title01 {
    margin-bottom: 20px;
  }
  .lesson-menu-lead-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .lesson-menu-container {
    row-gap: 10px;
  }
  .lesson-menu-item {
    row-gap: 20px;
    padding: 20px;
  }
  .lesson-menu-item-head {
    flex-direction: column;
    row-gap: 15px;
  }
  .lesson-menu-item-tag {
    padding: 6px 18px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .lesson-menu-item-img {
    width: 100%;
  }
  .lesson-menu-plan {
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 15px;
  }
  .lesson-menu-plan-body {
    width: 100%;
  }
  .lesson-menu-plan-body .title01 {
    margin-bottom: 12px;
  }
  .lesson-menu-plan-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .lesson-menu-plan-price {
    align-self: flex-end;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 2.2px;
    margin-right: -2.2px;
  }
}

.lesson-philosophy {
  box-sizing: border-box;
  background: #fefefe;
  border-top: 2px solid #1d1d1e;
  border-bottom: 2px solid #1d1d1e;
}
.lesson-philosophy-lead .title01 {
  display: flex;
  width: 100%;
}
.lesson-philosophy-lead-text {
  text-align: center;
}
.lesson-philosophy-container {
  display: flex;
  flex-direction: column;
}
.lesson-philosophy-item {
  display: flex;
  align-items: flex-start;
}
.lesson-philosophy-item-img {
  flex-shrink: 0;
}
.lesson-philosophy-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lesson-philosophy-item-body {
  flex: 1 0 0;
  min-width: 0;
}
.lesson-philosophy-item-head {
  display: flex;
  align-items: center;
}
.lesson-philosophy-item-num {
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0597e5;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.lesson-philosophy-item-title {
  flex: 1 0 0;
  min-width: 0;
  color: #1d1d1e;
}
@media screen and (min-width: 768px) {
  .lesson-philosophy {
    padding: 98px 0;
  }
  .lesson-philosophy .c-title {
    margin-bottom: 80px;
  }
  .lesson-philosophy-lead {
    margin-bottom: 30px;
  }
  .lesson-philosophy-lead .title01 {
    margin-bottom: 30px;
    left: -1px;
  }
  .lesson-philosophy-lead-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
    margin-right: -0.32px;
  }
  .lesson-philosophy-container {
    row-gap: 30px;
  }
  .lesson-philosophy-item {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .lesson-philosophy-item-img {
    width: 304px;
    height: 200px;
  }
  .lesson-philosophy-item-head {
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-bottom: 20px;
  }
  .lesson-philosophy-item-num {
    width: 54px;
    height: 54px;
    font-size: 20px;
    line-height: 1;
  }
  .lesson-philosophy-item-title {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
  .lesson-philosophy-item-text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.39px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-philosophy {
    padding: 58px 0;
  }
  .lesson-philosophy .c-title {
    margin-bottom: 40px;
  }
  .lesson-philosophy-lead {
    margin-bottom: 24px;
  }
  .lesson-philosophy-lead .title01 {
    margin-bottom: 20px;
  }
  .lesson-philosophy-lead-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
    text-align: left;
  }
  .lesson-philosophy-lead-text br {
    display: none;
  }
  .lesson-philosophy-container {
    row-gap: 24px;
  }
  .lesson-philosophy-item {
    flex-direction: column;
    row-gap: 16px;
  }
  .lesson-philosophy-item-img {
    width: 100%;
    height: 180px;
  }
  .lesson-philosophy-item-body {
    width: 100%;
  }
  .lesson-philosophy-item-head {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 12px;
  }
  .lesson-philosophy-item-num {
    width: 44px;
    height: 44px;
    font-size: 18px;
    line-height: 1;
  }
  .lesson-philosophy-item-title {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }
  .lesson-philosophy-item-text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.39px;
  }
  .lesson-philosophy-item-text br {
    display: none;
  }
}

/*選ばれる理由（reason）
=========================================================*/
.reason-point {
  background: #f9f9f9;
}
.reason-point-container {
  display: flex;
  flex-direction: column;
}
.reason-point-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.reason-point-item .title01 {
  align-self: stretch;
  white-space: normal;
  line-break: strict;
}
.reason-point-item-img {
  flex-shrink: 0;
}
.reason-point-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-point-item-body {
  display: flex;
  flex-direction: column;
}
.reason-point-item-text {
  color: #1d1d1e;
}
@media screen and (min-width: 768px) {
  .reason-point {
    padding: 100px 0;
  }
  .reason-point-container {
    row-gap: 30px;
    margin-bottom: 100px;
  }
  .reason-point-item-img {
    width: 500px;
    height: 300px;
  }
  .reason-point-item-body {
    width: 550px;
    row-gap: 30px;
  }
  .reason-point-item-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 767px) {
  .reason-point {
    padding: 60px 0;
  }
  .reason-point-container {
    row-gap: 24px;
    margin-bottom: 60px;
  }
  .reason-point-item {
    flex-direction: column;
    row-gap: 20px;
  }
  .reason-point-item-img {
    width: 100%;
    height: 200px;
  }
  .reason-point-item-body {
    width: 100%;
    row-gap: 16px;
  }
  .reason-point-item-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .reason-point-item-text br {
    display: none;
  }
}

.reason-compare-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.reason-compare-col {
  display: flex;
  flex-direction: column;
}
.reason-compare-list {
  box-sizing: border-box;
  background: #fefefe;
  box-shadow: 0 0 15px rgba(36, 34, 32, 0.05);
  display: grid;
  grid-template-columns: 1fr;
  flex: 1 0 0;
  align-content: start;
}
.reason-compare-list.is-main {
  background: #0597e5;
}
.reason-compare-list-item {
  display: flex;
  align-items: center;
  color: #1d1d1e;
}
.reason-compare-list-item .bi {
  color: #b1aba6;
  flex-shrink: 0;
}
.is-main .reason-compare-list-item {
  color: #fefefe;
}
.is-main .reason-compare-list-item .bi {
  color: #cef300;
}
@media screen and (min-width: 768px) {
  .reason-compare .title01 {
    margin-bottom: 50px;
  }
  .reason-compare-col {
    width: 530px;
    row-gap: 20px;
  }
  .reason-compare-list {
    padding: 50px;
    gap: 20px;
  }
  .reason-compare-list-item {
    min-height: 27px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.85px;
  }
  .reason-compare-list-item .bi {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reason-compare .title01 {
    margin-bottom: 24px;
  }
  .reason-compare-container {
    flex-direction: column;
    row-gap: 24px;
  }
  .reason-compare-col {
    width: 100%;
    row-gap: 14px;
  }
  .reason-compare-list {
    padding: 25px 20px;
    gap: 16px;
  }
  .reason-compare-list-item {
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
  .reason-compare-list-item .bi {
    font-size: 16px;
    line-height: 22px;
  }
}

.reason-voice {
  box-sizing: border-box;
  background: #fefefe;
  border-top: 2px solid #1d1d1e;
  border-bottom: 2px solid #1d1d1e;
}
.reason-voice-container {
  display: flex;
  flex-direction: column;
}
.reason-voice-item {
  box-sizing: border-box;
  background: #edeceb;
  display: flex;
  align-items: flex-start;
}
.reason-voice-item-img {
  flex-shrink: 0;
  aspect-ratio: 243/160;
}
.reason-voice-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-voice-item-body {
  display: flex;
  flex-direction: column;
}
.reason-voice-item-text {
  color: #1d1d1e;
}
@media screen and (min-width: 768px) {
  .reason-voice {
    padding: 98px 0;
  }
  .reason-voice-container {
    row-gap: 20px;
  }
  .reason-voice-item {
    min-height: 200px;
    padding: 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .reason-voice-item-img {
    width: 243px;
  }
  .reason-voice-item-body {
    width: 716px;
    padding-right: 30px;
    row-gap: 20px;
  }
  .reason-voice-item-text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.39px;
  }
}
@media screen and (max-width: 767px) {
  .reason-voice {
    padding: 58px 0;
  }
  .reason-voice-container {
    row-gap: 16px;
  }
  .reason-voice-item {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    row-gap: 16px;
  }
  .reason-voice-item-img {
    width: 100%;
    max-width: 100%;
  }
  .reason-voice-item-body {
    width: 100%;
    padding-right: 0;
    row-gap: 14px;
  }
  .reason-voice-item-text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.39px;
  }
  .reason-voice-item-text br {
    display: none;
  }
}

/*アクセス（access）
=========================================================*/
.access-message {
  background: #f9f9f9;
}
.access-message-container {
  display: flex;
  flex-direction: column;
}
.access-message-greeting {
  display: flex;
}
.access-message-greeting .title01 {
  align-self: stretch;
}
.access-message-greeting-body {
  display: flex;
  flex-direction: column;
}
.access-message-greeting-img {
  flex-shrink: 0;
}
.access-message-greeting-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-message-profile {
  display: flex;
  flex-direction: column;
  background: #fefefe;
  box-shadow: 0 0 15px rgba(36, 34, 32, 0.05);
}
.access-message-profile .title01 {
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .access-message {
    padding: 100px 0;
  }
  .access-message-container {
    row-gap: 30px;
  }
  .access-message-greeting {
    align-items: flex-start;
    justify-content: space-between;
  }
  .access-message-greeting .title01 {
    margin-bottom: 30px;
  }
  .access-message-greeting-body {
    width: 550px;
  }
  .access-message-greeting-img {
    width: 500px;
    height: 400px;
  }
  .access-message-profile {
    padding: 50px;
  }
  .access-message-profile .title01 {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .access-message {
    padding: 60px 0;
  }
  .access-message-container {
    row-gap: 24px;
  }
  .access-message-greeting {
    flex-direction: column;
    row-gap: 24px;
  }
  .access-message-greeting .title01 {
    margin-bottom: 20px;
  }
  .access-message-greeting-img {
    width: 100%;
    height: 220px;
  }
  .access-message-profile {
    padding: 24px 20px;
  }
  .access-message-profile .title01 {
    margin-bottom: 16px;
  }
}

.access-info {
  box-sizing: border-box;
  background: #fefefe;
  border-top: 2px solid #1d1d1e;
  border-bottom: 2px solid #1d1d1e;
}
.access-info-gallery {
  display: flex;
}
.access-info-gallery-img {
  flex: 1 0 0;
}
.access-info-gallery-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .access-info {
    padding: 98px 0;
  }
  .access-info .define-list {
    margin-bottom: 50px;
  }
  .access-info-gallery-img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .access-info {
    padding: 58px 0;
  }
  .access-info .define-list {
    margin-bottom: 30px;
  }
  .access-info-gallery-img {
    aspect-ratio: 9/10;
  }
}

.access {
  background: #f9f9f9;
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(29, 29, 30, 0.3);
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #0597e5;
  border-bottom: 1px solid #0597e5;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #1d1d1e;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #0597e5;
  background-color: #0597e5;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.complete-page .c-button-container {
  margin-top: 40px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .title01 {
  margin-bottom: 25px;
}
.post-wrp .post-list-item {
  border-bottom: solid rgba(29, 29, 30, 0.3) 1px;
}
.post-wrp .post-list-item a {
  color: #1d1d1e;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #1d1d1e;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #1d1d1e;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #1d1d1e;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #1d1d1e;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
#contents-u.s-post .title01 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #0597e5;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #0597e5;
  font-weight: bold;
}

.privacy-page .title02 {
  margin-bottom: 15px;
}
.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list > li {
  border-bottom: 1px solid rgba(29, 29, 30, 0.3);
}
.site-map-list > li > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #1d1d1e;
}
.site-map-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list .sitemap-dropdown {
  box-sizing: border-box;
}
.site-map-list .sitemap-dropdown a {
  display: block;
  color: #1d1d1e;
}
@media screen and (min-width: 768px) {
  .site-map-list a:hover {
    opacity: 0.5;
  }
  .site-map-list > li > a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #0597e5;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list > li > a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #0597e5;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 15px 0;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #1d1d1e;
  font-weight: bold;
  border-bottom: 1px solid #1d1d1e;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 180px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
    box-shadow: 0 0 10px 5px rgba(29, 29, 30, 0.1);
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid rgba(29, 29, 30, 0.3);
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.75px;
    padding: 20px 5px;
    color: #1d1d1e;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #0597e5 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 25px;
    justify-content: center;
  }
  .drawer-info .c-sns {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .drawer-info .c-sns-item a {
    display: block;
    color: #0597e5;
    font-size: 30px;
    line-height: 1;
  }
  .drawer-info .c-sns .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .drawer-info-address {
    font-size: 13px;
    text-align: center;
  }
  .drawer-info-detail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .drawer-info .drawer-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .drawer-info .drawer-buttons .c-button {
    width: 50%;
    min-width: 155px;
    font-size: 12px;
    padding: 10px;
  }
  .drawer-info .drawer-buttons .c-button .bi {
    font-size: 15px;
  }
  .drawer-info .drawer-buttons .text {
    font-size: 12px;
  }
}
/*ヘッダー
=========================================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-logo a {
  display: block;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding-left: 30px;
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
  }
  .header-logo {
    width: 276px;
  }
  .header-right {
    height: 100%;
    -moz-column-gap: 50px;
         column-gap: 50px;
    justify-content: flex-end;
  }
  .header-right-info {
    height: 100%;
  }
  .header .nav-list {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .header .nav a {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.85px;
    color: #1d1d1e;
  }
  .header .nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    height: 70px;
    padding: 0 20px 0 15px;
    background: #fff;
  }
  .header-logo {
    width: 180px;
  }
  .header-right {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: #fff;
  }
  .header-right-info {
    height: 60px;
    width: 100%;
  }
  .header-right-info a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .nav-list-item {
    position: relative;
  }
  .nav-list-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .dropdown {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 300px;
  }
  .dropdown-list {
    padding: 10px 15px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px #f2f2f2;
  }
  .dropdown-item {
    display: block;
    border-bottom: 1px solid rgba(29, 29, 30, 0.3);
  }
  .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .dropdown-item a {
    color: #1d1d1e;
    padding: 15px 0;
    position: relative;
    display: block;
  }
  .dropdown-item a:hover {
    color: #0597e5;
  }
  .dropdown-item a .ic-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*CTAバナー（お問い合わせはこちら）
=========================================================*/
.l-cta {
  position: relative;
  background: #f9f9f9;
  overflow: hidden;
}
.l-cta::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/top/cta-splash.png") no-repeat center/cover;
}
.l-cta-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-cta-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-cta-text {
  text-align: center;
}
.l-cta-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 60px 0 62px;
  }
  .l-cta::before {
    bottom: 2px;
    width: 702px;
    height: 467px;
  }
  .l-cta.is-nogap {
    padding-bottom: 60px;
  }
  .l-cta.is-nogap::before {
    bottom: 0;
  }
  .l-cta .c-title {
    margin-bottom: 30px;
  }
  .l-cta-lead {
    row-gap: 20px;
    margin-bottom: 50px;
  }
  .l-cta-text {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
  }
  .l-cta-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 50px 0;
  }
  .l-cta::before {
    width: 80%;
    height: 240px;
  }
  .l-cta .c-title {
    margin-bottom: 20px;
  }
  .l-cta-lead {
    row-gap: 15px;
    margin-bottom: 30px;
  }
  .l-cta-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.7px;
  }
  .l-cta-text br {
    display: none;
  }
  .l-cta-list {
    flex-direction: column;
    align-items: stretch;
    row-gap: 15px;
    width: 100%;
  }
  .l-cta-list-item .c-button {
    width: 100%;
  }
}

/*フッター
=========================================================*/
.footer {
  background: #1d1d1e;
  color: #fefefe;
}
.footer-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-heading-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .c-sns {
  display: flex;
  align-items: center;
}
.footer .c-sns-item img {
  display: block;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.footer-nav-list-item a {
  color: #fefefe;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.footer-nav-list-item a:hover {
  opacity: 0.85;
}
.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #fefefe;
}
.footer-sub-nav {
  display: flex;
}
.footer-sub-nav-item a {
  color: #fefefe;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.footer-sub-nav-item a:hover {
  opacity: 0.85;
}
.footer #copyright small {
  display: block;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0;
  }
  .footer-heading {
    margin-bottom: 30px;
  }
  .footer-heading-info {
    width: 481px;
    row-gap: 70px;
  }
  .footer-logo {
    width: 120px;
  }
  .footer .c-sns-item img {
    width: 106px;
    height: 40px;
  }
  .footer-nav {
    width: 622px;
  }
  .footer-nav-list {
    gap: 30px;
  }
  .footer-nav-list-item {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.85px;
    font-weight: 700;
  }
  .footer-nav-list-item.is-sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .footer-bottom {
    padding-top: 15px;
  }
  .footer #copyright, .footer-sub-nav-item {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .footer-sub-nav {
    order: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 100px;
  }
  .footer-heading {
    flex-direction: column;
    row-gap: 35px;
    margin-bottom: 25px;
  }
  .footer-heading-info {
    width: 100%;
    row-gap: 25px;
  }
  .footer-logo {
    width: 90px;
  }
  .footer .c-sns-item img {
    width: 80px;
    height: 30px;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
  }
  .footer-nav-list-item {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    font-weight: 700;
  }
  .footer-nav-list-item.is-sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: 1.6px;
  }
  .footer-nav-list-item a {
    white-space: normal;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    row-gap: 12px;
    padding-top: 15px;
  }
  .footer #copyright, .footer-sub-nav-item {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
    width: 100%;
  }
  .footer-sub-nav {
    width: 100%;
    -moz-column-gap: 16px;
         column-gap: 16px;
    order: 2;
    justify-content: center;
  }
  .footer #copyright {
    margin-top: 40px;
    font-size: 10px;
  }
  .footer #copyright small {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */