/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.t-carousel-hero_link::before, .t-carousel-hero_link::after, .t-carousel-hero_link_inner::before, .t-carousel-hero_link_inner::after, .t-carousel-hero_img::after, .t-btn::before, .t-btn::after, .t-hdg-l2-02::after, .t-list-notice_inner::before, .t-list-notice_txt::before, .t-list-notice_txt::after, .t-panel_img::after, .t-panel-02::before, .t-panel-02::after, .t-panel-02_btn::before, .t-panel-02_btn::after, .t-link-panel_col::before, .t-link-panel_col::after, .t-link-panel_col_inner::before, .t-link-panel_col_inner::after, .t-link-panel-03::before, .t-link-panel-03::after, .t-link-panel-04_btn::before, .t-link-panel-04_btn::after {
  display: block;
  content: "";
}

/* ----------------------------------------------------------------
    Top (.t-*[-*])
----------------------------------------------------------------- */
/* .t-carousel-hero
----------------------------------------------- */
.t-carousel-hero {
  position: relative;
  overflow-x: hidden;
}
.t-carousel-hero_inner {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
}
.t-carousel-hero_list {
  display: flex;
  margin: 0;
}
.t-carousel-hero_list_item {
  margin: 0 auto;
  padding: 0 24px 0 0;
}
.t-carousel-hero_panel {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.t-carousel-hero_panel:hover .t-carousel-hero_link::after, .t-carousel-hero_panel:active .t-carousel-hero_link::after, .t-carousel-hero_panel:focus .t-carousel-hero_link::after {
  transform: scale(1);
  opacity: 1;
}
.t-carousel-hero_panel:hover .t-carousel-hero_link_inner::before, .t-carousel-hero_panel:active .t-carousel-hero_link_inner::before, .t-carousel-hero_panel:focus .t-carousel-hero_link_inner::before {
  opacity: 0;
}
.t-carousel-hero_panel:hover .t-carousel-hero_link_inner::after, .t-carousel-hero_panel:active .t-carousel-hero_link_inner::after, .t-carousel-hero_panel:focus .t-carousel-hero_link_inner::after {
  transform: translateX(0);
  background: url("/https/www.msf.or.jp/asset/img/icon/arrow-wt.svg");
  opacity: 1;
}
.t-carousel-hero_panel:hover .t-carousel-hero_img > img, .t-carousel-hero_panel:active .t-carousel-hero_img > img, .t-carousel-hero_panel:focus .t-carousel-hero_img > img {
  transform: scale(1.2);
}
.t-carousel-hero_link {
  z-index: 2;
  bottom: 45px;
  left: 40px;
  padding: 0 0 50px;
  background-color: #fff;
  font-size: 2.3rem;
  line-height: calc(45 / 36);
}
.t-carousel-hero_link::before, .t-carousel-hero_link::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 1px solid #e00;
  border-radius: 50%;
}
.t-carousel-hero_link::after {
  transform: scale(0.2);
  border-color: #e00;
  background: #e00;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-carousel-hero_link_inner {
  display: inline-block;
  min-height: 42px;
  padding-right: 60px;
}
.t-carousel-hero_link_inner::before, .t-carousel-hero_link_inner::after {
  z-index: 1;
  position: absolute;
  right: 14px;
  bottom: 25px;
  width: 12px;
  height: 10px;
  background: url("/https/www.msf.or.jp/asset/img/icon/arrow-rd.svg");
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-carousel-hero_link_inner::after {
  transform: translateX(-10px);
  opacity: 0;
}
.t-carousel-hero_img {
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.t-carousel-hero_img::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.t-carousel-hero_img > img {
  width: 100%;
  max-width: none;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-carousel-hero_ui {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-top: 20px;
  padding: 0 22px;
  text-align: center;
}
.t-carousel-hero_ui_list-indicator {
  display: flex;
  position: static;
  bottom: 24px;
  justify-content: center;
  order: 2;
  width: 100%;
  max-width: 1104px;
  margin: 0;
}
.t-carousel-hero_ui_list-indicator_item:not(:last-child) {
  margin: 0 8px 0 0;
}
.t-carousel-hero_ui_list-indicator_btn {
  display: block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border-radius: 100vh;
  background: #ccc;
  color: transparent;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-carousel-hero_ui_list-indicator_btn[aria-checked=true] {
  background: #e00;
}
.t-carousel-hero_ui_list-indicator_btn:hover, .t-carousel-hero_ui_list-indicator_btn:active, .t-carousel-hero_ui_list-indicator_btn:focus {
  opacity: 0.5;
}
.t-carousel-hero_ui_prev, .t-carousel-hero_ui_next {
  position: absolute;
  top: -5px;
  bottom: 0;
  margin-top: 0;
  line-height: 1;
}
.t-carousel-hero_ui_prev_btn, .t-carousel-hero_ui_next_btn {
  display: block;
  height: 100%;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-carousel-hero_ui_prev_btn:hover, .t-carousel-hero_ui_prev_btn:active, .t-carousel-hero_ui_prev_btn:focus, .t-carousel-hero_ui_next_btn:hover, .t-carousel-hero_ui_next_btn:active, .t-carousel-hero_ui_next_btn:focus {
  opacity: 0.5;
}
.t-carousel-hero_ui_prev {
  left: 0;
  order: 1;
}
.t-carousel-hero_ui_prev .t-carousel-hero_ui_img {
  transform: rotate(180deg);
}
.t-carousel-hero_ui_next {
  right: 0;
  order: 3;
}
.t-carousel-hero_ui_img {
  width: 7px;
}
.t-carousel-hero_ui_inner {
  text-align: center;
}
.js-on .t-carousel-hero_list:not(.is-ready) {
  flex-wrap: nowrap;
}
.js-on .t-carousel-hero_list:not(.is-ready) .t-carousel-hero_list_item {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .t-carousel-hero {
    overflow: visible;
  }
  .t-carousel-hero_inner {
    padding: 0;
  }
  .t-carousel-hero_content {
    padding: 0;
    overflow: hidden;
  }
  .t-carousel-hero_list_item {
    padding: 0;
  }
  .t-carousel-hero_panel {
    border-radius: 0;
  }
  .t-carousel-hero_link {
    bottom: 32px;
    left: 22px;
    padding: 0 60px 0 0;
    font-size: 1.8rem;
    line-height: calc(34 / 27);
  }
  .t-carousel-hero_link::before, .t-carousel-hero_link::after {
    right: 10px;
    bottom: 0;
    left: auto;
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .t-carousel-hero_link_inner {
    min-height: 26px;
    padding-right: unset;
    padding-left: 16px;
  }
  .t-carousel-hero_link_inner::before, .t-carousel-hero_link_inner::after {
    right: 22px;
    bottom: 13px;
    left: auto;
  }
  .t-carousel-hero_ui {
    display: flex;
  }
  .t-carousel-hero_ui_prev {
    left: 22px;
  }
  .t-carousel-hero_ui_next {
    right: 22px;
  }
}

/* .t-content-main
----------------------------------------------- */
.t-content-main {
  order: 2;
}

/* .t-content-fluid
----------------------------------------------- */
.t-content-fluid {
  padding: 80px 0;
}
.t-content-fluid_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 60px;
}
.t-content-fluid_col {
  flex-basis: 192px;
}
.t-content-fluid_col-02 {
  flex-basis: 100%;
  max-width: 950px;
  padding: 0 0 24px;
  overflow-x: auto;
  white-space: nowrap;
}
.t-content-fluid_col-02::-webkit-scrollbar {
  height: 10px;
}
.t-content-fluid_col-02::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #141414;
}
.t-content-fluid_col-02::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #e6e6e6;
}
.t-content-fluid_col-02 > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1324px) {
  .t-content-fluid_inner {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .t-content-fluid {
    padding-bottom: 45px;
  }
  .t-content-fluid_inner {
    display: block;
    margin-bottom: 50px;
  }
  .t-content-fluid_col {
    margin-bottom: 30px;
  }
}

/* .t-content-fluid-02
----------------------------------------------- */
.t-content-fluid-02 {
  padding: 111px 0 120px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-02 {
    padding: 45px 0;
  }
}

/* .t-content-fluid-03
----------------------------------------------- */
.t-content-fluid-03 {
  padding: 111px 0 120px;
  background: #f2f2f2;
}
.t-content-fluid-03 .list-tag_item {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-03 {
    padding: 72px 0 48px;
  }
}

/* .t-content-fluid-04
----------------------------------------------- */
.t-content-fluid-04 {
  padding: 0 0 140px;
  border-top: solid 80px #f2f2f2;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-04 {
    padding: 78px 0 80px;
    border: 0;
  }
}

/* .t-content-fluid-05
----------------------------------------------- */
.t-content-fluid-05 {
  padding: 90px 0 100px;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-05 {
    padding: 76px 0 70px;
  }
}

/* .t-content-fluid-06
----------------------------------------------- */
.t-content-fluid-06 {
  padding: 115px 0;
  background: #fff;
}
.t-content-fluid-06_inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1124px) {
  .t-content-fluid-06_inner {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-06 {
    padding: 80px 0;
  }
  .t-content-fluid-06_inner {
    padding: 0;
  }
}

/* .t-content-inner
----------------------------------------------- */
.t-content-inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px 0 0;
}
.t-content-inner_col {
  flex-basis: 100px;
}
.t-content-inner_col-02 {
  flex: 1;
}
.t-content-inner_col-02 > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .t-content-inner {
    display: block;
  }
}
@media only screen and (max-width: 1324px) {
  .t-content-inner {
    padding: 0 22px;
  }
}

/* .t-content-inner-02
----------------------------------------------- */
.t-content-inner-02 {
  max-width: 1080px;
  margin: 0 auto;
}
.t-content-inner-02 > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1124px) {
  .t-content-inner-02 {
    padding: 0 22px;
  }
}

/* .t-btn
----------------------------------------------- */
.t-btn, .t-link-panel-04_btn, .t-panel-02_btn {
  display: inline-block;
  position: relative;
  padding: 10px 66px 10px 16px;
  border-radius: 50vh;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-btn::before, .t-link-panel-04_btn::before, .t-panel-02_btn::before {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 50%;
  background: #e00;
}
.t-btn::after, .t-link-panel-04_btn::after, .t-panel-02_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background: url("/https/www.msf.or.jp/asset/img/icon/arrow-wt.svg");
}
.t-btn:hover, .t-link-panel-04_btn:hover, .t-panel-02_btn:hover, .t-btn:active, .t-link-panel-04_btn:active, .t-panel-02_btn:active, .t-btn:focus, .t-link-panel-04_btn:focus, .t-panel-02_btn:focus {
  background: #e00;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .t-btn, .t-link-panel-04_btn, .t-panel-02_btn {
    min-width: 200px;
    font-size: 1.6rem;
  }
}

/* .t-hdg-l2
----------------------------------------------- */
.t-hdg-l2 {
  margin: 0 0 20px;
  padding: 0 20px 0 0;
  font-size: 3.6rem;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .t-hdg-l2 {
    padding: 0;
    font-size: 3.2rem;
  }
}

/* .t-hdg-l2-02
----------------------------------------------- */
.t-hdg-l2-02 {
  display: inline-block;
  position: relative;
  margin: 0 0 30px;
  color: #e00;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.t-hdg-l2-02::after {
  position: absolute;
  right: calc(-50px - .7em);
  bottom: 50%;
  width: 50px;
  height: 1px;
  background: #e00;
}
@media only screen and (min-width: 768px) {
  .t-hdg-l2-02 {
    display: block;
    position: sticky;
    top: 130px;
    margin: 0;
    transform: translateY(0.75em);
    text-orientation: sideways;
    writing-mode: vertical-rl;
  }
  .t-hdg-l2-02::after {
    right: auto;
    bottom: -70px;
    left: 0.85em;
    width: 1px;
    height: 60px;
  }
  .t-hdg-l2-02 > span {
    padding: 5px 0 0;
  }
}

/* .t-hdg-l3
----------------------------------------------- */
.t-hdg-l3 {
  margin: 0 0 58px;
}
.t-hdg-l3_txt-main {
  margin: 0 0 10px;
  font-size: 5.4rem;
  line-height: calc(77 / 54);
}
.t-hdg-l3_txt-sub > b {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .t-hdg-l3 {
    margin: 0 0 30px;
  }
  .t-hdg-l3_txt-main {
    font-size: 3rem;
  }
  .t-hdg-l3_txt-main.-ss-small {
    font-size: 2.7rem;
  }
}

/* .t-hdg-l3
----------------------------------------------- */
.t-hdg-l3-02 {
  margin: 0 0 32px;
  font-size: 5.4rem;
}
@media only screen and (max-width: 767px) {
  .t-hdg-l3-02 {
    margin: 0 0 14px;
    font-size: 2.4rem;
  }
}

/* .t-hdg-l4
----------------------------------------------- */
.t-hdg-l4 {
  margin: 52px 0 26px;
  font-size: 3.6rem;
  line-height: calc(60 / 36);
}
@media only screen and (max-width: 767px) {
  .t-hdg-l4 {
    margin: 42px 0 20px;
    font-size: 2.4rem;
  }
}

/* .t-hdg-l5

/* .t-list
----------------------------------------------- */
.t-list {
  display: flex;
}
.t-list_item:not(:last-child) {
  margin: 0 27px 0 0;
}
@media only screen and (max-width: 767px) {
  .t-list_item:not(:last-child) {
    margin: 0 6px 0 0;
  }
}

/* .t-list-notice
----------------------------------------------- */
.t-list-notice {
  margin: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 700;
}
.t-list-notice_item:not(:last-child) {
  margin-bottom: 8px;
}
.t-list-notice_inner {
  display: flex;
  position: relative;
  align-items: center;
  padding: 7px 0;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f2f2;
}
.t-list-notice_inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 100%;
  background: #e00;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-list-notice_inner:hover::before, .t-list-notice_inner:active::before, .t-list-notice_inner:focus::before {
  opacity: 1;
}
.t-list-notice_inner:hover .t-list-notice_txt::before, .t-list-notice_inner:active .t-list-notice_txt::before, .t-list-notice_inner:focus .t-list-notice_txt::before {
  opacity: 0;
}
.t-list-notice_inner:hover .t-list-notice_txt::after, .t-list-notice_inner:active .t-list-notice_txt::after, .t-list-notice_inner:focus .t-list-notice_txt::after {
  transform: translateX(0);
  opacity: 1;
}
.t-list-notice_label {
  flex-shrink: 0;
  width: 18.5%;
  min-width: 100px;
  padding: 4px 10px;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  color: #e00;
  font-weight: 700;
  text-align: center;
}
.t-list-notice_txt {
  position: relative;
  flex: 1;
  padding: 4px 60px 4px 30px;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-list-notice_txt::before, .t-list-notice_txt::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 17px;
  width: 12px;
  height: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-list-notice_txt::before {
  background: url("/https/www.msf.or.jp/asset/img/icon/arrow-rd.svg");
}
.t-list-notice_txt::after {
  transform: translateX(-10px);
  background: url("/https/www.msf.or.jp/asset/img/icon/arrow-wt.svg");
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .t-list-notice_inner {
    flex-direction: column;
    padding: 8px 14px;
  }
  .t-list-notice_inner::before {
    display: none;
  }
  .t-list-notice_inner:hover .t-list-notice_txt::before, .t-list-notice_inner:active .t-list-notice_txt::before, .t-list-notice_inner:focus .t-list-notice_txt::before {
    opacity: 1;
  }
  .t-list-notice_label {
    width: 100%;
    margin: 0 0 12px;
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .t-list-notice_txt {
    padding: 0 36px 0 8px;
    font-size: 1.3rem;
    font-weight: 400;
  }
  .t-list-notice_txt::before {
    top: 8px;
    right: 0;
  }
  .t-list-notice_txt::after {
    display: none;
  }
}

/* .t-list-notice-02
----------------------------------------------- */
.t-list-notice-02 {
  margin: 0 0 60px;
}
.t-list-notice-02_item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: solid 1px #ccc;
}
.t-list-notice-02_item:first-child {
  padding-top: 0;
}
.t-list-notice-02_txt {
  display: block;
  margin: 0;
  line-height: 1.5;
}
.t-list-notice-02_label {
  display: inline-block;
  min-width: 130px;
  margin: 0 30px 0 0;
  padding: 5px 14px;
  border: solid 1px #000;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.t-list-notice-02_label.-important {
  border-color: #e00;
  color: #e00;
}
.t-list-notice-02 a {
  color: #000;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-list-notice-02 a:hover, .t-list-notice-02 a:active, .t-list-notice-02 a:focus {
  color: #e00;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .t-list-notice-02 {
    margin: 0 0 50px;
  }
  .t-list-notice-02_item {
    display: block;
    padding: 20px 0;
  }
  .t-list-notice-02_label {
    margin: 0 0 8px;
  }
}

/* .t-panel
----------------------------------------------- */
.t-panel {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  white-space: initial;
}
.t-panel_txt {
  display: flex;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
.t-panel_label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 8px 4px;
  background: #e00;
  line-height: calc(20 / 12);
}
.t-panel_title {
  color: inherit;
  font-size: 1.6rem;
}
.t-panel_img {
  position: relative;
  overflow: hidden;
}
.t-panel_img::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 80%);
}
.t-panel_img > img {
  max-width: none;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-panel:hover .t-panel_img > img, .t-panel:active .t-panel_img > img, .t-panel:focus .t-panel_img > img {
  transform: scale(1.2);
}
@media only screen and (max-width: 767px) {
  .t-panel_txt {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .t-panel_title {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .t-panel_label {
    font-size: 1.5rem;
  }
}

/* .t-panel-02
----------------------------------------------- */
.t-panel-02 {
  position: relative;
  background: url("/https/www.msf.or.jp/img/index-img-bg-03.webp") no-repeat top center/cover;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.t-panel-02 p:not([class]) {
  margin: 0;
}
.t-panel-02::before, .t-panel-02::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat top center/cover;
  transition: opacity 2.5s ease;
}
.t-panel-02::before {
  background-image: url("/https/www.msf.or.jp/img/index-img-bg-02.webp");
}
.t-panel-02::after {
  background-image: url("/https/www.msf.or.jp/img/index-img-bg-01.webp");
}
.t-panel-02[data-slide=slide-2]::after {
  opacity: 0;
  transition-delay: 1s;
}
.t-panel-02[data-slide=slide-3]::before, .t-panel-02[data-slide=slide-3]::after {
  opacity: 0;
  transition-delay: 1s;
}
.t-panel-02_inner {
  display: flex;
  z-index: 1;
  position: relative;
  max-width: 1280px;
  min-height: 768px;
  margin: 0 auto;
  padding: 64px 100px 110px 0;
}
.t-panel-02 .t-hdg-l2-02 {
  top: 130px;
  color: #fff;
}
.t-panel-02 .t-hdg-l2-02::after {
  background: #fff;
}
.t-panel-02_col {
  flex-basis: 100px;
}
.t-panel-02_col-02 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.t-panel-02_col-02 > :last-child {
  margin-bottom: 0;
}
.t-panel-02_hdg {
  margin: 0 0 32px;
  font-size: 4.5rem;
  line-height: 1.3;
}
.t-panel-02_links {
  display: flex;
  margin: 40px 0 0;
}
.t-panel-02_links > li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 1324px) {
  .t-panel-02 {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .t-panel-02 {
    background-image: url("/https/www.msf.or.jp/img/index-img-bg-03_ss.webp");
  }
  .t-panel-02::before {
    background-image: url("/https/www.msf.or.jp/img/index-img-bg-02_ss.webp");
  }
  .t-panel-02::after {
    background-image: url("/https/www.msf.or.jp/img/index-img-bg-01_ss.webp");
  }
  .t-panel-02_inner {
    flex-direction: column;
    justify-content: space-between;
    min-height: 725px;
    padding: 28px 0 45px;
  }
  .t-panel-02_col-02 {
    display: block;
    flex: 0;
  }
  .t-panel-02_hdg {
    font-size: 2.7rem;
  }
  .t-panel-02_links {
    display: block;
    margin: 20px 0 0;
  }
  .t-panel-02_links > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .t-panel-02 .t-hdg-l2-02 {
    top: 0;
  }
}

/* .t-link-panel
----------------------------------------------- */
.t-link-panel {
  margin: 0;
}
.t-link-panel_link, .t-link-panel_link-02 {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #036;
  color: #fff;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-link-panel_link:hover, .t-link-panel_link:active, .t-link-panel_link:focus, .t-link-panel_link-02:hover, .t-link-panel_link-02:active, .t-link-panel_link-02:focus {
  color: rgba(255, 255, 255, 0.5);
}
.t-link-panel_link:hover .t-link-panel_img > img, .t-link-panel_link:active .t-link-panel_img > img, .t-link-panel_link:focus .t-link-panel_img > img, .t-link-panel_link-02:hover .t-link-panel_img > img, .t-link-panel_link-02:active .t-link-panel_img > img, .t-link-panel_link-02:focus .t-link-panel_img > img {
  transform: scale(1.2);
}
.t-link-panel_link:hover .list-tag_item, .t-link-panel_link:active .list-tag_item, .t-link-panel_link:focus .list-tag_item, .t-link-panel_link-02:hover .list-tag_item, .t-link-panel_link-02:active .list-tag_item, .t-link-panel_link-02:focus .list-tag_item {
  color: #fff;
}
.t-link-panel_link:hover .t-link-panel_col::after, .t-link-panel_link:active .t-link-panel_col::after, .t-link-panel_link:focus .t-link-panel_col::after, .t-link-panel_link-02:hover .t-link-panel_col::after, .t-link-panel_link-02:active .t-link-panel_col::after, .t-link-panel_link-02:focus .t-link-panel_col::after {
  transform: scale(1);
  opacity: 1;
}
.t-link-panel_link:hover .t-link-panel_inner::before, .t-link-panel_link:active .t-link-panel_inner::before, .t-link-panel_link:focus .t-link-panel_inner::before, .t-link-panel_link-02:hover .t-link-panel_inner::before, .t-link-panel_link-02:active .t-link-panel_inner::before, .t-link-panel_link-02:focus .t-link-panel_inner::before {
  opacity: 0;
}
.t-link-panel_link:hover .t-link-panel_col_inner::after, .t-link-panel_link:active .t-link-panel_col_inner::after, .t-link-panel_link:focus .t-link-panel_col_inner::after, .t-link-panel_link-02:hover .t-link-panel_col_inner::after, .t-link-panel_link-02:active .t-link-panel_col_inner::after, .t-link-panel_link-02:focus .t-link-panel_col_inner::after {
  transform: translateX(0);
  opacity: 1;
}
.t-link-panel_col {
  position: relative;
}
.t-link-panel_col::before, .t-link-panel_col::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.t-link-panel_col::before {
  border: 1px solid #fff;
}
.t-link-panel_col::after {
  transform: scale(0.2);
  background: #e00;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-link-panel_col_inner::before, .t-link-panel_col_inner::after {
  z-index: 1;
  position: absolute;
  bottom: 15px;
  left: 14px;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background: url("/https/www.msf.or.jp/asset/img/icon/arrow-wt.svg");
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-link-panel_col_inner::after {
  transform: translateX(-10px);
  opacity: 0;
}
.t-link-panel_col_inner > :last-child {
  margin-bottom: 0;
}
.t-link-panel_img {
  overflow: hidden;
}
.t-link-panel_img > img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-link-panel_txt {
  display: block;
  margin: 0 0 18px;
  color: inherit;
  font-size: 1.8rem;
}
.t-link-panel_txt > span {
  display: block;
  margin: 10px 0 0;
}
.t-link-panel .list-tag_item {
  background: rgba(242, 242, 242, 0.3);
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 1000px) {
  .t-link-panel {
    gap: 60px 24px;
    display: grid;
    grid-template: "main main" 1fr "sub sub-02" auto/auto auto;
  }
  .t-link-panel .list-tag_item {
    font-size: 1.6rem;
  }
  .t-link-panel_item {
    grid-area: main;
  }
  .t-link-panel_item-02 {
    grid-area: sub;
  }
  .t-link-panel_item-03 {
    grid-area: sub-02;
  }
  .t-link-panel_link, .t-link-panel_link-02 {
    flex-direction: row-reverse;
    align-items: center;
  }
  .t-link-panel_col {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 24px;
    padding: 0 0 65px;
  }
  .t-link-panel_txt {
    margin: 0 0 22px;
    font-size: 2.4rem;
    line-height: calc(36 / 24);
  }
  .t-link-panel_txt > span {
    margin: 18px 0 0;
  }
  .t-link-panel_link-02 {
    align-items: flex-start;
    background: transparent;
    color: #000;
  }
  .t-link-panel_link-02:hover, .t-link-panel_link-02:active, .t-link-panel_link-02:focus {
    color: rgba(0, 0, 0, 0.5);
  }
  .t-link-panel_link-02:hover .list-tag_item, .t-link-panel_link-02:active .list-tag_item, .t-link-panel_link-02:focus .list-tag_item {
    color: #000;
  }
  .t-link-panel_link-02 .t-link-panel_col {
    margin-right: 0;
    padding-bottom: 56px;
  }
  .t-link-panel_link-02 .t-link-panel_col::before {
    border-color: #e00;
  }
  .t-link-panel_link-02 .t-link-panel_col_inner::before {
    background: url("/https/www.msf.or.jp/asset/img/icon/arrow-rd.svg");
  }
  .t-link-panel_link-02 .t-link-panel_img {
    border-radius: 4px;
  }
  .t-link-panel_link-02 .t-link-panel_txt {
    margin-bottom: 18px;
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
  .t-link-panel_link-02 .t-link-panel_txt > span {
    margin-top: 8px;
  }
  .t-link-panel_link-02 .list-tag_item {
    background: #fff;
    color: #000;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .t-link-panel {
    display: flex;
  }
  .t-link-panel_item, .t-link-panel_item-02, .t-link-panel_item-03 {
    flex: 1;
    margin-right: 6px;
  }
  .t-link-panel_link, .t-link-panel_link-02 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
  }
  .t-link-panel_col {
    flex: 1;
    padding: 24px 50px 20px 20px;
  }
  .t-link-panel_col::before, .t-link-panel_col::after {
    right: 16px;
    bottom: 12px;
    left: auto;
    width: 30px;
    height: 30px;
  }
  .t-link-panel_col_inner::before, .t-link-panel_col_inner::after {
    right: 25px;
    bottom: 22px;
    left: auto;
    transform: scale(0.9);
  }
  .t-link-panel_img {
    height: 219px;
  }
  .t-link-panel_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .t-link-panel {
    max-width: 950px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .t-link-panel_item, .t-link-panel_item-02, .t-link-panel_item-03 {
    flex: 0 0 auto;
    width: 300px;
    white-space: initial;
  }
}

/* .t-link-panel-02
----------------------------------------------- */
.t-link-panel-02 {
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}
.t-link-panel-02_wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.t-link-panel-02_inner {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.t-link-panel-02_inner:hover .t-link-panel-02_img > img, .t-link-panel-02_inner:active .t-link-panel-02_img > img, .t-link-panel-02_inner:focus .t-link-panel-02_img > img {
  transform: scale(1.2);
}
.t-link-panel-02_inner:hover .t-link-panel-02_col,
.t-link-panel-02_inner:hover .t-link-panel-02_lead em, .t-link-panel-02_inner:active .t-link-panel-02_col,
.t-link-panel-02_inner:active .t-link-panel-02_lead em, .t-link-panel-02_inner:focus .t-link-panel-02_col,
.t-link-panel-02_inner:focus .t-link-panel-02_lead em {
  color: #7f7f7f;
}
.t-link-panel-02_col {
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-link-panel-02_col > :last-child {
  margin-bottom: 0;
}
.t-link-panel-02_hdg {
  margin: 40px 0;
  color: #e00;
  font-size: 2.4rem;
  line-height: 1.3;
}
.t-link-panel-02_hdg > span {
  display: inline-block;
  border-bottom: solid 4px #e00;
}
.t-link-panel-02_lead {
  margin: 0 0 16px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.t-link-panel-02_img {
  overflow: hidden;
  border-radius: 4px;
}
.t-link-panel-02_img > img {
  width: 100%;
  border-radius: 4px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1308px) {
  .t-link-panel-02_wrapper {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .t-link-panel-02_wrapper {
    display: flex;
    position: relative;
    min-height: 420px;
  }
  .t-link-panel-02_hdg, .t-link-panel-02_col {
    padding: 0 calc(52.5% + 60px) 0 0;
  }
  .t-link-panel-02_img {
    position: absolute;
    top: 0;
    right: -2px;
    width: 52.5%;
    max-height: 420px;
  }
  .t-content-fluid-04 .t-link-panel-02.-reverse {
    margin-top: -80px;
  }
  .t-content-fluid-04 .t-link-panel-02.-reverse .t-link-panel-02_hdg {
    padding-top: 90px;
  }
  .t-link-panel-02.-reverse .t-link-panel-02_hdg,
.t-link-panel-02.-reverse .t-link-panel-02_col {
    padding: 0 0 0 calc(52.5% + 60px);
  }
  .t-link-panel-02.-reverse .t-link-panel-02_img {
    right: auto;
    left: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .t-link-panel-02 {
    margin-bottom: 45px;
  }
  .t-link-panel-02_inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-link-panel-02_hdg {
    order: 1;
    margin: 0 0 32px;
    border-bottom-width: 3px;
    font-size: 2rem;
  }
  .t-link-panel-02_lead {
    font-size: 2.6rem;
  }
  .t-link-panel-02_img {
    margin: 0 -20px 22px 0;
  }
  .t-link-panel-02.-panel-01 .t-link-panel-02_txt {
    padding-right: 70px;
  }
  .t-link-panel-02.-panel-02 .t-link-panel-02_txt {
    padding-right: 97px;
  }
  .t-link-panel-02.-reverse .t-link-panel-02_img {
    margin-right: 0;
    margin-left: -20px;
  }
}

/* .t-link-panel-03
----------------------------------------------- */
.t-link-panel-03 {
  display: block;
  position: relative;
  padding: 26px 26px 90px;
  border-radius: 4px;
  background: #fff;
}
.grid_col > .t-link-panel-03, .t-grid_col > .t-link-panel-03 {
  height: 100%;
}
.t-link-panel-03::before {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e00;
}
.t-link-panel-03::after {
  position: absolute;
  bottom: 45px;
  left: 34px;
  width: 12px;
  height: 10px;
  background: url("/https/www.msf.or.jp/asset/img/icon/arrow-wt.svg");
}
.t-link-panel-03_title {
  margin: 0 0 12px;
  font-size: 2.4rem;
}
.t-link-panel-03_title em {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-link-panel-03_txt {
  margin: 0;
  font-size: 1.6rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-link-panel-03:hover, .t-link-panel-03:active, .t-link-panel-03:focus {
  color: #000;
}
.t-link-panel-03:hover .t-link-panel-03_title em, .t-link-panel-03:active .t-link-panel-03_title em, .t-link-panel-03:focus .t-link-panel-03_title em {
  color: #e00;
}
.t-link-panel-03:hover .t-link-panel-03_txt, .t-link-panel-03:active .t-link-panel-03_txt, .t-link-panel-03:focus .t-link-panel-03_txt {
  font-weight: 700;
}
@media only screen and (max-width: 910px) {
  .t-link-panel-03 {
    padding: 18px 76px 18px 22px;
  }
  .t-link-panel-03_title {
    margin: 0;
    font-size: 1.8rem;
  }
  .t-link-panel-03_txt {
    display: none;
  }
  .t-link-panel-03::before {
    right: 22px;
    bottom: calc(50% - 20px);
    left: auto;
  }
  .t-link-panel-03::after {
    right: 36px;
    bottom: calc(50% - 5px);
    left: auto;
  }
  .t-link-panel-03::before, .t-link-panel-03::after {
    transform: scale(0.9);
  }
}

/* .t-link-panel-04
----------------------------------------------- */
.t-link-panel-04 {
  display: flex;
  position: relative;
  height: 51.3vw;
  max-height: 560px;
  background: #036;
  transition: all 0.2s ease;
}
.t-link-panel-04 p:not([class]) {
  margin: 0;
}
.t-link-panel-04_outer {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.t-link-panel-04_outer:hover + .t-link-panel-04_img > img, .t-link-panel-04_outer:active + .t-link-panel-04_img > img, .t-link-panel-04_outer:focus + .t-link-panel-04_img > img {
  transform: scale(1.2);
}
.t-link-panel-04_outer:hover .t-link-panel-04_btn, .t-link-panel-04_outer:active .t-link-panel-04_btn, .t-link-panel-04_outer:focus .t-link-panel-04_btn {
  background: #e00;
  color: #fff;
}
.t-link-panel-04_inner {
  display: flex;
  align-items: flex-end;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.t-link-panel-04_txt {
  color: #fff;
  font-weight: 700;
}
.t-link-panel-04_hdg {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.3;
}
.t-link-panel-04_hdg > span {
  display: inline-block;
  border-bottom: solid 4px;
}
.t-link-panel-04_lead {
  margin: 0 0 16px;
  font-size: 3.6rem;
  line-height: 1.2;
}
.t-link-panel-04_lead em {
  color: #fff;
}
.t-link-panel-04_btn {
  margin: 40px 0 50px;
}
.t-link-panel-04_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t-link-panel-04_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1124px) {
  .t-link-panel-04_txt {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 900px) {
  .t-link-panel-04 {
    height: auto;
    min-height: 580px;
  }
}
@media only screen and (max-width: 767px) {
  .t-link-panel-04_hdg {
    margin: 0 0 32px;
    font-size: 2.2rem;
  }
  .t-link-panel-04_lead {
    margin: 0 0 8px;
    font-size: 2.7rem;
  }
  .t-link-panel-04_btn {
    margin-top: 20px;
  }
}

/* .t-grid
----------------------------------------------- */
.t-grid {
  gap: 24px 2.2222222222%;
  display: grid;
  margin: 0 0 60px;
}
.t-grid_col > :first-child {
  margin-top: 0;
}
.t-grid_col > :last-child {
  margin-bottom: 0;
}
.t-grid.-col4 {
  gap: 24px;
  grid-template-columns: repeat(4, calc((100% - (24px * (4 - 1))) / 4));
}
@media only screen and (max-width: 910px) {
  .t-grid {
    margin-bottom: 46px;
  }
  .t-grid.-ms-col1 {
    gap: 16px 0;
    grid-template-columns: repeat(1, 100%);
  }
}

/* .list-news
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .t-content-fluid-02.-news .list-news {
    gap: 0;
    display: flex;
    max-width: 950px;
    overflow-x: auto;
    border: 0;
    white-space: nowrap;
  }
  .t-content-fluid-02.-news .list-news > li {
    flex-shrink: 0;
    width: 300px;
    padding: 0;
    border: 0;
    white-space: initial;
  }
  .t-content-fluid-02.-news .list-news > li:not(:last-child) {
    margin-right: 6px;
  }
  .t-content-fluid-02.-news .link-news_inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .t-content-fluid-02.-news .link-news_img {
    max-width: 100%;
    height: 220px;
    margin: 0 0 10px;
  }
  .t-content-fluid-02.-news .link-news_txt {
    width: 100%;
  }
  .t-content-fluid-02.-news .link-news_title {
    font-size: 1.6rem;
  }
}

/* .t-list-lp
----------------------------------------------- */
.t-list-lp_list {
  display: flex;
  flex-wrap: wrap;
  margin: -22px -12px 0;
}
.t-list-lp_list_item {
  width: 25%;
  padding: 22px 12px 0;
}
.t-list-lp_panel {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  overflow: hidden;
}
.t-list-lp_panel:hover .t-list-lp_txt, .t-list-lp_panel:active .t-list-lp_txt, .t-list-lp_panel:focus .t-list-lp_txt {
  color: #e00;
}
.t-list-lp_panel:hover .t-list-lp_img > img, .t-list-lp_panel:active .t-list-lp_img > img, .t-list-lp_panel:focus .t-list-lp_img > img {
  transform: scale(1.2);
}
.t-list-lp_img {
  z-index: 1;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
}
.t-list-lp_img > img {
  width: 100%;
  max-width: none;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-list-lp_txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .t-list-lp_list {
    max-width: 540px;
    margin: -22px auto 0;
  }
  .t-list-lp_list_item {
    width: 50%;
    margin: 22px 0 0;
    padding: 0 8px;
  }
  .t-list-lp_img {
    margin-bottom: 8px;
  }
}

/* .t-content-hero
----------------------------------------------- */
.t-content-hero_inner {
  gap: 32px;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.t-content-hero_col {
  width: 40%;
}
.t-content-hero_col-02 {
  width: calc(60% - 32px);
}
.t-content-hero_box {
  padding: 24px 32px;
  border-radius: 4px;
  background-color: #f2f2f2;
}
.t-content-hero_link {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}
.t-content-hero_link + .t-content-hero_link {
  margin-top: 32px;
}
.t-content-hero_link_item:nth-child(n+3) {
  grid-column: 1/-1;
}
.t-content-hero_link_item--02 {
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
}
.t-content-hero_link_item--02 > a > picture {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-content-hero_link_item--02 > a:hover > picture, .t-content-hero_link_item--02 > a:active > picture, .t-content-hero_link_item--02 > a:focus > picture {
  transform: scale(1.2);
}
.t-content-hero_link_item--02 .t-content-hero_link_text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.t-content-hero_link_item--03 {
  overflow: hidden;
  border-radius: 4px;
}
.t-content-hero_link_item--03:nth-child(1) > a, .t-content-hero_link_item--03:nth-child(2) > a {
  display: block;
  position: relative;
}
.t-content-hero_link_item--03:nth-child(1) > a > picture, .t-content-hero_link_item--03:nth-child(2) > a > picture {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-content-hero_link_item--03:nth-child(1) > a::after, .t-content-hero_link_item--03:nth-child(2) > a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 80%);
  content: "";
}
.t-content-hero_link_item--03:nth-child(1) > a:hover > picture, .t-content-hero_link_item--03:nth-child(1) > a:active > picture, .t-content-hero_link_item--03:nth-child(1) > a:focus > picture, .t-content-hero_link_item--03:nth-child(2) > a:hover > picture, .t-content-hero_link_item--03:nth-child(2) > a:active > picture, .t-content-hero_link_item--03:nth-child(2) > a:focus > picture {
  transform: scale(1.2);
}
.t-content-hero_link_item--03 .t-content-hero_link_img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.t-content-hero_link_item--03 .t-content-hero_link_img::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 80%);
  content: "";
}
.t-content-hero_link_item--03 .t-content-hero_link_text {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 90%;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.t-content-hero .nav-link {
  height: 100%;
  min-height: unset;
  padding: 24px 58px 24px 20px;
  background-color: #fff;
}
.t-content-hero .nav-link::before, .t-content-hero .nav-link::after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.t-content-hero .nav-link_inner::before, .t-content-hero .nav-link_inner::after {
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .t-content-hero_inner {
    flex-direction: column-reverse;
  }
  .t-content-hero_col, .t-content-hero_col-02 {
    width: 100%;
  }
  .t-content-hero_box {
    margin-inline: 16px;
    margin-top: 32px;
    padding: 16px;
  }
  .t-content-hero_link_item--02:nth-child(1), .t-content-hero_link_item--02:nth-child(2) {
    margin: 0 auto;
  }
  .t-content-hero_link_item--03 {
    text-align: center;
  }
  .t-content-hero_link_item--03 .t-content-hero_link_text {
    font-size: 1.4rem;
  }
  .t-content-hero_link_item--03:nth-child(1), .t-content-hero_link_item--03:nth-child(2) {
    margin: 0 auto;
  }
  .t-content-hero .nav-link {
    padding: 24px 46px 24px 14px;
  }
  .t-content-hero .nav-link::before, .t-content-hero .nav-link::after {
    width: 24px;
    height: 24px;
    margin-top: -13px;
  }
  .t-content-hero .nav-link_inner::before, .t-content-hero .nav-link_inner::after {
    right: 23px;
    width: 10px;
    height: 8px;
    background-size: cover;
  }
}
