@charset "UTF-8";
/* page.css
================================================== */
/* define.css
========================================================== */
/* FONT */
/* ブレイクポイント(for MediaQuery - max-width(PC->sp)) : オリジナルは scss/_variables.scss */
/* 悶加慌宥 */
/* 喘カラ` */
/* Animation vB */
/* 喘 Mixin */
/*
==================================================
 1.0 - Page Header
--------------------------------------------------
*/
.banner_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 320px;
  width: 100%;
  height: 380px;
  background: url(/img/common/img_hl_base.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.banner_container::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0));
  content: "";
}

@media screen and (max-width: 519px) {
  .banner_container {
    height: 270px;
  }
  .banner_container::after {
    height: 80px;
  }
}
/* ペ`ジタイトル
-------------------------------------------------- */
.title_wrap {
  position: relative;
  margin-left: 30px;
  min-width: 40%;
  max-width: 60%;
}
.title_wrap .hl_title_primary {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  align-items: flex-start;
  margin: 0;
  padding: 20px 40px;
  min-width: 440px;
  max-width: 100%;
  min-height: 100px;
  background-color: rgba(40, 39, 40, 0.8);
  color: #ffffff;
  font-weight: 400;
}
.title_wrap .hl_title_primary::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 340px;
  height: 10px;
  background-color: rgba(4, 189, 182, 0.7);
  content: "";
}
.title_wrap .p_title_secondary {
  position: absolute;
  bottom: -15px;
  left: -30px;
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  align-items: flex-start;
  margin: 0;
  padding: 0.5em 1em 0.5em 70px;
  min-width: 340px;
  max-width: 70%;
  min-height: 50px;
  color: #339d99;
  font-size: 1.8rem;
  font-weight: 100;
  background-color: #ffffff;
  line-height: 1.25;
}

@media screen and (max-width: 519px) {
  .title_wrap {
    margin-left: 15px;
  }
  .title_wrap .hl_title_primary {
    top: 10px;
    padding: 15px 20px 10px;
    min-width: calc(100vw - 15px);
    min-height: 76px;
    font-size: 2.2rem;
  }
  .title_wrap .hl_title_primary::before {
    min-width: 260px;
    width: calc(100vw - 60px);
  }
  .title_wrap .p_title_secondary {
    bottom: -25px;
    left: -15px;
    padding-left: 35px;
    min-width: 240px;
    min-height: 40px;
    width: calc(100vw - 100px);
  }
}
/* ペ`ジタイトル┯珍式罍
-------------------------------------------------- */
.banner_container_improved {
  height: auto;
  min-height: 380px;
}
.banner_container_improved .container {
  margin-top: 125px;
  padding-bottom: 50px;
}
.banner_container_improved .container .title_wrap {
  margin-left: 0;
  max-width: 65%;
  height: auto;
  display: flex;
  flex-flow: column;
}
.banner_container_improved .container .title_wrap .hl_title_primary {
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  order: 2;
  z-index: 5;
}
.banner_container_improved .container .title_wrap .p_title_secondary {
  position: relative;
  left: -15px;
  padding-left: 46px;
  order: 1;
  z-index: 10;
}

@media screen and (max-width: 959px) {
  .banner_container_improved .container {
    margin-top: 100px;
  }
  .banner_container_improved .container .title_wrap {
    min-width: calc(100vw - 15px);
  }
}
@media screen and (max-width: 519px) {
  .banner_container_improved .container {
    margin-top: 50px;
  }
}
/* Hペ`ジ秤
-------------------------------------------------- */
.page_parent {
  position: absolute;
  top: 160px;
  right: 30px;
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  padding: 20px;
  width: 270px;
  height: 270px;
  background: linear-gradient(#339d99, #76cbc6);
  color: #ffffff;
  text-align: center;
}
.page_parent p {
  margin: 0;
  width: 100%;
}
.page_parent .p_parent_title_en {
  font-size: 2.4rem;
  font-weight: 100;
}
.page_parent .p_parent_title_jp {
  font-size: 1.4rem;
}
.page_parent .img_parent_ico {
  display: block;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1199px) {
  .page_parent {
    top: 210px;
    right: 15px;
    width: 220px;
    height: 220px;
  }
  .page_parent .p_parent_title_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .page_parent {
    display: none;
  }
}
/*	パンくずリスト
-------------------------------------------------- */
.breadcrumb {
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0 20px;
  padding: 0;
  background: none;
  color: #8cbdbc;
  font-size: 1.3rem;
  max-width: 960px;
}
.breadcrumb a {
  display: block;
  color: #494f4f;
}
.breadcrumb a:hover {
  color: #a2d9d8;
}
.breadcrumb a.breadcrumbs-home {
  width: 16px;
  height: 16px;
}
.breadcrumb a.breadcrumbs-home svg {
  display: block;
  width: 100%;
  height: 100%;
}
.breadcrumb a.breadcrumbs-home svg path {
  fill: #494f4f;
  transition: all 0.3s ease;
}
.breadcrumb a.breadcrumbs-home:hover svg path {
  fill: #a2d9d8;
}
.breadcrumb .separator {
  display: block;
  width: 16px;
  height: 16px;
  padding-left: 24px;
  background: url("/img/common/ico_breadcrumb_arrow01.svg") 50% 50% no-repeat;
  background-size: 16px 16px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.breadcrumb .breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.breadcrumb .breadcrumbs-list li {
  padding-left: 24px;
  background: url("/img/common/ico_breadcrumb_arrow01.svg") 0 50% no-repeat;
  background-size: 16px 16px;
}

@media screen and (max-width: 959px) {
  .breadcrumb > span:nth-last-child(-n+2) {
    display: none;
  }
}
/*
==================================================
 2.0 - Sidebar
--------------------------------------------------
*/
/*	サブメニュ`
-------------------------------------------------- */
.nav_sub_menu {
  position: absolute;
  right: 30px;
  padding: 0;
  width: 270px;
  font-size: 1.4rem;
}
.nav_sub_menu ul {
  margin: 0;
  padding-left: 0;
  width: 100%;
  list-style: none;
}
.nav_sub_menu .a_item_link {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 30px 15px 20px;
  border-bottom: 1px solid #eaf1f0;
  color: #000000;
}
.nav_sub_menu .a_item_link:hover {
  color: #a2d9d8;
}
.nav_sub_menu .a_1st_item_link {
  position: relative;
  top: unset;
  right: unset;
  margin-bottom: 15px;
  border-top: 2px solid #eaf1f0;
  border-bottom-width: 2px;
  background: url(/img/common/ico_arrow03.svg) 96% 50% no-repeat;
  background-size: 16px 16px;
}
.nav_sub_menu .a_1st_item_link .img_parent_ico,
.nav_sub_menu .a_1st_item_link .parent_title_en {
  display: none;
}
.nav_sub_menu .label_toggle {
  right: 10px;
  display: block;
  margin: -8px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.nav_sub_menu .label_toggle::before, .nav_sub_menu .label_toggle::after {
  background-color: #8cbdbc;
}
.nav_sub_menu .label_toggle::before {
  margin: -1px 0 0 -6px;
  width: 12px;
}
.nav_sub_menu .label_toggle::after {
  margin: -6px 0 0 -1px;
  height: 12px;
}
.nav_sub_menu .ul_sub_menu_3rd {
  position: relative;
  display: none;
  margin-top: -1px;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #eaf1f0;
  background-color: #ffffff;
}
.nav_sub_menu .ul_sub_menu_3rd ~ .a_item_link {
  border: none;
}
.nav_sub_menu .li_sub_menu_3rd_item .a_item_link {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
.nav_sub_menu .li_sub_menu_2nd_item > input[type=checkbox]:checked ~ .a_item_link > .label_toggle::after {
  transform: rotate(90deg);
}
.nav_sub_menu .li_sub_menu_2nd_item > input[type=checkbox]:checked ~ .ul_sub_menu_3rd {
  display: block !important;
}
.nav_sub_menu .open .label_toggle {
  display: none;
}
.nav_sub_menu .open .a_item_link {
  color: #008580;
}
.nav_sub_menu .open .a_item_link.current {
  color: #005d59;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
}
.nav_sub_menu .open .a_item_link:hover {
  color: #a2d9d8;
}
.nav_sub_menu .open .ul_sub_menu_3rd {
  display: block !important;
}

.lang-en .nav_sub_menu .a_1st_item_link .parent_title_en {
  display: block;
}
.lang-en .nav_sub_menu .a_1st_item_link .parent_title_jp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .nav_sub_menu {
    right: 15px;
    width: 220px;
  }
}
@media screen and (max-width: 959px) {
  .nav_sub_menu {
    position: relative;
    right: unset;
    width: 100%;
  }
  .nav_sub_menu .a_item_link {
    padding-left: 15px;
  }
  .nav_sub_menu .a_1st_item_link {
    display: flex;
    display: -ms-flexbox;
    /* for IE10 */
    -ms-flex-pack: center;
    /* for IE10 */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1ch;
    padding: 20px;
    min-height: 200px;
    border: none;
    background: linear-gradient(#339d99, #76cbc6);
    color: #ffffff;
  }
  .nav_sub_menu .a_1st_item_link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/ico_arrow04.svg);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: "";
  }
  .nav_sub_menu .a_1st_item_link .img_parent_ico {
    display: block;
    width: 32px;
    height: 32px;
  }
  .nav_sub_menu .a_1st_item_link .parent_title_en {
    display: block !important;
    font-size: 2.4rem;
    font-weight: 100;
  }
  .nav_sub_menu .a_1st_item_link .parent_title_jp {
    display: block !important;
    font-size: 1.4rem;
  }
  .nav_sub_menu .ul_sub_menu_3rd {
    padding-left: 10px;
  }
}
/*
==================================================
 3.0 - Main Contents
--------------------------------------------------
*/
.contents_wrap {
  position: relative;
  margin: 80px 0;
}

.main_contents {
  padding: 0 15px;
  flex: 0 0 60vw;
  max-width: 1140px;
}
.main_contents .flex-5,
.main_contents .flex-4,
.main_contents .flex-3,
.main_contents .flex-2 {
  margin-bottom: 80px;
}

.fullwidth .main_contents {
  max-width: initial;
  padding: 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 1500px) {
  .main_contents {
    flex: 0 0 66vw;
  }
}
@media screen and (max-width: 1199px) {
  .main_contents {
    flex: 0 0 65vw;
  }
  .main_contents .flex-5 .unit,
.main_contents .flex-4 .unit,
.main_contents .flex-3 .unit {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .contents_wrap {
    margin: 40px 0;
  }

  .main_contents {
    min-height: unset !important;
    flex: inherit;
    max-width: inherit;
  }
  .main_contents .flex-5 .unit,
.main_contents .flex-4 .unit,
.main_contents .flex-3 .unit,
.main_contents .flex-2 .unit {
    width: 100%;
  }
}
/*	Elements
-------------------------------------------------- */
.main_contents {
  /* アンカ` */
  /* ヘッドライン */
  /* main_content 恷兜にヘッダ`が栖た栽は貧マ`ジン茅肇 */
  /* パラグラフ */
  /* イメ`ジ */
  /* テ`ブル */
  /* リスト */
  /* 協xリスト */
}
.main_contents a {
  text-decoration: underline;
}
.main_contents a .fas {
  padding-left: 6px;
}
.main_contents a .fas.fa-lock {
  color: #494f4f !important;
}
.main_contents a.link-pdf, .main_contents a.link-excel, .main_contents a.link-word, .main_contents a.link-external {
  margin-right: 0.25em;
  transition: color 0.3s ease;
}
.main_contents a.link-pdf .fas {
  color: #c53b40;
}
.main_contents a.link-excel .fas {
  color: #44ad36;
}
.main_contents a.link-word .fas {
  color: #2e4ba5;
}
.main_contents a.link-external.link-pdf .fa-external-link-square-alt, .main_contents a.link-external.link-excel .fa-external-link-square-alt, .main_contents a.link-external.link-word .fa-external-link-square-alt, .main_contents a.link-external.link-internal .fa-external-link-square-alt {
  display: none;
}
.main_contents h1,
.main_contents h2,
.main_contents h3,
.main_contents h4,
.main_contents h5,
.main_contents h6 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.main_contents h1,
.main_contents h2,
.main_contents h3,
.main_contents h4 {
  margin-bottom: 55px;
  padding-bottom: 40px;
  font-size: 2.4rem;
}
.main_contents h1::before, .main_contents h1::after,
.main_contents h2::before,
.main_contents h2::after,
.main_contents h3::before,
.main_contents h3::after,
.main_contents h4::before,
.main_contents h4::after {
  position: absolute;
  bottom: -10px;
  left: -5px;
  right: -5px;
  width: calc(100% + 10px);
  height: 10px;
  background-color: #a2d9d8;
  content: "";
}
.main_contents h1::after,
.main_contents h2::after,
.main_contents h3::after,
.main_contents h4::after {
  width: 40%;
  background-color: #04bdb6;
}
.main_contents h3,
.main_contents h4 {
  margin-bottom: 35px;
  padding-bottom: 30px;
}
.main_contents h3::before, .main_contents h3::after,
.main_contents h4::before,
.main_contents h4::after {
  bottom: -2px;
  height: 2px;
}
.main_contents h3 {
  font-size: 2.2rem;
}
.main_contents h3::before {
  background-color: #d9e0df;
}
.main_contents h3::after {
  background-color: #04bdb6;
}
.main_contents h4 {
  font-size: 2rem;
}
.main_contents h4::before {
  background-color: transparent;
}
.main_contents h4::after {
  background-color: #d9e0df;
}
.main_contents > h1:first-child, .main_contents > h2:first-child, .main_contents > h3:first-child, .main_contents > h4:first-child, .main_contents > h5:first-child, .main_contents > h6:first-child, .main_contents > .auto-links:first-child {
  margin-top: 0;
}
.main_contents p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.main_contents img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main_contents .text-center img {
  margin-right: auto;
  margin-left: auto;
}
.main_contents .img-width100 {
  width: 100% !important;
}
.main_contents table {
  margin-left: -5px;
  margin-right: -5px;
  max-width: calc(100% + 10px);
  width: calc(100% + 10px);
}
.main_contents table h1,
.main_contents table h1::before,
.main_contents table h1::after,
.main_contents table h2,
.main_contents table h2::before,
.main_contents table h2::after,
.main_contents table h3,
.main_contents table h3::before,
.main_contents table h3::after,
.main_contents table h4,
.main_contents table h4::before,
.main_contents table h4::after,
.main_contents table h5,
.main_contents table h5::before,
.main_contents table h5::after,
.main_contents table h6,
.main_contents table h6::before,
.main_contents table h6::after {
  margin: 0 0 0.25em;
  padding: 0;
  border: none;
  background: none;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.42857143;
  letter-spacing: unset;
}
.main_contents ul.link {
  padding-left: 10px;
  list-style: none;
}
.main_contents ul.link li {
  padding-left: 20px;
  background: url("/img/icon_arrow_right.svg") no-repeat left center;
  background-size: 12px 12px;
}
.main_contents li {
  padding: 0.4em 5px;
  word-wrap: break-word;
}
.main_contents li p {
  margin-bottom: 0.4em;
}
.main_contents li .list-inner {
  color: #201d1d;
}
.main_contents li h1,
.main_contents li h1::before,
.main_contents li h1::after,
.main_contents li h2,
.main_contents li h2::before,
.main_contents li h2::after,
.main_contents li h3,
.main_contents li h3::before,
.main_contents li h3::after,
.main_contents li h4,
.main_contents li h4::before,
.main_contents li h4::after,
.main_contents li h5,
.main_contents li h5::before,
.main_contents li h5::after,
.main_contents li h6,
.main_contents li h6::before,
.main_contents li h6::after {
  margin: 0 0 0.25em;
  padding: 0;
  border: none;
  background: none;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.42857143;
  letter-spacing: unset;
}
.main_contents dl {
  margin: 0 0 1em;
}
.main_contents .dl-wrap {
  overflow: hidden;
}
.main_contents .dl-wrap dl {
  margin-bottom: 15px;
  padding-top: 15px;
}
.main_contents dt,
.main_contents .main-bottom dt {
  margin-bottom: 0.5em;
  text-overflow: inherit;
  white-space: normal;
}
.main_contents .dl-horizontal dt,
.main_contents .main-bottom .dl-horizontal dt {
  margin-bottom: 0;
}
.main_contents .dl-wrap dt {
  text-align: left;
}
.main_contents dd {
  margin: 0 0 0.5em 1em;
}
.main_contents dl.dl-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main_contents dl.dl-horizontal dt,
.main_contents dl.marker dt {
  position: relative;
  margin-bottom: 1em;
  padding: 0 20px;
  width: 50%;
}
.main_contents dl.dl-horizontal dt::before,
.main_contents dl.marker dt::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #04bdb6;
  content: "＊";
}
.main_contents dl.dl-horizontal dd,
.main_contents dl.marker dd {
  margin: 0 0 1em;
  width: 50%;
}
.main_contents dl.marker {
  margin-bottom: 2em;
}
.main_contents dl.marker dt {
  padding-right: 0;
  width: 100%;
}
.main_contents dl.marker dd {
  margin-left: 20px;
  width: calc(100% - 20px);
}

@media screen and (max-width: 959px) {
  .main_contents {
    /* ヘッドライン */
  }
  .main_contents h1,
.main_contents h2,
.main_contents h3,
.main_contents h4,
.main_contents h5,
.main_contents h6 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .main_contents h1,
.main_contents h2 {
    margin-bottom: 27px;
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
  .main_contents h3,
.main_contents h4 {
    margin-bottom: 22px;
    padding-bottom: 15px;
    font-size: 2rem;
  }
  .main_contents h4 {
    font-size: 1.8rem;
  }
}
/*	Contents
-------------------------------------------------- */
/*	ペ`ジインデックス
-------------------------------------------------- */
.ol_page_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px 80px;
  padding-left: 0;
  list-style: none;
}
.ol_page_index li {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 15px);
}
.ol_page_index li a {
  display: block;
  padding: 6px 30px 6px 15px;
  border-bottom: 1px solid #e3e3e3;
  background: url("/img/common/ico_arrow05.svg") 98% 50% no-repeat;
  background-size: 16px 16px;
  color: #000000;
  text-decoration: none;
}
.ol_page_index li a:hover {
  color: #a2d9d8;
}

@media screen and (max-width: 959px) {
  .ol_page_index {
    margin-bottom: 40px;
  }
  .ol_page_index li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 519px) {
  .ol_page_index {
    border: 1px solid #e3e3e3;
    border-bottom: none;
  }
  .ol_page_index li {
    padding: 0;
    width: 100%;
  }
  .ol_page_index li a {
    padding: 15px 40px 15px 15px;
  }
}
/*	ペ`ジネ`ション
-------------------------------------------------- */
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 40px;
  padding-left: 0;
  width: 100%;
  list-style: none;
}
.pagination li {
  margin: -1px 0 0 -1px;
  margin-left: -1px;
  border: 1px solid #e3e3e3;
}
.pagination .current_page {
  color: #a2d9d8;
}
.pagination .current_page,
.pagination a {
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.pagination .current_page.link_before svg, .pagination .current_page.link_next svg,
.pagination a.link_before svg,
.pagination a.link_next svg {
  display: block;
  width: 80%;
  height: 80%;
}
.pagination .current_page.link_before svg path, .pagination .current_page.link_next svg path,
.pagination a.link_before svg path,
.pagination a.link_next svg path {
  fill: #008580;
  transition: all 0.3s ease;
}
.pagination .current_page.link_before:hover svg path, .pagination .current_page.link_next:hover svg path,
.pagination a.link_before:hover svg path,
.pagination a.link_next:hover svg path {
  fill: #a2d9d8;
}

/*	タブ
-------------------------------------------------- */
.nav-tabs {
  margin: 0 0 20px;
  padding-left: 0;
  width: 100%;
  list-style: none;
  border-color: #e3e3e3;
}
.nav-tabs .nav-item {
  padding: 0;
}
.nav-tabs .nav-item .nav-link {
  padding: 10px 15px;
  text-decoration: none;
  border-radius: unset;
}
.nav-tabs .nav-item .nav-link.disabled {
  color: #c0c0c0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000000;
  border-color: #e3e3e3 #e3e3e3 #fff;
}

/*	もっとる
--------------------------------------------------*/
.more_toggle_wrap {
  position: relative;
  padding-right: 40px;
}

.more_toggle,
.more-box,
.more-box-min {
  position: relative;
  display: block;
  margin-bottom: 1em;
  border: 1px solid #e3e3e3;
  font-size: 1.4rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
.more_toggle::before, .more_toggle::after,
.more-box::before,
.more-box::after,
.more-box-min::before,
.more-box-min::after {
  position: absolute;
  top: 50%;
  right: 15px;
  background-color: #8cbdbc;
  transition: all 0.3s ease;
  content: "";
}
.more_toggle::before,
.more-box::before,
.more-box-min::before {
  margin: -1px 0 0 0;
  width: 12px;
  height: 2px;
}
.more_toggle::after,
.more-box::after,
.more-box-min::after {
  margin: -6px 5px 0 0;
  width: 2px;
  height: 12px;
}
.more_toggle:hover,
.more-box:hover,
.more-box-min:hover {
  color: #a2d9d8;
}
.more_toggle span,
.more-box span,
.more-box-min span {
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  padding: 10px 40px 10px 15px;
}
.more_toggle.more_active::after,
.more-box.more_active::after,
.more-box-min.more_active::after {
  transform: rotate(90deg);
}

.more_toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -9px 0 0;
  width: 18px;
  height: 18px;
  border: none;
}
.more_toggle::before, .more_toggle::after {
  right: 3px;
}

.more-box-min {
  display: inline-block;
}
.more-box-min::before, .more-box-min::after {
  right: 10px;
}
.more-box-min span {
  padding: 5px 30px 5px 15px;
}

.more-content {
  display: none;
}
.more-content.open {
  display: block;
}

@media screen and (max-width: 959px) {
  .more_toggle {
    right: 0;
  }
  .more_toggle::before, .more_toggle::after {
    right: 3px;
  }
}
/*	カ`ド
-------------------------------------------------- */
.card {
  padding: 20px;
  border-color: #e3e3e3;
  border-radius: 0;
  margin-bottom: 20px;
}
.card h2,
.card h3,
.card h4,
.card h5 {
  padding: 0;
  margin: 20px 0;
}
.card h2::before, .card h2::after,
.card h3::before,
.card h3::after,
.card h4::before,
.card h4::after,
.card h5::before,
.card h5::after {
  display: none;
}
.card table:last-child,
.card div:last-child,
.card ul:last-child,
.card ol:last-child,
.card dl:last-child,
.card p:last-child {
  margin-bottom: 0 !important;
}
.card dl:last-child dt,
.card dl:last-child dd {
  margin-bottom: 0;
}
.card .thumbnail-bg {
  height: 100%;
  min-height: 250px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .card .thumbnail-bg {
    height: 250px;
  }
}
.card.no-flex {
  display: block;
}

.card.important {
  border-color: #a84340;
}
.card.important h2,
.card.important h3,
.card.important h4,
.card.important h5 {
  color: #a84340;
}

/*
==================================================
 4.0 - Contents Footer
--------------------------------------------------
*/
/*	恷K厚仟晩
-------------------------------------------------- */
.lastupdate {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.lastupdate dt {
  display: inline-block;
  margin-right: 1rem;
  color: #a84340;
}

@media screen and (max-width: 959px) {
  .lastupdate {
    justify-content: center;
  }
}
/*	vBリンク
-------------------------------------------------- */
.related_links {
  position: relative;
  margin-top: 80px;
}
.related_links .headline {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 24px;
  color: #000000;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
}
.related_links .headline::before {
  position: absolute;
  top: 100%;
  left: -5px;
  right: -5px;
  width: calc(100% + 10px);
  height: 4px;
  background-color: #eaf1f0;
  content: "";
}
.related_links .pickup_list {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

@media screen and (max-width: 959px) {
  .related_links {
    margin-top: 40px;
  }
  .related_links .pickup_list {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/*	このペ`ジの坪否にvする今凰胎務_今凰貨待枠
-------------------------------------------------- */
.author {
  margin-top: 40px;
  padding: 20px 15px;
  min-height: 20px;
  border: 1px solid #e3e3e3;
}
.author .headline {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 45px;
  color: #000000;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.42857143;
}
.author .headline::before {
  position: absolute;
  right: 0;
  margin-top: 0.65em;
  width: 30px;
  height: 2px;
  background-color: #e3e3e3;
  content: "";
}
.author dl {
  margin: 0;
  font-size: 1.5rem;
}
.author dl dt {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 300;
}
.author dl dd {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .author .hl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .author {
    margin-left: unset !important;
    margin-right: unset !important;
    text-align: center;
  }
  .author .headline {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .author .headline::before {
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-top: 0;
    margin-right: -15px;
  }
}
/*	徨ペ`ジリンク
-------------------------------------------------- */
.with-thumbnail .headline p,
.with-thumbnail .headline a {
  height: calc(100% - 200px) !important;
}
.with-thumbnail .thumbnail {
  position: relative;
  top: -20px;
  left: -15px;
  width: calc(100% + 50px);
  height: 200px;
}
.with-thumbnail .thumbnail span {
  background-color: #a2d9d8;
}
.auto-links {
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.link-children .unit {
  margin-bottom: 20px;
}
.link-children .unit-link-col-x2 ul,
.link-children .unit-link-col-x3 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 10px;
  justify-content: space-between;
}
.link-children .unit-link-col-x2 ul li,
.link-children .unit-link-col-x3 ul li {
  display: flex;
}
.link-children .unit-link-col-x2 ul li a,
.link-children .unit-link-col-x3 ul li a {
  width: 100%;
}
.link-children .unit-link-col-x2 li {
  width: calc(50% - 10px);
}
.link-children .unit-link-col-x3 li {
  width: calc(33% - 5px);
}
.link-children .box-link-mode.unit-link-col-x2 ul li, .link-children .box-link-mode.unit-link-col-x3 ul li {
  text-align: center;
  border: 1px solid #c0c0c0;
}
.link-children .box-link-mode.unit-link-col-x2 ul li a, .link-children .box-link-mode.unit-link-col-x3 ul li a {
  position: relative;
  padding: 50px 35px 50px 15px;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.link-children .box-link-mode.unit-link-col-x2 ul li a:after, .link-children .box-link-mode.unit-link-col-x3 ul li a:after {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 15px;
  content: "";
  width: 16px;
  height: 100%;
  margin-left: 0.5rem;
  background: url(/img/common/ico_link_arrow01.svg) 100% 50% no-repeat;
  background-size: 16px 16px;
}
.link-children .box-link-mode.unit-link-col-x2 ul:after, .link-children .box-link-mode.unit-link-col-x3 ul:after {
  display: block;
  content: "";
  width: calc(33% - 5px);
}
.link-children .headline {
  background-color: #f0f0f0;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 2rem 35px 2rem 15px;
}
.link-children .headline p,
.link-children .headline a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-top: 4px;
  transition: color 0.3s ease;
}
.link-children .headline a:before {
  position: absolute;
  display: block;
  width: calc(100% + 50px);
  top: calc(-2rem - 4px);
  left: -15px;
  content: "";
  background-size: 16px 16px;
  z-index: 1;
  border: 4px solid #04bdb6;
}
.link-children .headline a:after {
  position: absolute;
  display: block;
  width: 16px;
  height: 100%;
  top: 2px;
  right: -20px;
  content: "";
  background: url(/img/common/ico_link_arrow01.svg) 100% 50% no-repeat;
  background-size: 16px 16px;
}
.link-children .headline p {
  margin-bottom: 0;
  padding: 0;
}
.link-children .headline:before,
.link-children .headline:after {
  display: none;
}
.link-children .hovered a {
  color: #008580 !important;
}
.link-children p,
.link-children ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 40px;
  padding: 0 15px;
}
.link-children p a,
.link-children ul a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 0.4em 0 0;
}
.link-children p li,
.link-children ul li {
  padding: 0;
  border-bottom: 1px solid #eaf1f0;
  margin-bottom: 15px;
}
.link-children p li p,
.link-children ul li p {
  margin-bottom: 15px;
}
.link-children ul.box {
  padding: 0;
}
.link-children ul.box li {
  padding: 15px;
  border: 1px solid #c0c0c0;
}
.link-children ul.box li a {
  margin-bottom: 0;
  background: url(/img/common/ico_link_arrow01.svg) 100% 50% no-repeat;
  background-size: 16px 16px;
}
.link-children ul.box li p {
  padding: 15px 0 0;
  margin-bottom: 0;
}
.link-children ul.box li:hover a {
  color: #a2d9d8 !important;
}
.link-children .side-image {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 40px;
}
.link-children .side-image .thumbnail {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.link-children .side-image .thumbnail span {
  background-color: #a2d9d8;
}
.link-children .side-image .zoom {
  cursor: pointer;
}
.link-children .side-image .zoom span {
  transform: scale(1.05, 1.05);
}
.col-xl-1 .link-children .side-image, .col-lg-1 .link-children .side-image, .col-md-1 .link-children .side-image, .col-sm-1 .link-children .side-image, .col-xs-1 .link-children .side-image,
.link-children .side-image .col-xl-1,
.link-children .side-image .col-lg-1,
.link-children .side-image .col-md-1,
.link-children .side-image .col-sm-1,
.link-children .side-image .col-xs-1 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-2 .link-children .side-image, .col-lg-2 .link-children .side-image, .col-md-2 .link-children .side-image, .col-sm-2 .link-children .side-image, .col-xs-2 .link-children .side-image,
.link-children .side-image .col-xl-2,
.link-children .side-image .col-lg-2,
.link-children .side-image .col-md-2,
.link-children .side-image .col-sm-2,
.link-children .side-image .col-xs-2 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-3 .link-children .side-image, .col-lg-3 .link-children .side-image, .col-md-3 .link-children .side-image, .col-sm-3 .link-children .side-image, .col-xs-3 .link-children .side-image,
.link-children .side-image .col-xl-3,
.link-children .side-image .col-lg-3,
.link-children .side-image .col-md-3,
.link-children .side-image .col-sm-3,
.link-children .side-image .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-4 .link-children .side-image, .col-lg-4 .link-children .side-image, .col-md-4 .link-children .side-image, .col-sm-4 .link-children .side-image, .col-xs-4 .link-children .side-image,
.link-children .side-image .col-xl-4,
.link-children .side-image .col-lg-4,
.link-children .side-image .col-md-4,
.link-children .side-image .col-sm-4,
.link-children .side-image .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-5 .link-children .side-image, .col-lg-5 .link-children .side-image, .col-md-5 .link-children .side-image, .col-sm-5 .link-children .side-image, .col-xs-5 .link-children .side-image,
.link-children .side-image .col-xl-5,
.link-children .side-image .col-lg-5,
.link-children .side-image .col-md-5,
.link-children .side-image .col-sm-5,
.link-children .side-image .col-xs-5 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-6 .link-children .side-image, .col-lg-6 .link-children .side-image, .col-md-6 .link-children .side-image, .col-sm-6 .link-children .side-image, .col-xs-6 .link-children .side-image,
.link-children .side-image .col-xl-6,
.link-children .side-image .col-lg-6,
.link-children .side-image .col-md-6,
.link-children .side-image .col-sm-6,
.link-children .side-image .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-7 .link-children .side-image, .col-lg-7 .link-children .side-image, .col-md-7 .link-children .side-image, .col-sm-7 .link-children .side-image, .col-xs-7 .link-children .side-image,
.link-children .side-image .col-xl-7,
.link-children .side-image .col-lg-7,
.link-children .side-image .col-md-7,
.link-children .side-image .col-sm-7,
.link-children .side-image .col-xs-7 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-8 .link-children .side-image, .col-lg-8 .link-children .side-image, .col-md-8 .link-children .side-image, .col-sm-8 .link-children .side-image, .col-xs-8 .link-children .side-image,
.link-children .side-image .col-xl-8,
.link-children .side-image .col-lg-8,
.link-children .side-image .col-md-8,
.link-children .side-image .col-sm-8,
.link-children .side-image .col-xs-8 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-9 .link-children .side-image, .col-lg-9 .link-children .side-image, .col-md-9 .link-children .side-image, .col-sm-9 .link-children .side-image, .col-xs-9 .link-children .side-image,
.link-children .side-image .col-xl-9,
.link-children .side-image .col-lg-9,
.link-children .side-image .col-md-9,
.link-children .side-image .col-sm-9,
.link-children .side-image .col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-10 .link-children .side-image, .col-lg-10 .link-children .side-image, .col-md-10 .link-children .side-image, .col-sm-10 .link-children .side-image, .col-xs-10 .link-children .side-image,
.link-children .side-image .col-xl-10,
.link-children .side-image .col-lg-10,
.link-children .side-image .col-md-10,
.link-children .side-image .col-sm-10,
.link-children .side-image .col-xs-10 {
  padding-left: 0;
  padding-right: 0;
}
.col-xl-11 .link-children .side-image, .col-lg-11 .link-children .side-image, .col-md-11 .link-children .side-image, .col-sm-11 .link-children .side-image, .col-xs-11 .link-children .side-image,
.link-children .side-image .col-xl-11,
.link-children .side-image .col-lg-11,
.link-children .side-image .col-md-11,
.link-children .side-image .col-sm-11,
.link-children .side-image .col-xs-11 {
  padding-left: 0;
  padding-right: 0;
}
.link-children .side-image.height100 .thumbnail {
  height: 100%;
}
.link-children .delimiter {
  border-top: 1px solid #c0c0c0;
  padding-top: 20px;
}

@media screen and (max-width: 1199px) {
  .link-children .col-xl-1 .side-image {
    display: block;
  }
  .link-children .col-xl-2 .side-image {
    display: block;
  }
  .link-children .col-xl-3 .side-image {
    display: block;
  }
  .link-children .col-xl-4 .side-image {
    display: block;
  }
  .link-children .col-xl-5 .side-image {
    display: block;
  }
  .link-children .col-xl-6 .side-image {
    display: block;
  }
  .link-children .col-xl-7 .side-image {
    display: block;
  }
  .link-children .col-xl-8 .side-image {
    display: block;
  }
  .link-children .col-xl-9 .side-image {
    display: block;
  }
  .link-children .col-xl-10 .side-image {
    display: block;
  }
  .link-children .col-xl-11 .side-image {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .with-thumbnail .thumbnail,
.link-children .side-image .thumbnail,
.link-children .side-image.height100 .thumbnail {
    height: 200px;
  }

  .link-children .col-lg-1 .side-image {
    display: block;
  }
  .link-children .col-lg-2 .side-image {
    display: block;
  }
  .link-children .col-lg-3 .side-image {
    display: block;
  }
  .link-children .col-lg-4 .side-image {
    display: block;
  }
  .link-children .col-lg-5 .side-image {
    display: block;
  }
  .link-children .col-lg-6 .side-image {
    display: block;
  }
  .link-children .col-lg-7 .side-image {
    display: block;
  }
  .link-children .col-lg-8 .side-image {
    display: block;
  }
  .link-children .col-lg-9 .side-image {
    display: block;
  }
  .link-children .col-lg-10 .side-image {
    display: block;
  }
  .link-children .col-lg-11 .side-image {
    display: block;
  }
  .link-children .unit-link-col-x3 {
    gap: 15px 0;
  }
  .link-children .unit-link-col-x3 li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 519px) {
  .with-thumbnail .thumbnail,
.link-children .side-image .thumbnail {
    height: 200px;
  }

  .link-children .col-md-1 .side-image {
    display: block;
  }
  .link-children .col-md-2 .side-image {
    display: block;
  }
  .link-children .col-md-3 .side-image {
    display: block;
  }
  .link-children .col-md-4 .side-image {
    display: block;
  }
  .link-children .col-md-5 .side-image {
    display: block;
  }
  .link-children .col-md-6 .side-image {
    display: block;
  }
  .link-children .col-md-7 .side-image {
    display: block;
  }
  .link-children .col-md-8 .side-image {
    display: block;
  }
  .link-children .col-md-9 .side-image {
    display: block;
  }
  .link-children .col-md-10 .side-image {
    display: block;
  }
  .link-children .col-md-11 .side-image {
    display: block;
  }
  .link-children .unit-link-col-x2,
.link-children .unit-link-col-x3 {
    gap: 15px 0;
  }
  .link-children .unit-link-col-x2 li,
.link-children .unit-link-col-x3 li {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .link-children .col-sm-1 .side-image {
    display: block;
  }
  .link-children .col-sm-2 .side-image {
    display: block;
  }
  .link-children .col-sm-3 .side-image {
    display: block;
  }
  .link-children .col-sm-4 .side-image {
    display: block;
  }
  .link-children .col-sm-5 .side-image {
    display: block;
  }
  .link-children .col-sm-6 .side-image {
    display: block;
  }
  .link-children .col-sm-7 .side-image {
    display: block;
  }
  .link-children .col-sm-8 .side-image {
    display: block;
  }
  .link-children .col-sm-9 .side-image {
    display: block;
  }
  .link-children .col-sm-10 .side-image {
    display: block;
  }
  .link-children .col-sm-11 .side-image {
    display: block;
  }
}
.fullwidth .main_contents {
  max-width: none;
}
/* 仇躪架
-------------------------------------------------- */
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap .iframe {
  pointer-events: none;
}

/*	おすすめリンク
-------------------------------------------------- */
.pickup_list.recommend {
  margin-bottom: 80px;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  gap: 0 30px;
  border-top: 1px solid #e3e3e3;
  padding-top: 80px;
}
.pickup_list.recommend li {
  width: auto;
  flex: 1;
  padding: 0;
  margin-bottom: 5px;
}
.pickup_list.recommend li article {
  padding: 0;
  background-color: #ffffff;
}
.pickup_list.recommend li article h3 {
  margin-bottom: 0;
}
.pickup_list.recommend li .note {
  margin-top: initial;
}

.recommend.no-border {
  border: none;
}

@media screen and (max-width: 959px) {
  .pickup_list.recommend li {
    width: calc(50% - 15px);
    flex: initial;
  }
}
@media screen and (max-width: 374px) {
  .pickup_list.recommend li {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*	コンテンツトップ喘慌宥
-------------------------------------------------- */
.cancel_margin h1,
.cancel_margin h2,
.cancel_margin h3 {
  padding-left: 15px;
  padding-right: 15px;
}
.cancel_margin h1::before, .cancel_margin h1::after,
.cancel_margin h2::before,
.cancel_margin h2::after,
.cancel_margin h3::before,
.cancel_margin h3::after {
  left: 0;
  right: 0;
  width: 100%;
}

.box-lead {
  position: relative;
  padding-top: 50px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.box-lead .inner {
  position: relative;
  background-color: #f0f0f0;
  padding: 40px;
  padding-left: calc(80px/2 + 30px);
  margin-left: 320px;
  width: calc(100% - 320px);
}
.box-lead .inner .headline {
  margin: 0;
  padding: 0 0 15px;
  margin-bottom: 20px;
}
.box-lead .inner .headline::before, .box-lead .inner .headline::after {
  display: none;
}
.box-lead .inner ul li {
  position: relative;
}
.box-lead .inner ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.7rem;
  left: -20px;
  width: 100%;
  height: 100%;
  color: #04bdb6;
  content: "＊";
}
.box-lead .inner p:last-child,
.box-lead .inner ul:last-child {
  margin-bottom: 0;
}
.box-lead .inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  top: -15px;
  right: -15px;
  background-color: #008580;
  z-index: 10;
}
.box-lead .inner p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.box-lead .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
}
.box-lead .sub-lead {
  margin-top: -40px;
  position: relative;
}
.box-lead .sub-lead h3,
.box-lead .sub-lead h4 {
  padding: 0;
  margin: 0;
}
.box-lead .sub-lead h3::before, .box-lead .sub-lead h3::after,
.box-lead .sub-lead h4::before,
.box-lead .sub-lead h4::after {
  display: none;
}
.box-lead .sub-lead h3 {
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  top: -26.6666666667px;
  left: 0;
  z-index: 10;
  padding: 15px 25px;
}
.box-lead .sub-lead .row {
  margin-left: 20%;
  margin-right: 15px;
  width: calc(80% - 15px);
}
.box-lead .sub-lead .row .box h4 {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  color: #ffffff;
  background-color: #008580;
  margin-bottom: 15px;
}
.box-lead .sub-lead .row .box h4 span {
  position: relative;
  z-index: 10;
}
.box-lead .sub-lead .row .box h4:before,
.box-lead .sub-lead .row .box h4:after {
  position: absolute;
  display: block;
  content: "";
}
.box-lead .sub-lead .row .box h4:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-image: url(/img/page/img_hl01.jpg);
  opacity: 0.3;
  z-index: 1;
}
.box-lead .sub-lead .row .box h4:after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border: 1px solid #ffffff;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
}
.box-lead .sub-lead .row .box p {
  padding: 0 15px;
  margin-bottom: 40px;
}

.box-lead.right {
  padding-right: 0;
  padding-left: 15px;
}
.box-lead.right .inner {
  padding-left: 40px;
  margin-left: inherit;
  padding-right: calc(80px/2 + 30px);
  margin-right: 320px;
}
.box-lead.right .inner:after {
  left: -15px;
  right: auto;
}
.box-lead.right .thumbnail {
  left: auto;
  right: 0;
}
.box-lead.right .sub-lead h3 {
  left: auto;
  right: 0;
}
.box-lead.right .sub-lead .row {
  margin-left: 15px;
  margin-right: 20%;
}

.with-sub-lead .inner {
  padding-bottom: 104px;
}

@media screen and (max-width: 959px) {
  .box-lead {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .box-lead .inner {
    order: 2;
    width: 100%;
    margin-left: 0;
    padding: 40px;
    margin-right: -5px;
    margin-left: -5px;
    width: calc(100% + 10px);
  }
  .box-lead .thumbnail {
    order: 1;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .box-lead .inner:after {
    display: none;
  }
  .box-lead .sub-lead {
    margin-top: 48px;
    order: 3;
    margin-left: -5px;
    margin-right: -5px;
  }
  .box-lead .sub-lead h3 {
    position: relative;
  }
  .box-lead .sub-lead .row {
    margin-left: auto !important;
    margin-right: auto;
    width: 100%;
  }

  .box-lead.right {
    padding-left: 0;
    padding-right: 0;
  }
  .box-lead.right .inner {
    padding-right: 40px;
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 519px) {
  .box-lead .inner,
.box-lead .thumbnail {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
.fullwidth-box-banner {
  position: relative;
  margin-bottom: 80px;
}
.fullwidth-box-banner section {
  padding: 0;
  margin: 0;
  text-align: center;
}
.fullwidth-box-banner section h2 {
  padding: 0;
  margin: 0 0 15px;
  font-weight: bold;
}
.fullwidth-box-banner section h2::before, .fullwidth-box-banner section h2::after {
  display: none;
}
.fullwidth-box-banner a {
  position: relative;
  display: block;
  padding: 40px 15px;
  z-index: 10;
  text-decoration: none;
  color: #ffffff;
}
.fullwidth-box-banner a .inner {
  padding: 40px;
  display: block;
  border: 2px solid #ffffff;
  max-width: calc(1200px - 90px);
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.fullwidth-box-banner a:hover .link_arrow {
  color: #a2d9d8;
}

.fullwidth-box-banner:before,
.fullwidth-box-banner:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fullwidth-box-banner:before {
  background-color: #282728;
}

.fullwidth-box-banner:after {
  background-size: cover;
  background-position: center center;
  background-image: url(/img/page/img_hl01.jpg);
  opacity: 0.1;
}

.fullwidth-box-banner:hover a .inner {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05, 1.05);
}

.fullwidth-section-colored.with-thumbnail {
  margin-top: 80px;
}

.fullwidth-section-colored {
  position: relative;
  padding: 40px;
  background-color: #a2d9d8;
  margin-bottom: 80px;
}
.fullwidth-section-colored section {
  position: relative;
  margin-bottom: 0;
  z-index: 5;
}
.fullwidth-section-colored h2 {
  color: #008580;
  padding: 0;
  margin: 0;
}
.fullwidth-section-colored h2::before, .fullwidth-section-colored h2::after {
  display: none;
}
.fullwidth-section-colored .inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  transition: background-color 0.3s ease;
}
.fullwidth-section-colored .inner .headline {
  font-size: 2rem;
  margin-bottom: 40px;
}
.fullwidth-section-colored .inner .thumbnail {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 381px;
  height: 381px;
  max-width: 33.333vw;
  margin-left: auto;
  margin-right: auto;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.fullwidth-section-colored .inner p:last-child {
  margin-bottom: 0;
}
.fullwidth-section-colored .hovered {
  background-color: rgba(255, 255, 255, 0.8);
}
.fullwidth-section-colored .inner.container {
  margin-top: 40px;
  margin-bottom: 20px;
}
.fullwidth-section-colored .inner.container .content {
  width: 100%;
}
.fullwidth-section-colored .inner.container .content .link_arrow {
  position: relative;
  bottom: auto;
  right: auto;
}
.fullwidth-section-colored.gap-left h2 {
  padding-right: 300px;
}
.fullwidth-section-colored.gap-left .inner {
  right: -40px;
  bottom: -40px;
  margin-right: 0;
}
.fullwidth-section-colored.gap-left .inner .content {
  padding-right: 300px;
}
.fullwidth-section-colored::before, .fullwidth-section-colored::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.fullwidth-section-colored::before {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.3);
}
.fullwidth-section-colored::after {
  background-image: url(/img/common/logo_circle_white.svg);
  background-size: 50vw 50vw;
  background-position: 75% -30px;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.fullwidth-section-colored.gap-right h2 {
  text-align: right;
  padding-left: 300px;
}
.fullwidth-section-colored.gap-right .inner {
  left: -40px;
  bottom: -40px;
  margin-left: 0;
}
.fullwidth-section-colored.gap-right .inner .content {
  padding-left: 300px;
}
.fullwidth-section-colored.gap-right .inner .thumbnail {
  left: 0;
  background-position: left bottom;
  margin-left: 0;
}
.fullwidth-section-colored.gap-right::before {
  left: auto;
  right: 0;
}
.fullwidth-section-colored.gap-right::after {
  background-position: 25% -30px;
}

@media screen and (max-width: 959px) {
  .fullwidth-section-colored.with-thumbnail {
    margin-top: inherit;
  }

  .fullwidth-section-colored section {
    position: relative;
  }
  .fullwidth-section-colored.gap-left h2, .fullwidth-section-colored.gap-right h2 {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .fullwidth-section-colored .inner {
    display: flex;
    padding: 0;
  }
  .fullwidth-section-colored .inner .content {
    position: relative;
    order: 1;
    padding-right: 0;
    width: 80%;
    padding: 40px;
  }
  .fullwidth-section-colored .inner .content .link_arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
  .fullwidth-section-colored .inner .thumbnail {
    width: 30%;
    order: 2;
    position: relative;
    max-width: auto;
    height: auto;
    background-size: cover;
    background-position: center center;
    min-height: 30vw;
  }
  .fullwidth-section-colored.gap-left .inner {
    right: auto;
    margin-left: -40px;
    margin-right: -40px;
  }
  .fullwidth-section-colored.gap-left .inner .content {
    padding-right: 40px;
  }
  .fullwidth-section-colored.gap-left::after {
    background-size: 50vw 50vw;
    background-position: 80% center;
  }
  .fullwidth-section-colored.gap-right .inner {
    display: flex;
    left: auto;
    margin-left: -40px;
    margin-right: -40px;
  }
  .fullwidth-section-colored.gap-right .inner .content {
    order: 2;
    padding-left: 40px;
  }
  .fullwidth-section-colored.gap-right .inner .thumbnail {
    order: 1;
    left: 0;
    background-position: center center;
  }
  .fullwidth-section-colored.gap-right::after {
    background-size: 50vw 50vw;
    background-position: 20% center;
  }
  .fullwidth-section-colored::after {
    background-size: 50vw 50vw;
    background-position: 80% center;
  }
}
@media screen and (max-width: 519px) {
  .fullwidth-section-colored {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .fullwidth-section-colored .inner .content {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .fullwidth-section-colored .inner .content .link_arrow {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .fullwidth-section-colored.gap-left, .fullwidth-section-colored.gap-right {
    padding-bottom: 40px;
  }
  .fullwidth-section-colored.gap-left h2, .fullwidth-section-colored.gap-right h2 {
    text-align: left;
  }
  .fullwidth-section-colored.gap-left .inner, .fullwidth-section-colored.gap-right .inner {
    margin-left: -5px;
    margin-right: -5px;
  }
  .fullwidth-section-colored.gap-left .inner .content, .fullwidth-section-colored.gap-right .inner .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fullwidth-section-colored::before, .fullwidth-section-colored::after {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .fullwidth-section-colored .inner {
    flex-direction: column;
  }
  .fullwidth-section-colored .inner .content {
    order: 2;
    padding: 15px;
    width: 100%;
  }
  .fullwidth-section-colored .inner .thumbnail {
    order: 1;
    width: 100%;
    height: 70vw;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
  }
}
.fullwidth-box-banner.translucent {
  padding-left: 20px;
  padding-right: 20px;
}
.fullwidth-box-banner.translucent h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a2d9d8;
}
.fullwidth-box-banner.translucent a {
  color: #008580;
}
.fullwidth-box-banner.translucent .inner {
  border-color: #a2d9d8;
}
.fullwidth-box-banner.translucent .inner,
.fullwidth-box-banner.translucent a:hover .inner {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.fullwidth-box-banner.translucent a:hover .link_arrow {
  color: #005d59;
}

.fullwidth-box-banner.opencampus::before,
.fullwidth-box-banner.joint-forum::before {
  background-color: #008580;
}
.fullwidth-box-banner.opencampus::after,
.fullwidth-box-banner.joint-forum::after {
  opacity: 1;
}
.fullwidth-box-banner.opencampus h2,
.fullwidth-box-banner.joint-forum h2 {
  color: #ffffff;
  background-color: #04bdb6;
  padding: 15px 5px;
  border: none;
}

.fullwidth-box-banner.opencampus::after {
  background-image: url(/img/admissions/admissions-fig-01.jpg);
}

.fullwidth-box-banner.joint-forum::after {
  background-image: url(/img/intro/intro-fig-02.jpg);
}

@media screen and (max-width: 960px) {
  .fullwidth-box-banner.opencampus,
.fullwidth-box-banner.joint-forum {
    padding-left: 0;
    padding-right: 0;
  }
  .fullwidth-box-banner.opencampus .inner,
.fullwidth-box-banner.joint-forum .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fullwidth-box-banner.application a .inner {
  display: flex;
}
.fullwidth-box-banner.application a .inner h2 {
  position: relative;
  width: 60%;
  padding-left: 70px;
  padding-top: 2rem;
  margin-bottom: 0;
  text-align: left;
  background: transparent url(../img/common/ico_menu_pamphlet_request01.svg) -20px -12px no-repeat;
  background-size: 100px 100px;
  font-weight: bold;
}
.fullwidth-box-banner.application a .inner h2 span {
  position: absolute;
  display: block;
  top: 0;
  font-size: 50%;
  color: #a2d9d8;
}
.fullwidth-box-banner.application a .inner .link_arrow {
  width: 40%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
}
.fullwidth-box-banner.application a::hover {
  color: #ffffff;
}
.fullwidth-box-banner.application .inner,
.fullwidth-box-banner.application a:hover .inner {
  background-color: #04bdb6 !important;
}
.fullwidth-box-banner.application::before {
  background-color: #008580;
}
.fullwidth-box-banner.application::after {
  opacity: 0.5;
  background-attachment: fixed;
}

.fullwidth-box-banner.guidebook a .inner {
  display: flex;
}
.fullwidth-box-banner.guidebook a .inner h2 {
  position: relative;
  width: 60%;
  padding-left: 70px;
  padding-top: 2rem;
  margin-bottom: 0;
  text-align: left;
  background: transparent url(../img/common/ico_book_open.svg) left center no-repeat;
  background-size: 50px 50px;
  font-weight: bold;
}
.fullwidth-box-banner.guidebook a .inner h2 span {
  position: absolute;
  display: block;
  top: 0;
  font-size: 50%;
  color: #a2d9d8;
}
.fullwidth-box-banner.guidebook a .inner .link_arrow {
  width: 40%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
}
.fullwidth-box-banner.guidebook a::hover {
  color: #ffffff;
}
.fullwidth-box-banner.guidebook::after {
  background-image: url(/img/intro/banner-guide-bg.jpg);
}

@media screen and (max-width: 959px) {
  .fullwidth-box-banner.application a .inner,
.fullwidth-box-banner.guidebook a .inner {
    flex-direction: column;
  }
  .fullwidth-box-banner.application a .inner h2,
.fullwidth-box-banner.application a .inner .link_arrow,
.fullwidth-box-banner.guidebook a .inner h2,
.fullwidth-box-banner.guidebook a .inner .link_arrow {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .fullwidth-box-banner.application a .inner .link_arrow,
.fullwidth-box-banner.guidebook a .inner .link_arrow {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 519px) {
  .fullwidth-box-banner.application a .inner,
.fullwidth-box-banner.guidebook a .inner {
    padding: 25px 5px 25px;
  }
  .fullwidth-box-banner.application a .inner h2,
.fullwidth-box-banner.guidebook a .inner h2 {
    padding-left: 0;
    padding-top: 80px;
    background-position: top center;
  }
  .fullwidth-box-banner.application a .inner h2 span,
.fullwidth-box-banner.guidebook a .inner h2 span {
    top: 60px;
  }

  .fullwidth-box-banner.application a .inner h2 {
    background-position: 50% -5px;
  }
}
.colored-row {
  background-color: #a2d9d8;
}
.colored-row h2 {
  position: relative;
  z-index: 10;
  margin-top: 0;
}
.colored-row h2::before {
  background-color: #ffffff;
}
.colored-row .thumbnail {
  position: relative;
  min-height: 30vw;
  max-height: 500px;
  background-size: cover;
}
.colored-row .bg-logo {
  position: relative;
}
.colored-row .bg-logo::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(/img/common/logo_circle_white.svg) center center no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.col-xl-1 .colored-row, .col-lg-1 .colored-row, .col-md-1 .colored-row, .col-sm-1 .colored-row, .col-xs-1 .colored-row,
.colored-row .col-xl-1,
.colored-row .col-lg-1,
.colored-row .col-md-1,
.colored-row .col-sm-1,
.colored-row .col-xs-1 {
  padding: 40px;
}
.col-xl-2 .colored-row, .col-lg-2 .colored-row, .col-md-2 .colored-row, .col-sm-2 .colored-row, .col-xs-2 .colored-row,
.colored-row .col-xl-2,
.colored-row .col-lg-2,
.colored-row .col-md-2,
.colored-row .col-sm-2,
.colored-row .col-xs-2 {
  padding: 40px;
}
.col-xl-3 .colored-row, .col-lg-3 .colored-row, .col-md-3 .colored-row, .col-sm-3 .colored-row, .col-xs-3 .colored-row,
.colored-row .col-xl-3,
.colored-row .col-lg-3,
.colored-row .col-md-3,
.colored-row .col-sm-3,
.colored-row .col-xs-3 {
  padding: 40px;
}
.col-xl-4 .colored-row, .col-lg-4 .colored-row, .col-md-4 .colored-row, .col-sm-4 .colored-row, .col-xs-4 .colored-row,
.colored-row .col-xl-4,
.colored-row .col-lg-4,
.colored-row .col-md-4,
.colored-row .col-sm-4,
.colored-row .col-xs-4 {
  padding: 40px;
}
.col-xl-5 .colored-row, .col-lg-5 .colored-row, .col-md-5 .colored-row, .col-sm-5 .colored-row, .col-xs-5 .colored-row,
.colored-row .col-xl-5,
.colored-row .col-lg-5,
.colored-row .col-md-5,
.colored-row .col-sm-5,
.colored-row .col-xs-5 {
  padding: 40px;
}
.col-xl-6 .colored-row, .col-lg-6 .colored-row, .col-md-6 .colored-row, .col-sm-6 .colored-row, .col-xs-6 .colored-row,
.colored-row .col-xl-6,
.colored-row .col-lg-6,
.colored-row .col-md-6,
.colored-row .col-sm-6,
.colored-row .col-xs-6 {
  padding: 40px;
}
.col-xl-7 .colored-row, .col-lg-7 .colored-row, .col-md-7 .colored-row, .col-sm-7 .colored-row, .col-xs-7 .colored-row,
.colored-row .col-xl-7,
.colored-row .col-lg-7,
.colored-row .col-md-7,
.colored-row .col-sm-7,
.colored-row .col-xs-7 {
  padding: 40px;
}
.col-xl-8 .colored-row, .col-lg-8 .colored-row, .col-md-8 .colored-row, .col-sm-8 .colored-row, .col-xs-8 .colored-row,
.colored-row .col-xl-8,
.colored-row .col-lg-8,
.colored-row .col-md-8,
.colored-row .col-sm-8,
.colored-row .col-xs-8 {
  padding: 40px;
}
.col-xl-9 .colored-row, .col-lg-9 .colored-row, .col-md-9 .colored-row, .col-sm-9 .colored-row, .col-xs-9 .colored-row,
.colored-row .col-xl-9,
.colored-row .col-lg-9,
.colored-row .col-md-9,
.colored-row .col-sm-9,
.colored-row .col-xs-9 {
  padding: 40px;
}
.col-xl-10 .colored-row, .col-lg-10 .colored-row, .col-md-10 .colored-row, .col-sm-10 .colored-row, .col-xs-10 .colored-row,
.colored-row .col-xl-10,
.colored-row .col-lg-10,
.colored-row .col-md-10,
.colored-row .col-sm-10,
.colored-row .col-xs-10 {
  padding: 40px;
}
.col-xl-11 .colored-row, .col-lg-11 .colored-row, .col-md-11 .colored-row, .col-sm-11 .colored-row, .col-xs-11 .colored-row,
.colored-row .col-xl-11,
.colored-row .col-lg-11,
.colored-row .col-md-11,
.colored-row .col-sm-11,
.colored-row .col-xs-11 {
  padding: 40px;
}

@media screen and (max-width: 959px) {
  .col-xl-1 .colored-row, .col-lg-1 .colored-row, .col-md-1 .colored-row, .col-sm-1 .colored-row, .col-xs-1 .colored-row,
.colored-row .col-xl-1,
.colored-row .col-lg-1,
.colored-row .col-md-1,
.colored-row .col-sm-1,
.colored-row .col-xs-1 {
    padding: 15px;
  }
  .col-xl-2 .colored-row, .col-lg-2 .colored-row, .col-md-2 .colored-row, .col-sm-2 .colored-row, .col-xs-2 .colored-row,
.colored-row .col-xl-2,
.colored-row .col-lg-2,
.colored-row .col-md-2,
.colored-row .col-sm-2,
.colored-row .col-xs-2 {
    padding: 15px;
  }
  .col-xl-3 .colored-row, .col-lg-3 .colored-row, .col-md-3 .colored-row, .col-sm-3 .colored-row, .col-xs-3 .colored-row,
.colored-row .col-xl-3,
.colored-row .col-lg-3,
.colored-row .col-md-3,
.colored-row .col-sm-3,
.colored-row .col-xs-3 {
    padding: 15px;
  }
  .col-xl-4 .colored-row, .col-lg-4 .colored-row, .col-md-4 .colored-row, .col-sm-4 .colored-row, .col-xs-4 .colored-row,
.colored-row .col-xl-4,
.colored-row .col-lg-4,
.colored-row .col-md-4,
.colored-row .col-sm-4,
.colored-row .col-xs-4 {
    padding: 15px;
  }
  .col-xl-5 .colored-row, .col-lg-5 .colored-row, .col-md-5 .colored-row, .col-sm-5 .colored-row, .col-xs-5 .colored-row,
.colored-row .col-xl-5,
.colored-row .col-lg-5,
.colored-row .col-md-5,
.colored-row .col-sm-5,
.colored-row .col-xs-5 {
    padding: 15px;
  }
  .col-xl-6 .colored-row, .col-lg-6 .colored-row, .col-md-6 .colored-row, .col-sm-6 .colored-row, .col-xs-6 .colored-row,
.colored-row .col-xl-6,
.colored-row .col-lg-6,
.colored-row .col-md-6,
.colored-row .col-sm-6,
.colored-row .col-xs-6 {
    padding: 15px;
  }
  .col-xl-7 .colored-row, .col-lg-7 .colored-row, .col-md-7 .colored-row, .col-sm-7 .colored-row, .col-xs-7 .colored-row,
.colored-row .col-xl-7,
.colored-row .col-lg-7,
.colored-row .col-md-7,
.colored-row .col-sm-7,
.colored-row .col-xs-7 {
    padding: 15px;
  }
  .col-xl-8 .colored-row, .col-lg-8 .colored-row, .col-md-8 .colored-row, .col-sm-8 .colored-row, .col-xs-8 .colored-row,
.colored-row .col-xl-8,
.colored-row .col-lg-8,
.colored-row .col-md-8,
.colored-row .col-sm-8,
.colored-row .col-xs-8 {
    padding: 15px;
  }
  .col-xl-9 .colored-row, .col-lg-9 .colored-row, .col-md-9 .colored-row, .col-sm-9 .colored-row, .col-xs-9 .colored-row,
.colored-row .col-xl-9,
.colored-row .col-lg-9,
.colored-row .col-md-9,
.colored-row .col-sm-9,
.colored-row .col-xs-9 {
    padding: 15px;
  }
  .col-xl-10 .colored-row, .col-lg-10 .colored-row, .col-md-10 .colored-row, .col-sm-10 .colored-row, .col-xs-10 .colored-row,
.colored-row .col-xl-10,
.colored-row .col-lg-10,
.colored-row .col-md-10,
.colored-row .col-sm-10,
.colored-row .col-xs-10 {
    padding: 15px;
  }
  .col-xl-11 .colored-row, .col-lg-11 .colored-row, .col-md-11 .colored-row, .col-sm-11 .colored-row, .col-xs-11 .colored-row,
.colored-row .col-xl-11,
.colored-row .col-lg-11,
.colored-row .col-md-11,
.colored-row .col-sm-11,
.colored-row .col-xs-11 {
    padding: 15px;
  }
}
@media screen and (max-width: 519px) {
  .colored-row .thumbnail {
    min-height: 100vw;
  }
}
.youtube {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 56.25%;
  /*アスペクト曳 16:9の栽のk嫌*/
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ペ`ジ耕嗤査Ｑ狢枳_今凰貨待
-------------------------------------------------- */
.id-7401 .feature-01 h4:before {
  background-image: url("/img/intro/intro-fig-02.jpg") !important;
}
.id-7401 .feature-02 h4:before {
  background-image: url("/img/intro/intro-fig-03.jpg") !important;
}
.id-7401 .feature-03 h4:before {
  background-image: url("/img/intro/intro-fig-04.jpg") !important;
}

/* ペ`ジ耕嗤済伏伏試?屶址
-------------------------------------------------- */
.fullwidth-box-banner.support-image {
  height: 25vw;
  max-height: 300px;
}
.fullwidth-box-banner.support-image::before {
  display: none;
}
.fullwidth-box-banner.support-image::after {
  opacity: 1;
  background-image: url("/img/campus/campus-fig-02.jpg");
}

/* ペ`ジ耕嗤砂T匯E?冩梢匯E
-------------------------------------------------- */
.center-list ul li {
  position: relative;
  padding-left: calc(120px);
  overflow: hidden;
}
.center-list ul li a {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.center-list ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 120px;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-image: url(/img/common/logo_circle_blue.svg);
  background-color: #f0f0f0;
  transition: all 0.3s ease;
  z-index: 1;
}
.center-list ul li:hover::before {
  transform: scale(1.1, 1.1);
}
.center-list ul #caist::before {
  background-image: url("/img/page/research/caist_image.jpg");
}
.center-list ul #b-cluster::before {
  background-image: url("/img/page/research/b-cluster.jpg");
}
.center-list ul #arc-space::before {
  background-image: url("/img/page/research/arc-space.jpg");
}
.center-list ul #uarc::before {
  background-image: url("/img/home/bunner-fukkou-shien.jpg");
}
.center-list ul #ai-center::before {
  background-image: url("/img/page/research/ai-center.jpg");
}

@media screen and (max-width: 959px) {
  .center-list ul li {
    width: 100% !important;
  }
}
/* ペ`ジ耕嗤済伏伏試?屶址
-------------------------------------------------- */
.fullwidth-box-banner.public-image {
  height: 25vw;
  max-height: 300px;
}
.fullwidth-box-banner.public-image::before {
  display: none;
}
.fullwidth-box-banner.public-image::after {
  opacity: 1;
  background-image: url("/img/public/public-fig-bar.jpg");
}

/* ペ`ジ耕嗤祭I伏の圭へ
-------------------------------------------------- */
.fullwidth-box-banner.alumni h2 {
  Color: #282728;
  font-family: "嗄苧劾", YuMincho, "ヒラギノ苧劾 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG苧劾E", "ＭＳ Ｐ苧劾", "ＭＳ 苧劾", serif;
}
.fullwidth-box-banner.alumni h2 span {
  font-size: 1.5rem;
  display: block;
  margin-top: 1rem;
  color: #a84340;
}
.fullwidth-box-banner.alumni .link_arrow {
  display: inline;
  color: #008580;
  transition: color 0.3s ease;
}
.fullwidth-box-banner.alumni a {
  position: relative;
}
.fullwidth-box-banner.alumni a .inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.fullwidth-box-banner.alumni a .inner::before, .fullwidth-box-banner.alumni a .inner::after {
  position: absolute;
  display: block;
  content: "";
}
.fullwidth-box-banner.alumni a .inner::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
}
.fullwidth-box-banner.alumni .fas {
  position: absolute;
  color: #008580;
  right: 10px;
  bottom: 10px;
}
.fullwidth-box-banner.alumni::before {
  background: #e1eee0;
  background: linear-gradient(125deg, #e1eee0 0%, #04bdb6 100%);
}

/* ペ`ジ耕嗤Enpit
-------------------------------------------------- */
.root_enpit {
  /* 症 css より卞峅　*/
}
.root_enpit .enpit_arrow {
  background-color: #008580;
  color: #ffffff;
  padding: 30px 0 20px;
  width: 100%;
  text-align: center;
}
.root_enpit .enpit_arrow.end {
  padding: 10px 0;
}
.root_enpit .enpit_ul {
  padding-left: 1em;
}
.root_enpit .enpit_tbl th,
.root_enpit .enpit_tbl td {
  text-align: center;
  vertical-align: middle !important;
}
@media (max-width: 768px) {
  .root_enpit .enpit_arrow {
    padding: 10px;
    margin-bottom: 1em;
  }
  .root_enpit .enpit_arrow p {
    margin-bottom: 0;
  }
}
.root_enpit .enpit_price_aizu {
  color: #008e8e;
  font-weight: bold;
}
.root_enpit .enpit_price_minami {
  color: #0c91de;
  font-weight: bold;
}
.root_enpit .enpit_day_theme {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0.25em;
  margin: 0.5em 0;
}
.root_enpit .enpit_day_theme.aizu {
  background-color: #008e8e;
}
.root_enpit .enpit_day_theme.minami {
  background-color: #0c91de;
}

/* ペ`ジ耕嗤Stories
-------------------------------------------------- */
.root_stories {
  background-color: #282728;
}
.root_stories a {
  display: block;
}
.root_stories a:hover {
  color: #a2d9d8 !important;
}
.root_stories a.breadcrumbs-home svg path {
  fill: #ffffff !important;
}
.root_stories a.breadcrumbs-home:hover svg path {
  fill: #a2d9d8 !important;
}
.root_stories .breadcrumb a {
  color: #ffffff;
}
.root_stories .main_contents {
  color: #ffffff;
}
.root_stories .main_contents h1,
.root_stories .main_contents h2,
.root_stories .main_contents h3,
.root_stories .main_contents h4,
.root_stories .main_contents h5,
.root_stories .main_contents h6 {
  color: #ffffff;
}
.root_stories .main_contents a {
  color: #04bdb6;
}
.root_stories .main_contents table tr:hover {
  background-color: #8e8e8e;
}
.root_stories .main_contents table th {
  color: #ffffff;
  background-color: #8e8e8e;
}
.root_stories .main_contents .ol_page_index li a {
  color: #ffffff;
}
.root_stories .nav_sub_menu a {
  color: #ffffff;
}
.root_stories .nav_sub_menu .open .a_item_link {
  color: #04bdb6;
}
.root_stories .nav_sub_menu .open .a_item_link.current {
  color: #1a918d;
}
.root_stories .nav_sub_menu .a_1st_item_link {
  background-image: url(/img/common/ico_arrow03_white.svg);
}
.root_stories .nav_sub_menu .ul_sub_menu_3rd {
  background-color: transparent;
}
.root_stories .ol_page_index li a {
  background-image: url(/img/common/ico_arrow05_white.svg);
}
.root_stories .related_links .headline {
  color: #ffffff;
}
.root_stories .author {
  color: #ffffff;
}
.root_stories .author .headline {
  color: #ffffff;
}

@media (max-width: 960px) {
  .root_stories .nav_sub_menu .a_1st_item_link {
    background-image: none;
  }
}
/* ペ`ジ耕嗤砂T
-------------------------------------------------- */
.faculty_wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 0 115px;
  min-height: 76px;
}
.faculty_wrap .img_faculty {
  position: absolute;
  top: 0;
  left: 15px;
  width: 76px;
  height: 76px;
  border-radius: 38px;
}
.faculty_wrap .a_faculty_link span {
  display: inline-block;
  padding-right: 1em;
  transition: all 0.3s ease;
}
.faculty_wrap .a_faculty_link .faculty_name {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "嗄ゴシック悶", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
}
.faculty_wrap .a_faculty_link .faculty_position {
  color: #282728;
}
.faculty_wrap .a_faculty_link .faculty_name_en {
  color: #a2d9d8;
}
.faculty_wrap a.a_faculty_link:hover span {
  color: #a2d9d8;
}

/* ペ`ジ耕嗤坤リキュラムツリ`
-------------------------------------------------- */
.curriculum-tree table th p.bg-primary {
  padding: 30px 15px;
  background-color: #008580 !important;
  font-weight: bold;
}
.curriculum-tree table th .heightLine-title {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: bold;
}
.curriculum-tree table th .label small {
  display: inline-block;
  padding: 2px 5px;
  color: #ffffff;
  font-weight: bold;
  background-color: #c0c0c0;
  min-width: 70px;
}
.curriculum-tree table td .btn-primary {
  background-color: #04bdb6 !important;
  font-size: 1.25rem;
  width: 100%;
  padding: 15px 15px;
  border: none;
  text-decoration: none;
  font-weight: bold;
}
.curriculum-tree table td .btn-primary:hover {
  background-color: #008580 !important;
  cursor: pointer;
}
.curriculum-tree table .downarrow {
  position: relative;
  padding-bottom: 30px;
}
.curriculum-tree table .downarrow::after {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  text-align: center;
  content: "";
  color: #c0c0c0;
}

/* ペ`ジ耕嗤坤ャンパスマップ
-------------------------------------------------- */
.map_info .img-width100 {
  margin-top: 15px;
}
.map_info .hl {
  display: flex;
  margin: 20px 0 15px;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: normal;
  min-height: 46px;
}
.map_info .hl::before, .map_info .hl::after {
  display: none;
}
.map_info .hl img {
  margin-right: 8px;
  width: 32px;
  height: 46px;
}
.map_info .hl span {
  padding-top: 6px;
}
.map_info .hl span small {
  display: inline-block;
}

/* ペ`ジ耕嗤砂T匯E
-------------------------------------------------- */
.img_link {
  display: flex;
  gap: 0 20px;
  border: 1px solid #c0c0c0;
  margin-bottom: 40px;
}
.img_link .thumbnail {
  margin: 0;
  width: 150px;
  height: 150px;
}
.img_link .note {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  margin: auto;
  width: 100%;
  padding: 0 15px 0 0;
}
.img_link .note .label {
  display: block;
  font-weight: normal;
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.img_link .note::before, .img_link .note::after {
  display: none;
}

@media screen and (max-width: 959px) {
  .img_link .thumbnail {
    margin: 0;
    width: 95px;
    height: 90px;
  }
}
/* ペ`ジ耕嗤砂T匯E
-------------------------------------------------- */
.mini_column {
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
}
.mini_column .thumbnail {
  padding-top: 15px;
}
.mini_column::before {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  background-color: #008580;
  content: "ここもポイント";
  padding: 5px 10px;
  left: 0;
  top: 0;
  z-index: 10;
}

.lang-en .mini_column::before {
  content: "Additional Information";
}

blockquote {
  border-left: 5px solid #e3e3e3;
  padding-left: 20px;
}

blockquote.annotation p {
  position: relative;
  padding-left: 2em;
}
blockquote.annotation p span.note {
  position: absolute;
  left: 0;
  top: 0;
}

/* ペ`ジ耕嗤采Zとプログラミング縮圄を嶷する尖喇
-------------------------------------------------- */
.resons-fig {
  margin-bottom: 40px;
}
.resons-fig h3 {
  margin: 0;
  padding-bottom: 10px;
}
.resons-fig h3::before, .resons-fig h3::after {
  display: none;
}
.resons-fig h3::before {
  position: relative;
  display: block;
  content: "";
  padding-top: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-color: transparent;
  margin-bottom: 15px;
}
.resons-fig p {
  margin-bottom: 0;
}
.resons-fig .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
.resons-fig .box h3 {
  color: #008580;
}
.resons-fig .box::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border: 1px dashed #ffffff;
}
.resons-fig .step1,
.resons-fig .step2,
.resons-fig .step3 {
  display: flex;
}
.resons-fig .step1 .box,
.resons-fig .step2 .box,
.resons-fig .step3 .box {
  width: 100%;
  background-color: #a2d9d8;
  text-align: center;
}
.resons-fig .step1 .box p,
.resons-fig .step2 .box p,
.resons-fig .step3 .box p {
  color: #ffffff;
}
.resons-fig .step1.program h3::before,
.resons-fig .step2.program h3::before,
.resons-fig .step3.program h3::before {
  background-image: url("/img/intro/reasons/keyboard-solid.svg");
}
.resons-fig .step1.english h3::before,
.resons-fig .step2.english h3::before,
.resons-fig .step3.english h3::before {
  background-image: url("/img/intro/reasons/message-solid.svg");
}
.resons-fig .step1.ict h3::before,
.resons-fig .step2.ict h3::before,
.resons-fig .step3.ict h3::before {
  background-image: url("/img/intro/reasons/globe-solid.svg");
}
.resons-fig .step1.goal h3::before,
.resons-fig .step2.goal h3::before,
.resons-fig .step3.goal h3::before {
  background-image: url("/img/page/ico_page_base.svg");
}
.resons-fig .step2 {
  position: relative;
}
.resons-fig .step2 .box {
  width: 70%;
  margin: 40px auto;
}
.resons-fig .step2 .box h3 {
  padding-bottom: 0;
}
.resons-fig .step2 .box::before {
  border: 1px solid #008580;
}
.resons-fig .step2::before, .resons-fig .step2::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
}
.resons-fig .step2::before {
  width: 80%;
  height: 100%;
  top: -50%;
  left: 10%;
  border: 5px solid #a2d9d8;
  border-top: 0;
}
.resons-fig .step2::after {
  width: 5px;
  height: 50%;
  bottom: 0;
  left: calc(50% - 2.5px);
  background-color: #a2d9d8;
}
.resons-fig .step3 .box {
  background: linear-gradient(#339d99, #76cbc6);
  color: #ffffff;
}
.resons-fig .step3 .box h3 {
  color: #ffffff;
}
.resons-fig .step3 .box::before {
  border: 2px solid #ffffff;
}

@media screen and (max-width: 519px) {
  .resons-fig .step1,
.resons-fig .step2 {
    display: block;
  }
  .resons-fig .step1::after,
.resons-fig .step2::after {
    display: block;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    background-color: transparent;
    font-size: 5rem;
    font-weight: bold;
    color: #a2d9d8;
  }
  .resons-fig .step1.program::after {
    content: "";
  }
  .resons-fig .step1.english::after {
    content: "";
    transform: rotate(90deg);
  }
  .resons-fig .step2 .box {
    margin: 0;
    width: 100%;
  }
  .resons-fig .step2::before {
    display: none;
  }
  .resons-fig .step2::after {
    content: "";
  }
}
/* ペ`ジ耕嗤犀斫伏にいた今凰胎務_今凰貨待 Q&A
-------------------------------------------------- */
.qa dt span.label,
.qa dd span.label {
  position: relative;
  color: #ffffff;
}
.qa dt span.label::before,
.qa dd span.label::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "?";
  font-size: 2.5rem;
  left: -0.5rem;
  color: #a84340;
  font-weight: 900;
  z-index: -1;
}
.qa dt {
  padding-left: 45px;
}
.qa dt span.label {
  position: absolute;
  left: 30px;
}
.qa dt span.label::before {
  top: -0.35rem;
}
.qa dd {
  margin-top: 15px;
  margin-left: 0;
}
.qa dd > p {
  padding-left: 15px;
  margin-bottom: -1.25rem;
  z-index: 2;
  position: relative;
}
.qa dd span.label {
  font-weight: bold;
}
.qa dd span.label::before {
  color: #04bdb6;
  transform: scale(-1, 1);
  top: -0.77rem;
}
.qa dd .card {
  padding-top: 30px;
  padding-left: 45px;
}

/* ペ`ジ耕嗤┨架┌坤好撻轡礇襯悒奪
-------------------------------------------------- */
.sp-head {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
}
.sp-head .inner {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.sp-head .inner h1 {
  position: relative;
  display: inline-block;
  background-color: #008580;
  padding: 30px;
  font-size: 4rem;
  line-height: 7rem;
  color: #ffffff;
  margin: auto;
  border: 5px solid #ffffff;
  min-width: 450px;
  line-height: 1.2;
}
.sp-head .inner h1 span {
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 0 15px;
  margin-right: 1rem;
  font-size: 4.5rem;
}
.sp-head .inner h1::before, .sp-head .inner h1::after {
  display: none;
}
.sp-head::before, .sp-head::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 50px);
  height: 300px;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}
.sp-head::before {
  left: 0;
}
.sp-head::after {
  right: 0;
  top: 300px;
}

.sp-head.about-cse::before {
  background-image: url(/img/home/img_points01.jpg);
}
.sp-head.about-cse::after {
  background-image: url(/img/home/img_points03.jpg);
}

.sp-head.strength::before {
  background-image: url(/img/intro/img_points01.jpg);
}
.sp-head.strength::after {
  background-image: url(/img/intro/img_points02.jpg);
}

@media screen and (max-width: 959px) {
  .sp-head {
    height: auto;
  }
  .sp-head .inner h1 {
    width: 100%;
    border-left: none;
    border-right: none;
    font-size: 3rem;
    line-height: 5rem;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
  }
  .sp-head::before, .sp-head::after {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
  }
}
/* ペ`ジ耕嗤坤灰鵐團紿`タ尖垢僥とは
-------------------------------------------------- */
.field-list .card {
  padding: 0;
  border: 2px solid #000000;
  margin-bottom: 40px;
}
.field-list .card .header {
  display: flex;
}
.field-list .card .header .title,
.field-list .card .header .name {
  padding: 15px 30px;
}
.field-list .card .header .title h2,
.field-list .card .header .title h3,
.field-list .card .header .name h2,
.field-list .card .header .name h3 {
  margin: 0;
}
.field-list .card .header .title {
  width: 50%;
  border-right: 2px solid #000000;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #008580;
}
.field-list .card .header .title h2 {
  line-height: 4rem;
}
.field-list .card .header .title aside {
  display: block;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1rem;
}
.field-list .card .header .title span {
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 5px 15px;
  margin-right: 1rem;
  font-size: 2.5rem;
}
.field-list .card .header .thumbnail {
  width: 100px;
  background-position: center center;
  background-size: cover;
}
.field-list .card .header .name {
  width: calc(50% - 100px);
  border-left: 2px solid #000000;
  font-weight: bold;
}
.field-list .card .header .name h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.field-list .card .header .name small {
  display: block;
  font-weight: normal;
  color: #a2d9d8;
  margin-top: 0.5rem;
}
.field-list .card .header .name p {
  padding-top: 1rem;
  font-weight: normal;
  border-top: 1px solid #f0f0f0;
}
.field-list .card .body {
  padding: 15px;
  border-top: 2px solid #000000;
}

.lang-en .field-list .card .header .title span {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .field-list .card .header {
    flex-wrap: wrap;
  }
  .field-list .card .header .title,
.field-list .card .header .name {
    padding: 15px;
  }
  .field-list .card .header .title {
    width: 100%;
    border: none;
  }
  .field-list .card .header .name {
    width: calc(100% - 100px);
  }
}
/* ペ`ジ耕嗤査Ｑ狢枳_今凰貨待のみ
-------------------------------------------------- */
.strengths-number {
  margin-bottom: 80px;
}
.strengths-number .lead {
  margin-bottom: 80px;
}
.strengths-number .number {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.strengths-number .number strong {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 8rem;
  font-family: Roboto, sans-serif;
  letter-spacing: -0.2rem;
  line-height: 1;
  color: #008580;
}
.strengths-number .number::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 10px;
  top: -10px;
  color: #ffffff;
  background-color: #008580;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  font-size: 15px;
}
.strengths-number .number::after {
  position: absolute;
  content: "";
  display: block;
  top: 12px;
  right: 10px;
  width: 30px;
  height: 30px;
  transform: scale(1, 0.5);
  border-top: 15px solid #008580;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
.strengths-number .crown::before {
  content: "?";
}
.strengths-number .graduation-cap::before {
  content: "?";
}
.strengths-number .medal::before {
  content: "?";
}
.strengths-number .user-tie::before {
  content: "?";
}
.strengths-number .building::before {
  content: "?";
}
.strengths-number .star::before {
  content: "?";
}
.strengths-number .desktop::before {
  content: "?";
}
.strengths-number .teacher::before {
  content: "?";
}
.strengths-number .baseball::before {
  content: "?";
}
.strengths-number .university::before {
  content: "?";
}
.strengths-number .globe::before {
  content: "?";
}
.strengths-number .font::before {
  content: "?";
}
.strengths-number .font::before {
  content: "?";
}
.strengths-number .handshake::before {
  content: "?";
}
.strengths-number .suitecase::before {
  content: "?";
}
.strengths-number .number.borderd {
  border: 1px solid #000000;
  padding: 15px 5px;
}
.strengths-number .note {
  text-align: center;
}
.strengths-number .card .number strong {
  font-size: 6rem;
  line-height: 1;
}
.strengths-number .card .row > div {
  margin-top: 20px;
}
.strengths-number .related {
  margin-top: 40px;
}
.strengths-number .related a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2rem;
  border-width: 2px;
}

.strengths-number.blue .number strong {
  color: #64afff;
}
.strengths-number.blue .card::before,
.strengths-number.blue .number::before {
  background-color: #64afff;
}
.strengths-number.blue .number::after {
  border-top: 15px solid #64afff;
}

.strengths-number.orange .number strong {
  color: #fab749;
}
.strengths-number.orange .card::before,
.strengths-number.orange .number::before {
  background-color: #fab749;
}
.strengths-number.orange .number::after {
  border-top: 15px solid #fab749;
}

/* ペ`ジ耕嗤SDGsへの函りMみ
-------------------------------------------------- */
.id-7494 .sdgs-filter {
  display: flex;
  gap: 15px 0;
}
.id-7494 .sdgs-filter > div {
  display: flex;
  align-items: center;
}
.id-7494 .sdgs-filter a {
  display: flex;
  width: 100%;
  height: 100%;
}
.id-7494 .sdgs-filter a:hover {
  opacity: 0.5;
}
.id-7494 .sdgs-filter .unselected {
  opacity: 0.1;
}
.id-7494 .sdgs-filter .selected {
  opacity: 1 !important;
  cursor: default !important;
}
.id-7494 .goals {
  display: flex;
  gap: 5px;
}
.id-7494 .goals span {
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.id-7494 .goals span.sdg-1 {
  background-image: url(/img/intro/sdgs/sdg_icon_01_ja_2.png);
}
.id-7494 .goals span.sdg-2 {
  background-image: url(/img/intro/sdgs/sdg_icon_02_ja_2.png);
}
.id-7494 .goals span.sdg-3 {
  background-image: url(/img/intro/sdgs/sdg_icon_03_ja_2.png);
}
.id-7494 .goals span.sdg-4 {
  background-image: url(/img/intro/sdgs/sdg_icon_04_ja_2.png);
}
.id-7494 .goals span.sdg-5 {
  background-image: url(/img/intro/sdgs/sdg_icon_05_ja_2.png);
}
.id-7494 .goals span.sdg-6 {
  background-image: url(/img/intro/sdgs/sdg_icon_06_ja_2.png);
}
.id-7494 .goals span.sdg-7 {
  background-image: url(/img/intro/sdgs/sdg_icon_07_ja_2.png);
}
.id-7494 .goals span.sdg-8 {
  background-image: url(/img/intro/sdgs/sdg_icon_08_ja_2.png);
}
.id-7494 .goals span.sdg-9 {
  background-image: url(/img/intro/sdgs/sdg_icon_09_ja_2.png);
}
.id-7494 .goals span.sdg-10 {
  background-image: url(/img/intro/sdgs/sdg_icon_10_ja_3.png);
}
.id-7494 .goals span.sdg-11 {
  background-image: url(/img/intro/sdgs/sdg_icon_11_ja_2.png);
}
.id-7494 .goals span.sdg-12 {
  background-image: url(/img/intro/sdgs/sdg_icon_12_ja_2.png);
}
.id-7494 .goals span.sdg-13 {
  background-image: url(/img/intro/sdgs/sdg_icon_13_ja_2.png);
}
.id-7494 .goals span.sdg-14 {
  background-image: url(/img/intro/sdgs/sdg_icon_14_ja_2.png);
}
.id-7494 .goals span.sdg-15 {
  background-image: url(/img/intro/sdgs/sdg_icon_15_ja_2.png);
}
.id-7494 .goals span.sdg-16 {
  background-image: url(/img/intro/sdgs/sdg_icon_16_ja_2.png);
}
.id-7494 .goals span.sdg-17 {
  background-image: url(/img/intro/sdgs/sdg_icon_17_ja_2.png);
}
.id-7494 #sdgs-empty {
  margin-top: 80px;
}
.id-7494 #reset-filter.on {
  position: relative;
  cursor: pointer;
}
.id-7494 #reset-filter.on::before, .id-7494 #reset-filter.on::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.id-7494 #reset-filter.on::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "フィルタ`盾茅";
  z-index: 2;
  transition: all 0.3s ease;
  color: #008580;
}
.id-7494 #reset-filter.on::after {
  background-color: #ffffff;
  opacity: 0.95;
  z-index: 1;
}
.id-7494 #reset-filter.on:hover::before {
  color: #a2d9d8;
}

.lang-en.id-7494 .goals span.sdg-1 {
  background-image: url(/img/intro/sdgs/sdg_icon_01_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-2 {
  background-image: url(/img/intro/sdgs/sdg_icon_02_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-3 {
  background-image: url(/img/intro/sdgs/sdg_icon_03_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-4 {
  background-image: url(/img/intro/sdgs/sdg_icon_04_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-5 {
  background-image: url(/img/intro/sdgs/sdg_icon_05_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-6 {
  background-image: url(/img/intro/sdgs/sdg_icon_06_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-7 {
  background-image: url(/img/intro/sdgs/sdg_icon_07_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-8 {
  background-image: url(/img/intro/sdgs/sdg_icon_08_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-9 {
  background-image: url(/img/intro/sdgs/sdg_icon_09_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-10 {
  background-image: url(/img/intro/sdgs/sdg_icon_10_en_3.jpg);
}
.lang-en.id-7494 .goals span.sdg-11 {
  background-image: url(/img/intro/sdgs/sdg_icon_11_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-12 {
  background-image: url(/img/intro/sdgs/sdg_icon_12_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-13 {
  background-image: url(/img/intro/sdgs/sdg_icon_13_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-14 {
  background-image: url(/img/intro/sdgs/sdg_icon_14_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-15 {
  background-image: url(/img/intro/sdgs/sdg_icon_15_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-16 {
  background-image: url(/img/intro/sdgs/sdg_icon_16_en_2.jpg);
}
.lang-en.id-7494 .goals span.sdg-17 {
  background-image: url(/img/intro/sdgs/sdg_icon_17_en_2.jpg);
}
.lang-en.id-7494 #reset-filter.on::before {
  content: "Remove Filter";
}

/* 並耕嗤
-------------------------------------------------- */
.entry .main_contents img {
  display: inline-block;
  margin: 0 5px 15px 5px;
}

/*# sourceMappingURL=page.css.map */
