@charset "utf-8";
/* last update 2026-02-13 */

.mv_wrap {
  margin-top: 8em;
}

.logged .mv_wrap {
  margin-top: 6em;
}

/* メインビジュアル */
.mv {
  padding: 0 1em;
}

#mv_img_wrap {
  position: relative;
}

#mv_img_wrap picture {
  display: block;
}

.mv_img {
  border-radius: 14px;
}

#mv_img_wrap .carousel__item {
  width: 100%;
}

#mv_img_wrap .carousel__autoPlayToggleButton {
  width: 2.858em;
  height: 2.858em;
  margin: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 2;
  border: none;
}

#mv_img_wrap .carousel__control span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 5em;
  overflow: hidden;
  display: block;
}

#mv_img_wrap .carousel__autoPlayToggleButton__start {
  background: url(../img/mv_play.png) no-repeat center/100%;
}

#mv_img_wrap .carousel__autoPlayToggleButton__stop {
  background: url(../img/mv_stop.png) no-repeat center/100%;
}

#mv_img_wrap.carousel:not(.carousel--autoPlay) .carousel__autoPlayToggleButton__stop,
#mv_img_wrap.carousel.carousel--autoPlay .carousel__autoPlayToggleButton__start {
  display: none;
}

.mv_msg {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  text-shadow: 0px 0px 24.5px #FFF, 0px 0px 22.05000114440918px #FFF, 0px 0px 12.25px #FFF, 0px 0px 12.25px #FFF;
  display: block;
  position: absolute;
  z-index: 2;
  max-width: calc(100% - 20px);
  bottom: .75em;
  left: 0;
  max-height: 83%;
  overflow: hidden;
  background: rgb(255,255,255,0.8);
  box-shadow: 0 0 15px 15px rgb(255,255,255,0.8);
  display: block;
  width: 100%;
  margin-left: 8px;
}

.mv_msg span {
  font-size: .45em;
  display: block;
}

.mv_msg img {
  margin-left: -8px;
}

.mv_nav {
  display: flex;
  border-radius: 10px;
  position: relative;
  margin: 1em auto;
  flex-wrap: wrap;
  max-width: 35em;
  justify-content: center;
}

.mv_nav li {
  width: calc((100% + 3px) / 3);
}

.mv_nav li:first-child {
  width: calc(100% - 80px - .5em);
  max-width: 18em;
  margin-bottom: .5em;
  margin-right: .5em;
  display: flex;
  justify-content: center;
}
.mv_nav li:not(:first-child) {
  margin-left: -1px;
}

.mv_nav li:not(:first-child) a {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5.5em .5em .8em;
  font-size: .9375em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position:  center 1em;
  background-size: 3.5em;
  border: 1px solid #ccc;
  border-top-width: 2px;
  border-bottom-width: 2px;
  background-color: #fff;
}

.mv_nav a:hover {
  border-color: #E71E1D;
}

.mv_nav li:not(:first-child) a {
  margin-left: -1px;
}

.mv_nav li:nth-child(3) a {
  border-radius: 10px 0 0 10px;
  border-left-width: 2px;
}

.mv_nav li:last-child a {
  border-radius: 0 10px 10px 0;
  border-right-width: 2px;
}

.mv_nav .interest {
  background-image: url(../img/ico_top_mv_nav01.svg);
}

.mv_nav .want {
  background-image: url(../img/ico_top_mv_nav02.svg);
}

.mv_nav .working {
  background-image: url(../img/ico_top_mv_nav03.svg);
}

.mv_nav a span {
  font-size: .8em;
  display: block;
}

.mv_nav .bnr_204sengen {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .8em .8em .8em 5em;
  font-size: 1.25em;
  font-weight: bold;
  background: url(../img/ico_h2_204sengen.png) no-repeat .75em center/3.75em #fff;
  width: min(100%, 15em);
}

#emergency {
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  border: 2px solid #E71E1D;
  padding: 1em;
}

#emergency h2 {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #E71E1D;
  font-weight: bold;
  line-height: 1.6875;
  text-align: center;
  margin-bottom: 1.25em;
}

#emergency h2::after {
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: #E71E1D;
  display: block;
  margin: 0 auto;
}

#emergency dt {
  font-size: .875em;
  margin-bottom: .25em;
}

#emergency dd:not(:last-child) {
  margin-bottom: .5em;
}

.overview {
  background: url(../img/top_mv_bg.png) repeat 50% 0 #FFE0E0;
  padding: calc(50% + 22em) 1em 4em;
  margin-top: calc(-50% - 19em);
}

.overview h2 {
  font-size: 1.875em;
  text-align: center;
  background: url(../img/h2_top_overview.png) no-repeat calc(50% - 4em) top/2.5em;
  padding: .8em 0;
}

.overview p {
  /* text-align: center; */
  margin-bottom: 2em;
}

.overview > a:has(img) {
  width: 80%;
  max-width: 544px;
  min-width: 320px;
  display: block;
  margin: 0 auto 2em;
}

.over_nav {
  width: 15em;
  margin: 0 auto;
  max-width: 100%;
}

.over_nav li:not(:last-child) {
  margin-bottom: 1em;
}

.over_nav a {
  display: block;
  width: 100%;
  background-color: #E71E1D;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 28px;
  text-decoration: none;
}

.over_nav a:hover {
  background-color: #222;
}

/* メインコンテンツ */
.main > div {
  padding: 3em 1em;
}

.main .column {
  background-color: #FEF2F2;
  position: relative;
  padding-bottom: 7em;
}

.main .column::after {
  content: "";
  display: block;
  width: 142px;
  height: 182px;
  background: url(../img/top_column_bg.png) no-repeat left top/100%;
  position: absolute;
  left: 0;
  bottom: -3.5em;
  z-index: 1;
}

.main .facility {
  background-color: #FFE0E0;
  position: relative;
  padding-bottom: 4em;
}

.main > .event,
.main .glossary {
  background: url(../img/h1_bg_dot.png) repeat top left;
  position: relative;
  padding-bottom: 4em;
}

.main .facility::after {
  content: "";
  display: block;
  width: 112px;
  height: 113px;
  background: url(../img/top_facility_bg.png) no-repeat center/100%;
  position: absolute;
  left: .5em;
  bottom: -2em;
  z-index: 1;
}

.main .recruit {
  background: url(../img/top_event_bg.png) no-repeat top center/100%;
  position: relative;
  padding-bottom: 4em;
}

.main .recruit::after {
  content: "";
  display: block;
  width: 112px;
  height: 98px;
  background: url(../img/top_recruit_bg.png) no-repeat center/100%;
  position: absolute;
  left: .5em;
  bottom: -2em;
  z-index: 1;
}

.main .tokyo_attempt {
  background-color: #FEF2F2;
  position: relative;
  padding-bottom: 5em;
}

/* 見出し */
.main > div > h2 {
  display: table;
  position: relative;
  padding: 0 1.25em 0 1em;
  margin: 1.5em auto 2em ;
}
.main > div > h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 4em;
  height: 3em;
  top: -1.5em;
  left: -.5em;
}
.event > h2 {
  background: url(../img/h1_event_bg.svg) no-repeat right center/auto 1em;
}
.column > h2 {
  background: url(../img/h1_column_bg.svg) no-repeat right center/auto 1em;
}
.facility > h2 {
  background: url(../img/h1_facility_bg.svg) no-repeat right center/auto 1em;
}
.recruit > h2 {
  background: url(../img/h1_recruit_bg.svg) no-repeat right center/auto 1em;
}
.glossary > h2 {
  background: url(../img/h1_glossary_bg.svg) no-repeat right center/auto 1em;
}
.event > h2::before {
  background: url(../img/h2_kitty_yel.png) no-repeat center;
}
.column > h2::before {
  background: url(../img/h2_kitty_grn.png) no-repeat center;
}
.facility > h2::before,
.tokyo_attempt > h2::before,
.related_updates_wrap > h2::before {
  background: url(../img/h2_kitty_org.png) no-repeat center;
}
.recruit > h2::before {
  background: url(../img/h2_kitty_blu.png) no-repeat center;
}
.glossary > h2::before {
  background: url(../img/h2_kitty_pnk.png) no-repeat center;
}

.main > div > h2 span {
  position: relative;
  z-index: 1;
  font-size: 1.1943em;
}

.main > div > h3,
.event_cal h3,
.tokyo_attempt h3 {
  font-size: 1.5em !important;
  display: table;
  background: url(../img/ico_circle.svg) no-repeat left center/.6em, url(../img/ico_circle.svg) no-repeat right center/.6em;
  padding: 0 1em;
  margin: 0 auto 1em !important;
}

.main > div > h3::before,
.event_cal h3::before,
.tokyo_attempt h3::before {
  content: none !important;
}

#event_slide,
#column_slide {
  margin-bottom: 3em;
}
#event_slide .carousel__item,
#column_slide .carousel__item {
  width: 100%;
  vertical-align: top;
}

#event_slide a,
#column_slide a,
.detail_search_result a {
  height: 100%;
  text-decoration: none;
}

.detail_search_result a {
  margin-bottom: 2em;
  display: block;
}

#event_slide article,
#column_slide article,
.detail_search_result article {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  white-space: normal;
}

.detail_search_result article h2,
#event_slide h2,
#column_slide h2 {
  padding-left: 0;
}

#event_slide .carousel__prevButton,
#column_slide .carousel__prevButton {
  top: 43.5%;
  left: -.75em;
}

#event_slide .carousel__nextButton,
#column_slide .carousel__nextButton {
  top: 43.5%;
  right: -.75em;
}

.detail_content {
  display: flex;
  flex-direction: column;
  order: 1;
}

.detail_content h2 {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  order: 1;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #222;
  padding-bottom: .25em;
  margin-bottom: 1em;
}

#event_slide p,
.detail_content p {
  order: 2;
}

.detail_content p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#event_slide img,
#column_slide img,
.detail_search_result img {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: contain;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 1em;
}

#event_slide .update,
#column_slide .update,
.detail_search_result .update {
  text-align: right;
  order: 2;
  font-size: .9375em;
}

.benefits_list {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}

.benefits_list {
  margin-bottom: 1em;
}

.benefits_list li {
  padding: .15em 1rem;
  border-radius: 4px;
  font-size: .875em;
}

.benefits_list li {
  color: #222;
  background-color: #FFE0E0;
}

.benefits_list .senior {
  background-color: #2376D6;
  color: #fff;
}

.benefits_list .handicap {
  background-color: #148929;
  color: #fff;
}

.benefits_list .nurse {
  background-color: #E51F4A;
  color: #fff;
}

.month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E71E1D;
  color: #fff;
  padding: .5em;
  border-radius: 10px 10px 0 0;
}

.month a {
  color: #fff;
  text-decoration: none;
}

.month .date {
  display: flex;
  align-items: baseline;
}

.month .date span {
  font-size: 1.375em;
}

.month .prev a,
.month .next a {
  width: 5.2em;
  display: inline-flex;
  align-items: center;
}

.month .prev a::before,
.month .next a::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/ico_down_wht.svg) no-repeat center/100%;
}

.month .prev a::before {
  margin-right: .5em;
  transform: rotate(90deg);
}

.month .next a::after {
  margin-left: .5em;
  transform: rotate(-90deg);
}

.table-wrapper {
  margin-bottom: 1.5em;
}

.table-wrapper ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.table-wrapper li {
  position: relative;
  padding: .3em 0;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-wrapper li:nth-child(7n){
  color: #FF4115;
}

.table-wrapper li:nth-child(7n - 1) {
  color: #0D89E8;
}

.table-wrapper li:not([class]):not(:nth-child(7n + 1))::before {
  content: "";
  width: 1px;
  height: 1em;
  display: block;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
}

.cal {
  padding: 1em;
  border: 2px solid #ccc;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.table-wrapper ul a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  background-color: #E71E1D;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  max-width: 2.5em;
}

.table-wrapper ul a:hover {
  background-color: #222;
}

.column .link_btn {
  position: relative;
  z-index: 1;
}

.search_panel {
  border: 1px solid #E71E1D;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
  background-color: #fff;
}

.search_panel > h2,
.panel_btn {
  background-color: #E71E1D;
  color: #fff;
  font-size: 1.125em;
  min-height: 3.325em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.panel_btn:hover {
  color: #fff;
}

.panel_btn:focus {
  border: 2px solid #000;
}

.panel_btn h2 {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1em;
  align-items: baseline;
  position: relative;
  width: 100%;
  justify-content: center;
  padding: 0 2em;
}

.panel_btn h2::after {
  content: "";
  background: url(../img/ico_plus_wht.svg) no-repeat center/100%;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
}

.panel_btn.on h2::after {
  background-image: url(../img/ico_minus_wht.svg);
}

.detail_search fieldset {
  background-color: #fff;
}

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

.sp_3col {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.sp_2col li,
.sp_3col li {
  margin-bottom: 0;
}

.pay_box {
  padding: 0 1em 1em;
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  align-items: center;
}

.pay_box select {
  padding: .6em;
  width: 18em;
  max-width: 100%;
}

.sp_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.off + .modal_wrap {
  display: none;
}

.on + .modal_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  overflow: auto;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.main .modal_wrap h3 {
  font-size: 1em;
  padding-left: 0;
  margin-bottom: 0;
}

.main .modal_wrap h3:before {
    content: none;
}

.modal_confirm {
  margin-top: auto;
  padding: 1em;
  background-color: #FEF2F2;
}

.modal_btn {
  border: 1px solid #E71E1D;
  border-radius: 1.5em;
  padding: .5em 2.5em .5em 1em;
  display: inline-block;
  margin: 0 1em 1em;
  text-decoration: none;
  background: url(../img/plus.png) no-repeat calc(100% - .8em) center/.8em;
}

.main .modal_ttl {
  background-color: #E71E1D;
  color: #fff;
  font-size: 1.125em;
  min-height: 3.325em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.modal_ttl a {
  display: block;
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  text-indent: 3em;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/ico_cls_wht.svg) no-repeat center/1.2em;
  position: absolute;
  right: .5em;
}

.modal_wrap h3 a {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.modal_wrap .off a {
  padding-right: 3em;
  background: url(../img/ico_plus.png) no-repeat calc(100% - 1em) center/1.2em #fff;
  display: flex;
}

.modal_wrap .on a {
  border-bottom: none;
  display: flex;
  padding-right: 3em;
  background: url(../img/minus.png) no-repeat calc(100% - 1em) center/1.2em #f0f0f0;
}

.modal_wrap h3 span {
  margin-left: auto;
  padding: 0 .5em;
  background-color: #fff;
  color: #E51F4A;
  border: 1px solid #E51F4A;
  border-radius: 4px;
  font-weight: normal;
}

.modal_list {
  padding: 1em;
}

.modal_list ul {
  padding: .5em;
  font-size: .875em;
}

.off + .modal_list {
  display: none;
}

.on + .modal_list {
  border-bottom: 1px solid #ccc;
}

.fader.on {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: .5;
  z-index: 1;
}

.advanced_wrap.off {
  display: none;
}

.advanced_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  border-radius: 5px;
  width: calc(100% - 2em);
  max-width: 18.5em;
  margin: 0 auto 1em;
  padding: .5em;
  text-decoration: none;
}

.advanced_btn:hover {
  color: #E71E1D;
  border-color: #E71E1D;
}

.advanced_btn::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/plus.png) no-repeat center/1em;
  margin-right: .5em;
}

.on + .advanced_btn::before {
  background: url(../img/minus.png) no-repeat center/.8em;
}

.glossary_well {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
  font-size: .75em;
  margin-bottom: 4em;
}

.glossary_well a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #666;
  padding: .3em 1em;
  border-radius: 100px;
  background-color: #fff;
}

.glossary_well a:hover {
  border-color: #E71E1D;
}

.glossary_syll {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em 1.5em .5em;
  font-weight: bold;
  justify-content: center;
  border: 2px solid #E71E1D;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 3.5em;
}

.glossary_syll li {
  width: 25%;
  text-align: center;
  margin-bottom: 1em;
}

.glossary_syll li:not(:nth-child(4n + 1)) {
  border-left: 1px solid #ccc;
}

.glossary_syll a {
  text-decoration: none;
}

.glossary_cate li {
  margin-bottom: 1em;
}

.glossary_cate a {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5em;
  font-weight: bold;
  border: 2px solid #E71E1D;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
}

.glossary_cate a::before {
 content: "";
 display: block;
 width: 1.5em;
 height: 1.5em;
 margin-right: .5em;
}

.glossary_cate01 a::before {
  background: url(../img/ico_top_glossary_cate01.svg) no-repeat center/100%;
 }
 
 .glossary_cate02 a::before {
  background: url(../img/ico_top_glossary_cate02.svg) no-repeat center/100%;
 }
 
 .glossary_cate03 a::before {
  background: url(../img/ico_top_glossary_cate03.svg) no-repeat center/100%;
 }

 /* トップページトップ：特設リンク_241021 */
 .welfare_lp {
  width: calc(100% - 2em);
  margin: 0 auto 1em;
 }

 .welfare_lp a,
 .welfare_lp picture {
  display: block;
 }

 .welfare_lp img {
  vertical-align: bottom; 
 }

/* line誘導追加_241023 */
/* .mv_nav {
  flex-wrap: wrap;
}

.mv_nav li {
  width: calc((100% + 2px) / 3);
} */

.mv_nav li:nth-child(4) a {
  border-radius: 0;
  border-right-width: 2px;
}

.mv_nav li.to_line_detail {
  padding: 20px;
  background-color: #fff;
  width: 80px;
  margin-left: 0;
  margin-bottom: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.mv_nav li.to_line_detail a {
  border: none;
  border-radius: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  height: 40px;
  display: inline-block;
}

.line_detail h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 4em;
  height: 3em;
  top: -1.5em;
  left: -.5em;
  background: url(../img/h2_kitty_grn.png) no-repeat center;
}

.line_detail ul {
  max-width: 28em;
  margin: 0 auto;
}

.line_detail li img {
  width: 180px;
  display: block;
  margin: 0 auto 1.5em;
}

.line_detail p {
  margin-bottom: 1em;
}

/* 関連サイト更新情報 */
.related_updates_inn {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.related_updates {
  background-color: #fff;
  padding: 1em;
  border: 1px solid #E71E1D;
  border-radius: 5px;
  margin-bottom: 0;
}

/* 特出しバナー_250526 */
#special_bnr {
    width: 320px;
    max-width: calc(100% - 7em);
    margin: 0 auto 3em;
}

#special_bnr img {
    margin-bottom: 0;
    width: 100%;
    min-width: unset;
}

#special_bnr .carousel__prevButton {
    left: -3.7em;
}

#special_bnr .carousel__nextButton {
    right: -3.7em;
}

.overview .special_bnr_h2 {
  font-size: 1.6em;
  background-position: calc(50% - 3em) top;
}

.recruit form.detail_search > .interest_links {
    display: none;
}

/* 都の取組追加 202601 */
.tokyo_attempt > div > p:not(:last-child),
.tokyo_attempt_ul > li > p {
  margin-bottom: 2em;
}

.tokyo_attempt > div > p {
  text-align: center;
  font-size: 1.2em;
}

.tokyo_attempt p {
  text-align: center;
}

.tokyo_attempt p a {
  display: inline-block;
}

.tokyo_attempt_ul {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-bottom: 2em;
}

.tokyo_attempt_challenge li {
  display: flex;
}

.tokyo_attempt_ul a {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.tokyo_attempt_challenge {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}

.tokyo_attempt_challenge img {
  width: 100%;
  max-width: 300px;
}

.tokyo_attempt_ul > li:last-child li {
  display: flex;
  justify-content: center;
}

.tokyo_attempt_ul > li:last-child img {
  width: 100%;
  max-width: 400px;
}

@media screen and (min-width:1000px), print {
  .tokyo_attempt_ul {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  
  .only_sp {
    display: none;
  }

  .tokyo_attempt_challenge {
    gap: 2em;
  }

}

/*----------------------------------------------------
 pc表示
------------------------------------------------------*/
@media screen and (min-width:1080px), print {
  /* メインビジュアル */
  .mv_wrap {
    margin-top: 9em;
  }

  .logged .mv_wrap {
    margin-top: 7em;
  }

  .mv {
    width: 1256px;
    margin: 0 auto;
    padding: 0;
  }

  #mv_img_wrap {
    border-radius: 20px;
  }

  .mv_img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
  }

  #mv_img_wrap .carousel__autoPlayToggleButton {
    width: 4em;
    height: 4em;
    right: -2em;
    bottom: 2em;
  }

  .mv_msg {
    font-size: 4em;
    text-shadow: 0px 0px 40px #FFF, 0px 0px 36px #FFF, 0px 0px 20px #FFF, 0px 0px 20px #FFF;
    bottom: auto;
    top: 1.75em;
    left: .75em;
    width: 450px;
    background: transparent;
    box-shadow: none;
  }

  .mv_msg img {
    width: 100%;
  }

  .mv_msg span {
    font-size: .422em;
  }

  .mv_nav {
    margin: -20em 3em 4.5em;
    width: calc(42.5em + 30px);
    background-color: transparent;
    border: none;
    z-index: 2;
    gap: 10px;
  }

  .mv_nav li {
    width: 10em;
  }

  .mv_nav li:first-child {
    margin-bottom: 0;
    justify-content: flex-start;
    order: 1;
    width: auto;
    align-items: flex-end;
  }

  .mv_nav li:not(:first-child) {
    /* margin-left: 10px; */
    border-left: none;
  }

  .mv_nav li:not(:first-child) a {
    background-color: #fff;
    border-radius: 20px !important;
    border: 2px solid #ccc;
  }

  .mv_nav .bnr_204sengen {
    width: 10em;
    padding: 4em 0 .5em;
    margin-bottom: 0;
    border-radius: 20px;
    background-position: center .8em;
    background-size: 3.25em;
  }

  #emergency {
    display: flex;
    padding-left: 2em;
    width: 1080px;
    margin: 0 auto;
    z-index: 2;
  }

  #emergency h2 {
    margin: 0 2em 0 0;
    padding-right: 2em;
    border-right: 1px solid;
    display: block;
    width: 10em;
    flex-wrap: wrap;
  }

  #emergency h2::after {
    content: none;
  }

  #emergency dl {
    display: grid;
    grid-template-columns: 9em auto;
  }

  #emergency dt {
    margin-bottom: 0;
  }

  .overview {
    margin-top: -20em;
    /* padding: 27em calc(50vw - 628px - .5em) 4em; */
    /* 以下バナーカルーセル設置用_250526 */
    padding: 24em calc(50vw - 628px - .5em) 4em;
  }

  .overview p {
    text-align: center;
  }

  /* メインコンテンツ */
  .main > div {
    padding: 3em calc(50vw - 540px - .5em) 4em;
  }

  .main .recruit {
    background-image: url(../img/top_event_bg_pc.png);
  }

  .main .recruit::after {
    width: 192px;
    height: 168px;
    bottom: 1em;
    left: calc(50% - 620px);
  }

  .main .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main .column::after {
   width: 288px; 
   height: 340px;
  }

  .main .facility::after {
    width: 186px;
    height: 188px;
    bottom: 1em;
    left: calc(50% - 625px);
  }

  /* h2 */
  .main > div > h2 span {
    font-size: 1.8315em;
  }

  .main > div > h2::before {
    width: 4.375em;
    height: 2.8em;
    background-size: 100%;
    top: -1.5em;
    left: -2em;
  }

  .main .column > h2 {
    width: 3.5em !important;
    margin: 1em 0 0;
    padding: 0 0 3.5em 0;
    background-position: center bottom;
    background-size: 2em;
    display: inline;
    writing-mode: vertical-rl;
  }

  .main .column > h2::before {
    background-size: 100%;
    top: -1.5em;
    left: -1.5em;
  }

  .over_nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .over_nav li {
    width: 15.5em;
  }

  .over_nav li:not(:last-child) {
    margin-bottom: 0;
  }

  .over_nav li:not(:first-child) {
    margin-left: 1.5em;
  }

  #event_slide .carousel__item {
    width: calc(100% / 3);
    padding: 0 .5em;
    vertical-align: top;
  }

  #event_slide .carousel__prevButton {
    left: -4em;
  }
  
  #event_slide .carousel__nextButton {
    right: -4em;
  }
  
  

  .month .prev a,
  .month .next a {
    width: 8em;
  }

  .table-wrapper ul {
    display: flex;
  }

  .table-wrapper li {
    flex: 1;
  }

  .table-wrapper .non {
    display: none;
  }

  .column .detail_search_result,
  #column_slide{
    width: calc(100% - 7em);
    margin-bottom: 2em;
  }
  
  #column_slide ul:not([class]) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5em;
  }

  .column .detail_search_result a,
  #column_slide a {
    margin-bottom: 0;
  }

  .column .detail_search_result a:first-child,
  #column_slide li:first-child {
    grid-column: 1 / 4;
  }

  .column .detail_search_result a:first-child article,
  #column_slide li:first-child article {
    overflow: hidden;
    display: block;
  }

  .column .detail_search_result a:first-child .detail_content,
  .column .detail_search_result a:first-child .update,
  #column_slide li:first-child .detail_content,
  #column_slide li:first-child .update {
    float: right;
    width: calc(100% - 520px - 2em);
  }

  .column .detail_search_result a:first-child img,
  #column_slide li:first-child img {
    float: left;
    width: 520px;
    margin-bottom: 0;
  }

  #column_slide li:first-child .detail_content p {
    -webkit-line-clamp: 9;
  }
  
  #column_slide .carousel__prevButton,
  #column_slide .carousel__nextButton {
    display: none;
  }

  .column .link_btn {
    display: inline-flex;
    margin-left: auto;
    margin-right: 0;
  }

  .detail_search legend + .modal_btn {
    width: 11em;
    padding-top: .5em;
    margin-top: 1em;
    align-self: flex-start;
    margin-left: 1em;
  }

  .on + .modal_wrap {
    width: 1080px;
    height: 570px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    border: 2px solid #E71E1D;
    overflow: hidden;
    margin: auto;
    display: block;
  }

  .main .modal_wrap h3.on,
  .main .modal_wrap h3.off {
    float: left;
    clear: left;
    width: 15em;
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .on + .modal_list,
  .off + .modal_list {
    float: right;
    width: calc(100% - 15em);
    height: calc(100% - 9.6em);
    overflow: auto;
    border-left: 1px solid #ccc;
  }

  .on + .modal_list {
    border-bottom: none;
  }

  .on + .modal_list:nth-child(5),
  .on + .modal_list02:nth-child(5){
    margin-top: -3.6em;
  }

  .on + .modal_list:nth-child(7),
  .on + .modal_list02:nth-child(7) {
    margin-top: -7.2em;
  }

  .on + .modal_list:nth-child(9),
  .on + .modal_list02:nth-child(9) {
    margin-top: -10.8em;
  }

  .on + .modal_list:nth-child(11),
  .on + .modal_list02:nth-child(11) {
    margin-top: -14.4em;
  }

  .on + .modal_list:nth-child(13),
  .on + .modal_list02:nth-child(13) {
    margin-top: -18em;
  }

  .on + .modal_list:nth-child(15),
  .on + .modal_list02:nth-child(15) {
    margin-top: -21.6em;
  }

  .modal_confirm {
    float: right;
    width: calc(100% - 15em);
    height: 6em;
    border-left: 1px solid #ccc;
  }

  ul.modal_selected {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding-top: 1em;
    width: calc(100% - 9em);
    margin-left: 9em;
  }

  .modal_selected li {
    margin-bottom: 0;
  }

  .sp_2col {
    display: flex;
  }

  .pc_8col {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(8, 1fr);
  }

  .pc_4col {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .pc_3col {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .modal_list ul,
  .pc_2col {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .detail_search input[type="text"] {
    margin-top: 0;
  }

  .advanced_btn {
    margin-top: 1em;
  }

  .detail_search_submit .interest_links {
    flex-direction: row;
    justify-content: center;
    gap: 1.5em;
  }

  .glossary_well {
    font-size: 100%;
    justify-content: center;
  }

  .glossary_syll li {
    width: auto;
    flex: 1;
  }

  .glossary_syll li:nth-child(4n + 1):not(:first-child) {
    border-left: 1px solid #ccc;
  }

  .glossary_cate {
    display: flex;
    gap: 2em;
  }

  .glossary_cate li {
    flex: 1;
  }

  /* トップページトップ：特設リンク_241021 */
  .welfare_lp {
    width: 1256px;
  }

  /* line誘導追加_241023 */
  .mv_nav {
    flex-wrap: nowrap;
    width: 54em;
    max-width: none;
  } 
  /*
  .mv_nav li,
  .mv_nav li.to_line_detail {
    width: calc((100% - 30px) / 4);
  }
 */

  .mv_nav li.to_line_detail {
    margin-top: auto;
    order: 2;
    width: 120px;
    height: 120px;
    padding: 30px;
    margin-bottom: 0;
  }

  .mv_nav li.to_line_detail a {
    border: none;
    background-position: center 1em;
    background-size: 4.5em;
    width: 100%;
    font-size: 85%;
    width: 60px;
    height: 60px;
  }

  .line_detail h2 {
    width: 100%;
  }

  .line_detail > ul {
    display: flex;
    gap: 1.5em;
    max-width: calc(28em + 180px);
    margin: 0 auto;
  }

  /* 特出しバナー_250526 */
  #special_bnr {
    width: 100%;
    max-width: none;
  }

  #special_bnr ul {
    display: flex;
    gap: 2em;
    justify-content: center;
  }

  #special_bnr .carousel__prevButton,
  #special_bnr .carousel__nextButton {
    display: none;
  }

  .overview .special_bnr_h2 {
    font-size: 1.875em;
    background-position: calc(50% - 9.5em) top;
  }

  .tokyo_attempt p {
    text-align: left;
  }

}
