@charset "UTF-8";
/*-変数定義 font
------------------------------*/
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ----------------------------------------
access
---------------------------------------- */
.access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (max-width:1023px) {
  .access__container {
    margin-top: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.access__textBlock {
  width: 500px;
  width: 31.25rem;
}

.access__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .access__title {
    font-size: 1.25rem;
  }
}

.access__titleIcon {
  width: 28px;
  width: 1.75rem;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .access__titleIcon {
    width: 1.5rem;
  }
}

.access__text01 {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .access__text01 {
    font-size: 0.875rem;
  }
}

.access__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .access__text02 {
    font-size: 0.75rem;
  }
}

.access__text03 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .access__text03 {
    font-size: 0.75rem;
  }
}

.access__table {
  margin-top: 24px;
  margin-top: 1.5rem;
  background: #fff;
  padding: 0 20px 30px;
  padding: 0 1.25rem 1.875rem;
}
@media screen and (max-width:1023px) {
  .access__table {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width:1023px) {
  .access__table .hoursTable {
    width: 100%;
  }
}

.access__mapWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.access__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.bottomInfo {
  background: #3D4362;
  padding: 120px 0 80px;
  padding: 7.5rem 0 5rem;
}
@media screen and (max-width:1023px) {
  .bottomInfo {
    padding: 4rem 0 2.5rem;
  }
}
.bottomInfo .access__container {
  margin-top: 0;
}

@media screen and (max-width:1023px) {
  .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}

.breadcrumb__inner {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}

.post-example-archive,
.breadcrumb__item {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
.post-example-archive:nth-child(n+2):before,
.breadcrumb__item:nth-child(n+2):before {
  content: " ＞ ";
  margin: 0 8px;
  margin: 0 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}

.btn01 {
  margin-right: 32px;
  margin-right: 2rem;
  width: 320px;
  width: 20rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  position: relative;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1023px) {
  .btn01 {
    margin-right: 0;
  }
}
.btn01::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf, #348ac7);
  z-index: -1;
  opacity: 0.2;
}
.btn01::after {
  content: "";
  position: absolute;
  width: 56px;
  width: 3.5rem;
  height: 1px;
  right: -32px;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
}

.btn01__text {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.btn02 {
  margin-right: 32px;
  margin-right: 2rem;
  width: 320px;
  width: 20rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  position: relative;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn02::after {
  content: "";
  position: absolute;
  width: 56px;
  width: 3.5rem;
  height: 1px;
  right: -32px;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
}
@media screen and (max-width:1023px) {
  .btn02 {
    margin-right: 0;
  }
}

.btn02__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.btn03 {
  width: 352px;
  width: 22rem;
  width: 320px;
  width: 20rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 9999px;
  border: 1px solid #292f4a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width:1023px) {
  .btn03 {
    margin-right: 0;
  }
}
.btn03::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -8px;
  right: -0.5rem;
  top: 8px;
  top: 0.5rem;
  bottom: 0;
  margin: auto;
  background: #292f4a;
  opacity: 0.1;
  z-index: -1;
  border-radius: 9999px;
}
.btn03::after {
  content: "";
  position: absolute;
  width: 56px;
  width: 3.5rem;
  height: 1px;
  right: -32px;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #292f4a;
}

.btn04 {
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  width: 20rem;
  height: 56px;
  height: 3.5rem;
  background: #fff;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.8px;
}
@media screen and (max-width:1023px) {
  .btn04 {
    font-size: 0.8125rem;
  }
}
.btn04::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 1px solid #333;
  border-radius: 9999px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn04 .btn04__arrow {
  margin-left: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  right: 32px;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.categoryList {
  padding: 40px;
  padding: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .categoryList {
    padding: 1.25rem;
  }
}

.categoryList__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.categoryList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  gap: 1.375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width:1023px) {
  .categoryList__list {
    gap: 1rem;
  }
}

.categoryList__item {
  min-width: 222px;
  min-width: 13.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  border-radius: 9999px;
}
@media screen and (max-width:1023px) {
  .categoryList__item {
    min-width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.categoryList__link {
  font-size: 14px;
  font-size: 0.875rem;
  height: 40px;
  height: 2.5rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  padding: 0.625rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .categoryList__link {
    padding: 0.625rem 2rem;
  }
}

.categoryList__item.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  color: #fff;
}

.columnSingle {
  padding: 80px 0 80px;
  padding: 5rem 0 5rem;
}
@media screen and (max-width:1023px) {
  .columnSingle {
    padding: 2.5rem 0;
  }
}

.columnSingle__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.columnSingle__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .columnSingle__container {
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.columnSingle__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:1023px) {
  .columnSingle__main {
    width: 100%;
  }
}

.columnSingle__side {
  width: 300px;
  width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .columnSingle__side {
    width: 100%;
  }
}

.cta01 {
  background: #3d4362;
  padding: 80px 0 0;
  padding: 5rem 0 0;
}
@media screen and (max-width:1023px) {
  .cta01 {
    padding: 4rem 0 0;
  }
}

.medicalCta .cta01 {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width:1023px) {
  .medicalCta .cta01 {
    padding-bottom: 2.5rem;
  }
}

.cta01__text01 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .cta01__text01 {
    font-size: 1rem;
  }
}

.cta01__container {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width:1023px) {
  .cta01__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

/* ----------------------------------------
director
---------------------------------------- */
.director {
  position: relative;
  padding: 155px 0 194px;
  padding: 9.6875rem 0 12.125rem;
  margin-top: -206px;
  margin-top: -12.875rem;
  z-index: 2;
}
@media screen and (max-width:1023px) {
  .director {
    margin-top: -0.625rem;
    padding: 1.25rem 0 4.625rem;
  }
}
.director::before {
  content: "";
  position: absolute;
  width: 696px;
  width: 43.5rem;
  aspect-ratio: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 167, 199, .3)), to(rgba(255, 252, 220, .3)));
  background: linear-gradient(90deg, rgba(217, 167, 199, .3) 0%, rgba(255, 252, 220, .3) 100%);
  z-index: -1;
  right: -92px;
  right: -5.75rem;
  top: 0;
  border-radius: 50%;
}
@media screen and (max-width:1023px) {
  .director::before {
    width: 25rem;
    top: 1.875rem;
    right: -6.125rem;
  }
}

.director__bgText {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 160px;
  font-size: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#D9A7C7), to(#FFFCDC));
  background: linear-gradient(90deg, #D9A7C7 0%, #FFFCDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: -1;
  position: absolute;
  top: 148px;
  top: 9.25rem;
  right: 40px;
  right: 2.5rem;
}
@media screen and (max-width:1023px) {
  .director__bgText {
    font-size: 4.25rem;
    top: 3.125rem;
    right: -0.1875rem;
  }
}

.director__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
  gap: 3.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 82px;
  margin-top: 5.125rem;
}
@media screen and (max-width:1023px) {
  .director__container {
    margin-top: 2rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width:1023px) {
  .director__textBlock {
    width: 100%;
  }
}

.director__text01 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .director__text01 {
    text-align: center;
    font-size: 1.125rem;
  }
}

.director__text02 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .director__text02 {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.director__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.director__imageBlock {
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .director__imageBlock {
    width: 100%;
  }
}

.fixedBtn {
  width: 100%;
  padding: 8px;
  padding: 0.5rem;
  z-index: 3;
  bottom: 8px;
  bottom: 0.5rem;
  display: none;
}
@media screen and (max-width:1023px) {
  .fixedBtn {
    display: block;
  }
}

.fixedBtn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.fixedBtn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  height: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fixedBtn__link--tel {
  background: #3A3A3A;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-shadow: 0px 4px 0px #000000;
          box-shadow: 0px 4px 0px #000000;
}
.fixedBtn__link--tel .fixedBtn__icon {
  width: 18px;
  width: 1.125rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.fixedBtn__link--line {
  background: #06C755;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: bold;
}
.fixedBtn__link--line .fixedBtn__icon {
  width: 38px;
  width: 2.375rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.floatBtn {
  position: fixed;
  right: 80px;
  right: 5rem;
  bottom: 80px;
  bottom: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  display: none;
}
@media screen and (max-width:1023px) {
  .floatBtn {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

.floatBtn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.floatBtn__btn {
  width: 150px;
  width: 9.375rem;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
}
@media screen and (max-width:1023px) {
  .floatBtn__btn {
    width: 6.75rem;
  }
}

@media screen and (max-width:1023px) {
  .floatBtn__btn--tel {
    display: none;
  }
}

.followBanner {
  width: 160px;
  width: 10rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #06c755;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  gap: 0.375rem;
  position: fixed;
  bottom: 20px;
  bottom: 1.25rem;
  right: 80px;
  right: 5rem;
  z-index: 10;
}
@media screen and (max-width:1023px) {
  .followBanner {
    display: none;
  }
}

.followBanner__icon {
  width: 57px;
  width: 3.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.followBanner__text {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}

.footer {
  background: #292f4a;
  padding: 80px 0 0;
  padding: 5rem 0 0;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width:1023px) {
  .footer__container {
    gap: 4.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__info {
  width: 374px;
  width: 23.375rem;
}
@media screen and (max-width:1023px) {
  .footer__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  width: 100%;
  display: block;
}
@media screen and (max-width:1023px) {
  .footer__logo {
    width: 17.5rem;
  }
}

.footer__text01 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .footer__text01 {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.footer__infoList {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 24px;
  gap: 1.125rem 1.5rem;
}
@media screen and (max-width:1023px) {
  .footer__infoList {
    margin-top: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.125rem 1.5rem;
    width: 18.75rem;
  }
}

.footer__infoItem {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width:1023px) {
  .footer__infoItem {
    width: calc(50% - 1.125rem);
  }
  .footer__infoItem:nth-child(even) {
    width: calc(50% - 0.375rem);
  }
}

.footer__infoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
}
.footer__infoIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  width: 1.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footerNav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width:1023px) {
  .footerNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (max-width:1023px) {
  .footerNav__list {
    gap: 0;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}

.footerNav__parentMenu {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width:1023px) {
  .footerNav__parentMenu {
    width: 100%;
    font-size: 1rem;
    padding: 1.125rem 1.625rem;
    border-top: 1px solid #fff;
    position: relative;
  }
  .footerNav__parentMenu::before, .footerNav__parentMenu::after {
    content: "";
    position: absolute;
    width: 0.875rem;
    height: 0.125rem;
    top: 1.5625rem;
    right: 1.8125rem;
    transition: transform 0.1s, -webkit-transform 0.1s;
    background: #fff;
  }
  .footerNav__parentMenu::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.footerNav__parentMenu.is-open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.footerNav__submenu {
  margin-top: 26px;
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width:1023px) {
  .footerNav__submenu {
    margin: 0;
    gap: 0;
    font-size: 0.875rem;
  }
}

@media screen and (max-width:1023px) {
  .footerNav__subitem {
    padding: 0.5rem 2rem;
  }
  .footerNav__subitem:last-child {
    padding-bottom: 2.5rem;
  }
}

.footerNav__subLink {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
.footerNav__link {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:1023px) {
  .footerNav__link {
    padding: 1.125rem 1.625rem;
    font-size: 1rem;
    border-top: 1px solid #fff;
  }
  .footerNav__link:last-child {
    border-bottom: 1px solid #fff;
  }
}

.footer__banner {
  width: 380px;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}

.footer__notesBlock {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width:1023px) {
  .footer__notesBlock {
    margin-top: 4.5rem;
  }
}

.footer__notes01 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .footer__notes01 {
    font-size: 0.875rem;
  }
}
.footer__notes01 a {
  text-decoration: underline;
}
.footer__bottom {
  background: #333;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (max-width:1023px) {
  .footer__bottom {
    margin-top: 2rem;
    padding: 2.5rem 0;
  }
}

.footer__bottomContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1023px) {
  .footer__bottomContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.footer__copy {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .footer__copy {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.footer__bottomLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
@media screen and (max-width:1023px) {
  .footer__bottomLinkWrap {
    font-size: 0.75rem;
  }
}

.footerNav__linkArrow {
  display: none;
}
@media screen and (max-width:1023px) {
  .footerNav__linkArrow {
    display: block;
    margin-left: auto;
    margin-right: 0.25rem;
  }
}

input,
textarea {
  border: 1px solid #aaaaaa;
  background: #f5f5f5;
  border-radius: 2px;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

input[type=file],
input[type=submit] {
  border: none;
  background: none;
}

input[type=submit] {
  width: 320px;
  width: 20rem;
  height: 56px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  border-radius: 9999px;
}

.fv {
  padding: 80px 0 0;
  padding: 5rem 0 0;
}
@media screen and (max-width:1023px) {
  .fv {
    padding: 2.5rem 0 0;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fv__title--ja {
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  margin-top: -40px;
  margin-top: -2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fv__title--en {
  opacity: 0.2;
  font-family: "Lato", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#7474BF), to(#348AC7));
  background: linear-gradient(90deg, #7474BF 0%, #348AC7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  font-size: 96px;
  font-size: 6rem;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width:1023px) {
  .fv__title--en {
    font-size: min(20vw, 96px);
  }
}

.fv__subTitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.7;
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.googlemap {
  width: 100%;
}
.googlemap iframe {
  width: 100%;
}

.group {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .group {
    padding: 2.5rem 0;
  }
}

.group__title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.group__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  gap: 2.5rem 1.5rem;
  display: grid;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .group__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.group__imageWrap {
  position: relative;
}

.group__num {
  position: absolute;
  padding: 7px 29px;
  padding: 0.4375rem 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf, #348ac7);
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 18px;
  top: 1.125rem;
  border-radius: 9999px;
  left: 16px;
  left: 1rem;
}

.group__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.group__text02 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 12px 40px 24px;
  padding: 0.75rem 2.5rem 1.5rem;
  background: #fff;
}
@media screen and (max-width:1023px) {
  .header {
    padding: 0.75rem 1rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width:1023px) {
  .header__label {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.header__label span {
  display: inline-block;
}

.header__logo {
  margin-top: 4px;
  margin-top: 0.25rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 375px;
  width: 23.4375rem;
  z-index: 3;
  max-width: 21vw;
}
@media screen and (max-width:1023px) {
  .header__logo {
    max-width: 100%;
    width: 12.5625rem;
  }
}

.header__container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 786px;
  width: 49.125rem;
}
@media screen and (max-width:1023px) {
  .header__container {
    width: 5rem;
  }
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width:1023px) {
  .header__info {
    display: none;
  }
}

.header__info--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #00a497;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.header__info--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  width: 1.5rem;
}

.header__info--line {
  position: relative;
  width: 147px;
  width: 9.1875rem;
  height: 36px;
  height: 2.25rem;
  background: #06c755;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  gap: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.header__info--arrow {
  margin: 0 0 2px 8px;
  margin: 0 0 0.125rem 0.5rem;
}

.header__info--tel {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
}

.header__info--lineicon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  width: 1.4375rem;
}

.header__button {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
}
.header__nav {
  margin: 27px 0 0;
  margin: 1.6875rem 0 0;
}
@media screen and (max-width:1023px) {
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 4rem 1rem;
    overflow-x: hidden;
    height: 100svh;
    z-index: 2;
    background: #fff;
  }
  .header__nav::before, .header__nav::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
  }
  .header__nav::before {
    width: 23.875rem;
    height: 23.875rem;
    left: 8.8125rem;
    top: -3.5625rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(221, 214, 243, .2)), to(rgba(250, 172, 168, .2)));
    background: linear-gradient(90deg, rgba(221, 214, 243, .2) 0%, rgba(250, 172, 168, .2) 100%);
  }
  .header__nav::after {
    opacity: 0.1;
    width: 25.5625rem;
    height: 25.5625rem;
    left: -10.9375rem;
    top: 20.3125rem;
    background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
    background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  }
}

.header__nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 33px;
  gap: 2.0625rem;
  list-style: none;
}
@media screen and (max-width:1239px) {
  .header__nav .menu {
    gap: 1rem;
  }
}
@media screen and (max-width:1023px) {
  .header__nav .menu {
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.menu__item {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width:1023px) {
  .menu__item {
    font-weight: bold;
    line-height: 1.5;
    font-size: 1rem;
    border-bottom: 1px dashed #333333;
  }
}
.menu__item a {
  display: block;
}
@media screen and (max-width:1023px) {
  .menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 1.25rem 2rem 1.25rem 1.5rem;
  }
}

.menu__toggle {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  position: relative;
}
@media screen and (max-width:1023px) {
  .menu__toggle {
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    padding: 1.25rem 2rem 1.25rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu__toggle.is-open .menu__toggle--arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:1023px) {
  .menu__toggle::before, .menu__toggle::after {
    content: "";
    position: absolute;
    width: 0.875rem;
    height: 0.125rem;
    top: 1.875rem;
    right: 1.8125rem;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    background: #333333;
  }
}
@media screen and (max-width:1023px) {
  .menu__toggle::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.menu__toggle.is-open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menu__toggle--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.menu__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 20px 10px;
  padding: 0 1.25rem 0.625rem;
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  list-style: none;
  white-space: nowrap;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width:1023px) {
  .menu__submenu {
    background: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    position: static;
    margin: 0;
    padding: 0 1.5rem;
  }
}

.menu__item:has(.menu__submenu):hover .menu__submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu__subitem a {
  display: block;
  padding: 5px 0;
  padding: 0.3125rem 0;
  color: #333;
  text-decoration: none;
}

.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border-radius: 50%;
  background: #333333;
  cursor: pointer;
  z-index: 100;
  position: fixed;
  top: 10px;
  top: 0.625rem;
  right: 16px;
  right: 1rem;
}
.header__hamburger span {
  position: absolute;
  display: block;
  height: 2px;
  height: 0.125rem;
  border-radius: 9999px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 24px;
  width: 1.5rem;
}
.header__hamburger span:nth-child(1) {
  top: 15px;
  top: 0.9375rem;
}
.header__hamburger span:nth-child(2) {
  top: 23px;
  top: 1.4375rem;
}
.header__hamburger span:nth-child(3) {
  top: 31px;
  top: 1.9375rem;
}
@media screen and (max-width:1023px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 23px;
  top: 1.4375rem;
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 23px;
  top: 1.4375rem;
}

@media screen and (max-width:1023px) {
  .js-nav {
    display: none;
  }
}

.header__spAddr {
  display: none;
}
@media screen and (max-width:1023px) {
  .header__spAddr {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00a497;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.header__spAddr--icon {
  width: 24px;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ----------------------------------------
hoursTable
---------------------------------------- */
.hoursTable table {
  width: 100%;
}
.hoursTable thead th {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #00a497;
  padding: 16px 0;
  padding: 1rem 0;
  text-align: center;
  line-height: 1.5;
}
.hoursTable thead th:last-child {
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media screen and (max-width:1023px) {
  .hoursTable thead th:last-child {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width:1023px) {
  .hoursTable thead th {
    font-size: 0.75rem;
    padding: 0.5rem 0;
  }
}
.hoursTable tbody th {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #00a497;
  padding: 16px 12px 16px 24px;
  padding: 1rem 0.75rem 1rem 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width:1023px) {
  .hoursTable tbody th {
    font-size: 0.75rem;
    padding: 0.5rem 0;
    text-align: center;
  }
}
.hoursTable tbody td {
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  color: #00a497;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  border-bottom: 1px solid #00a497;
}
.hoursTable tbody td:last-child {
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (max-width:1023px) {
  .hoursTable tbody td:last-child {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width:1023px) {
  .hoursTable tbody td {
    font-size: 1.125rem;
    padding: 0.5rem 0.25rem;
  }
}
@media screen and (max-width:1023px) {
  .hoursTable tbody td svg {
    width: 0.75rem;
    height: auto;
    aspect-ratio: 1;
  }
}
.hoursTable__note {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width:1023px) {
  .hoursTable__note {
    margin-left: 0.3125rem;
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.layoutInner {
  max-width: calc(100% - 2rem);
  width: 1200px;
  width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.layoutInner--md {
  max-width: calc(100% - 2rem);
  width: 1040px;
  width: 65rem;
  margin-right: auto;
  margin-left: auto;
}

.layoutInner--small {
  max-width: calc(100% - 2rem);
  width: 800px;
  width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.layoutInner--wide {
  max-width: 100%;
  width: 1440px;
  width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:1023px) {
  .layoutInner--wide {
    max-width: calc(100% - 2rem);
  }
}

.lineCta__btnCopy {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.lineCta__btn {
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  width: 20rem;
  height: 56px;
  height: 3.5rem;
  background: #06C755;
  -webkit-box-shadow: 0px 4px 0px #015825;
          box-shadow: 0px 4px 0px #015825;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFFFFF;
  position: relative;
}
.lineCta__btn::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 1px solid #fff;
  border-radius: 9999px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lineCta__icon {
  width: 28px;
  width: 1.75rem;
}

.lineCta__arrow {
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 32px;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.lineCta__notes {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width:1023px) {
  .lineCta__notes {
    font-size: 0.6875rem;
  }
}

/* ----------------------------------------
medical
---------------------------------------- */
.medical {
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  padding: 120px 0 80px;
  padding: 7.5rem 0 5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width:1023px) {
  .medical {
    padding: 4.25rem 0 6.875rem;
  }
}

.medical__title.sectionTitle01 {
  margin: 0;
}
@media screen and (max-width:1023px) {
  .medical__title.sectionTitle01 {
    margin: 0 auto;
  }
}

.medical__bgText {
  font-family: "Lato", sans-serif;
  color: #fff;
  opacity: 0.6;
  font-size: 160px;
  font-size: 10rem;
  position: absolute;
  top: 84px;
  top: 5.25rem;
  right: -18px;
  right: -1.125rem;
  z-index: -1;
  font-weight: 900;
}
@media screen and (max-width:1023px) {
  .medical__bgText {
    font-size: 4.5rem;
    top: auto;
    right: auto;
    left: -0.5rem;
    bottom: 2rem;
  }
}

.medical__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 80px;
  gap: 5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:1023px) {
  .medical__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}

.medical__textBlock {
  width: 472px;
  width: 29.5rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width:1023px) {
  .medical__textBlock {
    width: 100%;
    padding-bottom: 0;
  }
}

.medical__text01 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #ffffff;
}
@media screen and (max-width:1023px) {
  .medical__text01 {
    margin-top: 1.75rem;
    text-align: center;
    font-size: 0.875rem;
  }
}

.medical__image {
  width: 400px;
  width: 25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width:1023px) {
  .medical__image {
    width: 100%;
  }
}

.medical__list {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width:1023px) {
  .medical__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 16px;
  }
}

.medical__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, .3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, .3);
  border-radius: 1.25rem;
}
@media screen and (max-width:1023px) {
  .medical__item {
    width: calc(50% - 8px);
  }
}

.medical__itemLink {
  padding: 40px 0 30px;
  padding: 2.5rem 0 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:1023px) {
  .medical__itemLink {
    padding: 1.75rem 0 1.625rem;
  }
}

.medical__itemImage {
  width: 86px;
  width: 5.375rem;
}
@media screen and (max-width:1023px) {
  .medical__itemImage {
    width: 50%;
  }
}

.medical__itemText {
  background: #333333;
  padding: 3px 0;
  padding: 0.1875rem 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.89;
  letter-spacing: 0.8px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
@media screen and (max-width:1023px) {
  .medical__itemText {
    padding: 0;
    font-size: 1rem;
  }
}

.medical__itemText--small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
}
.medicalSingle {
  padding: 80px 0 80px;
  padding: 5rem 0 5rem;
}
@media screen and (max-width:1023px) {
  .medicalSingle {
    padding: 1.5rem 0 5rem;
  }
}
.medicalSingle .sectionTitleBlock01 {
  font-weight: 700;
  line-height: 1.2;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  color: #333333;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width:1023px) {
  .medicalSingle .sectionTitleBlock01 {
    padding-left: 0;
  }
}
@media screen and (max-width:1023px) {
  .medicalSingle .sectionTitleBlock01 {
    font-size: 1.25rem;
  }
}
.medicalSingle .sectionTitleBlock01::first-letter {
  background: url(./../img/common/icon_tooth_01.png) no-repeat center left/48px;
  padding-left: 1em;
  padding-top: 0.2em;
  display: inline-block;
}
@media screen and (max-width:1023px) {
  .medicalSingle .sectionTitleBlock01::first-letter {
    background-size: 32px;
  }
}
.medicalSingle .sectionTitleBlock01::before {
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  content: "";
  left: 0;
  width: 48px;
  width: 3rem;
  height: 47px;
  height: 2.9375rem;
  z-index: -1;
}
@media screen and (max-width:1023px) {
  .medicalSingle .sectionTitleBlock01::before {
    top: -0.25rem;
    left: -1.25rem;
    width: 2rem;
    height: 1.9375rem;
  }
}
.medicalSingle .sectionTitleBlock01.is-left {
  margin-left: 0;
}
.medicalSingle .sectionTitleBlock01--white {
  color: #fff;
}
.medicalSingle .sectionTitleBlock01--medium {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width:1023px) {
  .medicalSingle .sectionTitleBlock01--medium {
    font-size: 1.25rem;
  }
}
.medicalSingle .sectionTitleBlock01--medium::first-letter {
  background-size: 2.25rem;
}
@media screen and (max-width:1023px) {
  .medicalSingle .sectionTitleBlock01--medium::first-letter {
    background-size: 32px;
  }
}
.medicalSingle .sectionTitleBlock01::first-letter {
  background-size: 38px;
}
.medicalSingle .sectionTitleBlock01:nth-child(n+2) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .medicalSingle .sectionTitleBlock01:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.medicalSingle .wp-block-columns {
  gap: 24px;
  gap: 1.5rem;
}
.medicalSingle .wp-block-columns:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .medicalSingle .wp-block-columns:not(:first-child) {
    margin-top: 2rem;
  }
}
.medicalSingle .wp-block-columns + .wp-block-columns {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.menuBox {
  border: 1px solid #e5e5ea;
}

.menuBox__title {
  background: #333;
  color: #fff;
  line-height: 1.5;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

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

.menuBox__term,
.menuBox__desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.menuBox__term:nth-of-type(n + 2),
.menuBox__desc:nth-of-type(n + 2) {
  border-top: 1px solid #e5e5ea;
}

.menuBox__term {
  width: 104px;
  width: 6.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #333;
  color: #fff;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
}

.menuBox__desc {
  width: calc(100% - 6.5rem);
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
}

.meritBlock {
  border: 1px solid #eca992;
  background: #fffcfb;
  padding: 40px;
  padding: 2.5rem;
}
.meritBlock.is-demerit {
  background: #f4ffff;
  border-color: #7fd5e9;
}

.meritBlock__boxTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.meritBlock__icon {
  width: 32px;
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.meritBlock__boxTitle--en {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Lato", sans-serif;
}

.meritBlock__boxTitle--ja {
  font-size: 16px;
  font-size: 1rem;
}

.meritBlock__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.meritBlock__contents li {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .meritBlock__contents li {
    font-size: 0.875rem;
  }
}

.planBlock .planBlock__title {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.planBlock .planBlock__image {
  width: 200px;
  width: 12.5rem;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  aspect-ratio: 1;
}
.planBlock .planBlock__image img {
  border-radius: 50%;
}
.planBlock .planBlock__price01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}
.planBlock .planBlock__price01--num {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.7;
}
.planBlock .planBlock__price02 {
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
}
@media screen and (max-width:1023px) {
  .planBlock .planBlock__price02 {
    font-size: 0.875rem;
  }
}
.planBlock .planBlock__price01--num {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.planBlock .planBlock__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.paymentBlock {
  border: 1px solid #e5e5ea;
  border-radius: 0.5rem;
  overflow: hidden;
}
.paymentBlock .paymentBlock__title {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  padding: 16px;
  padding: 1rem;
  font-weight: bold;
  background: #333333;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .paymentBlock .paymentBlock__title {
    font-size: 0.875rem;
  }
}
.paymentBlock .paymentBlock__text01 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.paymentBlock .paymentBlock__price {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
.paymentBlock .paymentBlock__price--num {
  font-family: "Lato", sans-serif;
  line-height: 1.7;
  font-size: 40px;
  font-size: 2.5rem;
}
.paymentBlock .paymentBlock__contents {
  padding: 24px;
  padding: 1.5rem;
  background: #f5f8f9;
}
.paymentBlock .paymentBlock__contents p {
  font-size: 14px;
  font-size: 0.875rem;
}

.flowBox .flowBox__imageWrap {
  position: relative;
}
.flowBox .flowBox__image {
  aspect-ratio: 330/204;
}
.flowBox .flowBox__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.flowBox .flowBox__step {
  position: absolute;
  margin: 0;
  border-radius: 9999px;
  font-family: "Lato", sans-serif;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  height: 2rem;
  min-width: 104px;
  min-width: 6.5rem;
  padding: 7px;
  padding: 0.4375rem;
  top: 18px;
  top: 1.125rem;
  left: 16px;
  left: 1rem;
}
.flowBox .flowBox__title {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0;
  font-weight: bold;
  border: none;
}
.flowBox .flowBox__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

.medicalFaq {
  overflow: hidden;
}
@media screen and (max-width:1023px) {
  .medicalFaq {
    padding-bottom: 2.5rem;
  }
}
.medicalFaq .faq .topFaq__bgText {
  display: none;
}

.medicalColumn,
.medicalExample {
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}

.monitorCta {
  background: url(./../img/common/monitorcta_bg_01.jpg) center center/cover;
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .monitorCta {
    padding: 2.5rem 0;
  }
}

.monitorCta__textBlock {
  background: #FFFFFF;
  border-radius: 8px;
}
.monitorCta__title {
  background: #FF6D00;
  border-radius: 8px 8px 0 0;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #FFFFFF;
}
.monitorCta__text01 {
  padding: 40px;
  padding: 2.5rem;
}
.monitorCta__btnWrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.monitorExample {
  width: 800px;
  width: 50rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  padding: 80px;
  padding: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}

.monitorExample__imageContainer {
  gap: 40px;
  gap: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.monitorExample__imageWrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.monitorExample__imageLabel {
  position: absolute;
  top: 0;
  left: 0;
  background: #757575;
  width: 74px;
  width: 4.625rem;
  height: 32px;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.monitorExample__imageLabel--after {
  background: #ECA992;
}

.monitorExample__image {
  width: 100%;
  aspect-ratio: 300/185;
}
.monitorExample__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.monitorExample__detail {
  padding: 40px;
  padding: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}

.monitorExample__text01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .monitorExample__text01 {
    font-size: 0.875rem;
  }
}

.monitorExample__text02 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width:1023px) {
  .monitorExample__text02 {
    font-size: 0.875rem;
  }
}

.navigation.pagination {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .navigation.pagination {
    margin-top: 2rem;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers,
.next,
.prev {
  width: 48px;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  border-radius: 9999px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.current {
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  color: #fff;
}

.next,
.prev {
  position: relative;
}
.next::before,
.prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./../img/common/icon_arrow_01.png) no-repeat center center/24px;
}

.prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar__articleList {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  counter-reset: number 0;
}

.sidebar__articleItem {
  counter-increment: number 1;
  position: relative;
}
.sidebar__articleItem::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Lato", sans-serif;
  color: #fff;
  content: counter(number);
  width: 20px;
  width: 1.25rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 2;
}

.sidebar__articleLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.sidebar__articleThumbnail {
  width: 100px;
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 100/62;
}
.sidebar__articleThumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar__category {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf, #348ac7);
  border-radius: 9999px;
  padding: 0 8px;
  padding: 0 0.5rem;
  height: 22px;
  height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar__date {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar__dateIcon {
  width: 16px;
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sidebar__time {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.sidebar__title {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-top: 2px;
  margin-top: 0.125rem;
  line-height: 1.7;
}

.sidebar__section + .sidebar__section {
  margin-top: 48px;
  margin-top: 3rem;
}

.sidebar__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.sidebar__categoryLink {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.sidebar__banner {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.singleDays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.singleDays__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
}

.singleDays__time {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.singleDays__icon {
  width: 16px;
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.singleTitle {
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .singleTitle {
    font-size: 1.125rem;
  }
}

.singleThumbnail {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.singleShare {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
}

.singleShare__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  height: 48px;
  height: 3rem;
}
@media screen and (max-width:1023px) {
  .singleShare__link {
    height: 2rem;
  }
}

.singleShare__icon {
  display: none;
}
@media screen and (max-width:1023px) {
  .singleShare__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.25rem;
  }
}

.singleShare__text {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .singleShare__text {
    display: none;
  }
}

.singleShare--facebook {
  background: #0765ff;
}

.singleShare--x {
  background: #333333;
}

.singleShare--line {
  background: #06c755;
}

.singleShare--copy {
  background: #fff;
  border: 1px solid #333333;
}
.singleShare--copy .singleShare__text {
  color: #333333;
}
@media screen and (max-width:1023px) {
  .singleShare--copy {
    background: #333;
  }
}

.newsSingle__content {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .newsSingle__content {
    margin-top: 2rem;
  }
}

.singleContent p a,
.singleContent ul a,
.singleContent ol a,
.singleContent h2 a,
.singleContent h3 a,
.singleContent h4 a,
.singleContent h5 a,
.singleContent h6 a,
.singleContent .wp-block-image a {
  text-decoration: underline;
}
.singleContent p:first-child,
.singleContent ul:first-child,
.singleContent ol:first-child,
.singleContent h2:first-child,
.singleContent h3:first-child,
.singleContent h4:first-child,
.singleContent h5:first-child,
.singleContent h6:first-child,
.singleContent .wp-block-image:first-child {
  margin-top: 0px;
  margin-top: 0rem;
}
.singleContent p img,
.singleContent ul img,
.singleContent ol img,
.singleContent h2 img,
.singleContent h3 img,
.singleContent h4 img,
.singleContent h5 img,
.singleContent h6 img,
.singleContent .wp-block-image img {
  width: auto;
}
.singleContent h2:not(.blogCard__title):not(.supervisor__title):not(.sectionTitleBlock01) {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  padding: 5px 0 30px 23px;
  padding: 0.3125rem 0 1.875rem 1.4375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border-bottom: 1px solid transparent;
  z-index: 2;
}
@media screen and (max-width:1023px) {
  .singleContent h2:not(.blogCard__title):not(.supervisor__title):not(.sectionTitleBlock01) {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }
}
.singleContent h2:not(.blogCard__title):not(.supervisor__title):not(.sectionTitleBlock01):first-child {
  margin-top: 0px;
  margin-top: 0rem;
}
.singleContent h2:not(.blogCard__title):not(.supervisor__title):not(.sectionTitleBlock01)::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(116, 116, 191, .2)), to(rgba(52, 138, 199, .2)));
  background: linear-gradient(90deg, rgba(116, 116, 191, .2) 0%, rgba(52, 138, 199, .2) 100%);
  border-radius: 50%;
  top: 0;
  left: 0;
}
@media screen and (max-width:1023px) {
  .singleContent h2:not(.blogCard__title):not(.supervisor__title):not(.sectionTitleBlock01)::before {
    width: 2rem;
  }
}
.singleContent h3:not(.blogCard02__title):not(.headingBox__title):not(.flowBox__title) {
  margin-top: 40px;
  margin-top: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border-left: 4px solid transparent;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width:1023px) {
  .singleContent h3:not(.blogCard02__title):not(.headingBox__title):not(.flowBox__title) {
    font-size: 1rem;
    padding-left: 1rem;
  }
}
.singleContent h4 {
  margin-top: 42px;
  margin-top: 2.625rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.singleContent p {
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .singleContent p {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}
.singleContent ul {
  list-style-position: outside;
  margin: 24px 0 0 1em;
  margin: 1.5rem 0 0 1em;
  list-style-type: disc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.singleContent ol {
  margin-top: 24px;
  margin-top: 1.5rem;
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.singleContent .wp-block-quote {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 40px 40px 40px 112px;
  padding: 2.5rem 2.5rem 2.5rem 7rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
  background: #f5f5f5 url(./../img/common/icon_quote_01.png) no-repeat top 40px left 40px/48px;
}
.singleContent .wp-block-quote cite {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  font-weight: 300;
}
.singleContent .wp-block-quote cite::before {
  content: "引用：";
}
.singleContent iframe {
  margin-top: 80px;
  margin-top: 5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 583/326;
}
@media screen and (max-width:1023px) {
  .singleContent iframe {
    margin-top: 2rem;
  }
}
.singleContent .wp-block-image {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .singleContent .wp-block-image {
    margin-top: 2rem;
  }
}
.singleBtn {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1023px) {
  .singleBtn {
    margin-top: 2rem;
  }
}

.noText {
  margin: 40px auto;
  margin: 2.5rem auto;
}

.singleCategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  margin-top: 1rem;
}

.singleCategoryList__item {
  min-width: 104px;
  min-width: 6.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf, #348ac7);
  border-radius: 9999px;
}

.singleCategoryList__link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  height: 32px;
  height: 2rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 9px;
  padding: 0.625rem 0 0.5625rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .singleCategoryList__link {
    font-size: 0.75rem;
  }
}

.relatedArticle {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .relatedArticle {
    margin-top: 2rem;
  }
}

.relatedArticle--medical {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .relatedArticle--medical {
    padding: 2.5rem 0;
  }
}

.singlePage .exampleList {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .singlePage .exampleList {
    margin-top: 2rem;
  }
}
.singlePage .categoryList {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width:1023px) {
  .singlePage .categoryList {
    margin-top: 2rem;
  }
}
.singlePage .sns {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .singlePage .sns {
    margin-top: 2rem;
  }
}

.faqBlock {
  border-radius: 4px;
  margin-top: 80px;
  margin-top: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  position: relative;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .faqBlock {
    margin-top: 2rem;
  }
}
.faqBlock + .faqBlock {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.faqBlock__q {
  cursor: pointer;
  position: relative;
  padding: 30px 82px;
  padding: 1.875rem 5.125rem;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .faqBlock__q {
    font-size: 0.875rem;
    padding: 0.875rem 4rem 0.875rem 4.25rem;
  }
}
.faqBlock__q::before {
  content: "Q";
  position: absolute;
  top: 22px;
  top: 1.375rem;
  left: 38px;
  left: 2.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width:1023px) {
  .faqBlock__q::before {
    top: 0.75rem;
    left: 1.5rem;
    font-size: 1.25rem;
  }
}

.faqBlock__aText {
  padding: 30px 82px;
  padding: 1.875rem 5.125rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .faqBlock__aText {
    font-size: 0.875rem;
    padding: 0.875rem 4rem 1.5rem 4.25rem;
  }
}
.faqBlock__aText::before {
  content: "A";
  position: absolute;
  top: 22px;
  top: 1.375rem;
  left: 38px;
  left: 2.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width:1023px) {
  .faqBlock__aText::before {
    top: 0.75rem;
    left: 1.5rem;
    font-size: 1.25rem;
  }
}

.faqBlock__icon {
  position: absolute;
  top: 34px;
  top: 2.125rem;
  right: 46px;
  right: 2.875rem;
  width: 18px;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width:1023px) {
  .faqBlock__icon {
    top: 1.25rem;
    right: 1.6875rem;
    width: 0.875rem;
  }
}
.faqBlock__icon::before, .faqBlock__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 8px;
  top: 0.5rem;
  right: 0;
  transition: transform 0.1s, -webkit-transform 0.1s;
  background: rgb(51, 51, 51);
}
.faqBlock__icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faqBlock__q.is-open .faqBlock__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.headingBox {
  margin-top: 104px;
  margin-top: 6.5rem;
}
.headingBox + .headingBox {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.headingBox h3 {
  background: none;
  margin: 0;
  padding: 0;
}

.headingBox.headingBox--caution .headingBox__head {
  background: #f84f65;
}
.headingBox.headingBox--caution .headingBox__contents {
  border: 1px solid #ec407a;
  background: #fff4f5;
}

.headingBox.headingBox--question .headingBox__head {
  background: #1f73b7;
}
.headingBox.headingBox--question .headingBox__contents {
  border: 1px solid #1f73b7;
  background: #e1f4fe;
}

.headingBox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #333333;
}

.headingBox__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
.headingBox__title span {
  color: #fff;
}

.headingBox__icon {
  width: 28px;
  width: 1.75rem;
}

.headingBox__contents {
  padding: 40px;
  padding: 2.5rem;
  background: #f5f5f5;
  border: 1px solid #333333;
}

.blogCard {
  margin-top: 80px;
  margin-top: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .blogCard {
    margin-top: 2rem;
  }
}

.blogCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  padding: 24px;
  padding: 1.5rem;
}

.blogCard__thumbnail {
  width: 240px;
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blogCard__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blogCard__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogCard__category {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf, #348ac7);
  border-radius: 9999px;
  padding: 0 16px;
  padding: 0 1rem;
  height: 32px;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blogCard__date {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogCard__dateIcon {
  width: 16px;
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blogCard__time {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.blogCard__title {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: bold;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
}

.blogCard02 {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .blogCard02 {
    margin-top: 2rem;
  }
}

.blogCard02__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.blogCard02__thumbnail {
  width: 240px;
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blogCard02__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blogCard02__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogCard02__date {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogCard02__dateIcon {
  width: 16px;
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blogCard02__time {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

p.blogCard02__subTitle {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: 300;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  p.blogCard02__subTitle {
    font-size: 0.875rem;
  }
}

.blogCard02__title {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-weight: bold;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
}

.supervisor {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 40px;
  padding: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .supervisor {
    margin-top: 2rem;
  }
}

.supervisor__title {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border-bottom: 1px solid transparent;
  padding: 0 24px 12px;
  padding: 0 1.5rem 0.75rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}

.supervisor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.supervisor__image {
  width: 200px;
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.supervisor__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.supervisor__position,
.supervisor__name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.7;
}

.supervisor__name {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.supervisor__contents {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.ballonBlock {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width:1023px) {
  .ballonBlock {
    margin-top: 2rem;
  }
}
.ballonBlock + .ballonBlock {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width:1023px) {
  .ballonBlock + .ballonBlock {
    margin-top: 1rem;
  }
}
.ballonBlock.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ballonBlock.is-reverse .ballonBlock__image::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(./../img/common/icon_dot_02.png) no-repeat center center/100%;
  left: auto;
  right: calc(100% - 0.5625rem);
}

.ballonBlock__image {
  margin-top: 26px;
  margin-top: 1.625rem;
  width: 56px;
  width: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.ballonBlock__image::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(100% - 0.5625rem);
  width: 26px;
  width: 1.625rem;
  aspect-ratio: 26/13;
  background: url(./../img/common/icon_dot_01.png) no-repeat center center/100%;
}
.ballonBlock__image img {
  border-radius: 50%;
}

.ballonBlock__text {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  padding: 40px;
  padding: 2.5rem;
}

p.middle-text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.relatedArticle__text01 {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width:1023px) {
  .relatedArticle__text01 {
    font-size: 0.875rem;
  }
}

.gcb-editor-form .genesis-custom-blocks-media-controls .gcb-image__img,
.gcb-inspector-form .genesis-custom-blocks-media-controls .gcb-image__img {
  max-height: none;
  width: 500px;
}

/* ----------------------------------------
sns
---------------------------------------- */
.sns {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.sns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .sns__inner {
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sns__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
  margin-top: 40px;
  margin-top: 2.5rem;
  border-radius: 0.25rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #aaaaaa;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr:first-child th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr:first-child td {
  border-top: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr:last-child td, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr:last-child th {
  border-bottom: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr th {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 300;
  border-top: none;
  border-right: none;
  border-color: #aaa;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td:first-child,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr th:first-child {
  border-left: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td:last-child,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr th:last-child {
  border-right: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr th {
  color: #fff;
  background: #333333;
}

/* ----------------------------------------
column single table
---------------------------------------- */
.lwptoc {
  margin: 40px;
  margin: 2.5rem;
}
.lwptoc .lwptoc_i {
  padding: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  width: 100%;
}
.lwptoc .lwptoc_header {
  padding: 24px 26px;
  padding: 1.5rem 1.625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0 !important;
}
.lwptoc .lwptoc_title {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}
.lwptoc .lwptoc_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
  pointer-events: none;
}
.lwptoc .lwptoc_toggle::before, .lwptoc .lwptoc_toggle::after {
  display: none !important;
}
.lwptoc .lwptoc_toggle .lwptoc_toggle_label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lwptoc .lwptoc-notInherit div.lwptoc_i DIV a {
  border: none !important;
}
.lwptoc .lwptoc-notInherit div.lwptoc_i DIV a:hover {
  border: none !important;
}
.lwptoc .lwptoc_header .lwptoc_toggle a::after,
.lwptoc .lwptoc_header .lwptoc_toggle a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 8px;
  top: 0.5rem;
  right: 0;
  transition: transform 0.1s, -webkit-transform 0.1s;
  background: rgb(51, 51, 51);
}
.lwptoc .lwptoc_header .lwptoc_toggle a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lwptoc .lwptoc_header .lwptoc_toggle_label.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.lwptoc .lwptoc_items > ol.lwptoc_itemWrap > li.lwptoc_item > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.lwptoc .lwptoc_items > ol.lwptoc_itemWrap > li.lwptoc_item a {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  font-weight: 300;
  text-decoration: none;
}
@media screen and (max-width:1023px) {
  .lwptoc .lwptoc_items > ol.lwptoc_itemWrap > li.lwptoc_item a {
    font-size: 0.875rem;
  }
}
.lwptoc .lwptoc_item_number {
  margin-right: 0 !important;
}
.lwptoc .lwptoc_item_number::after {
  content: ".";
}
.lwptoc OL.lwptoc_itemWrap OL.lwptoc_itemWrap {
  margin: 0 0 0 24px !important;
  margin: 0 0 0 1.5rem !important;
}
.lwptoc OL.lwptoc_itemWrap OL.lwptoc_itemWrap .lwptoc_item {
  margin-top: 8px !important;
  margin-top: 0.5rem !important;
}
.lwptoc ol.lwptoc_itemWrap:first-child {
  padding: 0 0 40px !important;
  padding: 0 0 2.5rem !important;
}
.lwptoc.lwptoc-notInherit .lwptoc_i DIV A:hover {
  border: none !important;
}
.lwptoc LI.lwptoc_item {
  margin: 0 !important;
}
.lwptoc LI.lwptoc_item:nth-child(n+2) {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}

.telCta__btnCopy {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.telCta__btn {
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  width: 20rem;
  height: 56px;
  height: 3.5rem;
  background: #fff;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.8px;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width:1023px) {
  .telCta__btn {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.telCta__btn::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 1px solid #333;
  border-radius: 9999px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.telCta__icon {
  width: 28px;
  width: 1.75rem;
}

.telCta__arrow {
  margin-left: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  right: 32px;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.telCta__notes {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.7;
}

.sectionTitle01 {
  font-weight: 700;
  line-height: 1.2;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  color: #333333;
  position: relative;
}
@media screen and (max-width:1023px) {
  .sectionTitle01 {
    padding-left: 0;
  }
}
@media screen and (max-width:1023px) {
  .sectionTitle01 {
    font-size: 1.25rem;
  }
}
.sectionTitle01::first-letter {
  background: url(./../img/common/icon_tooth_01.png) no-repeat center left/48px;
  padding-left: 1em;
  padding-top: 0.2em;
  display: inline-block;
}
@media screen and (max-width:1023px) {
  .sectionTitle01::first-letter {
    background-size: 32px;
  }
}
.sectionTitle01::before {
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  content: "";
  left: 0;
  width: 48px;
  width: 3rem;
  height: 47px;
  height: 2.9375rem;
  z-index: -1;
}
@media screen and (max-width:1023px) {
  .sectionTitle01::before {
    top: -0.25rem;
    left: -1.25rem;
    width: 2rem;
    height: 1.9375rem;
  }
}
.sectionTitle01.is-left {
  margin-left: 0;
}
.sectionTitle01--white {
  color: #fff;
}
.sectionTitle01--medium {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width:1023px) {
  .sectionTitle01--medium {
    font-size: 1.25rem;
  }
}
.sectionTitle01--medium::first-letter {
  background-size: 2.25rem;
}
@media screen and (max-width:1023px) {
  .sectionTitle01--medium::first-letter {
    background-size: 32px;
  }
}

.sectionTitle02 {
  position: relative;
  padding: 5px 0 30px 23px;
  padding: 0.3125rem 0 1.875rem 1.4375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .sectionTitle02 {
    font-size: 1.125rem;
    padding: 0.3125rem 0 1.125rem 1rem;
  }
}
.sectionTitle02::before {
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(116, 116, 191, .2)), to(rgba(52, 138, 199, .2)));
  background: linear-gradient(90deg, rgba(116, 116, 191, .2) 0%, rgba(52, 138, 199, .2) 100%);
  border-radius: 50%;
  top: 0;
  left: 0;
}
@media screen and (max-width:1023px) {
  .sectionTitle02::before {
    width: 2rem;
  }
}
.sectionTitle02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf, #348ac7);
}

.sectionTitle03 {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border-left: 4px solid transparent;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.topAccess {
  padding: 80px 0;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:1023px) {
  .topAccess {
    padding: 2.5rem 0;
  }
}

.topAccess__bgText {
  font-family: "Lato", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  font-size: 160px;
  font-size: 10rem;
  position: absolute;
  top: 80px;
  top: 5rem;
  right: -20px;
  right: -1.25rem;
  z-index: -1;
  font-weight: 900;
}
@media screen and (max-width:1023px) {
  .topAccess__bgText {
    display: none;
  }
}

.topAccess__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (max-width:1023px) {
  .topAccess__container {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}

.topAccess__textBlock {
  width: 500px;
  width: 31.25rem;
}

.topAccess__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .topAccess__title {
    font-size: 1.25rem;
  }
}

.topAccess__titleIcon {
  width: 28px;
  width: 1.75rem;
}
@media screen and (max-width:1023px) {
  .topAccess__titleIcon {
    width: 1.5rem;
  }
}

.topAccess__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .topAccess__text01 {
    font-size: 0.875rem;
  }
}

.topAccess__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .topAccess__text02 {
    font-size: 0.75rem;
  }
}

.topAccess__text03 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .topAccess__text03 {
    font-size: 0.75rem;
  }
}

.topAccess__table {
  margin-top: 24px;
  margin-top: 1.5rem;
  border: 1px solid #00a497;
  padding: 0 20px 30px;
  padding: 0 1.25rem 1.875rem;
}
@media screen and (max-width:1023px) {
  .topAccess__table {
    padding-bottom: 0.5rem;
  }
}

.topAccess__mapWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topAccess__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

/* ----------------------------------------
feature
---------------------------------------- */
.feature {
  position: relative;
  padding: 75px 0 312px;
  padding: 4.6875rem 0 19.5rem;
}
@media screen and (max-width:1023px) {
  .feature {
    padding: 2.5rem 0 1.25rem;
  }
}
.feature::before {
  content: "";
  z-index: -2;
  position: absolute;
  width: 1091px;
  width: 68.1875rem;
  aspect-ratio: 1;
  right: -215px;
  right: -13.4375rem;
  bottom: -393px;
  bottom: -24.5625rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(221, 214, 243, .2)), to(rgba(250, 172, 168, .2)));
  background: linear-gradient(90deg, rgba(221, 214, 243, .2) 0%, rgba(250, 172, 168, .2) 100%);
  border-radius: 50%;
  max-width: none;
}
@media screen and (max-width:1023px) {
  .feature::before {
    width: 26.1875rem;
    bottom: -12.5rem;
    right: -8.125rem;
  }
}

.feature__bgText {
  font-family: "Lato", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#ddd6f3), to(#faaca8));
  background: linear-gradient(90deg, #ddd6f3 0%, #faaca8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.6;
  font-size: 160px;
  font-size: 10rem;
  position: absolute;
  bottom: 80px;
  bottom: 5rem;
  right: -20px;
  right: -1.25rem;
  z-index: -1;
  font-weight: 800;
}
@media screen and (max-width:1023px) {
  .feature__bgText {
    font-size: 4.5rem;
    right: -0.375rem;
  }
}

.feature__headText {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width:1023px) {
  .feature__headText {
    margin-top: 1.625rem;
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.feature__list {
  margin-top: 80px;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 40px;
  gap: 2rem 2.5rem;
}
@media screen and (max-width:1023px) {
  .feature__list {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.feature__itemImage {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.feature__itemText01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .feature__itemText01 {
    text-align: center;
  }
}

.feature__itemText02 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
}
.feature__btnWrap {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1023px) {
  .feature__btnWrap {
    margin-top: 2rem;
  }
}

.aboutIntro {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .aboutIntro {
    padding: 2rem 0;
  }
}

.aboutIntro__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .aboutIntro__text {
    font-size: 0.875rem;
  }
}

.aboutPromise {
  padding: 80px 0;
  padding: 5rem 0;
  background: url(./../img/about/about_bg_01.png) top center/cover;
}
@media screen and (max-width:1023px) {
  .aboutPromise {
    padding: 2.5rem 0;
  }
}

.aboutPromise__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
  gap: 3.375rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .aboutPromise__list {
    margin-top: 2rem;
  }
}

.aboutPromise__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .aboutPromise__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.aboutPromise__imageWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width:1023px) {
  .aboutPromise__imageWrap {
    width: 100%;
  }
}

.aboutPromise__num {
  position: absolute;
  width: 104px;
  width: 6.5rem;
  height: 32px;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf, #348ac7);
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 18px;
  top: 1.125rem;
  border-radius: 9999px;
  left: 16px;
  left: 1rem;
}

.aboutPromise__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width:1023px) {
  .aboutPromise__textWrap {
    width: 100%;
  }
}

.aboutPromise__text01 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}

.aboutPromise__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .aboutPromise__text02 {
    font-size: 0.875rem;
  }
}

.aboutReason {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .aboutReason {
    padding: 2.5rem 0;
  }
}

.aboutReason__list {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width:1023px) {
  .aboutReason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
  }
}

.aboutReason__listItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aboutReason__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
}

.aboutReason__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
}

.aboutStaff .director {
  padding: 80px 0;
  padding: 5rem 0;
  margin-top: 0;
}
@media screen and (max-width:1023px) {
  .aboutStaff .director {
    padding: 2.5rem 0;
  }
}
.aboutStaff .director .director__bgText {
  display: none;
}
.aboutStaff .director::before {
  right: auto;
  left: -90px;
  left: -5.625rem;
  width: 382px;
  width: 23.875rem;
  top: 128px;
  top: 8rem;
}

.accessPage {
  background: url(./../img/access/access_bg_01.png) center center/cover;
}

.accessPageFv .fv__title--en {
  font-size: min(24vw, 96px);
}

.accessPageIntro {
  padding: 80px 0;
  padding: 5rem 0;
}

.accessPageIntro__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .accessPageIntro__text {
    font-size: 0.875rem;
  }
}

.accessPageInfo__container {
  padding: 80px;
  padding: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .accessPageInfo__container {
    padding: 1.25rem;
  }
}

.accessPageInfo__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .accessPageInfo__clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.accessPageInfo__textBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.accessPageInfo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .accessPageInfo__title {
    font-size: 1.25rem;
  }
}
.accessPageInfo__title:nth-child(n+2) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.accessPageInfo__titleIcon {
  width: 28px;
  width: 1.75rem;
}
@media screen and (max-width:1023px) {
  .accessPageInfo__titleIcon {
    width: 1.5rem;
  }
}

.accessPageInfo__text01 {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}

.accessPageInfo__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .accessPageInfo__text02 {
    font-size: 0.875rem;
  }
}

.accessPageInfo__text03 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .accessPageInfo__text03 {
    font-size: 0.875rem;
  }
}

.accessPageInfo__table {
  margin-top: 24px;
  margin-top: 1.5rem;
  background: #fff;
}
@media screen and (max-width:1023px) {
  .accessPageInfo__table .hoursTable {
    width: 100%;
  }
}

.accessPageInfo__mapWrap {
  width: 461px;
  width: 28.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.accessPageInfo__cta {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .accessPageInfo__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accessPageInfo__cta .telCta__btnCopy,
.accessPageInfo__cta .lineCta__btnCopy,
.accessPageInfo__cta .lineCta__notes,
.accessPageInfo__cta .telCta__notes {
  color: #333;
}
.accessPageInfo__cta .telCta__btn {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
}

.accessPageYoutube {
  padding: 80px 0;
  padding: 5rem 0;
}

.accessPageYoutube__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.accessPageYoutube__title {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .accessPageYoutube__title {
    font-size: 1.125rem;
  }
}

.accessPageYoutube__video {
  width: 100%;
}
.accessPageYoutube__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

.accessPageStation {
  padding: 40px 0;
  padding: 2.5rem 0;
  overflow: hidden;
}

.accessPageStation__title .sectionTitle01 {
  position: relative;
  cursor: pointer;
}

.accessPageStation__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 8px);
  width: 18px;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width:1023px) {
  .accessPageStation__icon {
    width: 0.875rem;
  }
}
.accessPageStation__icon::before, .accessPageStation__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 8px;
  top: 0.5rem;
  right: 0;
  transition: transform 0.1s, -webkit-transform 0.1s;
  background: rgb(51, 51, 51);
}
.accessPageStation__icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .accessPageStation__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accessPageStation__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
  display: grid;
}
@media screen and (max-width:1023px) {
  .accessPageStation__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.accessPageStation__image {
  aspect-ratio: 469/313;
}
.accessPageStation__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accessPageStation__text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width:1023px) {
  .accessPageStation__text {
    font-size: 0.875rem;
  }
}

.accessPageInfo__googlemap {
  margin-top: 24px;
}

.accessPageYoutube__tabList {
  margin-top: 32px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width:1023px) {
  .accessPageYoutube__tabList {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.accessPageYoutube__tabItem {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 9999px;
  padding: 10px 32px;
  padding: 0.625rem 2rem;
  cursor: pointer;
  display: block;
}
.accessPageYoutube__tabItem.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  color: #fff;
  font-weight: bold;
}

.accessPageYoutube__contentsList {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:1023px) {
  .accessPageYoutube__contentsList {
    margin-top: 2.5rem;
  }
}

.accessPageYoutube__contents {
  display: none;
}
.accessPageYoutube__contents.is-active {
  display: block;
}

.accessPageYoutube__block {
  padding: 80px;
  padding: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #12c2e9, #c471ed, #f64f59) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .accessPageYoutube__block {
    padding: 0.625rem;
  }
}

.accessPageStationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width:1023px) {
  .accessPageStationList {
    margin-top: 4.25rem;
    gap: 1rem;
  }
}

.accessPageStationList__item {
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#ddd6f3), to(#faaca8)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ddd6f3, #faaca8) border-box;
  position: relative;
  border: 1px solid transparent;
}
.accessPageStationList__title {
  cursor: pointer;
  position: relative;
  padding: 30px 82px 30px 30px;
  padding: 1.875rem 5.125rem 1.875rem 1.875rem;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .accessPageStationList__title {
    padding: 0.875rem 4rem 0.875rem 0.875rem;
    font-size: 0.875rem;
  }
}

.accessPageStationList__detail {
  padding: 0 30px 30px 30px;
  padding: 0 1.875rem 1.875rem 1.875rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .accessPageStationList__detail {
    padding: 0 0.875rem 0.875rem 0.875rem;
    font-size: 0.875rem;
  }
}

.accessPageStationList__icon {
  position: absolute;
  top: 34px;
  top: 2.125rem;
  right: 46px;
  right: 2.875rem;
  width: 18px;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width:1023px) {
  .accessPageStationList__icon {
    top: 1.25rem;
    right: 1.6875rem;
    width: 0.875rem;
  }
}
.accessPageStationList__icon::before, .accessPageStationList__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 8px;
  top: 0.5rem;
  right: 0;
  transition: transform 0.1s, -webkit-transform 0.1s;
  background: rgb(51, 51, 51);
}
.accessPageStationList__icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accessPageStationList__head.is-open .accessPageStationList__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.columnContainer {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .columnContainer {
    margin-top: 2rem;
  }
}
.columnContainer .sectionTitle02:nth-child(n+2) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .columnContainer .sectionTitle02:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.columnList {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width:1023px) {
  .columnList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.columnList--medical {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .columnList--medical {
    margin-top: 2rem;
  }
}

.columnList__imageWrap {
  position: relative;
}

.columnList__image {
  aspect-ratio: 100/62;
}
.columnList__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.columnList__categoryList {
  position: absolute;
  top: 18px;
  top: 1.125rem;
  left: 16px;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.columnList__categoryItem {
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  border-radius: 9999px;
  padding: 0 24px;
  padding: 0 1.5rem;
  height: 32px;
  height: 2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.columnList__tagList {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columnList__tagItem {
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  border-radius: 9999px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  height: 1.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  padding: 0 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

.columnList__subTitle {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .columnList__subTitle {
    font-size: 0.875rem;
  }
}

.columnList__title {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.columnList__date {
  margin: 8px 0;
  margin: 0.5rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

/* ----------------------------------------
_example
---------------------------------------- */
.example {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .example {
    padding: 4rem 0;
  }
}

.exampleList {
  margin-top: 112px;
  margin-top: 7rem;
  gap: 80px;
  gap: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:1023px) {
  .exampleList {
    gap: 2.5rem;
    margin-top: 2rem;
  }
}

.exampleList__itemTitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .exampleList__itemTitle {
    font-size: 1.125rem;
  }
}

.exampleList__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width:1023px) {
  .exampleList__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }
}

.exampleList__main {
  width: 58.1818181818%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .exampleList__main {
    width: 100%;
  }
}

.exampleList__imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .exampleList__imageBlock {
    gap: 1.5rem;
  }
}

.exampleList__imageWrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:1023px) {
  .exampleList__imageWrap {
    width: 100%;
  }
}

.exampleList__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .exampleList__label {
    font-size: 0.75rem;
    padding: 0.625rem 1rem;
  }
}

.exampleList__label--before {
  background: #333333;
}

.exampleList__image {
  width: 100%;
  aspect-ratio: 4/3;
}
.exampleList__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.exampleList__label--after {
  background: #00a497;
}

.exampleList__textBlock {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:1023px) {
  .exampleList__textBlock {
    margin-top: 1rem;
  }
}

.exampleList__term,
.exampleList__desc {
  line-height: 1.7;
}
.exampleList__term:nth-of-type(n + 2),
.exampleList__desc:nth-of-type(n + 2) {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.exampleList__term {
  width: 74px;
  width: 4.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .exampleList__term {
    font-size: 1rem;
  }
}

.exampleList__desc {
  width: calc(100% - 4.625rem);
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .exampleList__desc {
    font-size: 0.875rem;
  }
}

.exampleList__table {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.exampleList__th,
.exampleList__td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #e5e5ea;
}
@media screen and (max-width:1023px) {
  .exampleList__th,
  .exampleList__td {
    font-size: 0.875rem;
  }
}

.exampleList__th {
  background: #333;
  color: #fff;
  width: 104px;
  width: 6.5rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
}

.exampleList__td {
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
}

.exampleList__btnWrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1023px) {
  .exampleList__btnWrap {
    margin-top: 2rem;
  }
}

.exampleList__btn.btn01 {
  margin: 0;
}

/* ----------------------------------------
_example
---------------------------------------- */
.exampleSingle {
  padding: 80px 0 80px;
  padding: 5rem 0 5rem;
  gap: 80px;
  gap: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:1023px) {
  .exampleSingle {
    padding: 2.5rem 0 2.5rem;
  }
}

.exampleSingle__imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .exampleSingle__imageBlock {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}

.exampleSingle__imageWrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.exampleSingle__label {
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  width: 5rem;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .exampleSingle__label {
    font-size: 0.75rem;
    height: 1.5rem;
    width: 3rem;
  }
}

.exampleSingle__label--before {
  background: #757575;
}

.exampleSingle__image {
  width: 100%;
  aspect-ratio: 4/3;
}
.exampleSingle__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.exampleSingle__label--after {
  background: #eca992;
}

.exampleSingle__textBlock {
  margin-top: 22px;
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.exampleSingle__term,
.exampleSingle__desc {
  line-height: 1.7;
}
.exampleSingle__term:nth-of-type(n + 2),
.exampleSingle__desc:nth-of-type(n + 2) {
  margin-top: 16px;
  margin-top: 1rem;
}

.exampleSingle__term {
  width: 74px;
  width: 4.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .exampleSingle__term {
    font-size: 1rem;
  }
}

.exampleSingle__desc {
  width: calc(100% - 4.625rem);
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .exampleSingle__desc {
    font-size: 0.875rem;
  }
}

.exampleSingle__table {
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.exampleSingle__th,
.exampleSingle__td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #e5e5ea;
}
@media screen and (max-width:1023px) {
  .exampleSingle__th,
  .exampleSingle__td {
    font-size: 0.875rem;
  }
}

.exampleSingle__th {
  background: #333;
  color: #fff;
  width: 104px;
  width: 6.5rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
}

.exampleSingle__td {
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
}

.exampleSingle__btnWrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.exampleSingle__btn.btn01 {
  margin: 0;
}

.exampleSingle__content {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .exampleSingle__content {
    margin-top: 2rem;
  }
}

.exampleSingle__container {
  padding: 80px;
  padding: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .exampleSingle__container {
    padding: 1.25rem;
  }
}

.relatedColumnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .relatedColumnList {
    margin-top: 2rem;
  }
}

.relatedColumnList__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  padding: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width:1023px) {
  .relatedColumnList__article {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.relatedColumnList__image {
  width: 240px;
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .relatedColumnList__image {
    width: 100%;
  }
}

@media screen and (max-width:1023px) {
  .relatedColumnList__textBlock {
    width: 100%;
  }
}

.relatedColumnList__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}

.relatedColumnList__category {
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf, #348ac7);
  border-radius: 9999px;
  height: 32px;
  height: 2rem;
  padding: 0 24px;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}

.relatedColumnList__time {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.relatedColumnList__title {
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.relatedColumn__btnWrap {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1023px) {
  .relatedColumn__btnWrap {
    margin-top: 2rem;
  }
}

.faq {
  padding: 80px 0 160px;
  padding: 5rem 0 10rem;
}
@media screen and (max-width:1023px) {
  .faq {
    padding: 4rem 0;
  }
}

.faqList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .faqList {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.faqList__item {
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#ddd6f3), to(#faaca8)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ddd6f3, #faaca8) border-box;
  position: relative;
  border: 1px solid transparent;
}
.faqList__q {
  cursor: pointer;
}
.faqList__qText {
  position: relative;
  padding: 30px 82px;
  padding: 1.875rem 5.125rem;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .faqList__qText {
    padding: 0.875rem 4rem 0.875rem 3.25rem;
    font-size: 0.875rem;
  }
}
.faqList__qText::before {
  content: "Q";
  position: absolute;
  top: 22px;
  top: 1.375rem;
  left: 38px;
  left: 2.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width:1023px) {
  .faqList__qText::before {
    top: 0.75rem;
    left: 1.5rem;
    font-size: 1.25rem;
  }
}

.faqList__aText {
  padding: 30px 82px;
  padding: 1.875rem 5.125rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .faqList__aText {
    font-size: 0.875rem;
    padding: 0.875rem 4rem 1.5rem 3.25rem;
  }
}
.faqList__aText::before {
  content: "A";
  position: absolute;
  top: 22px;
  top: 1.375rem;
  left: 38px;
  left: 2.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width:1023px) {
  .faqList__aText::before {
    top: 0.75rem;
    left: 1.5rem;
    font-size: 1.25rem;
  }
}

.faqList__icon {
  position: absolute;
  top: 34px;
  top: 2.125rem;
  right: 46px;
  right: 2.875rem;
  width: 18px;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width:1023px) {
  .faqList__icon {
    top: 1.25rem;
    right: 1.6875rem;
    width: 0.875rem;
  }
}
.faqList__icon::before, .faqList__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 8px;
  top: 0.5rem;
  right: 0;
  transition: transform 0.1s, -webkit-transform 0.1s;
  background: rgb(51, 51, 51);
}
.faqList__icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faqList__q.is-open .faqList__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.flow {
  padding-bottom: 160px;
  padding-bottom: 10rem;
}
@media screen and (max-width:1023px) {
  .flow {
    padding-bottom: 5rem;
  }
}

.flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .flowList {
    margin-top: 2rem;
  }
}

.flowList__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:1023px) {
  .flowList__clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.flowList__image {
  width: 330px;
  width: 20.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .flowList__image {
    width: 100%;
  }
}

.flowList__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:1023px) {
  .flowList__contents {
    width: 100%;
  }
}

.flowList__text01 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
}

.flowList__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width:1023px) {
  .flowList__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.newsPage {
  padding: 80px 0 160px;
  padding: 5rem 0 10rem;
}
@media screen and (max-width:1023px) {
  .newsPage {
    padding: 4rem 0;
  }
}

.newsPage__container {
  width: 800px;
  width: 50rem;
  margin: 0 auto;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.newsList__item {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  border-radius: 9999px;
}

.newsList__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 40px;
  padding: 1rem 2.5rem;
}

.newsList__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 3px;
  padding-top: 0.1875rem;
}

.newsList__icon {
  width: 16px;
  width: 1rem;
}

.newsList__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
}

.newsSingle {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .newsSingle {
    padding: 2.5rem 0;
  }
}

.newsSingle__container {
  padding: 80px;
  padding: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .newsSingle__container {
    padding: 1rem;
  }
}

.page404 {
  padding: 40px 0 160px;
  padding: 2.5rem 0 10rem;
}

.page404__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width:1023px) {
  .page404__lead {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}

.page404__btnWrap {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1023px) {
  .page404__btnWrap {
    margin-top: 2rem;
  }
}

/* ----------------------------------------
プライバシーポリシーページ
---------------------------------------- */
.privacyPolicy {
  padding: 80px 0 160px;
  padding: 5rem 0 10rem;
}

@media screen and (max-width:1023px) {
  .privacyPolicyFv .fv__title--en {
    font-size: min(20vw, 96px);
  }
}
@media screen and (max-width:1023px) {
  .privacyPolicyFv .fv__title--ja {
    font-size: min(10vw, 96px);
  }
}

.privacyPolicy__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .privacyPolicy__lead {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}

.privacyPolicy__block {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .privacyPolicy__block {
    margin-top: 2rem;
  }
}
.privacyPolicy__block + .privacyPolicy__block {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width:1023px) {
  .privacyPolicy__block + .privacyPolicy__block {
    margin-top: 1rem;
  }
}

.privacyPolicy__blockTitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.privacyPolicy__blockText01 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .privacyPolicy__blockText01 {
    font-size: 0.875rem;
  }
}
.privacyPolicy__blockText01 a {
  text-decoration: underline;
}

.privacyPolicy__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.privacyPolicy__item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .privacyPolicy__item {
    font-size: 0.875rem;
  }
}

.recruitPage {
  overflow: hidden;
}

.recruitFv {
  padding: 80px 0 118px;
  padding: 5rem 0 7.375rem;
  background: url(./../img/recruit/fv_bg_01.png) right top/contain no-repeat;
}
@media screen and (max-width:1023px) {
  .recruitFv {
    padding: 5rem 0 5.625rem;
    background: url(./../img/recruit/fv_bg_01_sp.png) right top/contain no-repeat;
  }
}

.recruitFv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  gap: 6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:1023px) {
  .recruitFv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.recruitFv__title {
  width: 390px;
  width: 24.375rem;
  font-weight: 700;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(#b8cbb8), color-stop(0%, #b8cbb8), color-stop(0%, #b465da), color-stop(33%, #cf6cc9), color-stop(66%, #ee609c), to(#ee609c));
  background: linear-gradient(90deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 58px;
}
@media screen and (max-width:1023px) {
  .recruitFv__title {
    padding-bottom: 0;
    font-size: 1.75rem;
  }
}

.recruitFv__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:1023px) {
  .recruitFv__image {
    width: 100%;
  }
}

.recruitFv__text01 {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .recruitFv__text01 {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.recruitNav {
  padding: 80px 0 40px;
  padding: 5rem 0 2.5rem;
}
@media screen and (max-width:1023px) {
  .recruitNav {
    padding: 0 0 2.5rem;
  }
}
@media screen and (max-width:1023px) {
  .recruitNav .fv__title--en {
    font-size: min(20vw, 96px);
  }
}

.recruitNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-top: 5rem;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1023px) {
  .recruitNav__list {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.recruitNav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
  border-radius: 20px;
}
@media screen and (max-width:1023px) {
  .recruitNav__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 8px);
  }
}

.recruitMessage {
  padding: 80px 0;
  padding: 5rem 0;
  background: url(./../img/recruit/message_bg_01.png) left bottom 80px/600px no-repeat;
}
@media screen and (max-width:1023px) {
  .recruitMessage {
    background-size: 93vw;
    background-position: top 340px left;
  }
}

.recruitMessage__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .recruitMessage__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.recruitMessage__imageWrap {
  width: 400px;
  width: 25rem;
}

.recruitMessage__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .recruitMessage__text01 {
    font-size: 0.875rem;
  }
}

.recruitMessage__text02 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.recruitMessage__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruitMessage__text03 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
}
@media screen and (max-width:1023px) {
  .recruitMessage__text03 {
    font-size: 0.875rem;
  }
}

.recruitPeople__container {
  width: 628px;
  width: 39.25rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #12c2e9, #c471ed, #f64f59) border-box;
  border: 1px solid transparent;
  padding: 40px;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  gap: 2.25rem;
}
@media screen and (max-width:1023px) {
  .recruitPeople__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
  }
}

.recruitPeople__text01 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

.recruitPeople__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.recruitPeople__item {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.recruitPeople__item::before {
  content: "";
  width: 20px;
  width: 1.25rem;
  aspect-ratio: 1;
  position: absolute;
  background: url(./../img/common/icon_check_01.png) center center/contain no-repeat;
  top: 0;
  left: 0;
}

.recruitAppeal {
  background: url(./../img/recruit/appeal_bg_01.png) center center/cover no-repeat;
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .recruitAppeal {
    padding: 2.5rem 0;
  }
}

.recruitAppeal__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.recruitAppeal__title01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.recruitAppeal__list {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width:1023px) {
  .recruitAppeal__list {
    gap: 2.5rem;
    margin-top: 2rem;
  }
}

.recruitAppeal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .recruitAppeal__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.recruitAppealr__imageWrap {
  position: relative;
}

.recruitAppeal__num {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#ddd6f3), to(#faaca8));
  background: linear-gradient(90deg, #ddd6f3 0%, #faaca8 100%);
  border-radius: 9999px;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 8px 22px;
  padding: 0.5rem 1.375rem;
  top: 18px;
  top: 1.125rem;
  display: block;
  left: 16px;
  left: 1rem;
}

.recruitAppealr__image {
  width: 500px;
  width: 31.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .recruitAppealr__image {
    width: 100%;
  }
}

.recruitAppealr__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:1023px) {
  .recruitAppealr__textWrap {
    width: 100%;
  }
}

.recruitAppeal__text01 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}

.recruitAppeal__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
}

.recruitCta {
  padding: 40px 0 64px;
  padding: 2.5rem 0 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#d5dee7), color-stop(0%, #ffafbd), to(#c9ffbf));
  background: linear-gradient(90deg, #d5dee7 0%, #ffafbd 0%, #c9ffbf 100%);
}
@media screen and (max-width:1023px) {
  .recruitCta {
    padding: 2.5rem 0;
    background: linear-gradient(155.28deg, #d5dee7 -4.91%, #ffafbd -4.91%, #c9ffbf 102.38%);
  }
}

.recruitCta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width:1023px) {
  .recruitCta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.recruit__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit__title--en {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.2;
}
@media screen and (max-width:1023px) {
  .recruit__title--en {
    font-size: 4rem;
    text-align: center;
  }
}

.recruit__title--ja {
  margin-top: -40px;
  margin-top: -2.5rem;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .recruit__title--ja {
    font-size: 1.5rem;
    text-align: center;
  }
}

.recruit__btnWrap {
  width: 320px;
  width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.recruit__copy {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .recruit__copy {
    font-size: 0.875rem;
  }
}

.recruit__btn {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  width: 20rem;
  height: 56px;
  height: 3.5rem;
  background: #ff6d00;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  position: relative;
}
.recruit__btn::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 1px solid #fff;
  border-radius: 9999px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recruit__btnArrow {
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 32px;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.recruitRequirements {
  padding: 120px 0 80px;
  padding: 7.5rem 0 5rem;
  background: url(./../img/recruit/requirements_bg_01.png) right bottom/857px no-repeat;
  background: url(./../img/recruit/requirements_bg_01.png) right bottom/857px no-repeat;
}
@media screen and (max-width:1023px) {
  .recruitRequirements {
    padding: 5rem 0 2.5rem;
    background-size: 80vw;
    background-position: top 340px right;
  }
}

.recruitRequirements__tabList {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width:1023px) {
  .recruitRequirements__tabList {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.recruitRequirements__tabItem {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 9999px;
  padding: 10px 32px;
  padding: 0.625rem 2rem;
  cursor: pointer;
  display: block;
}
.recruitRequirements__tabItem.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  color: #fff;
  font-weight: bold;
}

.recruitRequirements__contentsList {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .recruitRequirements__contentsList {
    margin-top: 2.5rem;
  }
}

.recruitRequirements__contents {
  display: none;
}
.recruitRequirements__contents.is-active {
  display: block;
}

.recruitRequirements__block {
  padding: 80px;
  padding: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #12c2e9, #c471ed, #f64f59) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .recruitRequirements__block {
    background: none;
    padding: 0;
    border: none;
  }
}

.recruitRequirements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.recruitRequirements__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:1023px) {
  .recruitRequirements__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
.recruitRequirements__item:not(:last-child) {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
.recruitRequirements__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(90deg, #12c2e9, #c471ed, #f64f59);
}
@media screen and (max-width:1023px) {
  .recruitRequirements__item:not(:last-child)::after {
    content: none;
  }
}

.recruitRequirements__term {
  width: 232px;
  width: 14.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .recruitRequirements__term {
    width: 100%;
    padding: 0 0 0.5rem 1rem;
    position: relative;
    font-size: 0.875rem;
  }
  .recruitRequirements__term::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
    background: linear-gradient(90deg, #12c2e9, #c471ed, #f64f59);
  }
}

.recruitRequirements__desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .recruitRequirements__desc {
    width: 100%;
    padding-left: 1rem;
  }
}

.recruitAccessBg {
  padding: 80px 0;
  padding: 5rem 0;
  background: url(./../img/recruit/access_bg_01.png) left bottom 350px/639px no-repeat;
}
@media screen and (max-width:1023px) {
  .recruitAccessBg {
    padding: 2.5rem 0;
  }
}

.recruitAccess .accessPageInfo__container {
  margin-top: 72px;
  margin-top: 4.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #12c2e9, #c471ed, #f64f59) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width:1023px) {
  .recruitAccess .accessPageInfo__container {
    margin-top: 2rem;
  }
}

.recruitProcess {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .recruitProcess {
    padding: 2.5rem 0;
  }
}

.recruitProcess__list {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width:1023px) {
  .recruitProcess__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width:1023px) {
  .recruitProcess__item {
    width: calc(50% - 8px);
  }
}

.recruitProcess__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .recruitProcess__text01 {
    font-size: 1rem;
  }
}

.recruitForm {
  padding-bottom: 160px;
  padding-bottom: 10rem;
  /* チェックボックスアイテム */
  /* 実際のチェックボックスを非表示 */
  /* カスタムチェックボックス */
  /* チェック時のスタイル */
  /* チェックマーク */
  /* フォーカス時のスタイル */
}
@media screen and (max-width:1023px) {
  .recruitForm {
    padding-bottom: 5rem;
  }
}
.recruitForm .label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
.recruitForm .tag {
  width: 40px;
  width: 2.5rem;
  height: 20px;
  height: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruitForm .required-tag {
  background: #f84f65;
}
.recruitForm .optional-tag {
  background: #333333;
}
.recruitForm .form-item + .form-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.recruitForm .notes {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.7;
  font-weight: 300;
}
.recruitForm .form-btn-item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruitForm .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitForm .wpcf7-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0;
}
.recruitForm .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.recruitForm .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 2px solid #666;
  border-radius: 50%;
  background: white;
  vertical-align: middle;
}
.recruitForm .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #333;
  background: #333;
  -webkit-box-shadow: inset 0 0 0 3px white;
          box-shadow: inset 0 0 0 3px white;
}
.recruitForm .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  color: #333;
  font-weight: 500;
}
.recruitForm .form-check-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.recruitForm .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
}
.recruitForm .wpcf7-list-item-label a {
  text-decoration: underline;
}
.recruitForm .form-check-item p {
  margin: 0;
}
.recruitForm .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitForm .wpcf7-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.recruitForm .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.recruitForm .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 2px solid #666;
  border-radius: 3px;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
}
.recruitForm .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #333;
  background: #333;
}
.recruitForm .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "✓";
  top: 4px;
  position: absolute;
  left: 4px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.recruitForm .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #333;
  font-weight: 500;
}
.recruitForm .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline-offset: 2px;
}

.recruitForm__container {
  margin-top: 80px;
  margin-top: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #12c2e9, #c471ed, #f64f59) border-box;
  border: 1px solid transparent;
  padding: 80px;
  padding: 5rem;
}
@media screen and (max-width:1023px) {
  .recruitForm__container {
    padding: 1.25rem;
    margin-top: 2.5rem;
  }
}

.recruitBottomAccess__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:1023px) {
  .recruitBottomAccess__clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.recruitBottomAccess__textBlock {
  width: 50%;
}
@media screen and (max-width:1023px) {
  .recruitBottomAccess__textBlock {
    width: 100%;
  }
}

.recruitBottomAccess__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .recruitBottomAccess__title {
    font-size: 1.25rem;
  }
}
.recruitBottomAccess__title:nth-child(n+2) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.recruitBottomAccess__titleIcon {
  width: 28px;
  width: 1.75rem;
}
@media screen and (max-width:1023px) {
  .recruitBottomAccess__titleIcon {
    width: 1.5rem;
  }
}

.recruitBottomAccess__text01 {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}

.recruitBottomAccess__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.recruitBottomAccess__table {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 540px;
  width: 33.75rem;
  background: #fff;
  border: 1px solid #00a497;
  padding: 10px 40px 20px;
  padding: 0.625rem 2.5rem 1.25rem;
}
@media screen and (max-width:1023px) {
  .recruitBottomAccess__table {
    padding: 0.625rem 0.625rem 1.25rem;
  }
}
@media screen and (max-width:1023px) {
  .recruitBottomAccess__table .hoursTable {
    width: 100%;
  }
}

.recruitBottomAccess__mapWrap {
  width: 50%;
}
@media screen and (max-width:1023px) {
  .recruitBottomAccess__mapWrap {
    width: 100%;
  }
}

/* ----------------------------------------
header pc
---------------------------------------- */
/* ----------------------------------------
Mv
---------------------------------------- */
/* ----------------------------------------
Footer
---------------------------------------- */
.sitemap {
  padding-bottom: 160px;
  padding-bottom: 10rem;
}

.sitemap__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-top: 4.375rem;
  gap: 80px;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sitemap__item {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .sitemap__item {
    font-size: 0.875rem;
  }
}

.sitemap__parent {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .sitemap__parent {
    font-size: 0.875rem;
  }
}

.sitemap__subMenu {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sitemap__subItem {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .sitemap__subItem {
    font-size: 0.875rem;
  }
}

.staffDirector {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .staffDirector {
    padding: 2.5rem 0;
  }
}

.staffDirector__container {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:1023px) {
  .staffDirector__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
}

.staffDirector__imageWrap {
  width: 38%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .staffDirector__imageWrap {
    width: 100%;
  }
}

.staffDirector__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .staffDirector__text01 {
    font-size: 0.875rem;
  }
}

.staffDirector__text02 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.staffDirector__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.staffDirector__text03 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.staffDirector__text04 {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .staffDirector__text04 {
    font-size: 0.875rem;
  }
}

.staffEmployee {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .staffEmployee {
    padding: 2.5rem 0;
  }
}

.staffEmployee__list {
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  gap: 2.5rem 1.5rem;
}
@media screen and (max-width:1023px) {
  .staffEmployee__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.staffEmployee__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.staffEmployee__text02 {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.staffEmployee__text02--small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #666;
}

.staffEmployee__text03 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
}

.subPage {
  padding-top: 160px;
  padding-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width:1023px) {
  .subPage {
    padding-top: 4.375rem;
  }
}

.thanksPage {
  padding: 40px 0 160px;
  padding: 2.5rem 0 10rem;
}

.thanksPage__text01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width:1023px) {
  .thanksPage__text01 {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}

.thanksPage__btnWrap {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1023px) {
  .thanksPage__btnWrap {
    margin-top: 2rem;
  }
}

.p-topPage {
  overflow: hidden;
}

.topBanner {
  max-width: none;
  overflow: hidden;
  padding: 45px 0;
  padding: 2.8125rem 0;
}
@media screen and (max-width:1023px) {
  .topBanner {
    padding: 1.5rem 0;
  }
}

.topBanner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.topBanner__list {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 24s infinite linear 0.5s both;
          animation: infinity-scroll-left 24s infinite linear 0.5s both;
}

.topBanner__item {
  width: 400px;
  width: 25rem;
  margin: 0 20px;
  margin: 0 1.25rem;
}
@media screen and (max-width:1023px) {
  .topBanner__item {
    width: 15rem;
    margin: 0 0.75rem;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ----------------------------------------
topCase
---------------------------------------- */
.topCase {
  overflow: hidden;
  position: relative;
  padding: 92px 0;
  padding: 5.75rem 0;
}
@media screen and (max-width:1023px) {
  .topCase {
    padding: 4.5rem 1rem 3.75rem;
  }
}

.topCase__bgText {
  font-family: "Lato", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  font-size: 160px;
  font-size: 10rem;
  position: absolute;
  top: 80px;
  top: 5rem;
  left: -20px;
  left: -1.25rem;
  z-index: -1;
  font-weight: 900;
}
@media screen and (max-width:1023px) {
  .topCase__bgText {
    display: none;
  }
}

.topCase__container {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .topCase__container {
    margin-top: 2rem;
  }
}

.topCase__imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.topCase__imageWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.topCase__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  color: #fff;
}
@media screen and (max-width:1023px) {
  .topCase__label {
    font-size: 0.75rem;
    padding: 0.625rem 1rem;
  }
}

.topCase__label--before {
  background: #333333;
}

.topCase__image {
  aspect-ratio: 4/3;
}
.topCase__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topCase__label--after {
  background: #00a497;
}

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

.topCase__term,
.topCase__desc {
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .topCase__term,
  .topCase__desc {
    padding: 1rem 1rem;
  }
}
.topCase__term:nth-of-type(n + 2),
.topCase__desc:nth-of-type(n + 2) {
  border-top: 1px dotted #000;
}

.topCase__term {
  width: 206px;
  width: 12.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width:1023px) {
  .topCase__term {
    font-size: 1rem;
    width: 9.375rem;
  }
}

.topCase__desc {
  width: calc(100% - 12.875rem);
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:1023px) {
  .topCase__desc {
    width: calc(100% - 9.375rem);
    font-size: 0.875rem;
  }
}

.topCase__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-top: 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1023px) {
  .topCase__controller {
    margin-top: 1.5rem;
  }
}

.topCase .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.topCase .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.topCase .swiper-pagination-bullet {
  width: 18px;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
  background: #d9d9d9;
  margin: 0;
}
@media screen and (max-width:1023px) {
  .topCase .swiper-pagination-bullet {
    width: 0.5rem;
  }
}
.topCase .swiper-pagination-bullet-active {
  background: #333;
}
.topCase .swiper-button-prev,
.topCase .swiper-button-next {
  position: static;
  color: transparent;
  width: 56px;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
@media screen and (max-width:1023px) {
  .topCase .swiper-button-prev,
  .topCase .swiper-button-next {
    width: 2.5rem;
  }
}
.topCase .swiper-button-prev {
  margin-right: 14px;
  margin-right: 0.875rem;
}
@media screen and (max-width:1023px) {
  .topCase .swiper-button-prev {
    margin-right: 0.25rem;
  }
}
.topCase .swiper-button-next {
  margin-left: 14px;
  margin-left: 0.875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:1023px) {
  .topCase .swiper-button-next {
    margin-left: 0.25rem;
  }
}

.topCase__arrow {
  margin: 0 26px 0 36px;
  margin: 0 1.625rem 0 2.25rem;
}
@media screen and (max-width:1023px) {
  .topCase__arrow {
    width: 0.625rem;
    margin: 0 0.375rem 0 0.5rem;
  }
}

/* ----------------------------------------
topFaq
---------------------------------------- */
.topFaq {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgba(221, 214, 243, .1)), to(rgba(250, 172, 168, .1)));
  background: linear-gradient(90deg, rgba(221, 214, 243, .1) 0%, rgba(250, 172, 168, .1) 100%);
  position: relative;
  padding: 92px 0;
  padding: 5.75rem 0;
}
@media screen and (max-width:1023px) {
  .topFaq {
    padding: 0;
  }
}

.topFaq__bgText {
  font-family: "Lato", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#ddd6f3), to(#faaca8));
  background: linear-gradient(90deg, #ddd6f3 0%, #faaca8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.6;
  font-size: 160px;
  font-size: 10rem;
  position: absolute;
  bottom: 84px;
  bottom: 5.25rem;
  right: -10px;
  right: -0.625rem;
  z-index: -1;
  font-weight: 900;
}
@media screen and (max-width:1023px) {
  .topFaq__bgText {
    font-size: 3.5rem;
    bottom: 0.75rem;
    right: -0.125rem;
  }
}

.topFaq__btnWrap {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1023px) {
  .topFaq__btnWrap {
    margin-top: 2.5rem;
  }
}

/* ----------------------------------------
topInfo
---------------------------------------- */
.topInfo {
  padding: 90px 0;
  padding: 5.625rem 0;
  position: relative;
}
@media screen and (max-width:1023px) {
  .topInfo {
    padding: 0 0 4.5rem;
  }
}

.topInfo__bgText {
  font-family: "Lato", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#ddd6f3), to(#faaca8));
  background: linear-gradient(90deg, #ddd6f3 0%, #faaca8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  font-size: 160px;
  font-size: 10rem;
  position: absolute;
  top: 44px;
  top: 2.75rem;
  right: -36px;
  right: -2.25rem;
  z-index: -1;
  font-weight: 900;
}
@media screen and (max-width:1023px) {
  .topInfo__bgText {
    font-size: 4.5rem;
    top: 3.375rem;
    right: -0.3125rem;
  }
}

.topInfo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  gap: 5rem;
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (max-width:1023px) {
  .topInfo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5rem;
    margin-top: 2rem;
  }
}

.topInfo__articleBlock {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width:1023px) {
  .topInfo__articleBlock {
    width: 100%;
  }
}

.topInfo__articleBlockTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width:1023px) {
  .topInfo__articleBlockTitle {
    gap: 0.5rem;
  }
}

.topInfo__articleBlockTitle--ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  .topInfo__articleBlockTitle--ja {
    font-size: 1.25rem;
  }
}

.topInfo__articleBlockTitle--en {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 64px;
  font-size: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width:1023px) {
  .topInfo__articleBlockTitle--en {
    font-size: 2.25rem;
  }
}

.topInfo__articleList {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width:1023px) {
  .topInfo__articleList {
    margin-top: 1.5rem;
  }
}

.topInfo__articleItem {
  padding: 24px 0;
  padding: 1.5rem 0;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width:1023px) {
  .topInfo__articleItem {
    padding: 1rem 0;
  }
}

.topInfo__articleDate {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.topInfo__articleTitle {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
.topInfo__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width:1023px) {
  .topInfo__btnWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ----------------------------------------
topKv
---------------------------------------- */
.topKv {
  height: 682px;
  height: 42.625rem;
  z-index: 1;
  margin-top: 120px;
  margin-top: 7.5rem;
  position: relative;
}
@media screen and (max-width:1023px) {
  .topKv {
    height: auto;
    margin-top: 4rem;
  }
}

.topKv__inner {
  width: 1280px;
  width: 80rem;
  margin: 0 auto;
  max-width: calc(100% - 32px);
}

.topKv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:1023px) {
  .topKv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.4375rem;
    padding-bottom: 4.5rem;
  }
}

.topKv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width:1023px) {
  .topKv__lead {
    padding-top: 7.5rem;
    gap: 0.5rem;
  }
}

.topKv__highlight {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 24px;
  padding: 0.3125rem 1.5rem;
  background-color: rgba(255, 255, 255, .8);
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1023px) {
  .topKv__highlight {
    padding: 0.125rem 0.75rem 0.0625rem;
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
}

.topKv__features {
  padding-top: 452px;
  padding-top: 28.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width:1023px) {
  .topKv__features {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    gap: 0.5rem;
  }
}

.topKv__feature,
.topKv__featureLink {
  width: 150px;
  width: 9.375rem;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width:1023px) {
  .topKv__feature:first-child,
  .topKv__featureLink:first-child {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:1023px) {
  .topKv__feature,
  .topKv__featureLink {
    width: 6.75rem;
    font-size: 0.75rem;
    gap: 0.25rem;
  }
}

.topKv__feature--info {
  background: #fff;
  border: 4px solid #00a497;
  color: #00a497;
}
@media screen and (max-width:1023px) {
  .topKv__feature--info {
    border-width: 3px;
  }
}

.topKv__featureLink {
  height: 100%;
}

.topKv__feature--line {
  background: #06c755;
  border: 4px solid transparent;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
  color: #fff;
}

.topKv__icon {
  width: 40px;
  width: 2.5rem;
}
@media screen and (max-width:1023px) {
  .topKv__icon {
    width: 2rem;
  }
}

.topKv__arrow {
  width: 26px;
  width: 1.625rem;
}
@media screen and (max-width:1023px) {
  .topKv__arrow {
    width: 1.375rem;
  }
}

.topKv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.topKv__bgImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top right;
  -webkit-animation: slideAnime 15s 0s infinite;
          animation: slideAnime 15s 0s infinite;
}

.topKv__bgImage--image01 {
  background-image: url(./../img/top/kv_img_01.jpg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width:1023px) {
  .topKv__bgImage--image01 {
    background-image: url(./../img/top/kv_img_01_sp.jpg);
  }
}

.topKv__bgImage--image02 {
  background-image: url(./../img/top/kv_img_02.jpg);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@media screen and (max-width:1023px) {
  .topKv__bgImage--image02 {
    background-image: url(./../img/top/kv_img_02_sp.jpg);
  }
}

.topKv__bgImage--image03 {
  background-image: url(./../img/top/kv_img_03.jpg);
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
@media screen and (max-width:1023px) {
  .topKv__bgImage--image03 {
    background-image: url(./../img/top/kv_img_03_sp.jpg);
  }
}

@-webkit-keyframes slideAnime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* ----------------------------------------
topPricce
---------------------------------------- */
.topPrice {
  padding: 94px 0 227px;
  padding: 5.875rem 0 14.1875rem;
  position: relative;
}
@media screen and (max-width:1023px) {
  .topPrice {
    padding: 4.375rem 0 5rem;
  }
}
.topPrice::before {
  content: "";
  position: absolute;
  width: 800px;
  width: 50rem;
  aspect-ratio: 1;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  opacity: 0.1;
  z-index: -1;
  left: -152px;
  left: -9.5rem;
  border-radius: 50%;
}
@media screen and (max-width:1023px) {
  .topPrice::before {
    width: 18.75rem;
    bottom: 9.6875rem;
    left: -2.125rem;
  }
}

.topPrice__bgText {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 160px;
  font-size: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
  z-index: -1;
  position: absolute;
  bottom: 141px;
  bottom: 8.8125rem;
  left: -20px;
  left: -1.25rem;
}
@media screen and (max-width:1023px) {
  .topPrice__bgText {
    font-size: 4.5rem;
    bottom: 11.125rem;
    left: -0.375rem;
  }
}

.topPrice__textBlock {
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (max-width:1023px) {
  .topPrice__textBlock {
    margin-top: 2rem;
  }
}

.topPrice__line {
  width: 800px;
  width: 50rem;
  height: 2px;
  position: relative;
  display: block;
}
.topPrice__line::before, .topPrice__line::after {
  content: "";
  border-radius: 50%;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.topPrice__line--top {
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(50%, #c471ed), to(#f64f59));
  background: linear-gradient(90deg, #12c2e9 0%, #c471ed 50%, #f64f59 100%);
}
.topPrice__line--top::before {
  left: -5px;
  left: -0.3125rem;
  background: #12c2e9;
}
@media screen and (max-width:1023px) {
  .topPrice__line--top::before {
    left: -0.125rem;
  }
}
.topPrice__line--top::after {
  right: -5px;
  right: -0.3125rem;
  background: #f64f59;
}
@media screen and (max-width:1023px) {
  .topPrice__line--top {
    right: -0.125rem;
  }
}

.topPrice__line--bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(50%, #c471ed), to(#12c2e9));
  background: linear-gradient(90deg, #f64f59 0%, #c471ed 50%, #12c2e9 100%);
}
.topPrice__line--bottom::before {
  left: -5px;
  left: -0.3125rem;
  background: #f64f59;
}
@media screen and (max-width:1023px) {
  .topPrice__line--bottom::before {
    left: -0.125rem;
  }
}
.topPrice__line--bottom::after {
  right: -5px;
  right: -0.3125rem;
  background: #12c2e9;
}
@media screen and (max-width:1023px) {
  .topPrice__line--bottom::after {
    right: -0.125rem;
  }
}
.topPrice__text01 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:1023px) {
  .topPrice__text01 {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.topPrice__dotLine {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  display: block;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-mask: repeat-x 50% 50%;
          mask: repeat-x 50% 50%;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 10"><rect x="0" y="0" width="15" height="10" /></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 10"><rect x="0" y="0" width="15" height="10" /></svg>');
}
@media screen and (max-width:1023px) {
  .topPrice__dotLine {
    width: 18.75rem;
    margin: 2.5rem auto;
  }
}
@media screen and (max-width:1023px) {
  .topPrice__dotLine {
    margin-top: 1rem;
  }
}

.topPrice__text02 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width:1023px) {
  .topPrice__text02 {
    font-size: 1rem;
  }
}

.topPrice__btnWrap {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topTrouble {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width:1023px) {
  .topTrouble {
    padding: 2.5rem 0;
  }
}

.topTrouble__title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  .topTrouble__title {
    font-size: 1.25rem;
  }
}

.topTrouble__container {
  width: 800px;
  width: 50rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#12C2E9), color-stop(#C471ED), to(#f64f59)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #12C2E9, #C471ED, #f64f59) border-box;
  border: 2px solid transparent;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width:1023px) {
  .topTrouble__container {
    padding: 1.25rem;
  }
}

.topTrouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.topTrouble__item {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width:1023px) {
  .topTrouble__item {
    font-size: 1rem;
  }
}

.topTrouble__text01 {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width:1023px) {
  .topTrouble__text01 {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}
@media screen and (max-width:1023px) {
  html {
    scroll-padding-top: 4rem;
  }
}

body,
* {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  text-align: justify;
}

main.is-page {
  padding-top: 48px;
}
@media screen and (max-width:767px) {
  main.is-page {
    padding-top: 47px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

/*--container
------------------------------*/
.container {
  max-width: 1000px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container02 {
  max-width: 1080px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container03 {
  max-width: 1080px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container04 {
  max-width: 1200px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.container05 {
  max-width: 820px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.container06 {
  max-width: 880px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.container07 {
  max-width: 900px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.child-container {
  max-width: 800px;
  width: calc(100% - 120px);
}
@media screen and (max-width:767px) {
  .child-container {
    width: 100%;
  }
}

.child-container02 {
  max-width: 684px;
  width: calc(100% - 120px);
}
@media screen and (max-width:767px) {
  .child-container02 {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .sp-container {
    width: 84%;
    margin: 0 auto;
  }
}

/*--container
------------------------------*/
.is-front .container {
  max-width: 1000px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.is-front .container02 {
  max-width: 1080px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.is-front .container03 {
  max-width: 1080px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.is-front .container04 {
  max-width: 1200px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.is-front .container05 {
  max-width: 820px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.is-front .container06 {
  max-width: 880px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.is-front .container07 {
  max-width: 900px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.is-front .child-container {
  max-width: 800px;
  width: calc(100% - 120px);
}
@media screen and (max-width:767px) {
  .is-front .child-container {
    width: 100%;
  }
}
.is-front .child-container02 {
  max-width: 684px;
  width: calc(100% - 120px);
}
@media screen and (max-width:767px) {
  .is-front .child-container02 {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .is-front .sp-container {
    width: 84%;
    margin: 0 auto;
  }
}

/*--section__title
------------------------------*/
.section__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  font-weight: 500;
  z-index: 5;
  position: relative;
}
@media screen and (max-width:767px) {
  .section__title {
    font-size: 1.125rem;
  }
}

.section__title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 4px;
}
@media screen and (max-width:767px) {
  .section__title span {
    font-size: 0.8125rem;
    margin-left: 2px;
    letter-spacing: 0.3em;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.monitorContent h2 {
  margin-top: 80px;
  margin-top: 5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  color: #333333;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width:1023px) {
  .monitorContent h2 {
    padding-left: 0;
  }
}
@media screen and (max-width:1023px) {
  .monitorContent h2 {
    font-size: 1.25rem;
  }
}
.monitorContent h2::first-letter {
  background: url(./../img/common/icon_tooth_01.png) no-repeat center left/48px;
  padding-left: 1em;
  padding-top: 0.2em;
  display: inline-block;
}
@media screen and (max-width:1023px) {
  .monitorContent h2::first-letter {
    background-size: 32px;
  }
}
.monitorContent h2::before {
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  content: "";
  left: 0;
  width: 48px;
  width: 3rem;
  height: 47px;
  height: 2.9375rem;
  z-index: -1;
}
@media screen and (max-width:1023px) {
  .monitorContent h2::before {
    top: -0.25rem;
    left: -1.25rem;
    width: 2rem;
    height: 1.9375rem;
  }
}
.monitorContent h2.is-left {
  margin-left: 0;
}
.monitorContent h2--white {
  color: #fff;
}
.monitorContent h2--medium {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width:1023px) {
  .monitorContent h2--medium {
    font-size: 1.25rem;
  }
}
.monitorContent h2--medium::first-letter {
  background-size: 2.25rem;
}
@media screen and (max-width:1023px) {
  .monitorContent h2--medium::first-letter {
    background-size: 32px;
  }
}
.monitorContent h2::first-letter {
  background-size: 38px;
}
.monitorContent h2:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.monitorContent p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
.monitorContent p + .monitorContent p {
  margin-top: 16px;
  margin-top: 1rem;
}
.monitorContent h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}
.monitorContent h3:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.monitorContent h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 80px;
  margin-top: 5rem;
}
.monitorContent .wp-block-columns {
  margin-top: 16px;
  margin-top: 1rem;
}
.monitorContent .wp-block-flexible-table-block-table {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 640px;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.monitorContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr th {
  color: #333333;
  background: #F2F2F7;
}

.monitorGuidelines {
  width: 800px;
  width: 50rem;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  padding: 40px;
  padding: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
}
.monitorGuidelines li {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.monitorGuidelines li::before {
  content: "";
  width: 20px;
  width: 1.25rem;
  aspect-ratio: 1;
  position: absolute;
  background: url(./../img/common/icon_check_01.png) center center/contain no-repeat;
  top: 0;
  left: 0;
}
.monitorGuidelines li:nth-child(n+2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.monitorMedical .medical__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 650px;
  width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}
.monitorMedical .medical__item {
  width: 200px;
  width: 12.5rem;
}

/* ----------------------------------------
page base
---------------------------------------- */
.is-page {
  background: #F5F5F0;
}

.page__section:not(:last-of-type) {
  padding-top: 148px;
}
@media screen and (max-width:767px) {
  .page__section:not(:last-of-type) {
    padding-top: 80px;
  }
}

.page__section:last-of-type {
  padding-top: 148px;
  padding-bottom: 160px;
}
@media screen and (max-width:767px) {
  .page__section:last-of-type {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/* ----------------------------------------
page mv
---------------------------------------- */
.mv__wrap .container:not(.breadcrumbs) {
  padding: 100px 0;
}
@media screen and (max-width:767px) {
  .mv__wrap .container:not(.breadcrumbs) {
    padding: 60px 0 80px;
    width: 100%;
  }
}

.mv__wrap .container .page__top-title, .is-404 h1 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.35em;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .mv__wrap .container .page__top-title, .is-404 h1 {
    font-size: 1.125rem;
  }
}

/* ----------------------------------------
breadcrumbs
---------------------------------------- */
/* ----------------------------------------
page title
---------------------------------------- */
/* ----------------------------------------
message mv
---------------------------------------- */
.price {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -80px;
  margin-top: -5rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}
.price::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  width: 572px;
  width: 35.75rem;
  right: -102px;
  right: -6.375rem;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  opacity: 0.1;
  border-radius: 50%;
  opacity: 0.1;
}

.priceIntro {
  position: relative;
}

.priceIntro__text {
  line-height: 1.7;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.priceNav {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .priceNav {
    margin-top: 2rem;
  }
}

.priceNav__block {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  position: relative;
}
.priceNav__block + .priceNav__block {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.priceNav__blockTitle {
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width:1023px) {
  .priceNav__blockTitle {
    padding: 1rem 3.75rem 1rem 1rem;
    font-size: 1.125rem;
  }
}

.priceNav__list {
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:1023px) {
  .priceNav__list {
    padding: 1rem 1rem;
  }
}

.priceNav__item {
  min-width: 220px;
  min-width: 13.75rem;
}
@media screen and (max-width:1023px) {
  .priceNav__item {
    width: 100%;
  }
}

.priceNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e5e5ea;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  position: relative;
}
.priceNav__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1;
  background: url(./../img/common/icon_arrow_01.png) no-repeat center center/24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.priceNav__link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width:1023px) {
  .priceNav__link02 {
    padding: 1rem 3.75rem 1rem 1rem;
    font-size: 1.125rem;
  }
}

.priceNav__icon {
  position: absolute;
  top: 26px;
  top: 1.625rem;
  right: 46px;
  right: 2.875rem;
  width: 18px;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width:1023px) {
  .priceNav__icon {
    top: 1.25rem;
    right: 1.6875rem;
    width: 0.875rem;
  }
}
.priceNav__icon::before, .priceNav__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 8px;
  top: 0.5rem;
  right: 0;
  transition: transform 0.1s, -webkit-transform 0.1s;
  background: rgb(51, 51, 51);
}
.priceNav__icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.priceNav__blockTitle.is-open .priceNav__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.priceMenu {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width:1023px) {
  .priceMenu {
    margin-top: 5rem;
  }
}

.priceMenu__table {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:1023px) {
  .priceMenu__table {
    overflow: scroll;
    margin-top: 2rem;
  }
}

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

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

@media screen and (max-width:1023px) {
  .priceMenu__tableBody,
  .priceMenu__tableHead {
    width: 600px;
    max-width: 600px;
  }
}

.priceMenu__label {
  font-size: 14px;
  font-size: 0.875rem;
  background: #333;
  height: 56px;
  height: 3.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-left: 1px solid #e5e5ea;
}
.priceMenu__label:last-child {
  border-right: 1px solid #e5e5ea;
}

.priceMenu__gridItem {
  border: 1px solid #e5e5ea;
  border-top: none;
}
.priceMenu__gridItem.priceMenu--item1 {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.priceMenu--item1 {
  width: 33.6538461538%;
}
.priceMenu--item1 .priceMenu__text03:not(:first-child) {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.priceMenu--item2 {
  width: 33.6538461538%;
}

.priceMenu--item3 {
  width: 16.3461538462%;
}

.priceMenu--item4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.priceMenu__gridItem--item2 {
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.priceMenu__gridItem--item3 {
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.priceMenu__gridImage {
  height: 200px;
  height: 12.5rem;
}
.priceMenu__gridImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.priceMenu__text01 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 22px 0 0;
  padding: 1.375rem 0 0;
  text-align: center;
}
@media screen and (max-width:1023px) {
  .priceMenu__text01 {
    font-size: 1.125rem;
  }
}

.priceMenu__feature {
  background: #fff;
  padding: 24px 0 24px;
  padding: 1.5rem 0 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.priceMenu__merit {
  background: #fffcfb;
  padding: 24px 0 24px;
  padding: 1.5rem 0 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.priceMenu__demerit {
  background: #f4ffff;
  padding: 24px 0 24px;
  padding: 1.5rem 0 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.priceMenu__text02 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width:1023px) {
  .priceMenu__text02 {
    font-size: 0.875rem;
  }
}

.priceMenu__text03 {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.6;
  padding: 0 16px;
  padding: 0 1rem;
}
@media screen and (max-width:1023px) {
  .priceMenu__text03 {
    font-size: 0.75rem;
  }
}
.priceMenu__text03:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.priceMenu__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  gap: 0.25rem;
  width: 84px;
  width: 5.25rem;
  margin: 0 auto;
}

.priceMenu__rating .priceMenu__ratingStar {
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1;
  background-image: url("./../img/common/icon_star_01.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.priceMenu__rating[data-rating="1"] .priceMenu__ratingStar:nth-child(-n+1),
.priceMenu__rating[data-rating="2"] .priceMenu__ratingStar:nth-child(-n+2),
.priceMenu__rating[data-rating="3"] .priceMenu__ratingStar:nth-child(-n+3),
.priceMenu__rating[data-rating="4"] .priceMenu__ratingStar:nth-child(-n+4),
.priceMenu__rating[data-rating="5"] .priceMenu__ratingStar:nth-child(-n+5) {
  background-image: url("./../img/common/icon_star_02.png");
}

.pricePayment {
  margin-top: 172px;
  margin-top: 10.75rem;
}

.pricePayment__text01 {
  margin-top: 36px;
  margin-top: 2.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}

.pricePayment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:1023px) {
  .pricePayment__list {
    gap: 1rem;
  }
}

.pricePayment__item {
  width: 170px;
  width: 10.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1023px) {
  .pricePayment__item {
    width: 10rem;
  }
}

.pricePayment__imageWrap {
  aspect-ratio: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricePayment__image {
  width: 84px;
  width: 5.25rem;
  aspect-ratio: 84/87;
}

.pricePayment__text02 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-top: 16px;
  margin-top: 1rem;
}

.pricePayment__text03 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.7;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width:1023px) {
  .pricePayment__text03 {
    font-size: 0.875rem;
  }
}

.priceExemption {
  margin-top: 172px;
  margin-top: 10.75rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.priceExemption__text01 {
  margin-top: 36px;
  margin-top: 2.25rem;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.7;
}

.priceExemption__block {
  margin-top: 40px;
  margin-top: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #7474bf, #348ac7) border-box;
  border: 1px solid transparent;
  padding: 80px 20px;
  padding: 5rem 1.25rem;
}
@media screen and (max-width:1023px) {
  .priceExemption__block {
    padding: 2.5rem 1rem;
  }
}

.priceExemption__text02 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.priceExemption__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width:1023px) {
  .priceExemption__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
}

.priceExemption__item {
  background: #fbeb64;
  font-weight: 300;
  padding: 0 12px;
  padding: 0 0.75rem;
  font-size: 16px;
  font-size: 1rem;
}

.priceMenu__notes {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: -60px;
  margin-bottom: -3.75rem;
}
@media screen and (max-width:1023px) {
  .priceMenu__notes {
    margin-bottom: -1.5rem;
    text-align: left;
  }
}

.u-red {
  color: red;
}

.pricePayment__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.pricePayment__section + .pricePayment__section {
  margin-top: 0;
}

.priceNav__arrow {
  position: absolute;
  top: 22px;
  top: 1.375rem;
  right: 40px;
  right: 2.5rem;
  width: 30px;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width:1023px) {
  .priceNav__arrow {
    right: 1.25rem;
  }
}

/* ----------------------------------------
last
---------------------------------------- */
.sp-flex, .sp-block, .sp-inline {
  display: none !important;
}

@media screen and (max-width:767px) {
  .sp-hide {
    display: none !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-inline {
    display: inline !important;
  }
}
.pc-hide {
  display: none;
}
@media screen and (max-width:767px) {
  .pc-hide {
    display: block;
  }
}

.sptab-flex, .sptab-block, .sptab-inline {
  display: none !important;
}

@media screen and (max-width:1023px) {
  .sptab-hide {
    display: none !important;
  }
  .sptab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sptab-block {
    display: block !important;
  }
  .sptab-inline {
    display: inline !important;
  }
}
/*# sourceMappingURL=style.css.map */
