@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
/* 基本的なクラスや要素の設定　
============================================================================ */
/* SCSS メディアクエリ */
/* フォントサイズをremに変換するmixin */
/* フレックスボックス */
/* 横幅の計算 */
/* header部分　
============================================================================== */
/* メインビジュアル部分　
============================================================================== */
.main_page {
  height: 30vh;
  background: url(images/news/bg_main.jpg) center center/cover no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  position: relative;
}
@media (max-width: 767px) {
  .main_page {
    height: 30vh;
  }
}
.main_page .pagettl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main_page .pagettl {
    font-size: 1.25rem;
  }
}
.main_page .pagettl span {
  display: block;
  font-size: 1rem;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main_page .pagettl span {
    font-size: 0.75rem;
  }
}

/* 共通パーツ
============================================================================== */
.breadcrumbs {
  padding: 0.7rem 0;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul li {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.8em;
}
@media (max-width: 767px) {
  .breadcrumbs ul li {
    font-size: 0.625rem;
  }
}
.btn_naked {
  max-width: 100%;
}
.btn_naked a {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  position: relative;
}
.btn_naked a p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative;
  top: 0.1em;
}
@media (max-width: 767px) {
  .btn_naked a p {
    font-size: 0.9375rem;
  }
}
.btn_naked a > i {
  font-size: 1rem;
  color: #3ABBF4;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn_naked a > i {
    font-size: 0.75rem;
  }
}

dl.dl_cmn div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
dl.dl_cmn div:not(:last-child) {
  margin-bottom: 1rem;
}
dl.dl_cmn div dt, dl.dl_cmn div dd {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  dl.dl_cmn div dt, dl.dl_cmn div dd {
    font-size: 0.75rem;
  }
}
dl.dl_cmn div dt {
  width: 18%;
  font-weight: 400;
}
@media (max-width: 767px) {
  dl.dl_cmn div dt {
    width: 27%;
  }
}
dl.dl_cmn div dd {
  width: 78%;
  font-weight: 500;
}
@media (max-width: 767px) {
  dl.dl_cmn div dd {
    width: 70%;
  }
}

/* recruit　採用情報について
============================================================================== */
body.page.recruit .home_info ul li.li_bnr {
  display: none;
}

.recruit_message .side_cmn {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .recruit_message .side_cmn {
    margin-bottom: 2.5rem;
  }
}
.recruit_message .ttl01 {
  max-width: 700px;
  background-color: rgba(57, 187, 245, 0.1);
  border-radius: 10px;
  font-weight: 700;
  padding: 0.5em 6% 0.3em;
  margin-inline: auto;
  margin-bottom: 0.8em;
}
.recruit_message p.txt01 {
  margin-bottom: 3.5em;
}
@media (max-width: 767px) {
  .recruit_message p.txt01 {
    margin-bottom: 2em;
  }
}
.recruit_message ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5.5555555556%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .recruit_message ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .recruit_message ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0;
  }
}
.recruit_message ul li.li_bnr {
  position: relative;
}
.recruit_message ul li.li_bnr figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_message ul li.li_bnr .btn_cmn {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 
============================================================================== */
/* 
============================================================================== */
/* contact　お問い合わせ
============================================================================== */
/* テーブル部分　基本 */
.tbl_contact {
  width: 100%;
  margin: 0 auto 3rem;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 2rem;
}
@media (max-width: 767px) {
  .tbl_contact {
    margin-bottom: 1rem;
  }
}
.tbl_contact .col_th {
  width: 35%;
}
@media (max-width: 767px) {
  .tbl_contact .col_th {
    display: none;
  }
}
.tbl_contact .col_td {
  width: 65%;
}
@media (max-width: 767px) {
  .tbl_contact .col_td {
    display: none;
  }
}
.tbl_contact th, .tbl_contact td {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: top;
}
@media (max-width: 767px) {
  .tbl_contact th, .tbl_contact td {
    display: block;
    font-size: 0.75rem;
  }
}
.tbl_contact th {
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .tbl_contact th {
    padding-bottom: 0.4rem;
  }
}
/* テーブル　細かい部分 */
.tbl_contact .required::before,
.tbl_contact .any::before {
  border-radius: 100vmax;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.3rem 1.7rem 0.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.3rem;
}
@media (max-width: 767px) {
  .tbl_contact .required::before,
  .tbl_contact .any::before {
    padding: 0.1rem 0.5rem;
    margin-right: 0.3rem;
  }
}
.tbl_contact .required::before {
  content: "必須";
  background-color: #9D77D1;
  color: #fff;
}
.tbl_contact .any::before {
  content: "任意";
  background-color: #b2b2b2;
  color: #fff;
}
.tbl_contact .required::after {
  background: none !important;
  content: none;
}

/* （入力エリア） */
.tbl_contact td input[type=text],
.tbl_contact td input[type=tel],
.tbl_contact td input[type=email],
.tbl_contact td input[type=date],
.tbl_contact td select {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 10px 7px;
}
.tbl_contact td input[type=text],
.tbl_contact td input[type=email] {
  width: 100%;
}
.tbl_contact td input[type=tel] {
  width: 100%;
}
.tbl_contact td input[type=date] {
  width: 30%;
}
.tbl_contact td select {
  width: 40%;
}
.tbl_contact td textarea {
  width: 100%;
  height: 150px;
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 5px;
}
.tbl_contact td span.wpcf7-list-item {
  margin: 0 2em 0 0;
}

td.birth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
}
td.birth select {
  width: 80px;
}
@media (max-width: 767px) {
  td.birth select {
    width: 15vw;
  }
}
td.birth span:first-child select {
  width: 120px;
}
@media (max-width: 767px) {
  td.birth span:first-child select {
    width: 20vw;
  }
}

td.station {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
}
td.station input[type=text] {
  width: 160px;
}
@media (max-width: 767px) {
  td.station input[type=text] {
    width: 25vw;
  }
}

.th_textarea {
  vertical-align: top;
}
.th_textarea.required::before, .th_textarea.any::before {
  top: 0.5rem;
}
@media (max-width: 767px) {
  .th_textarea.required::before, .th_textarea.any::before {
    top: 0.3rem;
  }
}

.tbl_contact .td_check span.wpcf7-list-item {
  margin-right: 0.5em;
}

/* （確認ページはございません～） */
/*.check_confirm {
    font-size: fz(16);
	font-weight: 500;
    text-align: center;
    margin: 0px 0 20px;
    @include mq_sp {
        font-size: fz(14);
        margin: 1rem 0 2rem;
    }
    label {
        padding: 20px;
    }
    span {
        margin-right: 5px;
    }
}*/
/* （送信／リセットボタン） */
.btn_submit {
  display: table;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .btn_submit {
    font-size: 0.8125rem;
  }
}
.btn_submit input[type=submit] {
  width: 230px;
  height: 52px;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.19);
          box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.19);
  text-align: center;
}
@media (max-width: 767px) {
  .btn_submit input[type=submit] {
    width: 70vw;
    height: 3rem;
  }
}
.btn_submit input[type=submit]:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_submit i {
  font-size: 1rem;
  color: #9D77D1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8%;
}

/* （選択できないときは色を薄く表示する） */
.btn_submit input[type=submit][disabled] {
  opacity: 0.3;
}

/* （確認チェックが入っている時のみカーソルが変わる ※SPでは機能しない） */
.btn_submit input[type=submit]:not([disabled]):hover {
  cursor: pointer;
  opacity: 0.8;
}

/* （ajax-loaderを消す　送信ボタンの→） */
.ajax-loader {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* thanks　サンクスページ
============================================================================== */
.thanks_first p.txt01 {
  margin-bottom: 3.5em;
}
@media (max-width: 767px) {
  .thanks_first p.txt01 {
    margin-bottom: 2.5em;
  }
}

/* news　新着情報
============================================================================== */
.news_list {
  padding: 5rem 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .news_list {
    padding: 3rem 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  border-radius: 100vmax;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 0.875rem;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi span.current {
  background: #39BBF5;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
}
/* event　合同就職説明会
============================================================================== */
.event_list .unit:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .event_list .unit:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.event_list .unit .ttl01 {
  background-color: #9D77D1;
  padding: 0.4em 3% 0.2em;
  margin-bottom: 1.2em;
}
.event_list .unit .ttl02 {
  line-height: 1.5;
  padding-left: 3%;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #9D77D1;
  margin-bottom: 1.2em;
}
.event_list .unit dl.dl_cmn {
  padding: 0 3%;
}
.event_list .unit dl.dl_cmn:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .event_list .unit dl.dl_cmn:not(:last-child) {
    margin-bottom: 1rem;
  }
}

/* 
============================================================================== */
/* 投稿個別
============================================================================== */
.post_content_wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .post_content_wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .post_content_wrap {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
}
.post_content_wrap > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.post_content_wrap main {
  width: 66.6666666667%;
}
@media (max-width: 767px) {
  .post_content_wrap main {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.post_content_wrap aside {
  width: 22.2222222222%;
}
@media (min-width: 1200px) {
  .post_content_wrap aside {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .post_content_wrap aside {
    width: 100%;
  }
}

aside .lump.links .ul_links li:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  aside .lump.links .ul_links li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
aside .lump.links .ul_links li figure {
  margin-bottom: 0.4rem;
}
aside .lump.links .ul_links li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_single {
  /*h4 {
  	font-size: fz(22);
  	font-weight: 700;
  	line-height: 1.5;
  	padding-left: 2.8em;
  	position: relative;
  	margin-bottom: 0.8em;
  	@include mq_sp {
  		font-size: fz(16);
  	}
  	&::before {
  		content: "";
  		width: 1.8em;
  		height: 2px;
  		background-color: $color_cy;
  		position: absolute;
  		top: 50%;
  		left: 0;
  		translate: 0 -50%;
  	}
  }*/
}
.blog_single:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .blog_single:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.blog_single .top {
  margin-bottom: 1.5rem;
}
.blog_single .top .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.blog_single .top .wrap time.date {
  display: inline-block;
  color: #969696;
  line-height: 1.5rem;
  margin-right: 1.5em;
}
@media (max-width: 767px) {
  .blog_single .top .wrap time.date {
    margin-right: 1em;
  }
}
.blog_single .top .wrap .cate {
  display: inline-block;
  background-color: #9D77D1;
  border-radius: 100vmax;
  padding: 0 1em;
  line-height: 1.5rem;
  margin-right: 1em;
}
.blog_single article > p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .blog_single article > p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.blog_single h2, .blog_single h3, .blog_single h4, .blog_single p, .blog_single figcaption {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.blog_single article > :is(.side_cmn, .area):not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .blog_single article > :is(.side_cmn, .area):not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.blog_single h2:not(.ttl_post) {
  background-color: #9D77D1;
  padding: 0.4em 0.6em;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog_single h2:not(.ttl_post) {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .blog_single h2:not(.ttl_post) {
    font-size: 1.125rem;
  }
}
.blog_single h3:not(.ttl01) {
  font-size: 1.125rem;
  color: #9D77D1;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.2em 0 0.2em 0.8em;
  border-left: 0.2em solid currentColor;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog_single h3:not(.ttl01) {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .blog_single h3:not(.ttl01) {
    font-size: 1.0625rem;
  }
}
.blog_single p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .blog_single p {
    font-size: 0.8125rem;
  }
}
.blog_single .area {
  background-color: rgba(157, 119, 209, 0.15);
  border-radius: 10px;
  padding: 1.5rem 4%;
}
@media (max-width: 767px) {
  .blog_single .area {
    padding: 1rem 3%;
  }
}
.blog_single .area ul li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .blog_single .area ul li {
    font-size: 0.8125rem;
  }
}
.blog_single .area ul li::before {
  content: "・";
}
.blog_single .area ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.blog_single article > figure {
  text-align: center;
}
.blog_single article > figure:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .blog_single article > figure:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.blog_single .btn_cmn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .blog_single .btn_cmn {
    margin-top: 2rem;
  }
}

/* newgraduate　新卒採用について
============================================================================== */
.gradu_guidance {
  background-color: #fdfcf5;
  position: relative;
}
.gradu_guidance::before {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #39BBF5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.gradu_guidance .area {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 6% 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .gradu_guidance .area {
    padding: 2rem 4%;
    margin-bottom: 1.8rem;
  }
}
.gradu_guidance .area .colwrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem 2.3148148148%;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .gradu_guidance .area .colwrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0;
  }
}
.gradu_guidance .area .colwrap .col {
  display: grid;
  place-content: center;
  background: rgba(57, 187, 245, 0.1) url(images/newgraduate/bg_slash_cy.svg) center center repeat;
  border-radius: 10px;
  padding: 2rem 3%;
}
@media (max-width: 767px) {
  .gradu_guidance .area .colwrap .col {
    padding: 1.2rem 4%;
  }
}
.gradu_guidance .area .colwrap .col p.txt_sub {
  color: #39BBF5;
}
.gradu_guidance .area .colwrap .col:not(:last-child) {
  position: relative;
}
.gradu_guidance .area .colwrap .col:not(:last-child)::after {
  content: "";
  width: 13px;
  height: 17px;
  background-color: #BBBBBB;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 4px);
}
@media (max-width: 767px) {
  .gradu_guidance .area .colwrap .col:not(:last-child)::after {
    width: 4vw;
    height: 3vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    top: calc(100% + 2vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.gradu_guidance .plinkwrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem 1.8518518519%;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .gradu_guidance .plinkwrap {
    margin-bottom: 2rem;
  }
}
.gradu_guidance .plinkwrap .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #39BBF5;
}
@media (min-width: 1200px) {
  .gradu_guidance .plinkwrap .btn a {
    padding: 0 0.8rem 0rem;
  }
}
.gradu_guidance .plinkwrap .btn a i {
  font-size: 0.625rem;
}
.gradu_guidance .ttl01 {
  background-color: #39BBF5;
  border-radius: 10px;
  padding: 0.5em 0.8em 0.3em;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.gradu_guidance .ttl01::before {
  content: "";
  font-size: 0.625rem;
  margin-right: 1em;
  position: relative;
  top: -0.3em;
}
.gradu_guidance p.txt02:not(:last-child) {
  margin-bottom: 2.5em;
}

.gradu_require {
  background-color: #fff;
}

.tbl_gradu {
  width: 100%;
}
.tbl_gradu col.tbl_ttl {
  width: 23.1481481481%;
  background: rgba(57, 187, 245, 0.1) url(images/newgraduate/bg_slash_cy.svg) center center repeat;
}
@media (max-width: 767px) {
  .tbl_gradu col.tbl_ttl {
    width: 30%;
  }
}
.tbl_gradu col.tbl_con {
  width: 76.8518518519%;
}
@media (max-width: 767px) {
  .tbl_gradu col.tbl_con {
    width: 70%;
  }
}
.tbl_gradu th, .tbl_gradu td {
  font-size: 1rem;
  line-height: 1.5;
  border-top: 1px solid #BBBBBB;
  padding: 1.5rem 2%;
}
@media (max-width: 767px) {
  .tbl_gradu th, .tbl_gradu td {
    font-size: 0.75rem;
    padding: 0.8rem 2%;
  }
}
.tbl_gradu th {
  font-weight: 700;
}
.tbl_gradu td {
  font-weight: 400;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .tbl_gradu td {
    padding-left: 0.4em;
  }
}

.gradu_midwife {
  background-color: #fdfcf5;
}
.gradu_midwife .ttl01 {
  background-color: #39BBF5;
  border-radius: 10px;
  padding: 0.5em 0.8em 0.3em;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.gradu_midwife .ttl01::before {
  content: "";
  font-size: 0.625rem;
  margin-right: 1em;
  position: relative;
  top: -0.3em;
}
.gradu_midwife p.txt02:not(:last-child) {
  margin-bottom: 2.5em;
}

.gradu_faq {
  background-color: #fdfcf5;
}
.gradu_faq .ul_faq li:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .gradu_faq .ul_faq li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.gradu_faq .ul_faq li .q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  background-color: rgba(57, 187, 245, 0.1);
  padding: 1rem 2rem 1rem 1.5rem;
}
@media (max-width: 767px) {
  .gradu_faq .ul_faq li .q {
    padding: 0.8rem 1rem 0.8rem 1rem;
  }
}
.gradu_faq .ul_faq li .q p {
  padding-left: 3em;
  text-indent: -3em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .gradu_faq .ul_faq li .q p {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 0.875rem;
  }
}
.gradu_faq .ul_faq li .q p b {
  font-size: 2rem;
  color: #39BBF5;
  font-weight: 600;
  line-height: 1;
  margin-right: 1rem;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .gradu_faq .ul_faq li .q p b {
    font-size: 1.25rem;
    margin-right: 0.5rem;
  }
}
.gradu_faq .ul_faq li .a {
  padding: 1rem 2rem 0rem 1.5rem;
}
@media (max-width: 767px) {
  .gradu_faq .ul_faq li .a {
    padding: 0.8rem 1rem 0rem 1rem;
  }
}
.gradu_faq .ul_faq li .a p {
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .gradu_faq .ul_faq li .a p {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 0.75rem;
  }
}
.gradu_faq .ul_faq li .a p b {
  font-size: 2rem;
  color: #39BBF5;
  font-weight: 600;
  line-height: 1;
  margin-right: 1rem;
  position: relative;
  top: 0.2em;
}
@media (max-width: 767px) {
  .gradu_faq .ul_faq li .a p b {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    top: 0.1em;
  }
}

/* introduction　看護部のご紹介
============================================================================== */
.intr_concept p.txt01 {
  max-width: 780px;
  margin-inline: auto;
}

.intr_message .side_cmn {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .intr_message .side_cmn {
    margin-bottom: 2.5rem;
  }
}
.intr_message .side_cmn figure {
  position: relative;
}
.intr_message .side_cmn figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.intr_message .side_cmn figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/introduction/bg_intr01.svg) center center/cover no-repeat;
  position: absolute;
  top: 25%;
  right: 30%;
  z-index: 0;
}
.intr_message .side_cmn .ttl01 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  position: relative;
}
@media (max-width: 767px) {
  .intr_message .side_cmn .ttl01 {
    font-size: 1rem;
  }
}
.intr_message .side_cmn .ttl01 b {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .intr_message .side_cmn .ttl01 b {
    font-size: 1.25rem;
  }
}
.intr_message .side_cmn .ttl01::before {
  content: "";
  width: 8em;
  height: 3px;
  background-color: #F41079;
  position: absolute;
  bottom: 0;
  left: 0;
}
.intr_message .side_cmn p.txt01 {
  margin-bottom: 1em;
}
.intr_message .side_cmn .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-inline: auto 0;
}
.intr_message .side_cmn .name em {
  font-size: 1.5rem;
  line-height: 1;
}
.intr_message p.txt02 {
  margin-bottom: 4.5em;
}
@media (max-width: 767px) {
  .intr_message p.txt02 {
    margin-bottom: 2.5em;
  }
}

/* local　周辺環境
============================================================================== */
.local_map {
  position: relative;
}
.local_map::before {
  content: "";
  width: 100%;
  height: 30%;
  background: rgba(247, 142, 0, 0.07) url(images/local/bg_slash_or.svg) center center repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.local_map .inner {
  z-index: 1;
}
.local_map .inner h2.ttl_cmn2 {
  max-width: 900px;
  padding-bottom: 1em;
  margin-inline: auto;
  margin-bottom: 2em;
  position: relative;
}
.local_map .inner h2.ttl_cmn2::before {
  content: "";
  width: 8em;
  height: 3px;
  background-color: #F78E00;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.local_map .inner figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.local_content .lump:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .local_content .lump:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.local_content .lump h3.ttl_cmn2 {
  margin-bottom: 1.5em;
}
.local_content .lump h4.ttl_cmn2 {
  margin-bottom: 0.3em;
}

/* teaching_philosophy　教育理念・目標
============================================================================== */
.teach_concept h3.ttl_cmn2 {
  max-width: 800px;
  padding-bottom: 1em;
  margin-inline: auto;
  position: relative;
}
.teach_concept h3.ttl_cmn2::before {
  content: "";
  width: 8em;
  height: 3px;
  background-color: #F78E00;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.teach_policy .lump:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .teach_policy .lump:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.teach_policy h2.ttl_cmn {
  padding-bottom: 2em;
  margin-bottom: 3em;
  position: relative;
}
.teach_policy h2.ttl_cmn::before {
  content: "";
  width: 16em;
  height: 3px;
  background-color: #F78E00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.teach_policy p.txt01:not(:last-child) {
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .teach_policy p.txt01:not(:last-child) {
    margin-bottom: 1.8em;
  }
}
.teach_policy .ttl02 {
  padding-bottom: 0.3em;
}
.teach_policy .ttl02 em {
  font-size: 2.25rem;
  color: #F78E00;
  font-weight: 600;
  line-height: 1;
  margin-right: 0.4em;
  position: relative;
  top: 0.1em;
}
@media (max-width: 767px) {
  .teach_policy .ttl02 em {
    font-size: 1.5rem;
  }
}
.teach_policy ol.ol_num li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.teach_policy ol.ol_num li:not(:last-child) {
  margin-bottom: 1em;
}
.teach_policy ol.ol_num li .num {
  display: grid;
  place-content: center;
  width: 42px;
  aspect-ratio: 1/1;
  background-color: #F78E00;
  border-radius: 100vmax;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .teach_policy ol.ol_num li .num {
    width: 9vw;
    font-size: 1.25rem;
  }
}
.teach_policy ol.ol_num li p {
  width: calc(100% - 42px - 16px);
  padding-top: 0.4em;
}
@media (max-width: 767px) {
  .teach_policy ol.ol_num li p {
    width: calc(100% - 9vw - 2vw);
  }
}
.teach_policy .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.7037037037%;
}
@media (max-width: 767px) {
  .teach_policy .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* interview　先輩看護師インタビュー
============================================================================== */
body:is(.interview, .introduction, .local, .teaching_philosophy, .about, .alma_mater, .gallery, .internship, .careerup, .map, .graduation, .ward, .intern) .breadcrumbs,
body:is(.interview, .introduction, .local, .teaching_philosophy, .about, .alma_mater, .gallery, .internship, .careerup, .map, .graduation, .ward, .intern) main {
  background-color: #fdfcf5;
}

.interview_list .unit:not(:last-child) {
  margin-bottom: 3rem;
}
.interview_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 3.3333333333%;
  margin-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .interview_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .interview_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 4%;
    margin-bottom: 2.5rem;
  }
}
.interview_list ul li .cate_internal,
.interview_list ul li .cate_surgery {
  display: none;
}
.interview_list .wp-pagenavi span.current {
  background: #49AA29;
  color: #fff;
}

.interview_single {
  padding: 4rem 0 9rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .interview_single {
    padding: 3rem 0 6rem;
  }
}
@media (max-width: 767px) {
  .interview_single {
    padding: 2.5rem 0 4rem;
  }
}
.interview_single .side_cmn {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .interview_single .side_cmn {
    margin-bottom: 2rem;
  }
}
.interview_single .side_cmn .ttl01 {
  margin-bottom: 1em;
}
.interview_single .side_cmn .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview_single .side_cmn .wrap .cate {
  display: inline-block;
  background-color: #49AA29;
  border-radius: 100vmax;
  padding: 0 1.2em;
  font-weight: 600;
  line-height: 1.5rem;
  margin-right: 1em;
}
.interview_single .side_cmn .wrap .name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .interview_single .side_cmn .wrap .name {
    font-size: 0.9375rem;
  }
}
.interview_single .side_cmn .wrap .name em {
  font-size: 1.625rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .interview_single .side_cmn .wrap .name em {
    font-size: 1.375rem;
  }
}
.interview_single .ul_faq li:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .interview_single .ul_faq li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.interview_single .ul_faq li .q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  background-color: rgba(73, 170, 41, 0.1);
  padding: 1rem 2rem 1rem 1.5rem;
  /*i {
  	font-size: fz(16);
  	color: #fff;
  	transition: all 0.7s;
  	@include mq_sp {
  		font-size: fz(13);
  		right: 0.5rem;
  	}
  }
  &.open {
  	i {
  		transform: rotate(180deg);
  		transition: all 0.7s;
  	}
  }
  &:hover {
  	background-color: #fff;
  	transition: all 1s;
  	p, i {
  		color: $color_pr;
  		transition: all 1s;
  	}
  }*/
}
@media (max-width: 767px) {
  .interview_single .ul_faq li .q {
    padding: 0.8rem 1rem 0.8rem 1rem;
  }
}
.interview_single .ul_faq li .q p {
  padding-left: 3em;
  text-indent: -3em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .interview_single .ul_faq li .q p {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 0.875rem;
  }
}
.interview_single .ul_faq li .q p b {
  font-size: 2rem;
  color: #49AA29;
  font-weight: 600;
  line-height: 1;
  margin-right: 1rem;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .interview_single .ul_faq li .q p b {
    font-size: 1.25rem;
    margin-right: 0.5rem;
  }
}
.interview_single .ul_faq li .a {
  padding: 1rem 2rem 0rem 1.5rem;
}
@media (max-width: 767px) {
  .interview_single .ul_faq li .a {
    padding: 0.8rem 1rem 0rem 1rem;
  }
}
.interview_single .ul_faq li .a p {
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .interview_single .ul_faq li .a p {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 0.75rem;
  }
}
.interview_single .ul_faq li .a p b {
  font-size: 2rem;
  color: #49AA29;
  font-weight: 600;
  line-height: 1;
  margin-right: 1rem;
  position: relative;
  top: 0.2em;
}
@media (max-width: 767px) {
  .interview_single .ul_faq li .a p b {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    top: 0.1em;
  }
}

/* about　順天堂大学浦安病院の紹介
============================================================================== */
.about_slide {
  position: relative;
}
.about_slide .area {
  width: 100%;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 10px;
  padding: 2.4rem 2% 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .about_slide .area {
    max-width: 540px;
  }
}
.about_slide .area .ttl01 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .about_slide .area .ttl01 {
    font-size: 1.5rem;
  }
}
.about_slide .area .ttl01 span {
  display: block;
  font-size: 1.125rem;
  color: #F41079;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .about_slide .area .ttl01 span {
    font-size: 0.875rem;
  }
}
.about_slide .loopslider:not(:last-child) {
  margin-bottom: 1.8rem;
}

.loopslider {
  height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .loopslider {
    height: 29.3333333333vw;
  }
}
.loopslider ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
          animation: loop-slide 20s infinite linear 1s both;
}
.loopslider ul li {
  display: grid;
  place-content: center;
  width: 360px;
  height: 220px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .loopslider ul li {
    width: 48vw;
    height: 29.3333333333vw;
    margin-right: 2vw;
  }
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-reverse {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes loop-slide-reverse {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.loopslider.reverse ul {
  -webkit-animation: loop-slide-reverse 20s infinite linear 1s both;
          animation: loop-slide-reverse 20s infinite linear 1s both;
}

.about_feature .side_cmn {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .about_feature .side_cmn {
    margin-bottom: 2.5rem;
  }
}
.about_feature .side_cmn figure {
  position: relative;
}
.about_feature .side_cmn figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.about_feature .side_cmn figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25%;
  z-index: 0;
}
.about_feature .side_cmn:not(.reverse) figure::before {
  background: url(images/introduction/bg_intr01.svg) center center/100% auto no-repeat;
  right: 30%;
}
.about_feature .side_cmn.reverse figure::before {
  background: url(images/about/bg_about01.svg) center center/100% auto no-repeat;
  left: 30%;
}
.about_feature .ttl01 {
  padding-left: 80px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.2em;
  position: relative;
}
@media (max-width: 767px) {
  .about_feature .ttl01 {
    padding-left: 14vw;
    font-size: 1.125rem;
  }
}
.about_feature .ttl01 em {
  font-size: 3.5rem;
  color: #F41079;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .about_feature .ttl01 em {
    font-size: 2.25rem;
  }
}
.about_feature .ttl01 span {
  display: block;
  font-size: 0.875rem;
  color: #F41079;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about_feature .ttl01 span {
    font-size: 0.75rem;
  }
}
.about_feature p.txt01 {
  margin-bottom: 1em;
}
.about_feature .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 2.7777777778%;
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_feature .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about_feature .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about_feature .wrap .job {
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 1px solid #F41079;
  border-radius: 10px;
  padding: 0.6rem 2%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .about_feature .wrap .job {
    font-size: 0.75rem;
  }
}
.about_feature .tagwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 2%;
  margin-top: 0.4rem;
}
.about_feature .tagwrap .tag {
  display: grid;
  place-content: center;
  background-color: rgba(244, 16, 121, 0.07);
  border-radius: 10px;
  padding: 0.6rem 2%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .about_feature .tagwrap .tag {
    font-size: 0.75rem;
  }
}
.about_feature .under {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem 3.7037037037%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_feature .under {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 4%;
  }
}
@media (max-width: 767px) {
  .about_feature .under {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 4%;
  }
}
.about_feature .under .unit .ttl02 {
  background-color: rgba(244, 16, 121, 0.07);
  border-radius: 10px;
  padding: 0.5em 0.8em 0.3em;
}
.about_feature .under .unit .ttl02::before {
  content: "";
  font-size: 0.625rem;
  margin-right: 0.65em;
  position: relative;
  top: -0.2em;
}

/* welfare　福利厚生
============================================================================== */
body:is(.welfare, .access) main,
body:is(.welfare, .access) .breadcrumbs {
  background-color: #fdfcf5;
}

.welfare_first .colwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 4%;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .welfare_first .colwrap {
    margin-bottom: 2.5rem;
  }
}
.welfare_first .colwrap .col {
  width: 48%;
}
@media (max-width: 767px) {
  .welfare_first .colwrap .col {
    width: 100%;
  }
}
.welfare_first .lump:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .welfare_first .lump:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.welfare_first .ttl01 {
  background-color: #F41079;
  border-radius: 10px;
  padding: 0.5em 0.8em 0.3em;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.welfare_first .ttl01::before {
  content: "";
  font-size: 0.625rem;
  margin-right: 1em;
  position: relative;
  top: -0.3em;
}
.welfare_first figure.imgwrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.2rem 0.3703703704%;
}
.welfare_first h4.ttl_cmn2 {
  margin-bottom: 0.3em;
}
.welfare_first p.txt02:not(:last-child) {
  margin-bottom: 1em;
}
.welfare_uniform {
  background: url(images/welfare/bg_welfare01.svg) center center/cover no-repeat;
  position: relative;
}
.welfare_uniform::before {
  content: "";
  width: 100%;
  aspect-ratio: 16/1;
  background-color: #fdfcf5;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.welfare_uniform p.txt01 {
  margin-bottom: 3em;
}
.welfare_uniform .imgwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 6%;
}
@media (max-width: 767px) {
  .welfare_uniform .imgwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.welfare_other .unit:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .welfare_other .unit:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.welfare_other h4.ttl_cmn2 {
  margin-bottom: 0.5em;
}
.welfare_other figure.imgwrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.2rem 0.3703703704%;
}

/* access　アクセス
============================================================================== */
.access_map {
  position: relative;
}
.access_map::before {
  content: "";
  width: 100%;
  height: 30%;
  background: rgba(247, 142, 0, 0.07) url(images/local/bg_slash_or.svg) center center repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.access_map .inner {
  z-index: 1;
}
.access_map .inner h2.ttl_cmn2 {
  max-width: 900px;
  padding-bottom: 1em;
  margin-inline: auto;
  margin-bottom: 2em;
  position: relative;
}
.access_map .inner h2.ttl_cmn2::before {
  content: "";
  width: 8em;
  height: 3px;
  background-color: #F78E00;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.access_map .map {
  position: relative;
  width: 100%;
  aspect-ratio: 1080/600;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access_map .map {
    padding-top: 100%;
  }
}
.access_map .map iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .access_map .map iframe {
    top: -30vw;
    height: calc(100% + 30vw + 30vw);
  }
}

.access_second .colwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 4%;
}
.access_second .colwrap .col {
  width: 48%;
}
@media (max-width: 767px) {
  .access_second .colwrap .col {
    width: 100%;
  }
}

.access_flow {
  background-color: #fff;
}
.access_flow h2.ttl_cmn2 {
  margin-bottom: 0.2em;
}
.access_flow h3.txt_cmn {
  margin-bottom: 1em;
}
.access_flow ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.7777777778%;
}
@media (max-width: 767px) {
  .access_flow ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 4%;
  }
}
.access_flow ul li figure {
  margin-bottom: 0.4rem;
}
.access_flow ul li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access_flow ul li h4.ttl_cmn2 {
  margin-bottom: 0.3em;
}
.access_flow ul li:not(:nth-child(3n)) {
  position: relative;
}
.access_flow ul li:not(:nth-child(3n))::after {
  content: "";
  width: 12px;
  aspect-ratio: 11/23;
  background: url(images/access/icn_arw.svg) center center no-repeat;
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 6px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access_flow ul li:not(:nth-child(3n))::after {
    top: 30%;
    left: calc(100% + 3px);
  }
}
@media (max-width: 767px) {
  .access_flow ul li:not(:nth-child(3n))::after {
    width: 4vw;
    top: calc(100% + 1vw);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.access_way .colwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 4%;
}
.access_way .colwrap .col {
  width: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .access_way .colwrap .col {
    width: 100%;
  }
}
.access_way .colwrap .col figure {
  margin-bottom: 0.6rem;
}
.access_way .colwrap .col figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access_way .circle {
  width: 92px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  border: 3px solid #fff;
  background-color: #39BBF5;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(10%, -10%);
          transform: translate(10%, -10%);
}
.access_way .circle p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.access_way .circle p em {
  font-size: 2.375rem;
  line-height: 1;
}
.access_way h4.txt_cmn {
  margin-bottom: 0.8em;
}

/* alma_mater　先輩看護師の出身校
============================================================================== */
.alma_list h2.ttl_cmn2 {
  max-width: 900px;
  padding-bottom: 1em;
  margin-inline: auto;
  margin-bottom: 1em;
  position: relative;
}
.alma_list h2.ttl_cmn2::before {
  content: "";
  width: 8em;
  height: 3px;
  background-color: #49AA29;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.alma_list .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .alma_list .search {
    margin-bottom: 2rem;
  }
}
.alma_list .search p.txt_search {
  line-height: 1.5;
  margin-right: 1em;
}
.alma_list .search form {
  background-color: #ededed;
  padding: 0.1em 0.6em;
}
.alma_list .unit:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .alma_list .unit:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.alma_list .unit .ttl01 {
  background-color: #49AA29;
  padding: 0.4em 1em 0.2em;
  margin-bottom: 1.2em;
}
.alma_list .unit ul {
  -webkit-columns: auto 3;
     -moz-columns: auto 3;
          columns: auto 3;
}
@media (max-width: 767px) {
  .alma_list .unit ul {
    -webkit-columns: auto 2;
       -moz-columns: auto 2;
            columns: auto 2;
  }
}
.alma_list .unit ul li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .alma_list .unit ul li {
    font-size: 0.75rem;
  }
}
.alma_list .unit ul + .ttl01 {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .alma_list .unit ul + .ttl01 {
    margin-top: 1.8rem;
  }
}

/* gallery　フォトギャラリー
============================================================================== */
.gallery_list .plinkwrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem 1.8518518519%;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery_list .plinkwrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem 4%;
  }
}
@media (max-width: 767px) {
  .gallery_list .plinkwrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem 4%;
    margin-bottom: 2rem;
  }
}
.gallery_list .plinkwrap .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9D77D1;
}
@media (min-width: 1200px) {
  .gallery_list .plinkwrap .btn a {
    padding: 0 0.8rem 0rem;
  }
}
.gallery_list .plinkwrap .btn a i {
  font-size: 0.625rem;
}
.gallery_list .unit:not(:last-child) {
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .gallery_list .unit:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.gallery_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.3703703704%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .gallery_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* internship　インターン・見学会フォーム
============================================================================== */
.intern_first .over_cmn {
  background: -webkit-gradient(linear, left top, right bottom, from(#DBF4FF), to(#FDFDFD));
  background: -webkit-linear-gradient(left top, #DBF4FF, #FDFDFD);
  background: linear-gradient(to right bottom, #DBF4FF, #FDFDFD);
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .intern_first .over_cmn .txt {
    padding-bottom: 2rem;
  }
}
.intern_first ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 3.7037037037%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .intern_first ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .intern_first ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 0%;
  }
}
.intern_first ul li figure {
  margin-bottom: 0.8rem;
}
.intern_first ul li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intern_first ul li h3.ttl_cmn2 {
  margin-bottom: 0.5em;
}
.intern_first ul li p.txt02 {
  margin-bottom: 1.5em;
}

/* careerup　キャリアアップへの道
============================================================================== */
.caree_first .ttl01 {
  font-size: 2.375rem;
  color: #F78E00;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caree_first .ttl01 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .caree_first .ttl01 {
    font-size: 1.375rem;
  }
}
.caree_first .lump:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .caree_first .lump:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.caree_first .lump h3.ttl_cmn2 {
  margin-bottom: 0.8em;
}
.caree_first .lump h4.ttl_cmn2 {
  margin-bottom: 1.2em;
}
.caree_first .lump .img01 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caree_first .lump .side_cmn:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .caree_first .lump .side_cmn:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

/* map
============================================================================== */
.map_first .maparea {
  display: grid;
  place-content: center;
  max-width: 768px;
  background-color: #fff;
  border: 2px solid #C9C9C9;
  border-radius: 10px;
  margin-inline: auto;
  padding: 2.8rem 4% 4rem;
  margin-bottom: 3.5rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .map_first .maparea {
    padding: 2rem 5% 2.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .map_first .maparea {
    padding: 2rem 5% 2.5rem;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .map_first .maparea .map {
    padding-right: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .map_first .maparea .map {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .map_first .maparea .map {
    margin-bottom: 2.7rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .map_first .maparea .btnwrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem 4%;
  }
}
@media (max-width: 767px) {
  .map_first .maparea .btnwrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem 4%;
  }
}
@media (min-width: 1200px) {
  .map_first .maparea .btnwrap .btn_map {
    position: absolute;
  }
}
.map_first .maparea .btnwrap .btn_map:is(.bg01, .bg02, .bg03, .bg04) {
  left: 4.5rem;
}
.map_first .maparea .btnwrap .btn_map.bg01 {
  top: 15%;
}
.map_first .maparea .btnwrap .btn_map.bg02 {
  top: calc(15% + 56px);
}
.map_first .maparea .btnwrap .btn_map.bg03 {
  top: calc(15% + 112px);
}
.map_first .maparea .btnwrap .btn_map.bg04 {
  top: calc(15% + 168px);
}
.map_first .maparea .btnwrap .btn_map:is(.bg05, .bg06, .bg07) {
  right: 1.6rem;
}
.map_first .maparea .btnwrap .btn_map.bg05 {
  top: 40%;
}
.map_first .maparea .btnwrap .btn_map.bg06 {
  top: calc(40% + 56px);
}
.map_first .maparea .btnwrap .btn_map.bg07 {
  top: calc(40% + 112px);
}

.btn_map {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.btn_map a {
  max-width: 100%;
  width: 172px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  border-radius: 5px;
  padding: 0 4% 0 6%;
  position: relative;
}
@media (max-width: 767px) {
  .btn_map a {
    width: 38vw;
    height: 2.4rem;
  }
}
.btn_map a p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .btn_map a p {
    font-size: 0.8125rem;
  }
}
.btn_map a > i {
  font-size: 0.5rem;
}
.btn_map.bg01 a {
  background-color: #F68D02;
  color: #fff;
}
.btn_map.bg02 a {
  background-color: #5879E5;
  color: #fff;
}
.btn_map.bg03 a {
  background-color: #F7529F;
  color: #fff;
}
.btn_map.bg04 a {
  background-color: #4AAA28;
  color: #fff;
}
.btn_map.bg05 a {
  background-color: #38BBF5;
  color: #fff;
}
.btn_map.bg06 a {
  background-color: #009C8F;
  color: #fff;
}
.btn_map.bg07 a {
  background-color: #9D77D1;
  color: #fff;
}

/* graduation　卒業年
============================================================================== */
.gradu_first .btnwrap {
  max-width: 804px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 5.5555555556%;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gradu_first .btnwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .gradu_first .btnwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ward　病棟紹介
============================================================================== */
.ward_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 3.3333333333%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ward_list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 4%;
  }
}
@media (max-width: 767px) {
  .ward_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 4%;
  }
}
.ward_list ul li figure {
  margin-bottom: 0.2rem;
}
.ward_list ul li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ward_single:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .ward_single:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.ward_single .mainslide {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .ward_single .mainslide {
    margin-bottom: 2rem;
  }
}
.ward_single .mainslide .mainwrap {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  margin-bottom: 1.2rem;
}
.ward_single .mainslide .mainwrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ward_single .mainslide .thumbwrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.ward_single .mainslide .thumbwrap .slick-slide {
  width: 141px;
  aspect-ratio: 141/90;
}
@media (max-width: 767px) {
  .ward_single .mainslide .thumbwrap .slick-slide {
    width: 18vw;
  }
}
.ward_single .mainslide .thumbwrap .slick-slide:not(:last-child) {
  margin-right: 0.4rem;
}
.ward_single .mainslide .thumbwrap .slick-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ward_single .mainslide .slick-slider {
  line-height: 0;
}
.ward_single .mainslide .slick-slider .slick-slide {
  margin-inline: 0vw;
}
.ward_single article > p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .ward_single article > p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.ward_single h2, .ward_single h3, .ward_single h4, .ward_single p, .ward_single figcaption {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.ward_single article > :is(.side_cmn, .tagwrap, .ul03):not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .ward_single article > :is(.side_cmn, .tagwrap, .ul03):not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.ward_single h2:not(.ttl_post) {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  border-left: 0.25em solid #F41079;
  padding-left: 0.8em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ward_single h2:not(.ttl_post) {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .ward_single h2:not(.ttl_post) {
    font-size: 1.25rem;
  }
}
.ward_single h3:not(.ttl01) {
  background-color: #F41079;
  border-radius: 10px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.4em 2% 0.3em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ward_single h3:not(.ttl01) {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .ward_single h3:not(.ttl01) {
    font-size: 1.0625rem;
  }
}
.ward_single h3:not(.ttl01)::before {
  content: "";
  font-size: 0.625rem;
  margin-right: 1em;
  position: relative;
  top: -2px;
}
.ward_single p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .ward_single p {
    font-size: 0.8125rem;
  }
}
.ward_single .tagwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 10px;
}
.ward_single .tagwrap span {
  display: inline-block;
  background-color: #e0e0e0;
  border-radius: 100vmax;
  padding: 0.2em 1.2em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ward_single .tagwrap span {
    font-size: 0.75rem;
  }
}
.ward_single .ul03 li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ward_single .ul03 li {
    font-size: 0.8125rem;
  }
}
.ward_single .ul03 li:not(:last-child) {
  margin-bottom: 0.8em;
}
.ward_single .btn_cmn {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .ward_single .btn_cmn {
    margin-top: 2.5rem;
  }
}

/* intern　（internshipと別ページ）　インターンシップ
============================================================================== */
.intern_content .calendar {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .intern_content .calendar {
    margin-bottom: 1.6rem;
  }
}
.intern_content .calendar img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intern_content .calendar #booking-package {
  background: none !important;
}
.intern_content .calendar #booking-package_inputFormPanel {
  border: 1px solid #ddd;
  padding: 3rem;
  margin: 3rem;
  border-radius: 1rem;
  background: white;
  -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.19);
          box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.19);
}
@media (max-width: 767px) {
  .intern_content .calendar #booking-package_inputFormPanel {
    padding: 1rem;
    margin: 0rem;
  }
}
.intern_content .calendar #booking-package_inputFormPanel .title_in_form {
  color: #39bbf5;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .intern_content .calendar #booking-package_inputFormPanel .title_in_form {
    font-size: 1.1rem;
    padding-bottom: 1.5rem;
    line-height: 1.2;
  }
}
.intern_content .calendar #booking-package_inputFormPanel .row .name {
  margin: 0;
}
.intern_content .calendar #booking-package_inputFormPanel .row .value #booking_package_input_terms label input {
  width: auto;
}
.intern_content .calendar #booking-package_inputFormPanel .row .value #booking_package_input_terms label input[type=checkbox] {
  width: 24px;
  height: 24px;
  accent-color: #39bbf5; /* チェックマークの色（対応ブラウザのみ） */
  cursor: pointer;
}
.intern_content .ttl02 {
  background-color: #9D77D1;
  padding: 0.4em 2% 0.2em;
  margin-bottom: 0.2em;
}
.intern_content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #C1C1C1;
}
@media (max-width: 767px) {
  .intern_content ul li .txt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.intern_content ul li .txt .ttlwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.intern_content ul li .txt .ttlwrap .ttl01 {
  font-weight: 400;
}
.intern_content .tag {
  display: inline-block;
  min-width: 116px;
  padding: 0.2em 1em 0.1em;
  border-radius: 100vmax;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .intern_content .tag {
    min-width: 4em;
    padding: 0.2em 0.5em 0.1em;
    font-size: 0.8125rem;
  }
}
.intern_content .tag.tag_manwaku {
  background-color: #e36c6c;
}
.intern_content .tag.tag_wazuka {
  background-color: #D8B319;
}
.intern_content .tag.tag_kuseki {
  background-color: #79D819;
}

/* reserve　予約フォーム
============================================================================== */
.reserve_form .ttl01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.4em;
  margin-inline: auto;
  position: relative;
}
.reserve_form .ttl01::after {
  content: "";
  width: 204px;
  height: 3px;
  background-color: #39BBF5;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 
============================================================================== */
/*# sourceMappingURL=lower-style.css.map */

/* 看護師アンケート追加分 */
.questionnaire_list {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 3.3333333333%;
    margin-bottom: 5rem;
}

.questionnaire_list li figure img {
	aspect-ratio: 162 / 205;
    object-fit: cover;
	border-radius: 30px;
}

.questionnaire_list .ttl01 {
	font-size: 1.25rem;
	color: #333;
	text-align: left;
}

.questionnaire_single .side_cmn .wrap .name em {
	line-height: 1.8;
}

.questionnaire_single .side_cmn .wrap .cate {
	background-color: #f78e00;
}

.questionnaire_single .ul_faq li .q {
	background-color: rgba(247, 142, 0, 0.1);
}

.questionnaire_single .ul_faq li .q p b,
.questionnaire_single .ul_faq li .a p b {
	color: #f78e00;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .questionnaire_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .questionnaire_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 4%;
        margin-bottom: 2.5rem;
    }
	
	.questionnaire_list .ttl01 {
        font-size: 1rem;
    }
	
	.questionnaire_single .side_cmn .wrap .name em {
		line-height: 1.2;
		display: block;
		margin-top: 0.5rem;
	}
	
	.questionnaire .breadcrumbs ul {
		flex-wrap: wrap;
	}
}