@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

html {
  font-size: 0.6613756614vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  color: #595757;
  background: #efefef;
  font-weight: 500;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #595757;
}

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

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.trans {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .trans {
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .trans:hover,
  .trans:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .sp_mgb03 {
    margin-bottom: 3rem !important;
  }
}

/* ======================================================================
 header
====================================================================== */
.n28_header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #efefef;
}
@media screen and (max-width: 768px) {
  .n28_header {
    position: static;
    background: transparent;
    padding: 1rem 5%;
  }
}
.n28_header_logo {
  width: 11.7rem;
}
@media screen and (max-width: 768px) {
  .n28_header_logo {
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .n28_header_menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #4c93c8;
    display: none;
    padding: 0 5%;
  }
  .n28_header_menu::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .n28_header_menu_btn {
    width: 5rem;
    position: fixed;
    z-index: 99;
    top: 2rem;
    right: 2rem;
  }
}
.n28_header_menu_list_btn {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  font-size: 1.6rem;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .n28_header_menu_list_btn {
    display: block;
    color: #fff;
    margin-left: 0;
    background: url(../img/common/arw_wh_r.svg) no-repeat 100% 56%;
    background-size: 0.8rem;
    font-size: 1.8rem;
    border-bottom: 3px solid #fff;
    padding: 2.5rem 0 2rem;
  }
}
.n28_header_menu_list_btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #ed4c74;
  width: 0;
  height: 3px;
  bottom: -0.5rem;
  transition: width 0.2s ease-in-out;
  left: 0;
}
@media screen and (max-width: 768px) {
  .n28_header_menu_list_btn::after {
    display: none;
  }
}
.n28_header_menu_list_btn:hover::after, .n28_header_menu_list_btn._active::after {
  width: 100%;
}
.n28_header_menu_close {
  text-align: right;
  margin-top: 4rem;
}
.n28_header_menu_close img {
  width: 5rem;
  height: 5rem;
}

/* ======================================================================
 footer
====================================================================== */
.n28_footer {
  padding: 18rem 4rem 8rem;
}
.n28_footer::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .n28_footer {
    margin: 0 auto;
    width: 90%;
    padding: 7rem 0 5rem;
  }
}
.n28_footer_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .n28_footer_menu {
    display: block;
  }
}
.n28_footer_menu_btn {
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 1.6rem;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .n28_footer_menu_btn {
    display: block;
    margin-left: 0;
    border-bottom: 1px dashed #595757;
    background: url(../img/common/arw_pk_r.svg) no-repeat 100% 50%;
    background-size: 0.8rem;
    padding: 2rem 0;
  }
}
.n28_footer_logo {
  float: right;
  display: block;
  width: 34.8rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .n28_footer_logo {
    width: 24rem;
    margin-top: 5rem;
  }
}

/* ======================================================================
 under
====================================================================== */
.n28_under_mv {
  font-weight: 700;
  color: #4c93c8;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/common/under_mv.jpg);
  font-size: 4.2rem;
  letter-spacing: 0.5rem;
  width: 100%;
  height: 26rem;
}
@media screen and (max-width: 768px) {
  .n28_under_mv {
    height: 10.6rem;
    font-size: 2.2rem;
    background-size: 100%;
    background-image: url(../img/common/under_mv_sp.jpg);
  }
}
.n28_under_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 15rem 0 6.5rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content {
    display: block;
    margin: 0 5% 3rem;
  }
}
.n28_under_content_menu {
  position: sticky;
  height: 100%;
  top: 0;
  left: 0;
  width: 28rem;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_menu {
    position: static;
    width: auto;
    padding: 2rem 0;
  }
}
.n28_under_content_menu_btn {
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  display: table;
  background: url(../img/common/arw_pk_d.svg) no-repeat 100% 0.5rem;
  background-size: 1.6rem;
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_menu_btn {
    display: block;
    border-bottom: 1px dashed #4c93c8;
    padding: 2rem 0;
    margin-bottom: 0;
    background-position: 100% 50%;
    background-size: 1.2rem;
  }
}
.n28_under_content_menu_btn:hover, .n28_under_content_menu_btn._active {
  color: #ed4c74;
}
.n28_under_content_main {
  position: relative;
  z-index: 2;
  width: 100rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .n28_under_content_main {
    width: auto;
  }
}
.n28_under_content_ttl {
  padding-top: 7rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  font-size: 2.8rem;
  line-height: 4.9rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_ttl {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding-top: 5rem;
    margin-bottom: 3rem;
  }
}
.n28_under_content_ttl._active h2 span {
  background-size: 100% 4px;
  background-position: bottom left;
}
.n28_under_content_ttl h2 {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  font-size: 4.2rem;
  line-height: 9.6rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .n28_under_content_ttl h2 {
    font-size: 2.2rem;
    line-height: 5rem;
  }
}
.n28_under_content_ttl h2 span {
  background-image: linear-gradient(#ed4c74, #ed4c74);
  background-size: 0 4px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
  transition: background-size 1s ease-out;
}
.n28_under_content_ttl h2 span:nth-of-type(1) {
  transition-delay: 0s;
}
.n28_under_content_ttl h2 span:nth-of-type(2) {
  transition-delay: 1s;
}
.n28_under_content_ttl h2 span:nth-of-type(3) {
  transition-delay: 2s;
}
.n28_under_content_ttl h2 span:nth-of-type(4) {
  transition-delay: 3s;
}
.n28_under_content_ttl p {
  font-size: 1.8rem;
  line-height: 3.9rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_ttl p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.n28_under_content_list {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_list {
    margin-top: 4rem;
  }
}
.n28_under_content_list_box {
  background: #fff;
  border-radius: 2.4rem;
  padding: 0 7rem 7rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_list_box {
    border-radius: 2rem;
    padding: 0 5% 15%;
  }
}
.n28_under_content_list_box + .n28_under_content_list_box {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_list_box + .n28_under_content_list_box {
    margin-top: 3rem;
  }
}
.n28_under_content_sub_box::after {
  content: "";
  display: block;
  clear: both;
}
.n28_under_content_sub_box:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_sub_box:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.n28_under_content_sub_ttl {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #ed4c74;
  font-size: 2rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_sub_ttl {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
.n28_under_content_sub_ttl span {
  font-size: 1.3rem;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .n28_under_content_sub_ttl span {
    font-size: 1rem;
  }
}
.n28_under_content_sub_img {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_sub_img {
    margin-bottom: 4rem;
  }
}
.n28_under_content_txt {
  text-align: justify;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
  line-height: 3.9rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_txt {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
.n28_under_content_cap {
  word-break: break-all;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_under_content_cap {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.n28_under_content_cap a {
  text-decoration: underline;
  color: #4c93c8;
}
.n28_under_content_cap a:hover {
  text-decoration: none;
}

.n28_container {
  height: 100%;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .n28_container {
    margin-top: 0;
    position: relative;
  }
}

.n28_pagetop {
  box-sizing: border-box;
  position: sticky;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-right: 3rem;
  margin-top: -8rem;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .n28_pagetop {
    margin-top: 0;
    padding-right: 2rem;
    position: fixed;
    z-index: 900;
    bottom: 2rem;
    right: 2rem;
  }
}
.n28_pagetop._active {
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: auto;
}
.n28_pagetop._absolute {
  position: absolute;
  bottom: -7rem;
}
.n28_pagetop_btn {
  cursor: pointer;
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .n28_pagetop_btn {
    width: 5rem;
  }
}

.n28_pager,
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.n28_pager_num,
.n28_pager .page-numbers:not(.next, .prev),
.navigation.pagination .nav-links_num,
.navigation.pagination .nav-links .page-numbers:not(.next, .prev) {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #ed4c74;
  border: 1px solid #ed4c74;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  margin: 0 1rem;
}
.n28_pager_num._active, .n28_pager_num.current,
.n28_pager .page-numbers:not(.next, .prev)._active,
.n28_pager .page-numbers:not(.next, .prev).current,
.navigation.pagination .nav-links_num._active,
.navigation.pagination .nav-links_num.current,
.navigation.pagination .nav-links .page-numbers:not(.next, .prev)._active,
.navigation.pagination .nav-links .page-numbers:not(.next, .prev).current {
  background: #ed4c74;
  color: #fff;
}
.n28_pager .page-numbers.dots,
.navigation.pagination .nav-links .page-numbers.dots {
  display: none;
}
.n28_pager .page-numbers.prev,
.n28_pager .page-numbers.next,
.navigation.pagination .nav-links .page-numbers.prev,
.navigation.pagination .nav-links .page-numbers.next {
  display: inline-block;
  width: 20px;
}
.n28_pager .page-numbers.prev,
.navigation.pagination .nav-links .page-numbers.prev {
  margin-right: 1rem;
}
.n28_pager .page-numbers.next,
.navigation.pagination .nav-links .page-numbers.next {
  margin-left: 1rem;
}

.n28_border {
  overflow: hidden;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  font-size: 2rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .n28_border {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.n28_border._active::before {
  left: 0;
}
.n28_border._active::after {
  right: 0;
}
.n28_border::before, .n28_border::after {
  content: "";
  position: absolute;
  display: block;
  background: #ed4c74;
  height: 4px;
  width: 100%;
  transition: all 1s ease-out;
}
.n28_border::before {
  left: -100%;
  top: 0;
}
.n28_border::after {
  right: -100%;
  bottom: 0;
}
.n28_border span {
  display: table;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .n28_border span {
    margin: 2rem;
  }
}

/* ======================================================================
 top
====================================================================== */
.n28_top_main {
  background: #fff;
  border-radius: 2.4rem;
  margin: 0 5rem 13rem;
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main {
    border-radius: 0;
    margin: 0;
    padding: 7rem 5%;
  }
}
.n28_top_main_ttl {
  color: #4c93c8;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 1rem;
  font-size: 8.2rem;
  line-height: 11.9rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_ttl {
    font-size: 3.1rem;
    line-height: 5rem;
    letter-spacing: 0.1rem;
  }
}
.n28_top_main_ttl span {
  color: #ed4c74;
}
.n28_top_main_img {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 2.2rem;
  width: 86.4rem;
  height: 109rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_img {
    border-radius: 2rem;
    width: 100%;
    height: 100%;
  }
}
.n28_top_main_top {
  position: relative;
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_top {
    padding: 7rem 5%;
    margin-top: 7rem;
  }
}
.n28_top_main_txt {
  position: relative;
  z-index: 2;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  font-size: 2rem;
  line-height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_txt {
    font-size: 1.5rem;
    line-height: 3.8rem;
  }
}
.n28_top_main_mdl_list_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4c93c8;
}
@media screen and (max-width: 768px) {
  .n28_top_main_mdl_list_box {
    display: block;
  }
}
.n28_top_main_mdl_list_box .n28_under_content_ttl {
  padding-top: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_mdl_list_box .n28_under_content_ttl {
    margin-bottom: 3rem;
  }
}
.n28_top_main_mdl_list_box:nth-child(2n) .n28_top_main_mdl_list_img {
  order: 2;
}
.n28_top_main_mdl_list_box:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_mdl_list_box:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.n28_top_main_mdl_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47.5rem;
  height: 47.5rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_mdl_list_img {
    margin: 0 auto;
    width: 100%;
    height: 35rem;
    border-radius: 2rem;
  }
}
.n28_top_main_mdl_list_img img {
  width: 31.7rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_mdl_list_img img {
    width: 23.2rem;
  }
}
.n28_top_main_mdl_list_img._bg01 {
  background: linear-gradient(135deg, rgb(180, 210, 225) 0%, rgb(76, 147, 200) 100%);
}
.n28_top_main_mdl_list_img._bg01 img {
  margin-top: 2rem;
}
.n28_top_main_mdl_list_img._bg02 {
  background: linear-gradient(135deg, rgb(241, 226, 172) 0%, rgb(237, 76, 116) 100%);
}
.n28_top_main_mdl_list_desc {
  width: 65.3rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_mdl_list_desc {
    width: auto;
    margin-top: 5rem;
  }
}
.n28_top_main_btm_link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .n28_top_main_btm_link {
    display: block;
  }
}
.n28_top_main_btm_link_btn {
  font-weight: 700;
  letter-spacing: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ed4c74 url(../img/common/arw_lwh_r.svg) no-repeat 94% 50%;
  background-size: 2.2rem;
  width: 56rem;
  height: 8rem;
  border-radius: 8rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .n28_top_main_btm_link_btn {
    background-size: 1.4rem;
    width: 100%;
    height: 5rem;
    font-size: 1.8rem;
  }
  .n28_top_main_btm_link_btn:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.n28_top_sec {
  background: #fff;
  border-radius: 2.4rem;
  margin: 8rem 15rem 0;
  padding: 7rem 7rem 10rem;
}
@media screen and (max-width: 768px) {
  .n28_top_sec {
    border-radius: 2rem;
    margin: 8rem 5% 0;
    padding: 7% 5% 15%;
  }
}
.n28_top_ttl {
  display: flex;
  align-items: center;
}
.n28_top_ttl_img {
  width: 5.2rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_top_ttl_img {
    width: 4rem;
    margin-right: 2rem;
  }
}
.n28_top_ttl_txt {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .n28_top_ttl_txt {
    font-size: 2.2rem;
  }
}
.n28_top_ttl_txt span {
  padding-bottom: 0.3rem;
  background-image: linear-gradient(#ed4c74, #ed4c74);
  background-size: 0% 4px;
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: background-size 1s ease-out;
}
.n28_top_ttl._active .n28_top_ttl_txt span {
  background-size: 100% 4px;
  background-position: bottom left;
}
.n28_top_news_list {
  letter-spacing: 0.1rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .n28_top_news_list {
    margin-top: 4rem;
  }
}
.n28_top_news_list_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #595757;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .n28_top_news_list_box {
    display: block;
  }
}
.n28_top_news_list_date {
  font-weight: 700;
  color: #4c93c8;
  width: 13%;
}
@media screen and (max-width: 768px) {
  .n28_top_news_list_date {
    width: auto;
  }
}
.n28_top_news_list_ttl {
  width: 87%;
}
@media screen and (max-width: 768px) {
  .n28_top_news_list_ttl {
    width: auto;
  }
}
.n28_top_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .n28_top_more {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .n28_top_more {
    margin-top: 3rem;
  }
}
.n28_top_more_btn {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #ed4c74;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/arw_cpk_r.svg) no-repeat 100% 50%;
  background-size: 3rem;
  height: 3rem;
  padding-right: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_top_more_btn {
    font-size: 1.6rem;
    background-size: 2.4rem;
    padding-right: 3.4rem;
    height: 2.4rem;
  }
}
.n28_top_about_box {
  display: flex;
  justify-content: space-between;
  margin: 7rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .n28_top_about_box {
    display: block;
    margin: 5rem 0;
  }
}
.n28_top_about_box_img {
  width: 32rem;
  height: 32rem;
}
@media screen and (max-width: 768px) {
  .n28_top_about_box_img {
    width: 100%;
  }
}
.n28_top_about_box_img img {
  border-radius: 2.4rem;
}
.n28_top_about_box_desc {
  width: 67.9rem;
}
@media screen and (max-width: 768px) {
  .n28_top_about_box_desc {
    width: auto;
    margin-top: 3rem;
  }
}
.n28_top_about_box_desc .n28_under_content_ttl {
  padding-top: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .n28_top_about_box_desc .n28_under_content_ttl {
    margin-bottom: 3rem;
  }
}

/* ======================================================================
 patient
====================================================================== */
.n28_patient_voice {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_voice {
    margin-bottom: 2rem;
  }
}
.n28_patient_voice_ico {
  width: 3.5rem;
  margin-right: 2rem;
}
.n28_patient_voice_name {
  font-weight: 700;
  color: #ed4c74;
  letter-spacing: 0.2rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_voice_name {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.n28_patient_list_box {
  font-weight: 700;
  color: #4c93c8;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ed4c74;
  border-radius: 4rem;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  line-height: 3.5rem;
  min-height: 8rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .n28_patient_list_box {
    display: block;
    text-align: justify;
    border-width: 3px;
    border-radius: 2rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 1rem 2rem 2rem;
  }
}
.n28_patient_list_box:not(:last-child) {
  margin-bottom: 2rem;
}
.n28_patient_list_num {
  position: absolute;
  top: 1.75rem;
  left: 1.75rem;
  width: 3.3rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_list_num {
    position: static;
    width: 2.7rem;
    margin: 0 auto 0.5rem;
  }
}
.n28_patient_flow {
  position: relative;
}
.n28_patient_flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background: #4c93c8;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.n28_patient_flow_box {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 4px solid #ed4c74;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_flow_box {
    border-width: 3px;
    border-radius: 2rem;
  }
}
.n28_patient_flow_box:not(:last-child) {
  margin-bottom: 4rem;
}
.n28_patient_flow_top {
  cursor: pointer;
  font-weight: 700;
  color: #4c93c8;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 3rem;
  background-image: url(../img/common/plus_pk.svg);
  letter-spacing: 0.2rem;
  font-size: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_flow_top {
    text-align: left;
    background-position: 92% 50%;
    padding: 2rem 5rem 2rem 2rem;
    background-size: 2.4rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.n28_patient_flow_top._active {
  background-size: 3rem;
  background-image: url(../img/common/minus_pk.svg);
}
@media screen and (max-width: 768px) {
  .n28_patient_flow_top._active {
    background-size: 2.4rem;
  }
}
.n28_patient_flow_btm {
  display: none;
  padding: 0 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_flow_btm {
    padding: 0 2rem 2rem;
  }
}
.n28_patient_flow_btm .n28_under_content_cap {
  margin-top: 0;
}
.n28_patient_flow_sub {
  position: relative;
  margin-left: 50%;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #4c93c8;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_flow_sub {
    background: #fff;
    margin-left: 0;
    font-size: 1.8rem;
    padding: 1rem 0;
    justify-content: center;
  }
}
.n28_patient_flow_sub::before {
  content: "";
  display: block;
  background: #4c93c8;
  width: 7.7rem;
  height: 4px;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_flow_sub::before {
    display: none;
  }
}
.n28_patient_point {
  border: 4px solid #ed4c74;
  border-radius: 2.4rem;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_point {
    border-radius: 2rem;
    padding: 2rem;
  }
}
.n28_patient_point_box {
  font-weight: 700;
  color: #4c93c8;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .n28_patient_point_box {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.n28_patient_point_box::before {
  content: "●";
  color: #ed4c74;
}
.n28_patient_point .n28_under_content_cap {
  letter-spacing: 0.1rem;
}

/* ======================================================================
 health-professional
====================================================================== */
.n28_hp_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .n28_hp_list {
    flex-wrap: wrap;
    margin-top: -2rem;
  }
}
.n28_hp_list_box {
  width: 22.75%;
}
@media screen and (max-width: 768px) {
  .n28_hp_list_box {
    width: 46.77%;
    margin-top: 2rem;
  }
}
.n28_hp_num {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .n28_hp_num {
    display: block;
  }
}
.n28_hp_num_box {
  width: 27.58%;
}
@media screen and (max-width: 768px) {
  .n28_hp_num_box {
    width: auto;
    text-align: center;
    margin-top: 3rem;
  }
}
.n28_hp_num_box .n28_under_content_txt {
  margin-top: 2rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .n28_hp_num_box .n28_under_content_txt {
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .n28_hp_num_box img {
    width: 70%;
  }
}

/* ======================================================================
 about
====================================================================== */
.n28_about_logo {
  float: right;
  width: 19rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .n28_about_logo {
    width: 13rem;
  }
}
.n28_about_list {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .n28_about_list {
    margin-bottom: 4rem;
  }
}
.n28_about_list_box {
  border: 4px solid #ed4c74;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  height: 8rem;
  border-radius: 8rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_about_list_box {
    border-width: 3px;
    border-radius: 2rem;
    height: 11rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.n28_about_list_box:not(:last-child) {
  margin-bottom: 2rem;
}
.n28_about_message_ttl {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #ed4c74;
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_about_message_ttl {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
  }
}
.n28_about_message_ttl span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .n28_about_message_ttl span {
    font-size: 1.8rem;
  }
}
.n28_about_message_txt {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 3.9rem;
  letter-spacing: 0.2rem;
  width: 59rem;
}
@media screen and (max-width: 768px) {
  .n28_about_message_txt {
    width: auto;
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
.n28_about_message_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .n28_about_message_box {
    display: block;
  }
}
.n28_about_message_img {
  order: 2;
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .n28_about_message_img {
    width: 19rem;
    margin-bottom: 3rem;
  }
}
.n28_about_message_img img {
  border-radius: 2.2rem;
}
.n28_about_table {
  width: 100%;
  font-size: 2rem;
  line-height: 3.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_about_table {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.n28_about_table:last-child tr:last-child th,
.n28_about_table:last-child tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.n28_about_table tr th,
.n28_about_table tr td {
  vertical-align: top;
  border-bottom: 1px dashed #595757;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .n28_about_table tr th,
  .n28_about_table tr td {
    padding: 1.6rem 0;
  }
}
.n28_about_table tr:last-child th,
.n28_about_table tr:last-child td {
  border-bottom: 4px solid #ed4c74;
  padding-bottom: 4rem;
}
.n28_about_table th {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #ed4c74;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .n28_about_table th {
    width: 30%;
  }
}
.n28_about_table td {
  letter-spacing: 0.2rem;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .n28_about_table td {
    width: 70%;
  }
}
.n28_about_link {
  text-decoration: underline;
  color: #4c93c8;
}
.n28_about_link::after {
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  font-size: 1.6rem;
  border-radius: 3rem;
  padding: 0 1.5rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_about_link::after {
    font-size: 1rem;
    margin-left: 1rem;
    padding: 0 1rem;
    line-height: 2;
  }
}
.n28_about_link:hover {
  text-decoration: none;
}
.n28_about_link._dl::after {
  content: "ダウンロード";
  background: #ed4c74;
  color: #fff;
}
.n28_about_ttl {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #ed4c74;
  font-size: 2rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_about_ttl {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
  }
}
.n28_about_txt {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 3.9rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .n28_about_txt {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}

/* ======================================================================
 news
====================================================================== */
.n28_news_archive {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  margin: 10rem auto 0;
  width: 120rem;
  border-radius: 2.4rem;
  padding: 7rem;
}
@media screen and (max-width: 768px) {
  .n28_news_archive {
    margin: 0 auto;
    width: 90%;
    margin: 5rem auto 2rem;
    border-radius: 2rem;
    padding: 5rem 2rem;
  }
}
.n28_news_archive_ttl {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #4c93c8;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .n28_news_archive_ttl {
    font-size: 1.8rem;
  }
}
.n28_news_archive_list {
  margin: 3rem 0 4rem;
}
.n28_news_archive_list_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #595757;
  padding: 1.5rem 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .n28_news_archive_list_box {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.n28_news_archive_list_date {
  font-weight: 700;
  color: #4c93c8;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .n28_news_archive_list_date {
    width: 25%;
  }
}
.n28_news_archive_list_ttl {
  width: 88%;
}
@media screen and (max-width: 768px) {
  .n28_news_archive_list_ttl {
    width: 70%;
  }
}
.n28_news_single {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  margin: 10rem auto 0;
  width: 120rem;
  border-radius: 2.4rem;
  padding: 7rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single {
    margin: 0 auto;
    width: 90%;
    border-radius: 2rem;
    padding: 5rem 2rem;
    margin: 8rem auto 2rem;
  }
}
.n28_news_single_date {
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_date {
    font-size: 1.4rem;
  }
}
.n28_news_single_ttl {
  letter-spacing: 0.25rem;
  color: #4c93c8;
  font-size: 2.8rem;
  line-height: 4.9rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_ttl {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.n28_news_single_mv {
  margin-bottom: 5rem;
}
.n28_news_single_post {
  text-align: justify;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
  line-height: 3.9rem;
  padding-bottom: 5rem;
}
.n28_news_single_post::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .n28_news_single_post {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
.n28_news_single_post h2,
.n28_news_single_post h3,
.n28_news_single_post h4,
.n28_news_single_post h5 {
  font-weight: 700;
  letter-spacing: 0.25rem;
}
.n28_news_single_post h2 {
  font-size: 2.5rem;
  line-height: 4.3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_post h2 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.n28_news_single_post h3 {
  font-size: 2.2rem;
  line-height: 3.9rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_post h3 {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
.n28_news_single_post h4 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_post h4 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.n28_news_single_post p {
  margin-bottom: 5rem;
}
.n28_news_single_post strong {
  font-weight: 700;
}
.n28_news_single_post img {
  margin-bottom: 5rem;
}
.n28_news_single_post a {
  color: #ed4c74;
  font-weight: 700;
  text-decoration: underline;
}
.n28_news_single_post a:hover {
  text-decoration: none;
}
.n28_news_single_post ol,
.n28_news_single_post ul {
  margin-bottom: 5rem;
}
.n28_news_single_post ol li,
.n28_news_single_post ul li {
  margin-bottom: 0.5rem;
}
.n28_news_single_post ol {
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 2rem;
  line-height: 1.7;
  counter-reset: my-counter;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .n28_news_single_post ol {
    font-size: 1.6rem;
  }
}
.n28_news_single_post ol li {
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_post ol li {
    padding-left: 2.5rem;
  }
}
.n28_news_single_post ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #ed4c74;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  border-radius: 50%;
  margin-left: -3rem;
  margin-top: 0.75rem;
  height: 2rem;
  width: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_post ol li:before {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 1.2rem;
    margin-left: -2.5rem;
    margin-top: 0.5rem;
  }
}
.n28_news_single_post ul {
  list-style-type: disc;
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_post ul {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
}
.n28_news_single_post hr {
  height: 0;
  padding: 0;
  border: 0;
  margin: 5rem 0;
  border-top: 1px dashed #595757;
}
.n28_news_single .wp-block-columns ul,
.n28_news_single .wp-block-columns ol {
  margin-bottom: 0;
}
.n28_news_single_writer {
  display: flex;
  justify-content: space-between;
  border-top: 4px solid gray;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .n28_news_single_writer {
    display: block;
  }
}
.n28_news_single_writer_name {
  letter-spacing: 0.25rem;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_writer_name {
    font-size: 1.6rem;
  }
}
.n28_news_single_writer_txt {
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
  line-height: 3.9rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_writer_txt {
    font-size: 1.4rem;
  }
}
.n28_news_single_writer_txt a {
  color: #4c93c8;
  font-weight: 700;
  text-decoration: underline;
}
.n28_news_single_writer_txt a:hover {
  text-decoration: none;
}
.n28_news_single_writer_desc {
  width: 78rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_writer_desc {
    width: auto;
  }
}
.n28_news_single_writer_img {
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .n28_news_single_writer_img {
    max-width: 15.5rem;
    margin-top: 3rem;
  }
}
.n28_news_back {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #ed4c74;
  display: block;
  background: url(../img/common/arw_cpk_l.svg) no-repeat 0 50%;
  background-size: 3rem;
  margin-top: 5rem;
  font-size: 2rem;
  line-height: 3rem;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .n28_news_back {
    font-size: 1.6rem;
    background-size: 2.4rem;
    padding-left: 3.5rem;
  }
}/*# sourceMappingURL=style.css.map */