@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 2.4em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    background: #ffffff;
  }
}
@keyframes pulse {
  50% {
    background: #ffffff;
  }
}
.calendar_root {
  margin: 0 auto;
}
.calendar_root._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .calendar_root {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .calendar_root._pc {
    display: none;
  }
  .calendar_root._sp {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .calendar_root {
    margin-bottom: 15px;
  }
}
.calendar_root._loading .js-calendar_wrap {
  position: relative;
  min-height: 280px;
  opacity: 0.5;
  pointer-events: none;
}
.calendar_root._loading .js-calendar_wrap::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.calendar_root._loading .js-calendar_wrap::after {
  display: block;
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #ffffff;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 101;
}

.calendar_explanation {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px), print {
  .calendar_explanation {
    text-align: center;
  }
}

.result_guidance {
  padding-left: clamp(15px, 2.8vw, 27px);
}
.result_guidance__text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .result_guidance__text {
    display: none;
  }
}
.result_guidance__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(10px, 3.75vw, 30px);
  -moz-column-gap: clamp(10px, 3.75vw, 30px);
  column-gap: clamp(10px, 3.75vw, 30px);
}
.result_guidance__list .guidance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.result_guidance__list .guidance .icon {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.result_guidance__list .guidance .label {
  font-family: "FOT-ロダン Pro DB";
  font-weight: 500;
  line-height: 1;
  font-weight: 700;
  color: #002a5b;
  font-size: 1rem;
}
.result_guidance ul {
  margin-bottom: 10px;
}
.result_guidance li {
  font-weight: 500;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .result_guidance ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .result_guidance {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .result_guidance {
    padding-top: 0;
  }
}

.sp_detail_checkup_btn {
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
  text-align: center;
}
.sp_detail_checkup_btn .btn {
  max-width: 420px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sp_detail_checkup_btn:not(.hidden) {
    display: block;
  }
}

.calendar_root {
  /**
  * 〇〇のカレンダー と前月時月のボタンのエリア
  */
}
.calendar_root .head {
  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;
  gap: clamp(20px, 5vw, 45px);
  padding-left: clamp(15px, 2.8vw, 27px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}
.calendar_root .head._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .calendar_root .head {
    margin-bottom: 20px;
  }
  .calendar_root .head._pc {
    display: none;
  }
  .calendar_root .head._sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .calendar_root .head {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.calendar_root .head .calendar_heading .num {
  font-family: "FOT-ロダン Pro DB";
  font-weight: 700;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1;
  color: #002a5b;
}
@media screen and (max-width: 999px) {
  .calendar_root .head .calendar_heading .num {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 576px) {
  .calendar_root .head .calendar_heading .num {
    font-size: 1.75rem;
  }
}
.calendar_root .head .calendar_heading .unit {
  font-size: 1.125rem;
  color: #002a5b;
  font-weight: 700;
}
.calendar_root .head .calendar_heading .unit._month {
  margin-right: 5px;
}
@media screen and (max-width: 576px) {
  .calendar_root .head .calendar_heading .unit {
    font-size: 1rem;
  }
}
.calendar_root .head .month_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 1099px) {
  .calendar_root .head .month_btn_wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .calendar_root .head .month_btn_wrap {
    gap: 20px;
  }
}
.calendar_root .head .month_btn_wrap._prev_show .month_btn._prev {
  opacity: 1;
  pointer-events: all;
  display: block;
}
.calendar_root .head .month_btn_wrap._prev_show .month_btn._prev a:hover .month_arrow {
  -webkit-transform: translate(-3px, 0) scale(-1, 1);
  transform: translate(-3px, 0) scale(-1, 1);
}
.calendar_root .head .month_btn_wrap._next_show .month_btn._next {
  pointer-events: all;
  opacity: 1;
}
.calendar_root .head .month_btn_wrap._next_show .month_btn._next a:hover .month_arrow {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.calendar_root .head .month_btn_wrap .month_btn {
  opacity: 0.3;
  pointer-events: none;
  position: relative;
  cursor: pointer;
}
.calendar_root .head .month_btn_wrap .month_btn__inner {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.calendar_root .head .month_btn_wrap .month_btn .month_arrow {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.calendar_root .head .month_btn_wrap .month_btn .month {
  color: #112f44;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.calendar_root .head .month_btn_wrap .month_btn._prev .month_btn__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}
.calendar_root .head .month_btn_wrap .month_btn._prev .month_arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.calendar_root .head .month_btn_wrap .month_btn._prev::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d9dde5;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 576px) {
  .calendar_root .head .month_btn_wrap .month_btn._prev::before {
    right: -10px;
  }
}

.calendar_root .body {
  border: 1px solid #d9dde5;
  padding: 30px 30px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .calendar_root .body {
    padding: 15px 15px 20px;
  }
}

.calendar {
  /**
  * 日 月 火 ~ を包括するカレンダーのヘッダー部分
  */
  /**
  * 日 月 火 ~ の並び
  */
  /**
  * 実際のカレンダー部分
  */
}
@media screen and (max-width: 575px) {
  .calendar._pc {
    display: none;
  }
}
.calendar._sp.hidden {
  display: none;
}
.calendar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
.calendar__week {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.calendar__week .week_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.calendar__week ._empty {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.calendar__week .day {
  font-family: "FOT-ロダン Pro DB";
  font-weight: 700;
  width: 14.2857142857%;
  font-size: 1.125rem;
  font-weight: bold;
  color: #002a5b;
  text-align: center;
}
.calendar__week .day._sun {
  color: #ce3333;
}
.calendar__week .day:not(:last-of-type) {
  border-right: 1px solid transparent;
}
.calendar__body {
  /**
  * 1週間の行
  */
}
@media screen and (max-width: 999px) {
  .calendar__body {
    min-height: 300px;
    margin-left: 0;
  }
}
.calendar__body .calendar_slide_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}
.calendar__body .swiper {
  padding-top: 10px;
}
.calendar__body .week_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 110px;
}
.calendar__body .week_line::before, .calendar__body .week_line::after {
  display: block;
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 0;
  border-radius: 5px;
}
.calendar__body .week_line::before {
  background-color: #f8f6f6;
  top: 15px;
  left: 0;
}
.calendar__body .week_line::after {
  background-color: #f8f6f6;
  top: 60px;
  left: 0;
}
.calendar__body .week_line__block {
  min-height: 90px;
  width: 12.5%;
  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;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.calendar__body .week_line__block:not(:last-of-type) {
  border-right: 1px solid #eeeeee;
}
.calendar__body .week_line__block._past > * {
  opacity: 0.4;
}
.calendar__body .week_line__block._head {
  padding-right: 0;
  padding-top: 21px;
}
.calendar__body .week_line__block._head > .icon {
  padding-left: 15px;
  position: relative;
}
.calendar__body .week_line__block._head > .icon::before {
  display: block;
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
}
.calendar__body .week_line__block._head > .icon._female {
  color: #d78686;
  margin-bottom: 17px;
}
.calendar__body .week_line__block._head > .icon._male {
  color: #7486a6;
}
.calendar__body .week_line__block._head > .icon._male::before {
  background: url("../img/top/icon/man.webp") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .calendar__body .week_line__block._head {
    padding-left: 0;
  }
}
.calendar__body .week_line__block > .result_box {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.calendar__body .week_line__block > .result_box:not(:last-of-type) {
  margin-bottom: 14px;
}
.calendar__body .week_line__block > .result_box::before {
  display: block;
  content: "";
  position: absolute;
  inset: -2px 0 0;
  margin: auto;
  pointer-events: none;
}
.calendar__body .week_line__block > .result_box.no_space a {
  pointer-events: none;
}
.calendar__body .week_line__block > .result_box > ._inner {
  display: block;
  height: 100%;
}
.calendar__body .week_line__block > .result_box:not(.no_space) {
  background-color: #ffffff;
  -webkit-box-shadow: 2.121px 2.121px 10px 0 rgba(232, 232, 229, 0.3);
  box-shadow: 2.121px 2.121px 10px 0 rgba(232, 232, 229, 0.3);
}
.calendar__body .week_line__block > .result_box:not(.no_space):hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.calendar__body .common_line {
  position: relative;
  /**
  *  1 2 3 4 ~ の日付の行の各日付のブロック
  */
  /**
  *  性別アイコンと1日ごとのblockを包括する背景色付きの行
  */
}
.calendar__body .common_line__wrapper {
  position: relative;
  /**
  *  1 2 3 ~ の日付を包括する行
  */
}
.calendar__body .common_line__wrapper._day {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  gap: 10px;
  margin-bottom: 10px;
}
.calendar__body .common_line__wrapper._day ._empty {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.calendar__body .common_line__wrapper._day .day_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar__body .common_line__wrapper._head {
  padding-left: 60px;
}
.calendar__body .common_line__block {
  width: 14.2857142857%;
  position: relative;
}
.calendar__body .common_line__block > .date {
  font-family: "FOT-ロダン Pro DB";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  color: #002a5b;
  text-align: center;
}
.calendar__body .common_line__block._past > * {
  opacity: 0.4;
}
.calendar__body .common_line__block:not(:last-child) .column_line {
  opacity: 1;
}
.calendar__body .common_line__block:not(:last-child) .column_line::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 80px;
  background-color: #d9dde5;
}
.calendar__body .common_line__list {
  max-lines: 800px;
  height: 40px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  /**
  * 各日付のデータを横並びにしている行
  */
}
.calendar__body .common_line__list:not(:last-of-type) {
  margin-bottom: 5px;
}
.calendar__body .common_line__list .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /**
  * 各日付
  */
}
@media screen and (max-width: 575px) {
  .calendar__body .common_line__list .result {
    gap: 6px;
  }
}
.calendar__body .common_line__list .result__box {
  width: 14.2857142857%;
  height: 32px;
  border-radius: 4px;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 575px) {
  .calendar__body .common_line__list .result__box {
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
.calendar__body .common_line__list .result__box._past {
  pointer-events: none;
}
.calendar__body .common_line__list .result__box._past a {
  display: none;
}
.calendar__body .common_line__list .result__box.some_space a, .calendar__body .common_line__list .result__box.free_space a, .calendar__body .common_line__list .result__box.other_space a, .calendar__body .common_line__list .result__box.no_space a {
  max-width: 80px;
  height: 32px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.calendar__body .common_line__list .result__box.some_space a:hover, .calendar__body .common_line__list .result__box.free_space a:hover, .calendar__body .common_line__list .result__box.other_space a:hover, .calendar__body .common_line__list .result__box.no_space a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .calendar__body .common_line__list .result__box.some_space a, .calendar__body .common_line__list .result__box.free_space a, .calendar__body .common_line__list .result__box.other_space a, .calendar__body .common_line__list .result__box.no_space a {
    max-width: none;
    height: auto;
    padding-bottom: 10px;
  }
}
.calendar__body .common_line__list .result__box.some_space a, .calendar__body .common_line__list .result__box.free_space a, .calendar__body .common_line__list .result__box.other_space a {
  background-color: #ffffff;
}
@media screen and (max-width: 575px) {
  .calendar__body .common_line__list .result__box.some_space, .calendar__body .common_line__list .result__box.free_space, .calendar__body .common_line__list .result__box.other_space {
    position: relative;
  }
  .calendar__body .common_line__list .result__box.some_space a, .calendar__body .common_line__list .result__box.free_space a, .calendar__body .common_line__list .result__box.other_space a {
    height: 50px;
    position: absolute;
    bottom: 0;
    padding-top: 29px;
  }
}
.calendar__body .common_line__list .result__box .schedule_icon {
  display: inline-block;
}
.calendar__body .common_line__list .result__box:not(._past).no_space a {
  pointer-events: none;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar__body .common_line__list .result__box:not(._past).no_space a .schedule_icon {
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 575px) {
  .calendar__body .common_line__list .result__box:not(._past).no_space a .schedule_icon {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.calendar__body .common_line__list .result__box.some_space .schedule_icon {
  width: 18px;
  height: 16px;
}
.calendar__body .common_line__list .result__box.free_space .schedule_icon {
  width: 16px;
  height: 16px;
}
.calendar__body .common_line__list .result__box > ._inner {
  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: 100%;
  -webkit-box-shadow: 1.414px 1.414px 5px 0px rgba(5, 11, 38, 0.1);
  box-shadow: 1.414px 1.414px 5px 0px rgba(5, 11, 38, 0.1);
}
@media screen and (max-width: 575px) {
  .calendar__body .common_line__list .result__box > ._inner {
    width: 100%;
    max-width: none;
  }
}
.calendar__body .common_line__title {
  font-family: "FOT-ロダン Pro DB";
  font-weight: 700;
  width: 100px;
  height: 100%;
  color: #002a5b;
  background-color: #f7f7f7;
  letter-spacing: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

@media screen and (max-width: 575px) {
  .pc_calendar_area {
    display: none;
  }
}
.sp_calendar_area {
  display: none;
}
@media screen and (max-width: 575px) {
  .sp_calendar_area {
    display: block;
    position: relative;
  }
  .sp_calendar_area__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sp_calendar_area__button {
    width: 30%;
    text-align: left;
    position: relative;
    border: none;
    padding: 15px 10px;
    font-size: 14px;
    color: #002a5b;
    background-color: #f4f4f4;
    font-weight: 700;
    text-align: center;
  }
  .sp_calendar_area__button span {
    letter-spacing: -0.1em;
  }
  .sp_calendar_area__button span::before {
    display: block;
    content: "";
    position: absolute;
    background-size: contain;
  }
  .sp_calendar_area__button:nth-child(1)::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-style: solid;
    border-color: transparent transparent transparent #f4f4f4;
    border-width: 64px 0 0 14px;
  }
  .sp_calendar_area__button:nth-child(2)::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    border-style: solid;
    border-color: transparent #f4f4f4 transparent transparent;
    border-width: 64px 14px 0 0;
  }
  .sp_calendar_area__button:nth-child(2)::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-style: solid;
    border-color: transparent transparent transparent #f4f4f4;
    border-width: 64px 0 0 14px;
  }
  .sp_calendar_area__button:nth-child(3)::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    border-style: solid;
    border-color: transparent #f4f4f4 transparent transparent;
    border-width: 64px 14px 0 0;
  }
  .sp_calendar_area__button.active {
    background: #ffffff;
    -webkit-box-shadow: 0 0 52px -12px #d6d6d6;
    box-shadow: 0 0 52px -12px #d6d6d6;
  }
  .sp_calendar_area__button.active::before {
    border-color: transparent #ffffff transparent transparent;
    z-index: 99;
  }
  .sp_calendar_area__button.active::after {
    border-color: transparent transparent transparent #ffffff;
    z-index: 99;
  }
}

@media screen and (max-width: 575px) {
  .calendar__inner {
    background-color: #ffffff;
    padding: 20px 20px 30px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px 0 rgba(184, 180, 172, 0.2);
    box-shadow: 0 10px 20px 0 rgba(184, 180, 172, 0.2);
    margin-bottom: 26px;
  }
  .calendar__inner::after {
    display: block;
    content: "";
    width: 20px;
    height: 15px;
    background: url("../img/icon/arrow/sp_calendar_arrow.webp") no-repeat;
    background-size: contain;
    position: absolute;
    inset: auto 0 -14px;
    margin: auto;
  }
  .calendar__week {
    margin-left: 0;
  }
  .calendar__week > .day._empty {
    display: none;
  }
  .calendar__body {
    min-height: auto;
    /**
    * カレンダー下のボタンの部分
    */
  }
  .calendar__body .calendar_slide_inner {
    row-gap: 15px;
  }
  .calendar__body > .result_box {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .calendar__body > .result_box:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .calendar__body > .result_box.no_space a {
    pointer-events: none;
  }
  .calendar__body > .result_box.no_space a .schedule_icon {
    width: 13px;
    height: 13px;
  }
  .calendar__body > .result_box.some_space .schedule_icon {
    width: 16px;
    height: 15px;
  }
  .calendar__body > .result_box.free_space .schedule_icon {
    width: 14px;
    height: 14px;
  }
  .calendar__body .week_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 110px;
  }
  .calendar__body .week_line::before, .calendar__body .week_line::after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 0;
    border-radius: 5px;
  }
  .calendar__body .week_line::before {
    background-color: #f8f6f6;
    top: 15px;
    left: 0;
  }
  .calendar__body .week_line::after {
    background-color: #f8f6f6;
    top: 60px;
    left: 0;
  }
  .calendar__body .week_line__block {
    min-height: 90px;
    width: 12.5%;
    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;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .calendar__body .week_line__block:not(:last-of-type) {
    border-right: 1px solid #ededed;
  }
  .calendar__body .week_line__block._past > * {
    opacity: 0.4;
  }
  .calendar__body .week_line__block._head {
    padding-right: 0;
    padding-top: 21px;
  }
  .calendar__body .week_line__block._head > .icon {
    padding-left: 15px;
    position: relative;
  }
  .calendar__body .week_line__block._head > .icon::before {
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
  }
  .calendar__body .week_line__block._head > .icon._female {
    color: #e28181;
    margin-bottom: 17px;
  }
  .calendar__body .week_line__block._head > .icon._male {
    color: #7d95c1;
  }
  .calendar__body .week_line__block._head > .icon._male::before {
    background: url("../img/icon/calendar_man.webp") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 575px) and (max-width: 999px) {
  .calendar__body .week_line__block._head {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .calendar__body .week_line__block > .date {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1;
    color: #203342;
  }
  .calendar__body .week_line__block > ._inner {
    display: block;
    height: 100%;
  }
  .calendar__body .week_line__block:not(.no_space) {
    background-color: #ffffff;
  }
  .calendar__body .week_line__block:not(.no_space):hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .calendar__body .week_line {
    height: auto;
  }
  .calendar__body .week_line::before, .calendar__body .week_line::after {
    display: none;
  }
  .calendar__body .week_line__block {
    min-height: auto;
    height: auto;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .calendar__body .week_line__block.js-sp_calendar_day._selected {
    position: relative;
  }
  .calendar__body .week_line__block.js-sp_calendar_day._selected::before {
    display: block;
    content: "";
    border-radius: 100%;
    background: linear-gradient(135deg, #1b80b0 0%, #44a5ad 100%);
    width: 35px;
    height: 35px;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .calendar__body .week_line__block.js-sp_calendar_day._selected::after {
    display: none;
  }
  .calendar__body .week_line__block.js-sp_calendar_day._selected > .date {
    color: #ffffff;
  }
  .calendar__body .week_line__block:not(:last-of-type) {
    border: none;
  }
  .calendar__body .week_line__block > .date {
    padding-right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: url("/common/img/schedule/icon/sp_calendar_batsu.webp") no-repeat;
    background-size: contain;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)._available::after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #002a5b;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .sp_calendar_result_area__head {
    padding-left: 22px;
    margin-bottom: 15px;
  }
  .sp_calendar_result_area__head > .date {
    font-weight: 500;
    color: #5b5043;
    font-size: 1.875rem;
  }
  .sp_calendar_result_area__head > .date .sp_date {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #ffffff;
    position: relative;
  }
  .sp_calendar_result_area__head > .date .sp_date::before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #d0ac6f;
    border-radius: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
  }
  .sp_calendar_result_area__body .result_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box {
    height: 70px;
    padding: 10px 20px 10px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 15px;
    background-color: #eaf1f1;
  }
}
@media screen and (max-width: 575px) and (max-width: 420px) {
  .sp_calendar_result_area__body .result_box_wrap .result_box {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .sp_calendar_result_area__body .result_box_wrap .result_box > .gender {
    position: relative;
    padding-left: 17px;
    min-width: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 575px) and (max-width: 420px) {
  .sp_calendar_result_area__body .result_box_wrap .result_box > .gender {
    min-width: 50px;
  }
}
@media screen and (max-width: 575px) {
  .sp_calendar_result_area__body .result_box_wrap .result_box > .gender::before {
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box._available {
    background-color: #f5f5f5;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result {
    height: 50px;
    width: 100%;
    border-radius: 5px;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result > a::before {
    display: none !important;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result > a > .inner {
    color: #222222;
    position: relative;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result > a > .inner::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0 auto 0 -25px;
    margin: auto;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result:not(.no_space) {
    background-color: #ffffff;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.free_space > a, .sp_calendar_result_area__body .result_box_wrap .result_box .result.some_space > a, .sp_calendar_result_area__body .result_box_wrap .result_box .result.other_space > a {
    position: relative;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.free_space > a::after, .sp_calendar_result_area__body .result_box_wrap .result_box .result.some_space > a::after, .sp_calendar_result_area__body .result_box_wrap .result_box .result.other_space > a::after {
    display: block;
    content: "";
    background: url("/common/img/icon/arrow_breadcrumbs.png") 0 0 no-repeat transparent;
    background-size: contain;
    width: 8px;
    height: 10px;
    position: absolute;
    inset: 0 20px 0 auto;
    margin: auto;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.other_space > a::after {
    right: 10px;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.free_space > a > .inner::before {
    width: 14px;
    height: 14px;
    background: url("/common/img/schedule/icon/schedule_maru.webp") no-repeat;
    background-size: contain;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.some_space > a > .inner::before {
    width: 16px;
    height: 15px;
    background: url("/common/img/schedule/icon/schedule_sankaku.webp") no-repeat;
    background-size: contain;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.no_space > a {
    pointer-events: none;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.no_space > a > .inner::before {
    width: 13px;
    height: 13px;
    background: url("../img/icon/schedule_batu.webp") no-repeat;
    background-size: contain;
  }
}
.checkup_calendar_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e6e6de;
  overflow: hidden;
  border-radius: 15px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .checkup_calendar_tab_list {
    border-radius: 10px;
    width: 100%;
    max-width: none;
    overflow: visible;
  }
}
.checkup_calendar_tab_list .tab {
  width: 50%;
  height: 100px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.checkup_calendar_tab_list .tab:nth-of-type(n + 3) {
  border-top: 1px solid #e6e6de;
}
.checkup_calendar_tab_list .tab:nth-of-type(even) {
  border-left: 1px solid #e6e6de;
}
.checkup_calendar_tab_list .tab .img {
  height: 43px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.checkup_calendar_tab_list .tab .img img {
  height: 84px;
  -o-object-fit: cover;
  object-fit: cover;
}
.checkup_calendar_tab_list .tab .text {
  font-size: 1.125rem;
  color: #253753;
  letter-spacing: 0.1em;
}
.checkup_calendar_tab_list .tab:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.checkup_calendar_tab_list .tab._selected {
  background-color: #009872;
  pointer-events: none;
}
.checkup_calendar_tab_list .tab._selected .img img {
  -webkit-transform: translateY(-43px);
  transform: translateY(-43px);
}
.checkup_calendar_tab_list .tab._selected .text {
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .checkup_calendar_tab_list .tab .text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .checkup_calendar_tab_list .tab {
    width: 25%;
    border-top: none !important;
    border-left: none !important;
    position: relative;
  }
  .checkup_calendar_tab_list .tab:not(:last-of-type) {
    border-right: 1px solid #e6e6de;
  }
  .checkup_calendar_tab_list .tab:first-of-type {
    border-radius: 10px 0 0 10px;
  }
  .checkup_calendar_tab_list .tab:last-of-type {
    border-radius: 0 10px 10px 0;
  }
  .checkup_calendar_tab_list .tab._selected::after {
    display: block;
    content: "";
    width: 20px;
    height: 10px;
    background-color: #009872;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: calc(100% - 1px);
  }
}
@media screen and (max-width: 767px) {
  .checkup_calendar_tab_list .tab {
    height: 68px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .checkup_calendar_tab_list .tab .img {
    height: 39px;
  }
  .checkup_calendar_tab_list .tab .img img {
    height: 58px;
  }
  .checkup_calendar_tab_list .tab .text {
    font-size: 0.875rem;
  }
  .checkup_calendar_tab_list .tab._selected .img img {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@media screen and (max-width: 576px) {
  .checkup_calendar_tab_list .tab .sp_none {
    display: none;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.modal.is-open {
  display: block;
  z-index: 9999;
}
.modal .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal_inner {
  width: 100%;
  max-width: 500px;
  padding: 40px 20px;
  margin: 0 auto;
  min-height: 200px;
  background-color: #ffffff;
  opacity: 1;
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (max-width: 575px) {
  .modal .modal_inner {
    max-width: 350px;
  }
}
.modal .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
  background-color: transparent;
}
.modal .modal_close::before, .modal .modal_close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #aaaaaa;
}
.modal .modal_close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .modal_close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .text_wrap {
  text-align: center;
  margin-bottom: 25px;
}
.modal .text_wrap .date {
  font-size: 26px;
}
.modal .text_wrap .text {
  font-size: 0.938rem;
}
.modal .btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.modal .btn_wrap .modal_btn button {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.modal .btn_wrap .modal_btn.close {
  position: relative;
  grid-column: span 2;
}
.modal .btn_wrap .modal_btn.close button {
  display: block;
  cursor: pointer;
  min-width: 110px;
  width: 100%;
  max-width: 120px;
  height: 35px;
  border: none;
  background-color: #e57373;
  color: #ffffff;
  margin: 0 auto;
}
.modal .btn_wrap .modal_btn.next {
  background-color: #51bfe8;
}
.modal .btn_wrap .modal_btn.next button {
  cursor: pointer;
  background-color: transparent;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: block;
  height: 50px;
  color: #ffffff;
  border: none;
  outline: none;
  width: 100%;
}