@charset "UTF-8";
html {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

main {
  background: #fff;
  display: block;
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .container .inner {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .container .inner {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .container .inner {
    padding: 0 20px;
  }
}
@media (min-width: 1180px) {
  .container .inner {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 1180px) {
  .container .inner.inner-outside {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.row {
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .row {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .row {
    justify-content: space-between;
    align-items: stretch;
  }
}
.row .col-6 {
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .row .col-6 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .row .col-6 {
    flex: 0 0 60%;
    padding-right: 20px;
  }
}
.row .col-4 {
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .row .col-4 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .row .col-4 {
    flex: 0 0 40%;
  }
}
.row .col-10 {
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .row .col-10 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .row .col-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .row.row-about .col-6 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .row.row-about .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
}
@media (max-width: 991.98px) {
  .row.row-about .col-4 {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .row.row-about .col-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.row.row-box {
  background: #e9edf5;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .row.row-box {
    margin-top: 50px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .row.row-box {
    margin-top: 50px;
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .row.row-box .col-4 {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .row.row-box .col-4 {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .row.row-box-img {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .row.row-box-img {
    margin-top: 30px;
  }
}
.row.row-doc-box {
  background: #fff;
  border: 1px solid #002e56;
}
@media (max-width: 991.98px) {
  .row.row-doc-box {
    margin-top: 50px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .row.row-doc-box {
    margin-top: 50px;
    padding: 30px;
  }
}

section {
  display: block;
}

h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.6;
  font-weight: normal;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
p sup {
  font-size: 50%;
  vertical-align: super;
}

p.text-right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}
img.img-border {
  border: 1px solid #eeeeee;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
ul.dot li {
  color: #646464;
  position: relative;
  line-height: 1.6;
  margin: 0.5em 0 0.5em 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767.98px) {
  ul.dot li {
    font-size: 0.875rem;
  }
}
ul.dot li:before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  background-color: #002e56;
  border-radius: 50%;
  margin-right: 0.5em;
}

@media (max-width: 767.98px) {
  br.sp {
    display: block;
  }
}
@media (min-width: 768px) {
  br.sp {
    display: none;
  }
}

@media (max-width: 767.98px) {
  br.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  br.pc {
    display: block;
  }
}

a {
  text-decoration: none;
  color: #28509c;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

header {
  position: relative;
}
@media (min-width: 992px) {
  body.home header .header:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767.98px) {
  header .container {
    padding: 0 0 0 25px;
  }
}
@media (min-width: 768px) {
  header .container {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) {
  header .container {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1180px) {
  header .container {
    padding: 0 20px;
  }
}
@media (min-width: 1330px) {
  header .container {
    padding: 0 0px;
  }
}
header .header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  header .header .header-wrap {
    height: 60px;
  }
}
@media (min-width: 768px) {
  header .header .header-wrap {
    height: 60px;
  }
}
@media (min-width: 992px) {
  header .header .header-wrap {
    height: 100px;
  }
}
@media (min-width: 1180px) {
  header .header .header-wrap {
    height: 100px;
  }
}
header .header.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  header .header.fixed .header-wrap {
    height: 60px;
  }
}
@media (min-width: 768px) {
  header .header.fixed .header-wrap {
    height: 60px;
  }
}
@media (min-width: 992px) {
  header .header.fixed .header-wrap {
    height: 80px;
  }
}
@media (min-width: 1180px) {
  header .header.fixed .header-wrap {
    height: 80px;
  }
}
@media (min-width: 992px) {
  header .header.fixed .child-wrap {
    top: 80px;
  }
}
header h1 {
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  header h1 img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  header h1 img {
    width: 130px;
  }
}
@media (min-width: 1180px) {
  header h1 img {
    width: 100%;
  }
}
header a {
  text-decoration: none;
}
header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .btn-menu.open {
  background: #dcedfb;
}
header .btn-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  header .btn-menu {
    display: none;
  }
}
header .btn-menu button {
  content: "";
  display: block;
  border: none;
  width: 21px;
  height: 21px;
  background: url("../img/common/icon/icon_menu_open_sp.svg") no-repeat center center/contain;
}
header .btn-menu button:focus {
  outline: none;
}
header .btn-menu.open {
  background: #28509c;
}
header .btn-menu.open button {
  width: 23px;
  height: 16px;
  background: url("../img/common/icon/icon_menu_close_sp.svg") no-repeat center center/contain;
}
@media (max-width: 991.98px) {
  header .gnav-wrap {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 991.98px) {
  header ul.gnav {
    background: #fff;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 992px) {
  header ul.gnav {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav li.parent {
    border-bottom: 1px solid #28509c;
  }
}
@media (min-width: 992px) {
  header ul.gnav li.parent {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  header ul.gnav li.parent .collapse {
    display: block !important;
  }
}
@media (min-width: 992px) {
  header ul.gnav li.parent:hover > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: calc(100% - 24px);
    transform: translateX(-50%);
    height: 5px;
    border-radius: 16px;
    background: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 100%);
  }
}
header ul.gnav li.parent > a {
  position: relative;
  display: block;
}
@media (max-width: 991.98px) {
  header ul.gnav li.parent > a {
    color: #646464;
    font-size: 1.125rem;
    font-weight: normal;
    padding: 20px 15px 20px 25px;
  }
}
@media (min-width: 992px) {
  header ul.gnav li.parent > a {
    font-size: 0.75rem;
    color: #646464;
    padding: 0 8px;
  }
}
@media (min-width: 1180px) {
  header ul.gnav li.parent > a {
    font-size: 0.875rem;
  }
}
@media (min-width: 1330px) {
  header ul.gnav li.parent > a {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav li.parent > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_parent_down_sp.svg") no-repeat center center/contain;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav li.parent > a.open {
    background: #28509c;
    color: #fff;
    -o-border-image: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 100%) 1/0 0 5px 0;
    border-image: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 100%) 1/0 0 5px 0;
    border-style: solid;
  }
}
header ul.gnav li.parent > a.open:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  header ul.gnav li.parent > a.open:after {
    width: 24px;
    height: 14px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_parent_up_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 992px) {
  header ul.gnav li.parent .child-wrap {
    display: none;
  }
}
@media (min-width: 992px) {
  header ul.gnav li.parent:hover .child-wrap {
    display: flex;
    -webkit-animation: gnav 1s linear 0s;
    animation: gnav 1s linear 0s;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  header ul.gnav .child-wrap {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    width: 100%;
    height: 410px;
    flex-direction: row;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1480px) {
  header ul.gnav .child-wrap {
    width: 1480px;
  }
}
header ul.gnav .child-wrap .child-header {
  background: #28509c url("../img/common/gnav_bg_pc.png") no-repeat right bottom/contain;
  flex: 0 1 31.756757%;
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap .child-header {
    display: none;
  }
}
@media (min-width: 1480px) {
  header ul.gnav .child-wrap .child-header {
    flex: 0 1 370px;
  }
}
@media (max-width: 1299.999px) {
  header ul.gnav .child-wrap .child-header {
    padding-left: 20px;
  }
}
@media (min-width: 1300px) {
  header ul.gnav .child-wrap .child-header {
    padding-left: calc((100vw - 1280px) / 2);
  }
}
@media (min-width: 1480px) {
  header ul.gnav .child-wrap .child-header {
    padding-left: 100px;
  }
}
header ul.gnav .child-wrap .child-header p {
  color: #fff;
  font-weight: 100;
  padding: 0;
  margin: 0;
}
header ul.gnav .child-wrap .child-header p.head {
  font-size: 1.875rem;
  position: relative;
  margin: 42px 0 48px 0;
}
header ul.gnav .child-wrap .child-header p.head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 200px;
  height: 5px;
  border-radius: 10px;
  background: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 100%);
}
header ul.gnav .child-wrap .child-header p.body {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap .ac-body {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap ul.child-nav {
    background: #ececec;
  }
}
@media (min-width: 992px) {
  header ul.gnav .child-wrap ul.child-nav {
    background: #fff;
    flex: 0 1 68.243243%;
  }
}
@media (min-width: 1480px) {
  header ul.gnav .child-wrap ul.child-nav {
    flex: 0 1 1010px;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap ul.child-nav li.child {
    border-bottom: 1px solid #28509c;
  }
}
@media (min-width: 992px) {
  header ul.gnav .child-wrap ul.child-nav li.child {
    padding-top: 22px;
  }
}
header ul.gnav .child-wrap ul.child-nav li.child > a {
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap ul.child-nav li.child > a {
    color: #28509c;
    font-size: 1rem;
    font-weight: normal;
    padding: 15px 15px 15px 36px;
  }
}
@media (min-width: 992px) {
  header ul.gnav .child-wrap ul.child-nav li.child > a {
    color: #28509c;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  header ul.gnav .child-wrap ul.child-nav li.child > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 9px;
    height: 17px;
    margin-left: 40px;
    background: url("../img/common/icon/icon_link_right_blue_pc.svg") no-repeat center center/contain;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap ul.child-nav li.child > a span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap ul.child-nav li.child > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
    margin-right: 17px;
    background: url("../img/common/icon/icon_child_down_sp.svg") no-repeat center center/contain;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav .child-wrap ul.child-nav li.child > a.open:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
    margin-right: 17px;
    background: url("../img/common/icon/icon_child_up_sp.svg") no-repeat center center/contain;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav ul.grandchild-nav {
    background: #fff;
  }
}
@media (min-width: 992px) {
  header ul.gnav ul.grandchild-nav {
    margin-top: 18px;
    padding-left: 60px;
    display: flex !important;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav ul.grandchild-nav li.grandchild {
    background: #fff;
    border-top: 1px solid #28509c;
  }
}
@media (max-width: 991.98px) {
  header ul.gnav ul.grandchild-nav li.grandchild > a {
    color: #646464;
    font-size: 0.875rem;
    padding: 12px 15px 12px 43px;
    font-weight: normal;
    line-height: 1;
    display: block;
  }
}
@media (min-width: 992px) {
  header ul.gnav ul.grandchild-nav li.grandchild > a {
    color: #646464;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    margin: 0 40px 0 0;
    padding: 0;
  }
}
header .sp-add-menu {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 4px;
}
@media (min-width: 992px) {
  header .sp-add-menu {
    display: none;
  }
}
header .sp-add-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 0px 9px 15px;
  margin: 0 4px;
  flex: 0 1 calc(50% - 24px);
  background: #f7f7f7;
  border: 2px solid #dbdbdb;
  border-radius: 16px;
}
header .sp-add-menu .menu-item a {
  display: flex;
  align-items: center;
}
header .sp-add-menu .menu-item.item-mail img {
  width: 22px;
}
header .sp-add-menu .menu-item.item-glove img {
  width: 22px;
}
header .sp-add-menu .menu-item p {
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #646464;
  font-size: 1rem;
  margin-left: 11px;
}
header ul.btn {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  header ul.btn li.icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  header ul.btn li.icon {
    margin: 0 16px;
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
  }
  header ul.btn li.icon a, header ul.btn li.icon button.search {
    display: block;
    background-size: cover, 0 0;
  }
  header ul.btn li.icon:hover a, header ul.btn li.icon:hover button.search {
    background-size: 0 0, cover;
  }
  header ul.btn li.icon a:hover {
    opacity: 1;
  }
  header ul.btn li.icon .tooltip {
    position: relative;
    z-index: 1000;
  }
  header ul.btn li.icon .tooltip:before, header ul.btn li.icon .tooltip:after {
    position: absolute;
    transition: all 0.3s ease 0s;
    opacity: 0;
  }
  header ul.btn li.icon .tooltip:before { /* 矢印 */
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #28509c;
    top: 10px;
    left: 0;
  }
  header ul.btn li.icon .tooltip:after { /* テキスト */
    content: attr(data-tooltip);
    display: block;
    background: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 100%);
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 0.5em 0.8em;
    border-radius: 0.5em;
    top: 20px; /* hover開始位置 */
    left: 0;
  }
  header ul.btn li.icon .tooltip:hover::before { /* 矢印hover */
    top: 15px;
    opacity: 1;
  }
  header ul.btn li.icon .tooltip:hover::after { /* テキストhover */
    top: 35px;
    left: -50px;
    width: 100px;
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  header ul.btn li.icon.icon-mail {
    display: none;
  }
}
@media (min-width: 992px) {
  header ul.btn li.icon.icon-mail a {
    width: 20px;
    height: 16px;
    background-image: url("../img/common/icon/icon_mail_pc.svg"), url("../img/common/icon/icon_mail_hover_pc.svg");
  }
}
header ul.btn li.icon.icon-search button.search {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
header ul.btn li.icon.icon-search button.search:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  header ul.btn li.icon.icon-search button.search {
    width: 20px;
    height: 20px;
    background: url("../img/common/icon/icon_search_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 992px) {
  header ul.btn li.icon.icon-search button.search {
    width: 18px;
    height: 18px;
    background-image: url("../img/common/icon/icon_search_pc.svg"), url("../img/common/icon/icon_search_hover_pc.svg");
  }
}
@media (max-width: 991.98px) {
  header ul.btn li.icon.icon-search.open {
    background: #28509c;
  }
  header ul.btn li.icon.icon-search.open button.search {
    width: 21px;
    height: 21px;
    background: url("../img/common/icon/icon_menu_close_sp.svg") no-repeat center center/contain;
  }
}
@media (max-width: 991.98px) {
  header ul.btn li.icon.icon-globe {
    display: none;
  }
}
@media (min-width: 992px) {
  header ul.btn li.icon.icon-globe a {
    width: 20px;
    height: 20px;
    background-image: url("../img/common/icon/icon_globe_pc.svg"), url("../img/common/icon/icon_globe_hover_pc.svg");
  }
}
@media (min-width: 992px) {
  header .main-img {
    display: none;
  }
}
header .main-img img {
  width: 100%;
}

footer {
  border-top: 1px solid #eeeeee;
}
@media (max-width: 767.98px) {
  footer {
    position: relative;
  }
}
@media (min-width: 768px) {
  footer {
    position: relative;
  }
}
footer .bg {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  footer .bg {
    height: 75px;
    background: url("../img/common/footer_bg_sp.png") no-repeat center bottom/cover;
  }
}
@media (min-width: 768px) {
  footer .bg {
    height: 190px;
    background: url("../img/common/footer_bg_pc.png") no-repeat center bottom/cover;
  }
}
footer a {
  text-decoration: none;
  display: block;
}
@media (max-width: 767.98px) {
  footer .logo {
    padding-top: 32px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .logo {
    padding-top: 32px;
  }
}
@media (max-width: 767.98px) {
  footer .logo img {
    width: 150px;
  }
}
footer .foot-nav-top {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  footer .foot-nav-top {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-top {
    padding-top: 30px;
  }
}
footer .foot-nav-top ul.parent-nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  footer .foot-nav-top ul.parent-nav li.parent {
    flex: 0 0 100%;
    border-bottom: 1px solid #002e56;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-top ul.parent-nav li.parent {
    flex: 0 0 33.333333%;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  footer .foot-nav-top ul.parent-nav li.parent {
    flex: 0 0 25%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1180px) {
  footer .foot-nav-top ul.parent-nav li.parent {
    flex: 0 0 15%;
    margin-bottom: 30px;
  }
  footer .foot-nav-top ul.parent-nav li.parent:nth-child(2) {
    flex: 0 0 17%;
  }
  footer .foot-nav-top ul.parent-nav li.parent:nth-child(3) {
    flex: 0 0 23%;
  }
}
footer .foot-nav-top ul.parent-nav li.parent > a {
  position: relative;
}
@media (max-width: 767.98px) {
  footer .foot-nav-top ul.parent-nav li.parent > a {
    font-size: 1rem;
    color: #646464;
    padding-left: 13px;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-top ul.parent-nav li.parent > a {
    font-size: 0.9rem;
    color: #646464;
    margin-bottom: 30px;
    cursor: inherit;
    opacity: 1;
  }
}
footer .foot-nav-top ul.parent-nav li.parent > a:after {
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 767.98px) {
  footer .foot-nav-top ul.parent-nav li.parent > a:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 11px;
    margin-right: 10px;
    background: url("../img/common/icon/icon_foot_down_sp.svg") no-repeat center bottom/contain;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-top ul.parent-nav li.parent > a:after {
    left: 0;
    bottom: 0;
    margin-bottom: -13px;
    width: 90%;
    height: 1px;
    background: #353d98;
  }
}
@media (max-width: 767.98px) {
  footer .foot-nav-top ul.parent-nav li.parent > a.open:after {
    width: 19px;
    height: 11px;
    background: url("../img/common/icon/icon_foot_up_sp.svg") no-repeat center bottom/contain;
  }
}
@media (max-width: 767.98px) {
  footer .foot-nav-top ul.parent-nav ul.child-nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  footer .foot-nav-top ul.parent-nav ul.child-nav li.child > a {
    font-size: 0.875rem;
    color: #28509c;
    margin-top: 20px;
    padding-left: 13px;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-top ul.parent-nav ul.child-nav li.child > a {
    font-size: 0.875rem;
    color: #646464;
    margin-top: 10px;
  }
}
footer .foot-nav-top ul.parent-nav ul.child-nav li.child > a span {
  display: none;
}
footer .foot-nav-bottom {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  footer .foot-nav-bottom {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-bottom {
    padding-top: 140px;
  }
}
footer .foot-nav-bottom ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  footer .foot-nav-bottom ul {
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-bottom ul {
    flex-flow: row wrap;
  }
}
@media (max-width: 767.98px) {
  footer .foot-nav-bottom ul li a {
    font-size: 0.6875rem;
    color: #28509c;
    margin-left: 15px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-bottom ul li a {
    font-size: 0.875rem;
    color: #fff;
    margin-left: 12px;
  }
}
footer .foot-nav-bottom ul li a:after {
  content: "|";
  display: inline-block;
}
@media (max-width: 767.98px) {
  footer .foot-nav-bottom ul li a:after {
    color: #646464;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  footer .foot-nav-bottom ul li a:after {
    margin-left: 12px;
  }
}
footer .foot-nav-bottom ul li:first-child .link-related img {
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.5em;
}
footer .foot-nav-bottom ul li:last-child a:after {
  content: none;
}
footer p.copy {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  footer p.copy {
    padding: 80px 0 15px 0;
  }
}
@media (min-width: 768px) {
  footer p.copy {
    padding: 17px 0;
    max-width: 500px;
    margin: 0 auto;
  }
}

.page-top {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #ed037c;
  border-radius: 50%;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .page-top {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .page-top {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    margin-right: 15px;
    opacity: 0.6;
  }
}
@media (min-width: 1280px) {
  .page-top {
    margin-right: calc((100vw - 1280px) / 2);
  }
}
.page-top a {
  text-align: center;
  display: block;
}
@media (max-width: 767.98px) {
  .page-top a {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .page-top a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .page-top a img {
    width: 21px;
    height: 12px;
  }
}

.btn-cols {
  display: flex;
}
@media (max-width: 767.98px) {
  .btn-cols {
    flex-direction: column;
    align-items: center;
    margin: 40px auto -10px auto;
  }
}
@media (min-width: 768px) {
  .btn-cols {
    flex-flow: row wrap;
    margin: 30px 0px -20px 0px;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.btn-cols-3 > * {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-cols-3 > * {
    flex: 0 1 50%;
    max-width: 300px;
    margin: 20px calc((100% - 600px) / 4);
  }
}
@media (min-width: 992px) {
  .btn-cols.btn-cols-3 > * {
    flex: 0 1 33.33333%;
    margin: 20px calc((100% - 900px) / 6);
  }
}
@media all and (-ms-high-contrast: none) {
  .btn-cols.btn-cols-3 > * {
    flex: 0 1 31%;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-cols-2 {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.btn-cols-2 > * {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-cols-2 > * {
    flex: 0 1 50%;
    max-width: 300px;
    margin: 20px 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn-cols.btn-cols-2 > * {
    flex: 0 1 47%;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-cols-1 {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.btn-cols-1 > * {
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-cols-1 > * {
    flex: 0 1 400px;
    max-width: 400px;
    margin: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.btn-related-doc > * {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-related-doc > * {
    flex: 0 1 50%;
    max-width: 320px;
    margin: 20px calc((100% - 640px) / 4);
  }
}
@media (min-width: 992px) {
  .btn-cols.btn-related-doc > * {
    flex: 0 1 33.33333%;
    margin: 20px calc((100% - 960px) / 6);
  }
}
@media all and (-ms-high-contrast: none) {
  .btn-cols.btn-related-doc > * {
    flex: 0 1 31%;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-sale-product {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.btn-sale-product > * {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-sale-product > * {
    flex: 0 1 100%;
    max-width: 400px;
    margin: 20px 15px;
  }
}
@media (min-width: 992px) {
  .btn-cols.btn-sale-product > * {
    flex: 0 1 50%;
    max-width: 400px;
    margin: 20px 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn-cols.btn-sale-product > * {
    flex: 0 1 47%;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.footer-nav > * {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn-cols.footer-nav > * {
    flex: 0 1 400px;
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.btn-physicians > * {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn-cols.btn-physicians > * {
    flex: 0 1 450px;
    max-width: 450px;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.mp-modal-body-top {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .btn-cols.mp-modal-body-top {
    margin: 15px 0 0px 0;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.mp-modal-body-top > * {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (min-width: 768px) {
  .btn-cols.mp-modal-body-top > * {
    width: 200px;
    max-width: 200px;
    margin: 15px calc((100% - 600px) / 6);
  }
}
@media all and (-ms-high-contrast: none) {
  .btn-cols.mp-modal-body-top > * {
    margin: 15px auto;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.mp-modal-body-bottom {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .btn-cols.mp-modal-body-bottom {
    margin: 0px 0 0px 0;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.mp-modal-body-bottom > * {
    width: 100% !important;
    margin: 5px 0;
  }
}
@media (min-width: 768px) {
  .btn-cols.mp-modal-body-bottom > * {
    width: 300px;
    margin: 15px 0 0px 0;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.mp-modal-foot {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) {
  .btn-cols.mp-modal-foot {
    margin: 30px 0 0px 0;
  }
}
@media (max-width: 767.98px) {
  .btn-cols.mp-modal-foot > * {
    width: 100% !important;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .btn-cols.mp-modal-foot > * {
    width: 300px;
    margin: 0px 0 0px 0;
  }
}

@media (max-width: 767.98px) {
  .section-header-sub + .btn-cols,
.section-header + .btn-cols {
    flex-direction: column;
    margin: -20px auto -20px auto;
  }
}
@media (min-width: 768px) {
  .section-header-sub + .btn-cols,
.section-header + .btn-cols {
    flex-flow: row wrap;
    margin: -20px 0px -20px 0px;
  }
}

a.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 1;
}
a.btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
a.btn.btn-news {
  color: #28509c;
}
@media (max-width: 767.98px) {
  a.btn.btn-news {
    font-size: 0.9375rem;
    width: 100%;
    padding: 15px 0px;
    border: 2px solid #28509c;
    margin: 10px auto;
    border-radius: 32px;
  }
}
@media (min-width: 768px) {
  a.btn.btn-news {
    font-size: 1.3125rem;
    width: 400px;
    padding: 17px 0;
    border: 2px solid #28509c;
    margin: 0px 10px;
    border-radius: 32px;
  }
}
@media (min-width: 992px) {
  a.btn.btn-news {
    font-size: 1.3125rem;
    width: 400px;
    padding: 17px 0;
    border: 2px solid #28509c;
    margin: 0px 30px;
    border-radius: 32px;
  }
}
@media (max-width: 767.98px) {
  a.btn.btn-news:after {
    width: 10px;
    height: 17.5px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_link_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  a.btn.btn-news:after {
    width: 10px;
    height: 18px;
    margin-right: 30px;
    background: url("../img/common/icon/icon_link_right_blue_pc.svg") no-repeat center center/contain;
  }
}
a.btn.btn-external {
  background: #28509c;
  color: #fff;
  border-radius: 32px;
  border: 2px solid #28509c;
}
@media (max-width: 767.98px) {
  a.btn.btn-external {
    font-size: 0.9375rem;
    width: 100%;
    padding: 12px 0px;
  }
}
@media (min-width: 768px) {
  a.btn.btn-external {
    font-size: 1.3125rem;
    width: 400px;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  a.btn.btn-external {
    font-size: 1.3125rem;
    width: 400px;
    padding: 19px 0;
  }
}
@media (max-width: 767.98px) {
  a.btn.btn-external:after {
    width: 15.5px;
    height: 15.5px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_link_ext_white_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  a.btn.btn-external:after {
    width: 21px;
    height: 21px;
    margin-right: 30px;
    background: url("../img/common/icon/icon_link_ext_white_pc.svg") no-repeat center center/contain;
  }
}
a.btn.btn-modal-back, a.btn.btn-modal-next {
  border: 2px solid #28509c;
}
@media (max-width: 767.98px) {
  a.btn.btn-modal-back, a.btn.btn-modal-next {
    font-size: 0.9375rem;
    width: 100%;
    padding: 15px 0px;
    margin: 0 5px auto;
    border-radius: 32px;
  }
}
@media (min-width: 768px) {
  a.btn.btn-modal-back, a.btn.btn-modal-next {
    font-size: 1.3125rem;
    width: 200px;
    padding: 25px 0;
    margin: 0px 10px;
    border-radius: 32px;
  }
}
@media (min-width: 992px) {
  a.btn.btn-modal-back, a.btn.btn-modal-next {
    font-size: 1.3125rem;
    width: 200px;
    padding: 17px 0;
    margin: 0px 30px;
    border-radius: 32px;
  }
}
a.btn.btn-modal-back {
  color: #28509c;
  background: #fff;
  cursor: pointer;
}
a.btn.btn-modal-back:after {
  left: 0;
}
@media (max-width: 767.98px) {
  a.btn.btn-modal-back:after {
    width: 10.5px;
    height: 17.5px;
    margin-left: 15px;
    background: url("../img/common/icon/icon_modal_back_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  a.btn.btn-modal-back:after {
    width: 11px;
    height: 17px;
    margin-left: 30px;
    background: url("../img/common/icon/icon_modal_back_pc.svg") no-repeat center center/contain;
  }
}
a.btn.btn-modal-next {
  color: #fff;
  background: #28509c;
}
a.btn.btn-modal-next:after {
  right: 0;
}
@media (max-width: 767.98px) {
  a.btn.btn-modal-next:after {
    width: 10px;
    height: 17.5px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_modal_next_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  a.btn.btn-modal-next:after {
    width: 10px;
    height: 18px;
    margin-right: 30px;
    background: url("../img/common/icon/icon_modal_next_pc.svg") no-repeat center center/contain;
  }
}
a.btn.btn-pdf {
  color: #28509c;
  background: #f7f7f7;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  a.btn.btn-pdf {
    font-size: 0.9375rem;
    width: 100%;
    padding: 15px 0px;
    border: 2px solid #28509c;
    margin: 10px auto;
    border-radius: 32px;
  }
}
@media (min-width: 768px) {
  a.btn.btn-pdf {
    font-size: 1.3125rem;
    padding: 17px 0;
    border: 2px solid #28509c;
    border-radius: 32px;
  }
}
@media (max-width: 767.98px) {
  a.btn.btn-pdf:after {
    width: 18px;
    height: 20px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_file_blue_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  a.btn.btn-pdf:after {
    width: 20px;
    height: 25px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_file_blue_pc.svg") no-repeat center center/contain;
  }
}
a.btn.btn-link, a.btn.btn-link-blue {
  color: #28509c;
  background: #f7f7f7;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  a.btn.btn-link, a.btn.btn-link-blue {
    font-size: 0.9375rem;
    width: 100%;
    padding: 15px 0px;
    border: 2px solid #28509c;
    margin: 10px auto;
    border-radius: 32px;
  }
}
@media (min-width: 768px) {
  a.btn.btn-link, a.btn.btn-link-blue {
    font-size: 1.3125rem;
    padding: 17px 0;
    border: 2px solid #28509c;
    border-radius: 32px;
  }
}
@media (max-width: 767.98px) {
  a.btn.btn-link:after, a.btn.btn-link-blue:after {
    width: 10px;
    height: 17.5px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_link_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  a.btn.btn-link:after, a.btn.btn-link-blue:after {
    width: 20px;
    height: 25px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_link_right_blue_pc.svg") no-repeat center center/contain;
  }
}
a.btn.btn-link-blue {
  color: #fff;
  background: #28509c;
}
a.btn.btn-link-blue:after {
  right: 0;
}
@media (max-width: 767.98px) {
  a.btn.btn-link-blue:after {
    width: 10px;
    height: 17.5px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_modal_next_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  a.btn.btn-link-blue:after {
    width: 10px;
    height: 18px;
    margin-right: 15px;
    background: url("../img/common/icon/icon_modal_next_pc.svg") no-repeat center center/contain;
  }
}
a.btn.btn-back:after {
  left: 0;
}
@media (max-width: 767.98px) {
  a.btn.btn-back:after {
    width: 10.5px;
    height: 17.5px;
    margin-left: 15px;
    background: url("../img/common/icon/icon_modal_back_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  a.btn.btn-back:after {
    width: 11px;
    height: 17px;
    margin-left: 30px;
    background: url("../img/common/icon/icon_modal_back_pc.svg") no-repeat center center/contain;
  }
}
a.btn.disable {
  background: #a0a0a0;
  color: #fff;
  pointer-events: none;
  border: 2px solid #a0a0a0;
}

.ac-head {
  cursor: pointer;
}

.form-wrap form {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .form-wrap form {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .form-wrap form {
    padding: 15px 20px;
  }
}
@media (max-width: 991.98px) {
  .form-wrap form .item.item-input {
    flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .form-wrap form .item.item-input {
    flex: 1 1 auto;
  }
}
@media (max-width: 991.98px) {
  .form-wrap form .item.item-button {
    flex: 0 1 31px;
  }
}
@media (min-width: 992px) {
  .form-wrap form .item.item-button {
    flex: 0 1 28px;
  }
}
.form-wrap form input {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: none;
}
.form-wrap form input:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  .form-wrap form input {
    font-size: 0.75rem;
    padding: 7px 16px;
    border-radius: 10px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 992px) {
  .form-wrap form input {
    font-size: 0.75rem;
    padding: 7px 16px;
    border-radius: 10px;
    width: 212px;
  }
}
.form-wrap form button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.form-wrap form button:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  .form-wrap form button {
    margin-left: 10px;
    width: 21px;
    height: 21px;
    background: url("../img/common/icon/icon_search_white_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 992px) {
  .form-wrap form button {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background: url("../img/common/icon/icon_search_white_pc.svg") no-repeat center center/contain;
  }
}
.form-wrap.form-wrap-header {
  background: #28509c;
}
.form-wrap.form-wrap-search-result {
  background: #e9edf5;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .form-wrap.form-wrap-search-result {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .form-wrap.form-wrap-search-result {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .form-wrap.form-wrap-search-result form {
    padding: 30px 10px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .form-wrap.form-wrap-search-result form {
    padding: 45px 20px;
  }
}
@media (max-width: 991.98px) {
  .form-wrap.form-wrap-search-result form .item.item-input {
    flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .form-wrap.form-wrap-search-result form .item.item-input {
    flex: 1 1 auto;
  }
}
.form-wrap.form-wrap-search-result form .item.item-button {
  background: #28509c;
  border-radius: 50%;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .form-wrap.form-wrap-search-result form .item.item-button {
    flex: 0 1 auto;
    padding: 8px 5px;
  }
}
@media (min-width: 992px) {
  .form-wrap.form-wrap-search-result form .item.item-button {
    flex: 0 1 28px;
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media all and (-ms-high-contrast: none) {
  .form-wrap.form-wrap-search-result form .item.item-button {
    padding: 8px 4px;
  }
}
.form-wrap.form-wrap-search-result form .item.item-button button {
  margin-left: 0;
}
.form-wrap.form-wrap-search-result form input {
  box-sizing: border-box;
  display: block;
}
@media (max-width: 991.98px) {
  .form-wrap.form-wrap-search-result form input {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 9px 16px;
  }
}
@media (min-width: 992px) {
  .form-wrap.form-wrap-search-result form input {
    width: 600px;
    min-width: 600px;
    max-width: 600px;
    padding: 9px 16px;
  }
}

.modal.modal-search {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.modal.modal-search .modal-bg {
  height: 100vh;
  width: 100%;
}
@media (max-width: 991.98px) {
  .modal.modal-menu {
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
  }
  .modal.modal-menu .modal-bg {
    height: 100vh;
    width: 100%;
  }
}
.modal.modal-link-external, .modal.modal-link-related {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal.modal-link-external .modal-bg, .modal.modal-link-related .modal-bg {
  height: 100vh;
  width: 100%;
  background: rgba(136, 137, 139, 0.8);
}
.modal.modal-medical-person {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal.modal-medical-person .modal-bg {
  height: 100vh;
  width: 100%;
  background: rgba(136, 137, 139, 0.8);
}
.modal .modal-content.content-search {
  position: absolute;
}
@media (max-width: 991.98px) {
  .modal .modal-content.content-search {
    top: 60px;
    right: 0;
    margin-right: -100vw;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-search {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal .modal-content.content-search {
    top: 100px;
    right: 0;
    margin-right: -100vw;
    width: 310px;
  }
}
@media (min-width: 1280px) {
  .modal .modal-content.content-search {
    top: 100px;
    right: calc((100vw - 1280px) / 2);
    margin-right: -100vw;
  }
}
@media (max-width: 991.98px) {
  .modal .modal-content.content-menu {
    width: 75%;
    top: 60px;
    right: 0;
    margin-right: -100vw;
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-menu {
    width: 100%;
  }
}
.modal .modal-content.content-link-external, .modal .modal-content.content-link-related {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-link-external, .modal .modal-content.content-link-related {
    width: 325px;
    height: 325px;
    padding: 23px 12px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-link-external, .modal .modal-content.content-link-related {
    width: 700px;
    height: 400px;
    padding: 50px 38px;
  }
}
.modal .modal-content.content-link-external .modal-header, .modal .modal-content.content-link-related .modal-header {
  color: #002e56;
  font-weight: 300;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-link-external .modal-header, .modal .modal-content.content-link-related .modal-header {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 0 13px;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-link-external .modal-header, .modal .modal-content.content-link-related .modal-header {
    font-size: 1.875rem;
    line-height: 1.5;
    margin-bottom: 35px;
    padding-bottom: 40px;
  }
}
.modal .modal-content.content-link-external .modal-header:before, .modal .modal-content.content-link-related .modal-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-link-external .modal-header:before, .modal .modal-content.content-link-related .modal-header:before {
    width: calc(100% - 26px);
    height: 5px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-link-external .modal-header:before, .modal .modal-content.content-link-related .modal-header:before {
    width: 100%;
    height: 5px;
  }
}
.modal .modal-content.content-link-external .modal-body, .modal .modal-content.content-link-related .modal-body {
  color: #646464;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-link-external .modal-body, .modal .modal-content.content-link-related .modal-body {
    font-size: 0.75rem;
    line-height: 1.6;
    padding: 0 13px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-link-external .modal-body, .modal .modal-content.content-link-related .modal-body {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.modal .modal-content.content-link-external .modal-footer, .modal .modal-content.content-link-related .modal-footer {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-link-external .modal-footer, .modal .modal-content.content-link-related .modal-footer {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-link-external .modal-footer, .modal .modal-content.content-link-related .modal-footer {
    margin-top: 30px;
  }
}
.modal .modal-content.content-medical-person {
  background: #fff;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-medical-person {
    width: 325px;
    height: auto;
    padding: 23px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-medical-person {
    width: calc(100% - 50px);
    height: auto;
    padding: 25px 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1180px) {
  .modal .modal-content.content-medical-person {
    width: 1040px;
    height: auto;
    padding: 35px 50px;
  }
}
.modal .modal-content.content-medical-person p.ttl {
  color: #002e56;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-medical-person p.ttl {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 13px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-medical-person p.ttl {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 25px;
  }
}
.modal .modal-content.content-medical-person .modal-body {
  color: #646464;
  font-weight: normal;
  position: relative;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-medical-person .modal-body {
    font-size: 0.75rem;
    line-height: 1.6;
    padding: 0 13px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-medical-person .modal-body {
    font-size: 1rem;
    line-height: 1.6;
    padding-bottom: 30px;
  }
}
.modal .modal-content.content-medical-person .modal-body:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-medical-person .modal-body:before {
    width: calc(100% - 26px);
    height: 5px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-medical-person .modal-body:before {
    width: 100%;
    height: 5px;
  }
}
.modal .modal-content.content-medical-person .modal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .modal .modal-content.content-medical-person .modal-footer {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content.content-medical-person .modal-footer {
    margin-top: 40px;
  }
}
.modal .modal-content.content-medical-person .modal-footer p.ttl {
  margin-bottom: 0;
}

.card-cols {
  display: flex;
}
@media (max-width: 767.98px) {
  .card-cols {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card-cols {
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .card-cols.card-cols-2 > * {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .card-cols.card-cols-2 > * {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .card-cols.card-cols-2 > * {
    flex: 0 1 50%;
  }
}
@media all and (-ms-high-contrast: none) {
  .card-cols.card-cols-2 > * {
    flex: 0 1 47%;
  }
}
.card-cols.card-cols-3 {
  /*
  *:nth-of-type(odd):last-of-type,		// 奇数の最後
  *:nth-of-type(even):last-of-type,		// 偶数の最後
  *:nth-of-type(odd):nth-last-of-type(2)	// 奇数の最後から2番目
  {
  	@include media-up(md) { margin-bottom: 0px; }
  }
  */
}
@media (max-width: 767.98px) {
  .card-cols.card-cols-3 > * {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .card-cols.card-cols-3 > * {
    flex: 0 1 calc((100% - 60px) / 2);
  }
}
@media (min-width: 992px) {
  .card-cols.card-cols-3 > * {
    flex: 0 1 calc((100% - 60px) / 3);
  }
}
@media all and (-ms-high-contrast: none) {
  .card-cols.card-cols-3 > * {
    flex: 0 1 31%;
  }
}
.card-cols.card-cols-3 > * {
  /* @include media-up(lg) { margin-bottom: 0px; } */
}
@media (max-width: 767.98px) {
  .card-cols.card-cols-3 > * {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .card-cols.card-cols-3 > * {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .card-cols.card-cols-3 *:last-child {
    margin-bottom: 0;
  }
}

.card {
  height: 100%;
  box-sizing: border-box;
}
.card.card-text {
  background: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  .card.card-text {
    box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 127.5px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .card.card-text {
    box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
    border-radius: 10px;
    margin-bottom: 67px;
    width: 100%;
    height: 210px;
  }
}
.card.card-text:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .card.card-text:after {
    width: 10px;
    height: 17.5px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .card.card-text:after {
    width: 11px;
    height: 18px;
    margin-right: 14px;
  }
}
@media (max-width: 767.98px) {
  .card.card-text:after {
    background: url("../img/common/icon/icon_link_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  .card.card-text:after {
    background: url("../img/common/icon/icon_link_right_gray_pc.svg") no-repeat center center/contain;
  }
}
.card.card-text .card-head h2 {
  color: #002e56;
  position: relative;
}
@media (max-width: 767.98px) {
  .card.card-text .card-head h2 {
    font-size: 1.5rem;
    padding: 16px 0 16px 70px;
  }
}
@media (min-width: 768px) {
  .card.card-text .card-head h2 {
    font-size: 1.5rem;
    padding: 40px 0px 0px 80px;
  }
}
@media (min-width: 992px) {
  .card.card-text .card-head h2 {
    font-size: 1.5rem;
    padding: 40px 0px 0px 95px;
  }
}
@media (min-width: 1180px) {
  .card.card-text .card-head h2 {
    font-size: 1.5rem;
    padding: 40px 0px 0px 115px;
  }
}
.card.card-text .card-head h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .card.card-text .card-head h2:before {
    width: 35px;
    height: 35px;
    margin-left: 13px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .card.card-text .card-head h2:before {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .card.card-text .card-head h2:before {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 15px;
  }
}
@media (min-width: 1180px) {
  .card.card-text .card-head h2:before {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 34px;
  }
}
@media (max-width: 767.98px) {
  .card.card-text.card-item1 .card-head h2:before {
    background: url("../img/top/icon1_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  .card.card-text.card-item1 .card-head h2:before {
    background: url("../img/top/icon1_pc.svg") no-repeat center center/contain;
  }
}
@media (max-width: 767.98px) {
  .card.card-text.card-item2 .card-head h2:before {
    background: url("../img/top/icon2_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  .card.card-text.card-item2 .card-head h2:before {
    background: url("../img/top/icon2_pc.svg") no-repeat center center/contain;
  }
}
@media (max-width: 767.98px) {
  .card.card-text.card-item3 .card-head h2:before {
    background: url("../img/top/icon3_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  .card.card-text.card-item3 .card-head h2:before {
    background: url("../img/top/icon3_pc.svg") no-repeat center center/contain;
  }
}
.card.card-text .card-body p {
  color: #646464;
}
@media (max-width: 767.98px) {
  .card.card-text .card-body p {
    font-size: 0.9375rem;
    padding: 0px 26px 0px 13px;
  }
}
@media (min-width: 768px) {
  .card.card-text .card-body p {
    font-size: 1rem;
    padding: 34px 30px 25px 15px;
  }
}
@media (min-width: 992px) {
  .card.card-text .card-body p {
    font-size: 1rem;
    padding: 34px 30px 25px 15px;
  }
}
@media (min-width: 1180px) {
  .card.card-text .card-body p {
    font-size: 1rem;
    padding: 34px 50px 25px 34px;
  }
}
.card.card-bg-pic {
  position: relative;
}
@media (max-width: 767.98px) {
  .card.card-bg-pic {
    box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .card.card-bg-pic {
    box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 288px;
    margin-bottom: 60px;
  }
}
.card.card-bg-pic .card-head {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.card.card-bg-pic .card-head h2 {
  color: #fff;
  width: 100%;
}
@media (max-width: 767.98px) {
  .card.card-bg-pic .card-head h2 {
    font-size: 1.5rem;
    padding: 6px 0px 30px 10px;
  }
}
@media (max-width: 320px) {
  .card.card-bg-pic .card-head h2 {
    font-size: 1.3125rem;
    background: linear-gradient(to right, rgba(40, 80, 156, 0.8), rgba(40, 80, 156, 0.8)) no-repeat left 1px top 0/250px 40px, linear-gradient(to right, rgba(220, 25, 117, 0.6), rgba(220, 25, 117, 0.6)) no-repeat left 110px top 20px/150px 30px;
  }
}
@media (min-width: 768px) {
  .card.card-bg-pic .card-head h2 {
    font-size: 1.5rem;
    padding: 11px 0px 63px 24px;
  }
}
@media (max-width: 767.98px) {
  .card.card-bg-pic .card-head h2 {
    background: linear-gradient(to right, rgba(40, 80, 156, 0.8), rgba(40, 80, 156, 0.8)) no-repeat left 1px top 0/290px 40px, linear-gradient(to right, rgba(220, 25, 117, 0.6), rgba(220, 25, 117, 0.6)) no-repeat left 110px top 23px/200px 30px;
  }
}
@media (min-width: 768px) {
  .card.card-bg-pic .card-head h2 {
    background: linear-gradient(to right, rgba(40, 80, 156, 0.8), rgba(40, 80, 156, 0.8)) no-repeat left 0 top 0/310px 50px, linear-gradient(to right, rgba(220, 25, 117, 0.6), rgba(220, 25, 117, 0.6)) no-repeat left 110px top 30px/220px 40px;
  }
}
@media (min-width: 992px) {
  .card.card-bg-pic .card-head h2 {
    background: linear-gradient(to right, rgba(40, 80, 156, 0.8), rgba(40, 80, 156, 0.8)) no-repeat left 0 top 0/327px 50px, linear-gradient(to right, rgba(220, 25, 117, 0.6), rgba(220, 25, 117, 0.6)) no-repeat left 135px top 30px/264px 40px;
  }
}
@media (max-width: 767.98px) {
  .card.card-bg-pic.card-item1 {
    background: url("../img/top/banner1_sp.png") no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .card.card-bg-pic.card-item1 {
    background: url("../img/top/banner1_pc.png") no-repeat center center/cover;
  }
}
@media (max-width: 767.98px) {
  .card.card-bg-pic.card-item2 {
    background: url("../img/top/banner2_sp.png") no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .card.card-bg-pic.card-item2 {
    background: url("../img/top/banner2_pc.png") no-repeat center center/cover;
  }
}
@media (max-width: 767.98px) {
  .card.card-bg-pic.card-item3 {
    background: url("../img/top/banner3_sp.png") no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .card.card-bg-pic.card-item3 {
    background: url("../img/top/banner3_pc.png") no-repeat center center/cover;
  }
}
@media (max-width: 767.98px) {
  .card.card-bg-pic.card-item4 {
    background: url("../img/top/banner4_sp.png") no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .card.card-bg-pic.card-item4 {
    background: url("../img/top/banner4_pc.png") no-repeat center center/cover;
  }
}
.card.card-page {
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .card.card-page {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .card.card-page {
    padding: 20px 20px;
  }
}
.card.card-page .card-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .card.card-page .card-img {
    height: 122px;
  }
}
@media (max-width: 767.98px) {
  .card.card-page .card-head {
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .card.card-page .card-head {
    margin: 32px 0;
  }
}
.card.card-page .card-body {
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .card.card-page .card-body {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .card.card-page .card-body {
    margin-bottom: 20px;
  }
}
.card.card-page .card-head-com {
  text-align: center;
  color: #002e56;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .card.card-page .card-head-com {
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .card.card-page .card-head-com {
    font-size: 1.5rem;
  }
}
.card.card-page .card-body-com {
  color: #646464;
}
@media (max-width: 767.98px) {
  .card.card-page .card-body-com {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .card.card-page .card-body-com {
    font-size: 1rem;
  }
}
.card.card-img-circle {
  display: flex;
  flex-direction: column;
  height: inherit;
}
@media (max-width: 767.98px) {
  .card.card-img-circle {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .card.card-img-circle {
    margin-top: 50px;
  }
}
.card.card-img-circle .card-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .card.card-img-circle .card-img img {
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  .card.card-img-circle .card-head {
    margin: 38px 0;
  }
}
@media (min-width: 768px) {
  .card.card-img-circle .card-head {
    margin: 38px 0;
  }
}
.card.card-img-circle .card-head .card-head-com {
  text-align: center;
  color: #002e56;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .card.card-img-circle .card-head .card-head-com {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .card.card-img-circle .card-head .card-head-com {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .card.card-img-circle .card-body {
    margin-bottom: 50px;
  }
}
.card.card-img-circle .card-body .card-body-com {
  color: #646464;
}
@media (max-width: 767.98px) {
  .card.card-img-circle .card-body .card-body-com {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .card.card-img-circle .card-body .card-body-com {
    font-size: 1rem;
  }
}
.card.card-img-circle .card-footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .card.card-img-circle .card-footer {
    margin: 40px 0 -10px 0;
  }
}
@media (min-width: 768px) {
  .card.card-img-circle .card-footer {
    margin-top: auto;
  }
}
@media (max-width: 767.98px) {
  .card.card-img-circle .card-footer a {
    width: calc(100% - 77px);
  }
}
@media (min-width: 768px) {
  .card.card-img-circle .card-footer a {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .card.card-img-circle:first-child .card-body {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .card.card-img-circle:last-child .card-body {
    padding-left: 20px;
  }
}
.card.card-flow {
  position: relative;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .card.card-flow {
    padding: 0 0px;
    height: 230px;
    width: 300px;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .card.card-flow {
    padding: 0 0px;
    height: 230px;
    width: 300px;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
}
.card.card-flow .card-head {
  position: absolute;
  text-align: center;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .card.card-flow .card-head {
    width: 240px;
    margin-top: -25px;
  }
}
@media (min-width: 768px) {
  .card.card-flow .card-head {
    width: 240px;
    margin-top: -25px;
  }
}
.card.card-flow .card-head .card-head-com {
  text-align: center;
  color: #646464;
  font-weight: normal;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .card.card-flow .card-head .card-head-com {
    font-size: 1rem;
    padding: 21px 30px;
  }
}
@media (min-width: 768px) {
  .card.card-flow .card-head .card-head-com {
    font-size: 1.125rem;
    padding: 21px 30px;
  }
}
@media (min-width: 768px) {
  .card.card-flow .card-body {
    margin-bottom: 50px;
  }
}
.card.card-flow .card-body .card-body-com {
  color: #646464;
}
@media (max-width: 767.98px) {
  .card.card-flow .card-body .card-body-com {
    font-size: 0.875rem;
    padding: 55px 30px 0px 30px;
  }
}
@media (min-width: 768px) {
  .card.card-flow .card-body .card-body-com {
    font-size: 1rem;
    padding: 55px 30px 0px 30px;
  }
}
.card.card-flow.card-item1 {
  border: 2px solid #eeeeee;
}
.card.card-flow.card-item1 .card-head .card-head-com {
  background: #eeeeee;
}
.card.card-flow.card-item2 {
  border: 2px solid #e5e5e5;
}
.card.card-flow.card-item2 .card-head .card-head-com {
  background: #e5e5e5;
}
.card.card-flow.card-item3 {
  border: 2px solid #dbdbdb;
}
.card.card-flow.card-item3 .card-head .card-head-com {
  background: #dbdbdb;
}

table.table {
  width: 100%;
  border-collapse: collapse;
}
table.table tr {
  border-top: 1px solid #c9d1de;
}
table.table tr:last-child {
  border-bottom: 1px solid #c9d1de;
}
table.table th, table.table td {
  color: #646464;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  table.table th, table.table td {
    font-size: 0.875rem;
    display: block;
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  table.table th, table.table td {
    font-size: 1.125rem;
    padding: 16px 40px;
  }
}
@media (min-width: 992px) {
  table.table th, table.table td {
    font-size: 1.125rem;
    padding: 16px 40px;
  }
}
@media (min-width: 768px) {
  table.table th {
    white-space: nowrap;
  }
}
table.table-about tr:first-child {
  border-top: 2px solid #cdd4e4;
}
table.table-about tr:last-child {
  border-bottom: 2px solid #cdd4e4;
}
@media (max-width: 767.98px) {
  table.table-about th, table.table-about td {
    padding: 18px 0;
  }
}
@media (min-width: 768px) {
  table.table-about th, table.table-about td {
    padding: 16px 20px;
  }
}
@media (min-width: 992px) {
  table.table-about th, table.table-about td {
    padding: 16px 20px;
  }
}
@media (max-width: 767.98px) {
  table.table-about th {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  table.table-about th {
    width: 140px;
  }
}
table.table-about a.map {
  position: relative;
  display: inline-block;
  color: #28509c;
}
@media (max-width: 767.98px) {
  table.table-about a.map {
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  table.table-about a.map {
    padding-left: 60px;
  }
}
table.table-about a.map:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/common/icon/map.svg") no-repeat center center/contain;
}
@media (max-width: 767.98px) {
  table.table-about a.map:before {
    width: 12px;
    height: 12px;
    padding: 0 0px 0 25px;
  }
}
@media (min-width: 768px) {
  table.table-about a.map:before {
    width: 20px;
    height: 20px;
    padding: 0 0px 0 50px;
  }
}

.table-responsive {
  overflow: auto;
  white-space: nowrap;
  height: 80vh;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #28509c;
  font-weight: normal !important;
  margin: 0 4px;
}
@media (max-width: 767.98px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1.125rem;
  }
}
.wp-pagenavi a {
  border: none;
}
.wp-pagenavi span {
  border: 1px solid #28509c !important;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .wp-pagenavi span {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .wp-pagenavi span {
    padding: 0 8px;
  }
}

body.search .article-wrap:before, body.search .article-wrap:after, main.main-page .page-common:after, main .border.border-com, main .border.border-top {
  background: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 60%, #dc1975 80%, #f26531 100%);
}

main h1.main-header:before, main h2.main-header:before, main h3.main-header:before, main h4.main-header:before, main h5.main-header:before, .modal .modal-content.content-link-external .modal-header:before, .modal .modal-content.content-link-related .modal-header:before, .modal .modal-content.content-medical-person .modal-body:before {
  background: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 100%);
}

main .border {
  content: "";
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  main .border {
    width: calc(100% - 50px);
  }
}
@media (min-width: 768px) {
  main .border {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1180px) {
  main .border {
    width: 1180px;
  }
}
@media (max-width: 767.98px) {
  main .border.border-top {
    height: 5px;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  main .border.border-top {
    height: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  main .border.border-com {
    height: 2px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  main .border.border-com {
    height: 2px;
    width: 100%;
  }
}
main h1.head-com, main h1.section-header, main h2.head-com, main h2.section-header, main h3.head-com, main h3.section-header, main h4.head-com, main h4.section-header, main h5.head-com, main h5.section-header {
  color: #002e56;
  position: relative;
}
@media (max-width: 767.98px) {
  main h1.head-com, main h1.section-header, main h2.head-com, main h2.section-header, main h3.head-com, main h3.section-header, main h4.head-com, main h4.section-header, main h5.head-com, main h5.section-header {
    font-size: 1.5rem;
    padding: 0px 0 0px 25px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  main h1.head-com, main h1.section-header, main h2.head-com, main h2.section-header, main h3.head-com, main h3.section-header, main h4.head-com, main h4.section-header, main h5.head-com, main h5.section-header {
    font-size: 1.875rem;
    padding: 10px 0 10px 30px;
  }
}
main h1.head-com:before, main h1.section-header:before, main h2.head-com:before, main h2.section-header:before, main h3.head-com:before, main h3.section-header:before, main h4.head-com:before, main h4.section-header:before, main h5.head-com:before, main h5.section-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  main h1.head-com:before, main h1.section-header:before, main h2.head-com:before, main h2.section-header:before, main h3.head-com:before, main h3.section-header:before, main h4.head-com:before, main h4.section-header:before, main h5.head-com:before, main h5.section-header:before {
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background: #002e56;
  }
}
@media (min-width: 768px) {
  main h1.head-com:before, main h1.section-header:before, main h2.head-com:before, main h2.section-header:before, main h3.head-com:before, main h3.section-header:before, main h4.head-com:before, main h4.section-header:before, main h5.head-com:before, main h5.section-header:before {
    width: 7px;
    height: 50px;
    border-radius: 10px;
    background: #002e56;
  }
}
main h1.main-header, main h2.main-header, main h3.main-header, main h4.main-header, main h5.main-header {
  color: #002e56;
  position: relative;
}
@media (max-width: 767.98px) {
  main h1.main-header, main h2.main-header, main h3.main-header, main h4.main-header, main h5.main-header {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 30px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  main h1.main-header, main h2.main-header, main h3.main-header, main h4.main-header, main h5.main-header {
    font-size: 1.875rem;
    margin-bottom: 35px;
    padding-bottom: 36px;
    line-height: 1.3;
  }
}
main h1.main-header:before, main h2.main-header:before, main h3.main-header:before, main h4.main-header:before, main h5.main-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  main h1.main-header:before, main h2.main-header:before, main h3.main-header:before, main h4.main-header:before, main h5.main-header:before {
    width: 150px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  main h1.main-header:before, main h2.main-header:before, main h3.main-header:before, main h4.main-header:before, main h5.main-header:before {
    width: 200px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  main h1.main-header span.sub, main h2.main-header span.sub, main h3.main-header span.sub, main h4.main-header span.sub, main h5.main-header span.sub {
    display: block;
    color: #353d98;
    font-size: 1.3125rem;
    margin-bottom: 15px;
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  main h1.main-header span.pc, main h2.main-header span.pc, main h3.main-header span.pc, main h4.main-header span.pc, main h5.main-header span.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  main h1.main-header span.pc, main h2.main-header span.pc, main h3.main-header span.pc, main h4.main-header span.pc, main h5.main-header span.pc {
    display: inline;
  }
}
@media (max-width: 767.98px) {
  main h1.main-header span.sp, main h2.main-header span.sp, main h3.main-header span.sp, main h4.main-header span.sp, main h5.main-header span.sp {
    display: inline;
  }
}
@media (min-width: 768px) {
  main h1.main-header span.sp, main h2.main-header span.sp, main h3.main-header span.sp, main h4.main-header span.sp, main h5.main-header span.sp {
    display: none;
  }
}
@media (max-width: 767.98px) {
  main h1.section-header, main h2.section-header, main h3.section-header, main h4.section-header, main h5.section-header {
    margin: 50px 0;
  }
}
@media (min-width: 768px) {
  main h1.section-header, main h2.section-header, main h3.section-header, main h4.section-header, main h5.section-header {
    margin: 50px 0;
  }
}
main h1.section-header-sub, main h2.section-header-sub, main h3.section-header-sub, main h4.section-header-sub, main h5.section-header-sub {
  color: #002e56;
  position: relative;
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  main h1.section-header-sub, main h2.section-header-sub, main h3.section-header-sub, main h4.section-header-sub, main h5.section-header-sub {
    font-size: 1.125rem;
    margin: 30px 0;
    padding: 0px 0 0px 0px;
  }
}
@media (min-width: 768px) {
  main h1.section-header-sub, main h2.section-header-sub, main h3.section-header-sub, main h4.section-header-sub, main h5.section-header-sub {
    font-size: 1.5rem;
    margin: 43px 0;
    padding: 0px 0 0px 0px;
  }
}
main h1.section-header-sub2, main h2.section-header-sub2, main h3.section-header-sub2, main h4.section-header-sub2, main h5.section-header-sub2 {
  color: #646464;
  position: relative;
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  main h1.section-header-sub2, main h2.section-header-sub2, main h3.section-header-sub2, main h4.section-header-sub2, main h5.section-header-sub2 {
    font-size: 1rem;
    margin: 30px 0 20px 0;
    padding: 0px 0 0px 0px;
  }
}
@media (min-width: 768px) {
  main h1.section-header-sub2, main h2.section-header-sub2, main h3.section-header-sub2, main h4.section-header-sub2, main h5.section-header-sub2 {
    font-size: 1.125rem;
    margin: 43px 0 33px 0;
    padding: 0px 0 0px 0px;
  }
}
main h1.archive-year-header, main h2.archive-year-header, main h3.archive-year-header, main h4.archive-year-header, main h5.archive-year-header {
  color: #002e56;
}
@media (max-width: 767.98px) {
  main h1.archive-year-header, main h2.archive-year-header, main h3.archive-year-header, main h4.archive-year-header, main h5.archive-year-header {
    font-size: 1.5rem;
    margin: 50px 0;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  main h1.archive-year-header, main h2.archive-year-header, main h3.archive-year-header, main h4.archive-year-header, main h5.archive-year-header {
    font-size: 1.875rem;
    margin: 50px 0;
  }
}
main h1.section-header-other, main h2.section-header-other, main h3.section-header-other, main h4.section-header-other, main h5.section-header-other {
  color: #002e56;
  position: relative;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  main h1.section-header-other, main h2.section-header-other, main h3.section-header-other, main h4.section-header-other, main h5.section-header-other {
    font-size: 1.875rem;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  main h1.section-header-other, main h2.section-header-other, main h3.section-header-other, main h4.section-header-other, main h5.section-header-other {
    font-size: 2.25rem;
    padding: 0px;
  }
}
main h1.section-header-other:before, main h2.section-header-other:before, main h3.section-header-other:before, main h4.section-header-other:before, main h5.section-header-other:before {
  display: none;
}
main h1.section-header-search, main h2.section-header-search, main h3.section-header-search, main h4.section-header-search, main h5.section-header-search {
  color: #28509c;
  position: relative;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767.98px) {
  main h1.section-header-search, main h2.section-header-search, main h3.section-header-search, main h4.section-header-search, main h5.section-header-search {
    font-size: 0.875rem;
    padding: 0 0 25px 0;
  }
}
@media (min-width: 768px) {
  main h1.section-header-search, main h2.section-header-search, main h3.section-header-search, main h4.section-header-search, main h5.section-header-search {
    font-size: 1.125rem;
    padding: 0 0 25px 0;
  }
}
main h1.section-header-search:before, main h2.section-header-search:before, main h3.section-header-search:before, main h4.section-header-search:before, main h5.section-header-search:before {
  display: none;
}
main h1.section-header-search a, main h2.section-header-search a, main h3.section-header-search a, main h4.section-header-search a, main h5.section-header-search a {
  color: #28509c;
}
main h1.section-header-box, main h2.section-header-box, main h3.section-header-box, main h4.section-header-box, main h5.section-header-box {
  color: #646464;
  position: relative;
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  main h1.section-header-box, main h2.section-header-box, main h3.section-header-box, main h4.section-header-box, main h5.section-header-box {
    font-size: 1rem;
    margin: 0px 0 10px 0px;
    padding: 0px 0 0px 0px;
  }
}
@media (min-width: 768px) {
  main h1.section-header-box, main h2.section-header-box, main h3.section-header-box, main h4.section-header-box, main h5.section-header-box {
    font-size: 1.125rem;
    margin: 0px 0 23px 0px;
    padding: 0px 0 0px 0px;
  }
}
@media (max-width: 767.98px) {
  main h1.section-header-box.icon, main h2.section-header-box.icon, main h3.section-header-box.icon, main h4.section-header-box.icon, main h5.section-header-box.icon {
    margin: 0px 0 10px 0;
    padding: 0px 0 0px 30px;
  }
}
@media (min-width: 768px) {
  main h1.section-header-box.icon, main h2.section-header-box.icon, main h3.section-header-box.icon, main h4.section-header-box.icon, main h5.section-header-box.icon {
    margin: 0px 0 23px 0;
    padding: 0px 0 0px 43px;
  }
}
main h1.section-header-box.icon:before, main h2.section-header-box.icon:before, main h3.section-header-box.icon:before, main h4.section-header-box.icon:before, main h5.section-header-box.icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  main h1.section-header-box.icon:before, main h2.section-header-box.icon:before, main h3.section-header-box.icon:before, main h4.section-header-box.icon:before, main h5.section-header-box.icon:before {
    width: 20px;
    height: 20px;
    background: url("../img/common/icon/icon_help_sp.svg") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  main h1.section-header-box.icon:before, main h2.section-header-box.icon:before, main h3.section-header-box.icon:before, main h4.section-header-box.icon:before, main h5.section-header-box.icon:before {
    width: 28px;
    height: 28px;
    background: url("../img/common/icon/icon_help_pc.svg") no-repeat center center/contain;
  }
}

article.post {
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 767.98px) {
  article.post {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  article.post {
    padding: 20px 0;
  }
}
@media (min-width: 1180px) {
  article.post {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
}
article.post .item-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  article.post .item-wrap.item-wrap-bottom {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  article.post .item-wrap.item-wrap-bottom {
    padding-top: 15px;
  }
}
@media (min-width: 1180px) {
  article.post .item-wrap.item-wrap-bottom {
    padding-top: 0px;
  }
}
article.post .time {
  color: #646464;
}
@media (max-width: 767.98px) {
  article.post .time {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  article.post .time {
    font-size: 1rem;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  article.post .time {
    margin-left: 30px;
  }
}
@media (min-width: 1180px) {
  article.post .time {
    margin-left: 30px;
  }
}
article.post .cat-name {
  border: 1px solid #28509c;
  border-radius: 16px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  article.post .cat-name {
    color: #002e56;
    font-size: 0.75rem;
    padding: 2.5px 0px;
    width: 100px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  article.post .cat-name {
    color: #646464;
    font-size: 0.875rem;
    padding: 4.5px 0px;
    width: 127px;
    margin-left: 30px;
  }
}
@media (min-width: 1180px) {
  article.post .cat-name {
    width: 127px;
    margin-left: 30px;
  }
}
article.post .title a {
  color: #646464;
  display: block;
}
@media (max-width: 767.98px) {
  article.post .title a {
    font-size: 0.875rem;
    width: calc(100vw - 100px);
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  article.post .title a {
    font-size: 1rem;
    width: calc(100vw - 154px);
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  article.post .title a {
    font-size: 1.125rem;
    width: calc(100vw - 195px);
    margin-left: 30px;
  }
}
@media (min-width: 1180px) {
  article.post .title a {
    font-size: 1.125rem;
    width: 720px;
    margin-left: 30px;
  }
}
article.post .title a:hover {
  opacity: 1;
  color: #28509c;
}
@media (max-width: 767.98px) {
  article.post .icon-new.icon-new-sp {
    display: flex;
    align-items: center;
    margin-left: 85px;
  }
}
@media (max-width: 320px) {
  article.post .icon-new.icon-new-sp {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  article.post .icon-new.icon-new-sp {
    display: none;
  }
}
@media (max-width: 767.98px) {
  article.post .icon-new.icon-new-sp img {
    width: 30px;
    height: 10px;
  }
}
@media (max-width: 767.98px) {
  article.post .icon-new.icon-new-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  article.post .icon-new.icon-new-pc {
    display: block;
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  article.post .icon-new.icon-new-pc img {
    width: 35px;
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  article.post .icon-pdf {
    margin-left: 22px;
  }
}
@media (min-width: 768px) {
  article.post .icon-pdf {
    margin-left: 22px;
  }
}
@media (max-width: 767.98px) {
  article.post .icon-pdf img {
    width: 20px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  article.post .icon-pdf img {
    width: 20px;
    height: 25px;
  }
}
article.post-search {
  border-bottom: 1px solid #eee;
}
@media (max-width: 767.98px) {
  article.post-search {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  article.post-search {
    padding: 50px 0;
  }
}
@media (min-width: 1180px) {
  article.post-search {
    padding: 50px 0;
    display: block;
  }
}
article.post-search:last-child {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  article.post-search p {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  article.post-search p {
    font-size: 1rem;
  }
}

body.home section.read .read-bg {
  background: #28509c;
}
body.home section.read .inner {
  text-align: center;
  color: #fff;
}
body.home section.read .inner h2 {
  line-height: 1;
}
@media (max-width: 767.98px) {
  body.home section.read .inner h2 {
    font-size: 1.875rem;
    padding: 35px 0 25px 0;
  }
}
@media (min-width: 768px) {
  body.home section.read .inner h2 {
    font-size: 2.25rem;
    padding: 30px 0 25px 0;
  }
}
@media (max-width: 767.98px) {
  body.home section.read .inner p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0px 0 30px 0;
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  body.home section.read .inner p {
    font-size: 1.375rem;
    line-height: 2;
    padding: 0px 0 30px 0;
    font-weight: 200;
  }
}
@media (max-width: 767.98px) {
  body.home .nav-bg {
    padding: 30px 0 0px 0;
    background: url("../img/top/section_bg_top_sp.png") no-repeat right 0 top 0/375px 468.5px, url("../img/top/section_bg_bottom_sp.png") no-repeat left 0 bottom 30px/375px 472.5px;
  }
}
@media (min-width: 768px) {
  body.home .nav-bg {
    padding: 60px 0 0px 0;
    background: url("../img/top/section_bg_top_pc.png") no-repeat right 0 top 0/685px 738px, url("../img/top/section_bg_bottom_pc.png") no-repeat left 0 bottom 24px/685px 738px;
  }
}
@media (min-width: 1180px) {
  body.home .nav-bg {
    background: url("../img/top/section_bg_top_pc.png") no-repeat right calc((100vw - 1280px) / 2) top 0/685px 738px, url("../img/top/section_bg_bottom_pc.png") no-repeat left calc((100vw - 1280px) / 2) bottom 24px/685px 738px;
  }
}
body.home section.nav-top .card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.home section.nav-top .card-wrap > a {
  display: block;
}
@media (max-width: 767.98px) {
  body.home section.nav-top .card-wrap > a {
    flex: 0 1 100%;
  }
}
@media (min-width: 768px) {
  body.home section.nav-top .card-wrap > a {
    min-height: 210px;
    flex: 0 0 calc((100% - 30px) / 3);
    flex-basis: calc((100% - 30px) / 3);
  }
}
@media (min-width: 992px) {
  body.home section.nav-top .card-wrap > a {
    min-height: 210px;
    flex: 0 0 calc((100% - 30px) / 3);
    flex-basis: calc((100% - 30px) / 3);
  }
}
@media (min-width: 1180px) {
  body.home section.nav-top .card-wrap > a {
    min-height: 210px;
    flex: 0 0 calc((100% - 90px) / 3);
    flex-basis: calc((100% - 90px) / 3);
  }
}
@media all and (-ms-high-contrast: none) {
  body.home section.nav-top .card-wrap > a {
    flex: 0 0 31%;
  }
}
@media (max-width: 767.98px) {
  body.home section.nav-bottom {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  body.home section.nav-bottom {
    margin-top: 64px;
  }
}
body.home section.nav-bottom .card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.home section.nav-bottom .card-wrap > a {
  display: block;
}
@media (max-width: 767.98px) {
  body.home section.nav-bottom .card-wrap > a {
    flex: 0 1 100%;
  }
}
@media (min-width: 768px) {
  body.home section.nav-bottom .card-wrap > a {
    display: flex;
    justify-content: center;
    flex: 0 1 calc(50% - 20px);
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  body.home section.nav-bottom .card-wrap > a {
    display: flex;
    justify-content: center;
    flex: 0 1 calc(50% - 80px);
    margin: 0 40px;
  }
}
@media (min-width: 1180px) {
  body.home section.nav-bottom .card-wrap > a {
    display: flex;
    justify-content: center;
    flex: 0 1 calc(50% - 80px);
    margin: 0 40px;
  }
}
@media all and (-ms-high-contrast: none) {
  body.home section.nav-bottom .card-wrap > a {
    flex: 0 1 41.5%;
  }
}
body.home section.news .news-bg {
  background: #f7f7f8;
}
@media (max-width: 767.98px) {
  body.home section.news .news-bg {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  body.home section.news .news-bg {
    padding-top: 68px;
  }
}
body.home section.news .nav.nav-tabs {
  display: flex;
  border-bottom: 1px solid #a0a0a0;
}
@media (max-width: 767.98px) {
  body.home section.news .nav.nav-tabs {
    justify-content: space-between;
    padding: 40px 0 20px 0;
  }
}
@media (min-width: 768px) {
  body.home section.news .nav.nav-tabs {
    justify-content: center;
    padding: 66px 0 30px 0;
  }
}
body.home section.news .nav.nav-tabs .nav-item {
  cursor: pointer;
}
@media (min-width: 768px) {
  body.home section.news .nav.nav-tabs .nav-item {
    width: 200px;
    text-align: center;
  }
}
body.home section.news .nav.nav-tabs .nav-item a {
  color: #646464;
}
@media (max-width: 767.98px) {
  body.home section.news .nav.nav-tabs .nav-item a {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body.home section.news .nav.nav-tabs .nav-item a {
    font-size: 1.125rem;
  }
}
body.home section.news .nav.nav-tabs .nav-item.active a {
  position: relative;
}
body.home section.news .nav.nav-tabs .nav-item.active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #ed037c;
  border-radius: 18px;
}
@media (max-width: 767.98px) {
  body.home section.news .nav.nav-tabs .nav-item.active a:after {
    height: 5px;
    width: calc(100% + 14px);
    margin-bottom: -21px;
  }
}
@media (min-width: 768px) {
  body.home section.news .nav.nav-tabs .nav-item.active a:after {
    height: 10px;
    width: calc(100% + 40px);
    margin-bottom: -32px;
  }
}
@media (max-width: 767.98px) {
  body.home section.news .tab-wrap {
    padding-top: 27.5px;
  }
}
@media (min-width: 768px) {
  body.home section.news .tab-wrap {
    padding-top: 34px;
  }
}
body.home section.news .tab-wrap .tab-pane {
  display: none;
}
body.home section.news .tab-wrap .tab-pane.show {
  display: block;
}
body.home section.news .news-foot {
  display: flex;
}
@media (max-width: 767.98px) {
  body.home section.news .news-foot {
    flex-direction: column;
    padding: 24px 0 45px 0;
  }
}
@media (min-width: 768px) {
  body.home section.news .news-foot {
    justify-content: center;
    padding: 56px 0 86px 0;
  }
}

main.main-page .page-common {
  position: relative;
}
@media (max-width: 767.98px) {
  main.main-page .page-common {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  main.main-page .page-common {
    padding-bottom: 50px;
  }
}
main.main-page .page-common:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 767.98px) {
  main.main-page .page-common:after {
    width: calc(100% - 50px);
  }
}
@media (min-width: 768px) {
  main.main-page .page-common:after {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1180px) {
  main.main-page .page-common:after {
    width: 1140px;
  }
}
main.main-page p {
  color: #646464;
}
@media (max-width: 767.98px) {
  main.main-page p {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  main.main-page p {
    font-size: 1rem;
  }
}
main.main-page .section-bg .page-common:last-child:after {
  display: none;
}
@media (max-width: 767.98px) {
  main.main-page .main-head {
    background: #fff;
  }
}
@media (min-width: 768px) {
  main.main-page .main-head {
    background: #fff;
  }
}
@media (min-width: 992px) {
  main.main-page .main-head {
    background: #f9f9f9;
  }
}
main.main-page .main-head .header-wrap {
  position: relative;
}
@media (min-width: 992px) {
  main.main-page .main-head .header-wrap {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  main.main-page .main-head .header-wrap .header-visual {
    height: 345px;
    margin-bottom: 50px;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  main.main-page .main-head .header-wrap .header-visual {
    height: 500px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  main.main-page .main-head .header-wrap .header-visual {
    flex: 0 0 53.125%;
    height: 400px;
    margin-bottom: 0px;
  }
}
@media all and (-ms-high-contrast: none) {
  main.main-page .main-head .header-wrap .header-visual {
    flex: none;
    width: 53.125%;
    word-wrap: break-word;
  }
}
main.main-page .main-head .header-wrap .header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  main.main-page .main-head .header-wrap .header-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 210px;
    height: 180px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  main.main-page .main-head .header-wrap .header-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    padding-top: 50px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  main.main-page .main-head .header-wrap .header-text {
    position: static;
    flex: 0 0 46.875%;
    height: 350px;
    padding-top: 0;
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  main.main-page .main-head .header-wrap .header-text {
    padding-right: calc((100vw - 1280px) * 0.46875);
    max-width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  main.main-page .main-head .header-wrap .header-text {
    flex: none;
    width: 46.875%;
    word-wrap: break-word;
  }
}
@media (max-width: 767.98px) {
  main.main-page .main-head .header-wrap .header-text {
    background: url("../img/common/main_header_text_sp.png") no-repeat right 0 top 40px/150px 80px, rgba(255, 255, 255, 0.6);
  }
}
@media (min-width: 768px) {
  main.main-page .main-head .header-wrap .header-text {
    background: url("../img/common/main_header_text_sp.png") no-repeat right 0 top 58px/300px 159px, rgba(255, 255, 255, 0.6);
  }
}
@media (min-width: 992px) {
  main.main-page .main-head .header-wrap .header-text {
    background: url("../img/common/main_header_text_pc.png") no-repeat right top/contain, rgba(40, 80, 156, 0.1);
  }
}
main.main-page .main-head .header-wrap .header-text p {
  color: #646464;
}
@media (max-width: 767.98px) {
  main.main-page .main-head .header-wrap .header-text p {
    font-size: 0.875rem;
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  main.main-page .main-head .header-wrap .header-text p {
    font-size: 1.125rem;
    font-weight: 200;
  }
}
@media (max-width: 767.98px) {
  main.main-page .main-head .breadcrumb-wrap {
    background: #f9f9f9;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  main.main-page .main-head .breadcrumb-wrap {
    background: #f9f9f9;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 767.98px) {
  main.main-page .main-head .breadcrumb-wrap .breadcrumbs span, main.main-page .main-head .breadcrumb-wrap .breadcrumbs a {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) {
  main.main-page .main-head .breadcrumb-wrap .breadcrumbs span, main.main-page .main-head .breadcrumb-wrap .breadcrumbs a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
main.main-page .main-head .breadcrumb-wrap .breadcrumbs span {
  color: #646464;
}
@media (max-width: 767.98px) {
  main.main-page .main-head .breadcrumb-wrap .breadcrumbs span.separat {
    margin: 0 8px;
  }
}
@media (min-width: 768px) {
  main.main-page .main-head .breadcrumb-wrap .breadcrumbs span.separat {
    margin: 0 20px;
  }
}
main.main-page .main-head .breadcrumb-wrap .breadcrumbs a span {
  color: #28509c !important;
}
main.main-page .nav-local ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #002e56;
}
@media (max-width: 767.98px) {
  main.main-page .nav-local ul {
    justify-content: space-between;
    padding-top: 14.5px;
    padding-bottom: 5.5px;
  }
}
@media (min-width: 768px) {
  main.main-page .nav-local ul {
    justify-content: center;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  main.main-page .nav-local ul li {
    flex: 0 0 50%;
  }
}
main.main-page .nav-local ul li a {
  display: block;
  color: #28509c;
}
@media (max-width: 767.98px) {
  main.main-page .nav-local ul li a {
    padding: 12.5px 0;
    text-align: center;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  main.main-page .nav-local ul li a {
    padding: 30px 30px;
  }
}
@media (max-width: 767.98px) {
  main.main-page .section-bg {
    background: url("../img/top/section_bg_top_sp.png") no-repeat right 0 top 0/375px 468.5px;
  }
}
@media (min-width: 768px) {
  main.main-page .section-bg {
    background: url("../img/top/section_bg_top_pc.png") no-repeat right 0 top 0/685px 738px;
  }
}
@media (min-width: 1180px) {
  main.main-page .section-bg {
    background: url("../img/top/section_bg_top_pc.png") no-repeat right calc((100vw - 1280px) / 2) top 0/685px 738px;
  }
}
main.archive-top.media .page-archive-head:after {
  display: none;
}

@media (max-width: 767.98px) {
  .main-head .header-visual {
    background: url("../img/common/page_head/main_header_common_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  .main-head .header-visual {
    background: url("../img/common/page_head/main_header_common_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  .main-head .header-visual {
    background: url("../img/common/page_head/main_header_common_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.physicians .main-head .header-visual {
    background: url("../img/common/page_head/main_header_physicians_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.physicians .main-head .header-visual {
    background: url("../img/common/page_head/main_header_physicians_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.physicians .main-head .header-visual {
    background: url("../img/common/page_head/main_header_physicians_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.media .main-head .header-visual, main.news .main-head .header-visual {
    background: url("../img/common/page_head/main_header_media_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.media .main-head .header-visual, main.news .main-head .header-visual {
    background: url("../img/common/page_head/main_header_media_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.media .main-head .header-visual, main.news .main-head .header-visual {
    background: url("../img/common/page_head/main_header_media_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.investors .main-head .header-visual {
    background: url("../img/common/page_head/main_header_investors_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.investors .main-head .header-visual {
    background: url("../img/common/page_head/main_header_investors_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.investors .main-head .header-visual {
    background: url("../img/common/page_head/main_header_investors_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.careers .main-head .header-visual, main.interview .main-head .header-visual {
    background: url("../img/common/page_head/main_header_careers_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.careers .main-head .header-visual, main.interview .main-head .header-visual {
    background: url("../img/common/page_head/main_header_careers_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.careers .main-head .header-visual, main.interview .main-head .header-visual {
    background: url("../img/common/page_head/main_header_careers_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.patients .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.patients .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.patients .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.patients.mps .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_mps_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.patients.mps .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_mps_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.patients.mps .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_mps_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.patients.ncl .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_ncl_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.patients.ncl .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_ncl_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.patients.ncl .main-head .header-visual {
    background: url("../img/common/page_head/main_header_patients_ncl_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.about .main-head .header-visual {
    background: url("../img/common/page_head/main_header_about_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.about .main-head .header-visual {
    background: url("../img/common/page_head/main_header_about_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.about .main-head .header-visual {
    background: url("../img/common/page_head/main_header_about_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.pipeline .main-head .header-visual {
    background: url("../img/common/page_head/main_header_pipeline_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.pipeline .main-head .header-visual {
    background: url("../img/common/page_head/main_header_pipeline_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.pipeline .main-head .header-visual {
    background: url("../img/common/page_head/main_header_pipeline_pc.jpg") no-repeat right center/cover;
  }
}
@media (max-width: 767.98px) {
  main.other .main-head .header-visual {
    background: url("../img/common/page_head/main_header_common_sp.jpg") no-repeat center top/100% 335px;
  }
}
@media (min-width: 768px) {
  main.other .main-head .header-visual {
    background: url("../img/common/page_head/main_header_common_sp.jpg") no-repeat right center/cover;
  }
}
@media (min-width: 992px) {
  main.other .main-head .header-visual {
    background: url("../img/common/page_head/main_header_common_pc.jpg") no-repeat right center/cover;
  }
}

section.archive-read {
  padding-bottom: 0;
}
section.archive-read:after {
  display: none !important;
}
section.archive-read p {
  background: #f8f8f8;
}
@media (max-width: 767.98px) {
  section.archive-read p {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) {
  section.archive-read p {
    padding: 20px 40px;
  }
}

@media (max-width: 767.98px) {
  body.single .page-common.single-head {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 768px) {
  body.single .page-common.single-head {
    padding: 50px 0 0 0;
  }
}
body.single .page-common.single-head .single-head-wrap {
  display: flex;
  align-items: center;
}
body.single .page-common.single-head .single-head-wrap .time {
  color: #646464;
}
@media (max-width: 767.98px) {
  body.single .page-common.single-head .single-head-wrap .time {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  body.single .page-common.single-head .single-head-wrap .time {
    font-size: 1rem;
  }
}
body.single .page-common.single-head .single-head-wrap .cat-name {
  border: 1px solid #28509c;
  border-radius: 16px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.single .page-common.single-head .single-head-wrap .cat-name {
    color: #002e56;
    font-size: 0.75rem;
    padding: 2.5px 0px;
    width: 100px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  body.single .page-common.single-head .single-head-wrap .cat-name {
    color: #646464;
    font-size: 0.875rem;
    padding: 4.5px 0px;
    width: 127px;
    margin-left: 30px;
  }
}
body.single .page-common.single-head:after {
  display: none;
}
body.single .page-common.single-body .col-foot > .btn {
  margin: 40px auto 0;
}
@media (max-width: 767.98px) {
  body.single .page-common.single-body .col-foot > .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.single .page-common.single-body .col-foot > .btn {
    width: 400px;
  }
}

body.page-template-page-archive .page-common.page-archive-head:after {
  display: none;
}

body.search .article-wrap {
  position: relative;
}
@media (max-width: 767.98px) {
  body.search .article-wrap {
    margin: 50px 0;
  }
}
@media (min-width: 768px) {
  body.search .article-wrap {
    margin: 50px 0;
  }
}
body.search .article-wrap:before, body.search .article-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  body.search .article-wrap:before, body.search .article-wrap:after {
    height: 2px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.search .article-wrap:before, body.search .article-wrap:after {
    height: 2px;
    width: 100%;
  }
}
body.search .article-wrap:before {
  top: 0;
}

body.page-child main.physicians section.phy-product .row-product .img-wrap {
  box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
  background: #fff;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  body.page-child main.physicians section.phy-product .row-product .img-wrap.img-wrap-sp {
    display: flex;
    align-self: center;
    width: 400px;
    height: 200px;
    margin: 30px 0;
  }
}
@media (max-width: 767.98px) {
  body.page-child main.physicians section.phy-product .row-product .img-wrap.img-wrap-sp {
    display: flex;
    align-self: center;
    width: 250px;
    height: 125px;
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  body.page-child main.physicians section.phy-product .row-product .img-wrap.img-wrap-sp {
    display: none;
  }
}
body.page-child main.physicians section.phy-product .row-product .img-wrap.img-wrap-sp img {
  width: 85%;
}
@media (max-width: 991.98px) {
  body.page-child main.physicians section.phy-product .row-product .img-wrap.img-wrap-pc {
    display: none;
  }
}
@media (min-width: 992px) {
  body.page-child main.physicians section.phy-product .row-product .img-wrap.img-wrap-pc {
    display: flex;
    max-width: 400px;
    height: 200px;
  }
}
body.page-child main.physicians section.phy-product .row-product .img-wrap.img-wrap-pc img {
  width: 85%;
}
@media (min-width: 992px) {
  body.page-child main.physicians section.phy-product .row-product .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  body.page-child main.physicians section.phy-product .row-product .product-name-sub {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  body.page-child main.physicians section.phy-product .row-product .product-name-sub {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  body.page-child main.physicians section.phy-product .row-product .product-name {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  body.page-child main.physicians section.phy-product .row-product .product-name {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  body.page-child main.physicians section.phy-product .row-product .product-name {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  body.page-child main.physicians section.phy-product .row-product .product-body {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  body.page-child main.physicians section.phy-product .row-product .product-body {
    font-size: 1.125rem;
  }
}
body.page-child main.physicians section.phy-product table {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  body.page-parent main.physicians #sec1 .card.card-item1 img {
    width: 155px;
  }
  body.page-parent main.physicians #sec1 .card.card-item2 img {
    width: 170px;
  }
  body.page-parent main.physicians #sec1 .card.card-item3 img {
    width: 155px;
  }
}

@media (max-width: 767.98px) {
  body.page-child main.patients .row-box p {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  body.page-child main.patients .row-box p {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  body.page-child main.patients .row-box p.caption {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body.page-child main.patients .row-box p.caption {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  body.page-child main.patients .row-doc-box .section-header-sub2 {
    font-size: 0.875rem;
    margin: 0px 0 10px 0;
    padding: 0px 0 0px 0px;
  }
}
@media (min-width: 768px) {
  body.page-child main.patients .row-doc-box .section-header-sub2 {
    font-size: 1rem;
    margin: 0px 0 10px 0;
    padding: 0px 0 0px 0px;
  }
}
@media (max-width: 767.98px) {
  body.page-child main.patients .row-doc-box ul li {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  body.page-child main.patients .row-doc-box ul li {
    font-size: 0.875rem;
  }
}
body.page-child main.patients span.notice {
  display: block;
  color: #a0a0a0;
}
@media (max-width: 767.98px) {
  body.page-child main.patients span.notice {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  body.page-child main.patients span.notice {
    font-size: 0.875rem;
  }
}
body.page-child main.patients span.notice.inline {
  display: inline;
}

@media (max-width: 991.98px) {
  main.about .row-about p.caption {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  main.about .row-about p.caption {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
main.about .row-about p.sign {
  text-align: right;
}
@media (max-width: 991.98px) {
  main.about .row-about p.sign {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  main.about .row-about p.sign {
    margin-top: auto;
  }
}
main.about #sec5 .img-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  main.about .map-wrap iframe {
    height: 157.5px !important;
  }
}
@media (min-width: 992px) {
  main.about .map-wrap iframe {
    height: 350px !important;
  }
}

main.careers .message p + p {
  margin-top: 1em;
}
main.careers .in-figures .card .card-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767.98px) {
  main.careers .in-figures .card .card-img {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  main.careers .in-figures .card .card-img {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  main.careers .in-figures .card .card-img {
    margin-top: 50px;
  }
}
main.careers .in-figures .card .card-body .caption {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #28509c;
  text-align: center;
}
@media (max-width: 767.98px) {
  main.careers .in-figures .card .card-body .caption {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  main.careers .in-figures .card .card-body .caption {
    padding: 20px 0 0;
  }
}
@media (min-width: 992px) {
  main.careers .in-figures .card .card-body .caption {
    padding: 20px 0 0;
  }
}
main.careers .in-figures .card .card-body .caption span {
  font-size: 1rem;
  display: block;
}
main.careers .in-figures .img-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  main.careers .nav-interviews {
    margin-top: 64px;
  }
}
main.careers .nav-interviews .card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.careers .nav-interviews .card-wrap > a {
  display: block;
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews .card-wrap > a {
    flex: 0 1 100%;
  }
}
@media (min-width: 768px) {
  main.careers .nav-interviews .card-wrap > a {
    display: flex;
    justify-content: center;
    flex: 0 1 calc(50% - 20px);
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  main.careers .nav-interviews .card-wrap > a {
    display: flex;
    justify-content: center;
    flex: 0 1 calc(50% - 80px);
    margin: 0 40px;
  }
}
@media (min-width: 1180px) {
  main.careers .nav-interviews .card-wrap > a {
    display: flex;
    justify-content: center;
    flex: 0 1 calc(50% - 80px);
    margin: 0 40px;
  }
}
@media all and (-ms-high-contrast: none) {
  main.careers .nav-interviews .card-wrap > a {
    flex: 0 1 41.5%;
  }
}
main.careers .nav-interviews .card-wrap > a .card {
  height: 100%;
  box-sizing: border-box;
}
main.careers .nav-interviews .card-wrap > a .card.card-bg-pic {
  position: relative;
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic {
    box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic {
    box-shadow: 0px 0px 5px 2px rgba(0, 46, 86, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 288px;
    margin-bottom: 60px;
  }
}
main.careers .nav-interviews .card-wrap > a .card.card-bg-pic .card-head {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic .card-head {
    bottom: 10px;
  }
}
main.careers .nav-interviews .card-wrap > a .card.card-bg-pic .card-head h3 {
  color: #fff;
  width: 100%;
  line-height: 1.6;
  background: linear-gradient(to right, rgba(40, 80, 156, 0.8), rgba(40, 80, 156, 0.8)) no-repeat left 0 top 0/100% auto;
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic .card-head h3 {
    font-size: 1rem;
    padding: 5px 10px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 320px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic .card-head h3 {
    font-size: 1rem;
    padding: 5px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 768px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic .card-head h3 {
    font-size: 1.5rem;
    padding: 10px 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic.card-item1 {
    background: url("../img/careers/careers_interview_banner1_sp.png") no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic.card-item1 {
    background: url("../img/careers/careers_interview_banner1_pc.png") no-repeat center center/cover;
  }
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic.card-item2 {
    background: url("../img/careers/careers_interview_banner2_sp.png") no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic.card-item2 {
    background: url("../img/careers/careers_interview_banner2_pc.png") no-repeat center center/cover;
  }
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic.card-item3 {
    background: url("../img/careers/careers_interview_banner3_sp.png") no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic.card-item3 {
    background: url("../img/careers/careers_interview_banner3_pc.png") no-repeat center center/cover;
  }
}
@media (max-width: 767.98px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic.card-item4 {
    background: url("../img/careers/careers_interview_banner4_sp.png") no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  main.careers .nav-interviews .card-wrap > a .card.card-bg-pic.card-item4 {
    background: url("../img/careers/careers_interview_banner4_pc.png") no-repeat center center/cover;
  }
}
main.careers .nav-interviews p + .card-wrap {
  margin-top: 50px;
}
main.careers.recruitment .card-wrap .card-cols {
  display: flex;
}
@media (max-width: 767.98px) {
  main.careers.recruitment .card-wrap .card-cols {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  main.careers.recruitment .card-wrap .card-cols {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card {
  background: #fff;
}
@media (max-width: 767.98px) {
  main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card {
    flex: 0 2 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card {
    flex: 0 2 33.3333333333%;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card {
    flex: 0 1 25%;
    margin-bottom: 30px;
  }
}
@media all and (-ms-high-contrast: none) {
  main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card {
    flex: 0 2 23.5%;
  }
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card .card-img {
  text-align: center;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card .card-body .caption {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767.98px) {
  main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card .card-body .caption {
    font-size: 1rem;
  }
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card .card-body .caption span {
  font-size: 1rem;
  display: block;
}
@media (max-width: 767.98px) {
  main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card .card-body .caption span {
    font-size: 0.875rem;
  }
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item1 .card-body .caption {
  color: #5c65ad;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item2 .card-body .caption {
  color: #474ea1;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item3 .card-body .caption {
  color: #888dc1;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item4 .card-body .caption {
  color: #3a6bac;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item5 .card-body .caption {
  color: #04569f;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item6 .card-body .caption {
  color: #3476b2;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item7 .card-body .caption {
  color: #c87cb3;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item8 .card-body .caption {
  color: #972678;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item9 .card-body .caption {
  color: #c77bb2;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item10 .card-body .caption {
  color: #e82339;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item11 .card-body .caption {
  color: #ec5226;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .card.card-item12 .card-body .caption {
  color: #ed037c;
}
main.careers.recruitment .card-wrap .card-cols.card-cols-4 .col-4 {
  display: flex;
}
@media (max-width: 991.98px) {
  main.careers.recruitment .card-wrap .card-cols.card-cols-4 .col-4 {
    align-items: center;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  main.careers.recruitment .card-wrap .card-cols.card-cols-4 .col-4 {
    flex-direction: column;
    align-items: flex-end;
  }
}
main.careers.recruitment .card-wrap .card-cols .question {
  font-size: 1rem;
  line-height: 1.6;
  color: #a0a0a0;
  padding-bottom: 0.25em;
}
@media (max-width: 767.98px) {
  main.careers.recruitment .card-wrap .card-cols .question {
    font-size: 0.875rem;
  }
}
main.careers.recruitment .card-wrap .card-cols p + .question, main.careers.recruitment .card-wrap .card-cols .dot + .question {
  margin-top: 1em;
}
main.careers.recruitment #LGBTQ p + p {
  margin-top: 1em;
}
main.careers.recruitment #LGBTQ ol {
  padding-left: 1.2em;
  line-height: 1.6;
  color: #646464;
}
@media (max-width: 767.98px) {
  main.careers.recruitment #LGBTQ ol {
    font-size: 0.875rem;
  }
}
main.careers.recruitment #LGBTQ .card-cols {
  margin: 2em 0;
}
@media (max-width: 991.98px) {
  main.careers.recruitment #LGBTQ .card-cols .col-img {
    margin-bottom: 2em;
    text-align: center;
  }
}
@media (min-width: 992px) {
  main.careers.recruitment #LGBTQ .card-cols .col-img {
    padding-right: 5%;
    box-sizing: border-box;
  }
}

main.interview .careers-interview h4.section-header-sub2 {
  padding-bottom: 1em;
  border-bottom: 1px solid #a0a0a0;
  position: relative;
}
@media (max-width: 767.98px) {
  main.interview .careers-interview h4.section-header-sub2 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  main.interview .careers-interview h4.section-header-sub2 {
    font-size: 1.3125rem;
  }
}
main.interview .careers-interview h4.section-header-sub2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #002e56;
  bottom: -1.5px;
  width: 15%;
  -o-border-image: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 60%, #dc1975 80%, #f26531 100%);
  border-image: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 60%, #dc1975 80%, #f26531 100%);
  border-image-slice: 1;
}
@media (max-width: 767.98px) {
  main.interview .careers-interview h4.section-header-sub2:after {
    width: 25%;
    bottom: -2.5px;
  }
}
@media (max-width: 767.98px) {
  main.interview .careers-interview h5.section-header-sub2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  main.interview .careers-interview h5.section-header-sub2 {
    font-size: 1.125rem;
  }
}
main.interview .careers-interview h5.section-header-sub2:first-child {
  margin-top: 0;
}
main.interview .careers-interview .row {
  margin-bottom: 20px;
}
main.interview .careers-interview .row .col-6 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  main.interview .careers-interview .row .col-6 {
    justify-content: flex-start;
  }
}
main.interview .careers-interview .row .col-4 {
  display: flex;
}
@media (max-width: 991.98px) {
  main.interview .careers-interview .row .col-4 {
    align-items: center;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  main.interview .careers-interview .row .col-4 {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  main.interview .careers-interview .row .col-4.left {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  main.interview .careers-interview .row .col-4.left {
    align-items: flex-start;
  }
}
main.interview .careers-interview .question {
  font-size: 1rem;
  line-height: 1.6;
  color: #a0a0a0;
  padding-bottom: 0.25em;
}
@media (max-width: 767.98px) {
  main.interview .careers-interview .question {
    font-size: 0.875rem;
  }
}
main.interview .careers-interview p + .question, main.interview .careers-interview .dot + .question {
  margin-top: 1em;
}
main.interview .careers-interview .interview-header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 768px) {
  main.interview .careers-interview .interview-header {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
main.interview .careers-interview .interview-header .img {
  width: 140px;
  margin: auto;
}
@media (min-width: 768px) {
  main.interview .careers-interview .interview-header .img {
    margin-bottom: 43px;
    margin-left: 30px;
  }
}

.cn-button.wp-default {
  background: #28509c !important;
}

main.patients .section-header sup, main.patients .section-header-sub sup {
  font-size: 45%;
  margin-left: 3px;
  vertical-align: super;
}
main.patients .row-box-img {
  text-align: center;
}
main.patients .row-doc-box .section-header-sub2 {
  color: #002e56;
}
main.patients .row-doc-box ol.num {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
main.patients .row-doc-box ol.num li {
  line-height: 1.4;
  color: #646464;
  position: relative;
  margin: 7px 0 7px 10px;
  text-indent: -2em;
  padding-left: 1.5em;
}
main.patients .row-doc-box ol.num li:before {
  content: counter(item, decimal-leading-zero) ")";
  counter-increment: item;
  color: #002e56;
  padding-right: 0.5em;
}

@media (max-width: 767.98px) {
  main.patients .row-doc-box ol li {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  main.patients .row-doc-box ol li {
    font-size: 0.875rem;
  }
}
main.terms ol {
  counter-reset: chap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #646464;
  position: relative;
  margin: 50px auto 0;
}
main.terms ol li {
  font-size: 1rem;
  margin-bottom: 50px;
}
main.terms ol li:before {
  counter-increment: chap;
  content: counters(chap, ".") ".";
  font-size: 1.5rem;
  color: #002e56;
  padding-right: 1em;
}
main.terms ol li ol {
  margin: 30px 0 30px 2em;
}
main.terms ol li ol li {
  text-indent: -2.7em;
  padding-left: 2em;
  margin-bottom: 1em;
}
main.terms ol li ol li:before {
  color: #646464;
  font-size: 1rem;
}
main.terms ol li ol li ol {
  margin: 20px 0 20px 2em;
}
main.terms ol li ol li ol li {
  text-indent: -3.5em;
  padding-left: 1em;
  margin-bottom: 0.3em;
}
main.terms ol li ol li ol li:before {
  color: #646464;
  font-size: 1rem;
}
main.terms p.text-right {
  margin-bottom: 30px;
}
main.terms h3.section-header-sub {
  display: inline;
}
main.terms h3.section-header-sub + p {
  margin: 30px 0;
}

@media (max-width: 767.98px) {
  main.terms ol li {
    font-size: 0.875rem;
  }
  main.terms ol li:before {
    font-size: 1.125rem;
  }
  main.terms ol li ol li:before, main.terms ol li ol li ol li:before {
    font-size: 0.875rem;
  }
}
main.privacy p.text-right {
  margin-bottom: 30px;
}
main.privacy p + p {
  margin-top: 1em;
}
main.privacy p + ul.dot {
  margin-top: 30px;
}
main.privacy ul.dot + p {
  margin-top: 30px;
}
main.privacy ul.dot li {
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  main.privacy ul.dot li {
    font-size: 0.875rem;
  }
}
main.ondemand .iframe-wrap {
  overflow: hidden;
  margin: 30px auto;
}
main.ondemand .iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
}

/* === トップページ slick === */
body.home header {
  background-image: none;
  min-height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1329.98px) {
  body.home header {
    height: 46.992vw;
  }
}
@media screen and (min-width: 1330px) {
  body.home header {
    height: 625px;
  }
}
body.home header .header {
  position: relative;
  z-index: 50;
}
@media (max-width: 991.98px) {
  body.home header .header {
    margin-top: -60px;
  }
}

body.home .top-slick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  body.home .top-slick {
    position: relative;
  }
}
body.home .top-slick .slick-slide {
  height: 625px;
  position: relative;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
body.home .top-slick .slick-slide.slide01 {
  background-image: url(../img/top/slider_01.jpg);
}
body.home .top-slick .slick-slide.slide02 {
  background-image: url(../img/top/slider_02.jpg);
}
body.home .top-slick .slick-slide.slide03 {
  background-image: url(../img/top/slider_03.jpg);
}
body.home .top-slick .slick-slide.slide04 {
  background-image: url(../img/top/slider_04.jpg);
}
body.home .top-slick .slick-slide .slide-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
}
body.home .top-slick .slick-slide .slide-inner .txt-wp {
  position: absolute;
  left: 0px;
  bottom: 120px;
  width: 490px;
  height: 320px;
  background-color: rgba(237, 237, 243, 0.7);
  border-radius: 30px;
  padding: 40px 30px 0;
  box-sizing: border-box;
}
body.home .top-slick .slick-slide .slide-inner .txt-wp::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: 100px;
  border-radius: 10px;
  width: 430px;
  height: 10px;
  background: linear-gradient(to right, #28509c 0%, #353d98 20%, #353d98 40%, #a9218e 60%, #dc1975 80%, #f26531 100%);
}
body.home .top-slick .slick-slide .slide-inner .txt-wp .txt {
  display: flex;
  align-items: center;
  height: 150px;
  font-size: 36px;
  font-weight: normal;
  line-height: 2;
  color: #002e56;
}
body.home .top-slick .slick-slide .slide-inner .txt-wp .txt2 {
  font-size: 24px;
  color: #646464;
  font-weight: normal;
  line-height: 6.5;
}
body.home .top-slick .slick-slide .slide-inner a .txt-wp .txt::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1329.98px) {
  body.home .top-slick .slick-slide {
    height: 46.992vw;
  }
  body.home .top-slick .slick-slide .slide-inner .txt-wp {
    left: 0vw;
    bottom: 9.023vw;
    width: 36.842vw;
    height: 24.06vw;
    border-radius: 2.256vw;
    padding: 3.008vw 2.256vw 0;
  }
  body.home .top-slick .slick-slide .slide-inner .txt-wp::before {
    width: 32.331vw;
    height: 0.752vw;
    left: 2.256vw;
    bottom: 7.519vw;
  }
  body.home .top-slick .slick-slide .slide-inner .txt-wp .txt {
    height: 11.278vw;
    font-size: 2.707vw;
    line-height: 1.8;
  }
  body.home .top-slick .slick-slide .slide-inner .txt-wp .txt2 {
    font-size: 1.805vw;
  }
  body.home .top-slick .slick-slide .slide-inner a .txt-wp .txt::after {
    right: 2.256vw;
    width: 1.88vw;
    height: 1.88vw;
  }
}
@media (max-width: 767.98px) {
  body.home .top-slick {
    position: relative;
  }
  body.home .top-slick .slick-slide {
    height: 101.6vw;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-repeat: no-repeat;
  }
  body.home .top-slick .slick-slide.slide01 {
    background-image: url(../img/top/slider_01_sp.jpg);
  }
  body.home .top-slick .slick-slide.slide02 {
    background-image: url(../img/top/slider_02_sp.jpg);
  }
  body.home .top-slick .slick-slide.slide03 {
    background-image: url(../img/top/slider_03_sp.jpg);
  }
  body.home .top-slick .slick-slide.slide04 {
    background-image: url(../img/top/slider_04_sp.jpg);
  }
  body.home .top-slick .slick-slide .slide-inner .txt-wp {
    position: absolute;
    left: 2.667vw;
    bottom: 18.667vw;
    width: 65.333vw;
    height: 36.667vw;
    border-radius: 4vw;
    padding: 2.667vw 4vw 0;
    background-color: rgba(237, 237, 243, 0.9);
  }
  body.home .top-slick .slick-slide .slide-inner .txt-wp::before {
    width: 57.333vw;
    height: 1.333vw;
    left: 4vw;
    bottom: 13.333vw;
  }
  body.home .top-slick .slick-slide .slide-inner .txt-wp .txt {
    height: 16vw;
    font-size: 4.8vw;
    line-height: 1.7;
  }
  body.home .top-slick .slick-slide .slide-inner .txt-wp .txt2 {
    font-size: 0.75rem;
  }
  body.home .top-slick .slick-slide .slide-inner a .txt-wp .txt::after {
    right: 4vw;
    width: 3.333vw;
    height: 3.333vw;
  }
}
body.home .slick-prev,
body.home .slick-next {
  position: absolute;
  bottom: 10px;
  background: none;
  border: none;
  color: #002E56;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 2;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}
body.home .slick-prev::before,
body.home .slick-next::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

body.home .slick-prev {
  left: 50px;
}

body.home .slick-next {
  left: 230px;
}

body.home .slick-prev::before {
  border-bottom: solid 2px currentColor;
  border-left: solid 2px currentColor;
}

body.home .slick-next::before {
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

body.home .slick-dots {
  position: absolute;
  bottom: 14px;
  left: 80px;
  width: 150px;
  text-align: left;
  display: flex;
  justify-content: center;
}
body.home .slick-dots button {
  background: none;
  border: none;
  color: #dbdbdb;
  font-size: 32px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1;
  cursor: pointer;
}
body.home .slick-dots .slick-active button {
  color: #002e56;
}

@media (max-width: 1329.98px) {
  body.home .slick-prev,
body.home .slick-next {
    bottom: 0.752vw;
    width: 2.256vw;
    height: 2.256vw;
  }
  body.home .slick-prev::before,
body.home .slick-next::before {
    width: 1.128vw;
    height: 1.128vw;
    margin: -0.602vw 0 0 -0.602vw;
  }
  body.home .slick-prev {
    left: 3.759vw;
  }
  body.home .slick-next {
    left: 17.293vw;
  }
  body.home .slick-dots {
    bottom: 0.8vw;
    left: 6.015vw;
    width: 11.278vw;
  }
  body.home .slick-dots button {
    font-size: 2.406vw;
  }
}
@media (max-width: 767.98px) {
  body.home .slick-prev,
body.home .slick-next {
    bottom: 5.333vw;
    width: 5.333vw;
    height: 5.333vw;
  }
  body.home .slick-prev::before,
body.home .slick-next::before {
    width: 2.667vw;
    height: 2.667vw;
    margin: -1.333vw 0 0 -1.333vw;
  }
  body.home .slick-prev {
    left: 6.667vw;
  }
  body.home .slick-next {
    left: 36vw;
  }
  body.home .slick-dots {
    bottom: 5.4vw;
    left: 12vw;
    width: 24vw;
  }
  body.home .slick-dots button {
    font-size: 4.8vw;
  }
}
body.home .slick-dots li {
  margin: 0 0.1em;
}
body.home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
@media (max-width: 767.98px) {
  body.home .slick-dots li button {
    width: 4.2vw;
    height: 4.2vw;
  }
}
body.home .slick-dots li button:hover, body.home .slick-dots li button:focus {
  outline: none;
}
body.home .slick-dots li button:hover:before,
body.home .slick-dots li button :focus:before {
  opacity: 1;
}
body.home .slick-dots li button:before {
  content: "●";
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #002e56;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 1329.98px) {
  body.home .slick-dots li button:before {
    width: 1vw;
    height: 1vw;
    font-size: 0.4vw;
    line-height: 1vw;
  }
}
@media (max-width: 767.98px) {
  body.home .slick-dots li button:before {
    width: 3.6vw;
    height: 3.6vw;
    line-height: 3.6vw;
  }
}
body.home .slick-dots li:nth-of-type(1).slick-active button:before {
  color: #f26531;
}
body.home .slick-dots li:nth-of-type(2).slick-active button:before {
  color: #ed1849;
}
body.home .slick-dots li:nth-of-type(3).slick-active button:before {
  color: #ed037c;
}
body.home .slick-dots li:nth-of-type(4).slick-active button:before {
  color: #a9218e;
}
body.home .slick-dots li:nth-of-type(5).slick-active button:before {
  color: #353d98;
}/*# sourceMappingURL=style.css.map */