@charset "UTF-8";

/*
  既存スタイル上書き ここから
*/

body {
  container-type: inline-size;
  font-family: "Lexend", "BIZ UDGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  position: relative;
}

p {
  font-size: 0.875rem;
}

a {
  color: #3b90a6;
  text-decoration: underline;
}
.local a {
  color: #ab9b71;
}
.kenkyu a {
  color: #447eb9;
}

strong {
  font-weight: 700;
}

small {
  font-size: 85.71428571%;
}

ol,ul{
	list-style: none;
  margin: 0;
  padding: 0;
}
/*ul, ol {
  padding-left: 1.5em;
}*/
ul li, ol li {
  margin-bottom: 0.5em;
}

p + ul {
  margin-top: 1.6rem;
}

#pageTop {
  bottom: 20px;
  margin: 0;
  pointer-events: none;
  right: 0;
  width: 100%;
  z-index: 1;
}
#pageTop > div {
  display: flex;
  justify-content: flex-end;
  margin: auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}
#pageTop a {
  background: #44a1b9 url("../images/renew2025/icon_chevron-up.svg") no-repeat center center / 15.5px 9.5px;
  border-radius: 50%;
  padding: 0;
  height: 38px;
  pointer-events: all;
  text-decoration: none;
  width: 38px;
}
#pageTop a i {
  display: none;
}

.container {
  overflow: initial;
  padding-left: 20px;
  padding-right: 20px;
}
.container:after {
  clear: both;
  content: "";
  display: block;
  line-height: 0;
}

.contents ol {
  margin: 0.3em 0 1em 0;
}
.contents ol li {
  font-size: 0.875rem;
  margin: 0;
  margin-left: 1em;
}

.side_bar_wrap {
  background-color: transparent;
  border: none;
  box-shadow: none;
  float: right;
  margin: 0;
  padding: 0;
  width: 25%;
}
.side_bar_wrap .header_cat_title {
  border-bottom: none;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
.side_bar_wrap > div {
  margin: 20px 0 0;
}
.side_bar_wrap .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side_bar_wrap .menu>li {
  border-bottom: 1px solid #e2dfd8;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.side_bar_wrap .menu>li::after,
.side_bar_wrap .menu>li::before {
  display: none;
}
.side_bar_wrap .menu>li>a {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 12px 0;
  position: relative;
  transition: 0.3s ease;
}
.side_bar_wrap .menu>li .sub-menu {
  display: none;
  padding: 0;
}
/*.side_bar_wrap .menu>li.open1 .sub-menu {
  display: block;
}*/
.side_bar_wrap .menu>li .sub-menu>li {
  /*background: url("../images/renew2025/icon_link_arrow1.svg") no-repeat left 0.4em / 6px 9px;*/
  background: none;
  font-weight: 400;
  margin-bottom: 0.95em;
  padding-left: 11px;
  position: relative;
}
.side_bar_wrap .menu>li .sub-menu>li:before {
  background: #3b90a6;
  content: "";
  display: block;
  font-weight: 400;
  height: 9px;
  left: -2px;
  mask-image: url(../images/renew2025/icon_link_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
  padding-left: 11px;
  position: absolute;
  top: 0.4em;
  width: 6px;
}
.local .side_bar_wrap .menu>li .sub-menu>li:before {
  background: #ab9b71;
}
.kenkyu .side_bar_wrap .menu>li .sub-menu>li:before {
  background: #447eb9;
}
.side_bar_wrap .menu>li .sub-menu .sub-menu {
  display: block;
  margin-top: 0.5em;
}
.side_bar_wrap.section .menu>li .sub-menu .sub-menu {
  display: none !important;
}
.side_bar_wrap.section .menu>li .sub-menu .open1 .sub-menu {
  display: block !important;
}
.side_bar_wrap .menu>li a {
  text-decoration: none;
}
.side_bar_wrap .menu>li>a:only-child:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s ease;
  width: 15px;
}
.kango1 .side_bar_wrap .menu>li>a:only-child:after {
  background: #ef9787;
  border-radius: 0;
  mask-image: url("../images/renew2025/icon_menu_arrow1.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.local .side_bar_wrap .menu>li>a:only-child:after {
  background: #ab9b71;
  border-radius: 0;
  mask-image: url("../images/renew2025/icon_menu_arrow1.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.kenkyu .side_bar_wrap .menu>li>a:only-child:after {
  background: #447eb9;
  border-radius: 0;
  mask-image: url("../images/renew2025/icon_menu_arrow1.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.side_bar_wrap .menu>li .pdf[target="_blank"] {
  background-image: none;
  line-height: 0 !important;
  padding: 0;
}
.side_bar_wrap .menu>li .pdf[target="_blank"]:after {
  background: #b4b4b4 !important;
  content: "";
  display: inline-block;
  height: 16px;
  line-height: 0 !important;
  width: 12px;
  margin: 0 0 0 9px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  mask-image: url(../images/renew2025/icon_pdf1.svg) !important;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.side_bar_wrap .menu .current_page_item > a,
.side_bar_wrap .menu .current > a {
  color: #3b90a6;
}
.local .side_bar_wrap .menu .current_page_item > a,
.local .side_bar_wrap .menu .current > a {
  color: #ab9b71;
}
.kenkyu .side_bar_wrap .menu .current_page_item > a,
.kenkyu .side_bar_wrap .menu .current > a {
  color: #447eb9;
}
.side_bar_wrap .menu > li > .blt1 {
  background: rgba(0,0,0,0);
  cursor: pointer;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.side_bar_wrap .menu > li > .blt1:after,
.side_bar_wrap .menu > li > .blt1:before {
  background: #44a1b9;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center center;
  transition: 0.3s ease;
  width: 13px;
}
.side_bar_wrap .menu > li.current .blt1:before,
.side_bar_wrap .menu > li.open1 .blt1:before,
.side_bar_wrap .menu > li.menu-item-has-children .blt1:before {
  transform: rotate(0deg) !important;
}
.side_bar_wrap .menu > li > .blt1:before,
.side_bar_wrap .menu > li.close1 .blt1:before {
  transform: rotate(90deg) !important;
}
.kango1 .side_bar_wrap .menu > li > .blt1:after,
.kango1 .side_bar_wrap .menu > li > .blt1:before {
  background: #ef9787;
}
.local .side_bar_wrap .menu > li > .blt1:after,
.local .side_bar_wrap .menu > li > .blt1:before {
  background: #ab9b71;
}
.kenkyu .side_bar_wrap .menu > li > .blt1:after,
.kenkyu .side_bar_wrap .menu > li > .blt1:before {
  background: #447eb9;
}

.side_bar_wrap+.contents {
  float: left;
  padding: 0;
  width: 68.75%;
}

#breadcrumbs {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 0.75rem;
  margin-bottom: 20px;
  padding-top: 20px;
}
#breadcrumbs a {
  color: #3b90a6;
  text-decoration: none;
}
#breadcrumbs strong {
  font-weight: 400;
}

.mainvisual {
  background: url("../images/renew2025/mv_bg1.jpg") no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 216px;
  /*margin: 20px calc(50% - 50vw) 80px;*/
  margin: 20px calc(50% - 50cqi) 80px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}
.archive .mainvisual {
  height: 216px;
  padding: 0 20px;
}
.mainvisual:before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 95px;
  left: 0;
  position: absolute;
  width: 44.35483871%;
}
.mainvisual .h1-style {
  color: #44a1b9;
  font-family: "Roboto", "BIZ UDMincho", serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1120px;
  order: 2;
  padding: 0;
  position: relative;
  width: 100%;
}
.mainvisual .h1-style::after {
  display: none;
}
.mainvisual .h1-style+p {
  font-family: "Roboto", "BIZ UDMincho", serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1120px;
  order: 1;
  position: relative;
  width: 100%;
}

.contents {
  padding: 0;
}

.contents img {
  height: auto;
  max-width: 100%;
}

.contents h2 {
  border-bottom: none;
  border-left: 4px solid #44a1b9;
  color: #3B3B3B;
  font-family: "Lexend", "BIZ UDGothic", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.571;
  margin: 100px 0 40px;
  padding: 0 0 0 19px;
  text-align: left;
}
.contents h2.cl1,
.local .contents h2 {
  border-left-color: #ab9b71;
}
.contents h2.cl2,
.kenkyu .contents h2 {
  border-left-color: #447eb9;
}
.r25_recruit_top h2 {
  font-family: "Roboto", "BIZ UDMincho", serif !important;
  font-weight: 400;
}
.kango1 h2 {
  border-left-color: #e97a66;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
.contents h2::before {
  display: none;
}
.contents h2::after {
  display: none;
}
.contents h2 a {
  color: #3C3C3C;
  text-decoration: none;
  transition: 0.3s ease;
}
.contents h2 a:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: -0.2em 0 0 9px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}
.kango1 h2 a:after {
  background: #e97a66;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.contents h3 {
  background: none;
  border-bottom: 1px solid #44a1b9;
  border-left: none;
  color: #3C3C3C;
  font-family: "Lexend", "BIZ UDGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 50px 0 30px;
  padding: 0 0 10px 0;
  text-align: left;
}
.local .contents h3 {
  border-bottom-color: #ab9b71;
}
.kenkyu .contents h3 {
  border-bottom-color: #447eb9;
}
.contents h3::before {
  display: none;
}
.contents h3::after {
  display: none;
}
.contents h2+h3 {
  margin: 50px 0 30px;
}
.contents h3 a {
  color: #3C3C3C;
  text-decoration: none;
  transition: 0.3s ease;
}
.contents h3 a:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 9px;
  position: relative;
  width: 15px;
}

.contents h4 {
  background: #f5f5f5;
  color: #3b3b3b;
  font-family: "Lexend", "BIZ UDGothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 50px 0 20px;
  padding: 10px 12px;
  text-align: left;
}
.contents h4::before {
  display: none;
}
.contents h3+h4 {
  margin: 50px 0 20px;
}
.contents h4 a {
  color: #3C3C3C;
  text-decoration: none;
  transition: 0.3s ease;
}
.contents h4 a:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 9px;
  position: relative;
  width: 15px;
}

.contents h5 {
  color: #3b3b3b;
  font-family: "Lexend", "BIZ UDGothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1.5em;
}
.contents * + h5 {
  margin-top: 3em;
}
.contents h5 a {
  color: #3C3C3C;
  text-decoration: none;
  transition: 0.3s ease;
}
.contents h5 a:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 9px;
  position: relative;
  width: 15px;
}

.contents h6 {
  color: #3b3b3b;
  font-family: "Lexend", "BIZ UDGothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 1.5em;
}
.contents * + h6 {
  margin-top: 3em;
}
.contents h6 a {
  color: #3C3C3C;
  text-decoration: none;
  transition: 0.3s ease;
}
.contents h6 a:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 9px;
  position: relative;
  width: 15px;
}

.contents p {
  color: #3C3C3C;
  font-size: 0.875rem;
  line-height: 1.714;
  margin-top: 0.75rem;
}
.contents h3+p {
  color: #3C3C3C;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
.contents h4+p {
  color: #3C3C3C;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
.contents h5+p {
  color: #3C3C3C;
  font-size: 0.875rem;
  margin-top: 0;
}
.contents h6+p {
  color: #3C3C3C;
  font-size: 0.875rem;
  margin-top: 0;
}

ul.nm {
  margin: 0 0 1em 0;
  padding: 0;
}
ul.nm li {
  margin-left: 1rem;
  padding-left: 0;
  list-style-type: disc;
  font-size: 0.875rem;
}
ul.nm li + li {
  margin-top: 0.75em;
}

.container a[target="_blank"]:after {
  content: "";
}
.container a[target="_blank"]:after {
  background: #b4b4b4;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 0 0 9px;
  width: 14px;
  mask-image: url(../images/renew2025/icon_newwin.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.container a[href$=".pdf"]:after {
  background: #b4b4b4;
  content: "";
  display: inline-block;
  height: 16px;
  width: 12px;
  margin: -0.2em 0 0 9px;
  position: relative;
  vertical-align: middle;
  mask-image: url(../images/renew2025/icon_pdf1.svg) !important;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.container a[href$=".xls"]:after,
.container a[href$=".xlsx"]:after {
  background: #b4b4b4;
  content: "";
  display: inline-block;
  height: 16px;
  width: 12px;
  margin: -0.2em 0 0 9px;
  position: relative;
  vertical-align: middle;
  mask-image: url(../images/renew2025/icon_xls1.svg) !important;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.container a[href$=".doc"]:after,
.container a[href$=".docx"]:after {
  background: #b4b4b4;
  content: "";
  display: inline-block;
  height: 16px;
  width: 12px;
  margin: -0.2em 0 0 9px;
  position: relative;
  vertical-align: middle;
  mask-image: url(../images/renew2025/icon_doc1.svg) !important;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.container a.pdf:after {
  background: #b4b4b4;
  content: "";
  display: inline-block;
  height: 16px;
  width: 12px;
  margin: -0.2em 0 0 9px;
  position: relative;
  vertical-align: middle;
  mask-image: url(../images/renew2025/icon_pdf1.svg) !important;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.container a[target="_blank"]:has(> img):after {
  display: none !important;
}

.contents .btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  margin: 45px 0 60px;
  padding: 0;
}
.contents h2 + .btnList,
.contents h3 + .btnList,
.contents h4 + .btnList,
.contents h5 + .btnList {
  margin-top: 0;
}
.contents .btnList>li {
  display: flex;
  list-style: none;
  min-height: 60px;
  margin: 0;
  padding: 0;
  width: auto;
}
.contents .btnList._1col>li {
  width: 100% !important;
}
.contents .btnList._2col>li {
  width:calc((100% - 10px) / 2) !important;
}
.contents .btnList._3col>li {
  width:calc((100% - 20px) / 3) !important;
}
.contents .btnList._4col>li {
  width:calc((100% - 30px) / 4) !important;
}
.contents .btnList._5col>li {
  width:calc((100% - 40px) / 5) !important;
}
.contents .btnList>li:not(.ctm1) a {
  background-color: #fff;
  border: 1px solid #e2dfd8;
  color: #3b3b3b !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 45px 10px 19px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transform: none;
  transition: 0.3s ease;
  width: 100% !important;
}
.contents .btnList.r>li a {
  border-radius: 30px;
}
.contents .btnList>li.ctm1 {
  background-color: #fff;
  border: 1px solid #e2dfd8;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 19px 10px 19px;
  position: relative;
  text-align: left;
}
.contents .btnList>li.ctm1 a {
  all: revert;
  color: #3b3b3b !important;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-align: left;
  text-decoration: none;
  transform: none;
  transition: 0.3s ease;
}
.contents .btnList>li:not(.ctm1) a:after {
  margin-top: -7px;
  position: absolute;
  right: 19px;
  top: 50%;
}
.contents .btnList>li a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".doc"]):not([href$=".docx"]):after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: block;
  height: 15px;
  top: 50%;
  width: 15px;
}
.kango1 .btnList>li a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".doc"]):not([href$=".docx"]):after {
  background: #ef9787;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.local .contents .btnList>li a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".doc"]):not([href$=".docx"]):after {
  background: #ab9b71;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.kenkyu .contents .btnList>li a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".doc"]):not([href$=".docx"]):after {
  background: #447eb9;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.contents .btnList>li a.pdf:after {
  margin-top: 0;
  position: relative;
  right: auto;
  top: auto;
}
.contents .btnList>li a:before {
  display: none;
}
.contents .btnList>li br {
  display: none;
}
.contents .btnList>li.cl1 a {
  border-color: #e23c3c;
  color: #e23c3c !important;
}
.contents .btnList>li.cl1 a:not([target="_blank"]):after {
  background: #e23c3c no-repeat center center / contain !important;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.contents .btnList>li a.thumb1 {
  padding: 0 45px 0 0;
}
.contents .btnList>li a.thumb1 > img {
  display: inline-block;
  height: 100px;
  margin-right: 19px;
  opacity: 1 !important;
  width: 100px;
}

.box.pt_thumbnail {
  border-bottom: 1px solid #e2dfd8;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em 2em;
  margin: 0 0 100px;
  padding: 0 0 1rem;
  width: 100%;
}
.contents .box.pt_thumbnail:after {
  display: none;
}
.contents .box.pt_thumbnail .block,
.contents .box.pt_thumbnail .block01 {
  background-color: transparent !important;
  border: none !important;
  height: auto !important;
  margin-bottom: 0;
  padding: 0 !important;
  width: auto !important;
}
.contents .box.pt_thumbnail.middle.rowwraptriple .block,
.contents .box.pt_thumbnail.middle.rowwraptriple .block01 {
  border: 2px solid #ccc !important;
}
.contents .box.pt_thumbnail .block p,
.contents .box.pt_thumbnail .block01 p {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  height: auto !important;
  left: auto !important;
  margin: 0 !important;
  position: relative !important;
  text-align: left !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
}
.contents .box.pt_thumbnail .block a,
.contents .box.pt_thumbnail .block01 p a {
  background-color: transparent !important;
  border: none !important;
  color: #3b3b3b !important;
  height: auto !important;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
  width: auto !important;
}
.contents .box.pt_thumbnail .block a:after,
.contents .box.pt_thumbnail .block01 a:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 15px;
  margin: -0.2em 0 0 9px;
  position: relative;
  transform: rotate(90deg);
  transition: 0.3s ease;
  vertical-align: middle;
  width: 15px;
}
.local .contents .box.pt_thumbnail .block a:after,
.local .contents .box.pt_thumbnail .block01 a:after {
  background: #ab9b71;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.kenkyu .contents .box.pt_thumbnail .block a:after,
.kenkyu .contents .box.pt_thumbnail .block01 a:after {
  background: #447eb9;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.contents .box.pt_thumbnail .block a:has(.thumbnail):after,
.contents .box.pt_thumbnail .block01 a:has(.thumbnail):after {
  display: none;
}
.contents .box.pt_thumbnail .block a i,
.contents .box.pt_thumbnail .block01 a i {
  display: none;
}
.contents .box.pt_thumbnail .block01 p a:before {
  display: none;
}
.contents .box.pt_thumbnail .block br,
.contents .box.pt_thumbnail .block01 br {
  display: none;
}
.contents .box.pt_thumbnail.cl1 .block a:after,
.contents .box.pt_thumbnail.cl1 .block01 a:after {
  background: #ab9b71;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.contents .box.pt_thumbnail .block a[target="_blank"]:after {
  background: #b4b4b4 !important;
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 14px;
  margin: -0.3em 0 0 9px;
  width: 14px;
  mask-image: url(../images/renew2025/icon_newwin.svg) !important;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
  transform: rotate(0deg);
}

.contents table {
  border: none;
  border-top: 1px solid #E2DFD8;
  font-size: 0.875rem;
  margin: 1em auto 0;
  width: 100%;
}
.contents table th {
  background: #f0f0f0;
  font-weight: 700;
  padding: 13px 20px;
  border: none;
  border-bottom: 1px solid #E2DFD8;
  border-right: 1px solid #E2DFD8;
  line-height: 1.286;
  text-align: left;
  vertical-align: top;
}
.contents table thead th {
  background-color: #f0f0f0;
  text-align: center;
}
.contents table thead td {
  border-right: 1px solid #E2DFD8;
}
.contents table th + th:last-child {
  border-right: none;
}
.contents table thead th:not(:first-child):last-child {
  border-right: none;
}
.contents table td {
  padding: 13px 20px;
  border-right: 1px solid #e2dfd8;
  border-bottom: 1px solid #E2DFD8;
  border-left: none;
  line-height: 1.286;
  vertical-align: middle;
}
/*.contents table td:first-child {
  border-left: none;
}*/
.contents table td > :only-child {
  margin-bottom: 0;
}
.contents table tr td:not([rowspan]):only-child {
  border-right: none;
}
.contents table tr td:not(:first-child):last-child {
  border-right: none;
}

.column-1 {
    text-align: center!important;
    font-size: 0.875rem;
    width: 4%;
    padding: .5em .05em!important
}
.column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
    width: 8.72%;
    text-align: center !important;
    font-size: 0.875rem;
    padding: .2em .05em !important;
}

.tablepress td {
  height: 44px;
}
.tablepress>:where(tbody)>.odd>* {
    background-color: #fff;
    color: #000;
}
.tablepress>:where(tbody)>.even>* {
    background-color: #fafafa;
    color: #000;
}

.contents .box.default {
  background-color: transparent;
  border: 1px solid #e2dfd8;
  padding: 30px;
}

div.memo-box {
  background-color: transparent;
  border: 1px solid #e2dfd8;
  padding: 30px;
  margin: 30px 0 40px;
}

.box_faq {
  background: none;
  border: 1px solid #e2dfd8;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 20px 35px 20px 30px;
  position: relative;
}
.box_faq .question {
  position: relative;
}
.box_faq .question p {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 15px;
}
.box_faq .answer {
  padding-top: 20px;
}
.box_faq .answer p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding-right: 0;
}
.box_faq .question:after,
.box_faq .question:before {
  background: #44a1b9;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform-origin: center center;
  transition: 0.3s ease;
  width: 15px;
}
.box_faq .question:before {
  transform: rotate(90deg) !important;
}
.box_faq .question:has(+ [style="display: block;"]):before {
  transform: rotate(0deg) !important;
}

.label {
  color: #fff;
  min-width: 100px;
  text-align: center;
  padding: 3px 5px;
  border-radius: 4px;
}
.label.label-news {
  background-color: #4dc4d6;
}
.label.label-recruit {
  background-color: #f8a2cb;
}
.label.label-attention {
  background-color: #e23c3c;
}
.label.label-event {
  background-color: #ecab44;
}
.label.label-relese {
  background-color: #4593c9;
}
.label.label-research {
  background-color: #447eb9;
}

iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.contents .numberList {
  counter-reset: li;
  list-style: none !important;
  margin: 0 0 1em 0 !important;
  padding: 0;
}
.contents .numberList > li::before {
  content:counter(li) ".";
  counter-increment: li;
  font-weight: 700;
  margin-right: 0.5em;
}
.contents .numberList li {
  font-size: 1rem;
  list-style: none !important;
  margin: 0 0 0.9em !important;
  padding: 0 0 0 1.3em !important;
  text-indent: -1.3em;
}

.eq {
  background: #e23c3c;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: -0.2em 5px 0;
  padding: 0 0.8em;
  position: relative;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
}

hr {
  background-color: transparent;
  border: none !important;
  border-top: 1px solid #e2dfd8;
  margin: 55px 0;
  padding: 0;
}

#form-local dl {
  border: none !important;
  border-top: 1px solid #e2dfd8 !important;
  display: flex;
  padding: 25px 0;
}
/*#form-local dl + dl {
  margin-top: 50px;
}*/
#form-local dt {
  background: transparent;
  border: none;
  color: #3b3b3b;
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 10px 10px 0;
  position: relative;
  width: 250px;
}
#form-local dt:after {
  display: none;
}
#form-local dt .eq {
  margin: 0;
  position: absolute;
  right: 40px;
  top: 10px;
}
#form-local dt:has(.eq) {
  padding-right: 90px;
}
#form-local dd {
  background: transparent;
  border: none;
  color: #3b3b3b;
  display: flex;
  /*align-items: flex-start;*/
  flex: 1;
  font-size: 0.875rem;
  margin: 0;
  padding: 0 0;
  position: relative;
  width: 100%;
}
#form-local dd input, #form-local dd button, #form-local dd textarea, #form-local dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
#form-local dd input {
  background: #f5f5f5;
  border: 1px solid #e2dfd8;
  border-radius: 4px;
  height: 40px;
  margin-right: 0.3em;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
#form-local dd input:not([type="radio"]):not([type="checkbox"]) {
  padding: 0 16px;
}
#form-local dd input::placeholder {
  color: #b6b5b0;
  opacity: 1;
}
#form-local dd select {
  background: #f5f5f5 url("../images/renew2025/icon_menu_d_arrow1.svg") no-repeat right 15px center / 15px 15px;
  border: 1px solid #e2dfd8;
  border-radius: 4px;
  height: 40px;
  padding: 0 30px 0 16px;
  width: 100%;
}
#form-local dd select::-ms-expand {
  display: none;
}
#form-local dd p {
  margin: 0;
}
#form-local dd input[type="checkbox"] {
  appearance: revert;
  background: revert;
  border: revert;
  border-radius: revert;
  height: revert;
  margin: 0 9px 0 0;
  padding: revert;
  width: revert;
}
#form-local dd textarea,
#form-local dd .form_textarea textarea {
  background: #f5f5f5;
  border: 1px solid #e2dfd8;
  border-radius: 4px;
  height: 251px;
  overflow-y: auto;
  padding: 15px 16px;
  width: 100%;
}
#form-local dd .form_textarea:after {
  display: none;
}
#form-local dd textarea::placeholder {
  color: #b6b5b0;
  opacity: 1;
}
#form-local dd .form_textarea textarea::placeholder {
  color: #b6b5b0;
  opacity: 1;
}
#form-local dd .full {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}
#form-local dd .full > *:has(input) {
  margin-right: 0.4em;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align:right;
}

.none{
	display: none;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.fclear{
	clear: both;
}

.requiredSubject01 {
	background-color: #f1c2ff;
}
.requiredSubject02 {
	background-color: #ffc96f;
}
.electiveSubject {
	background-color: #b5cce8;
}
.tbl_highlightColor {
	background-color: #FFCC66;
}

.bgBox {
  background-color: transparent;
  border: 1px solid #e2dfd8;
  padding: 30px;
  margin: 30px 0 40px;
}

#research_activity .contents dl.ttl01 {
    line-height: 1.5;
    padding: 0 0 0 120px;
    position: relative;
    font-family: 'Noto Sans Japanese';
    font-weight: bold;
    margin: 30px 0 10px;
    font-size: 20px;
    text-align: left;
}
#research_activity .contents dl.ttl01:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 12px;
    height: 12px;
    background: #019fc2;
    border-radius: 50%;
}
#research_activity .contents dl.ttl01 dt {
    font-size: 1rem;
    position: absolute;
    top: 5px;
    left: 1em;
    padding: 0;
    width: 110px;
}
#research_activity .contents dl.ttl01 dd {
    padding: 0;
}
#research_activity .photo {
    margin: 5px 0 20px 20px;
    float: right;
    margin-left: 20px;
    width: 120px;
}

.col01{
width:45%;
}
.col02{
width:50%;
}

.tablepress>:where(thead,tfoot)>tr>* {
  background-color: #f0f0f0 !important;
}

/*.bn_btn_cardiovascular_surgery>a[href$=".pdf"]:after {
  display: none !important;
}*/

.wp-caption p.wp-caption-text {
  font-size: 0.875rem;
}

#education-body .wp-caption p.wp-caption-text {
  font-size: 0.875rem;
}

.contents .box.pt_thumbnail .block .thumbnail {
  background-color: transparent;
}

.contents .box.pt_thumbnail .block .thumbnail a:has(img):after,
.contents .box.pt_thumbnail .block01 .thumbnail a:has(img):after {
  display: none;
}

#sanka-top .box.pt_thumbnail.submenu {
  align-items: revert;
  gap: 2em 30px;
  border-bottom: none;
  padding-bottom: 0;
}
#sanka-top .box.pt_thumbnail.submenu .block {
  border-bottom: 1px solid #E2DFD8 !important;
  width: calc(33.3333% - 20px) !important;
}
#sanka-top .box.pt_thumbnail.submenu .block .submenutitle {
  height: auto;
  justify-content: flex-start;
  margin-bottom: 0.7em;
}
#sanka-top .box.pt_thumbnail.submenu .block .post_detail {
  border-bottom: none;
  height: auto;
  padding-bottom: 20px;
  padding-left: 0;
}
#sanka-top .box.pt_thumbnail.submenu .block .post_detail .fa-ul {
  font-size: 0.875rem !important;
  margin-left: 1.4em !important;
}
.contents #sanka-top .box.pt_thumbnail.submenu .block a:after {
  transform: rotate(0deg);
}
.container .bn_btn_cardiovascular_surgery>a::after {
  background: none !important;
  content: "" !important;
  display: block !important;
  border: solid 1px #fff;
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  mask: none !important;
  margin: 0 !important;
  top: 10px;
  left: 10px;
  position: absolute !important;
}

.information-outline .tab-content section>ul>li a {
  color: #3b3b3b !important;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .dropdown-menu li {
  margin: 0;
}

.category_link ul li a {
  text-decoration: none;
}

.tab-content.shadow-top {
  box-shadow: none !important;
}

.contents div:not([class=category_link]) ul:not([class]) li {
  padding-left: 0;
}

/*
  既存スタイル上書き ここまで
*/



.lexend {
  font-family: "Lexend", sans-serif !important;
}

.biz-udgothic {
  font-family: "BIZ UDGothic", sans-serif !important;
}

.biz-udmincho {
  font-family: "Roboto", "BIZ UDMincho", serif !important;
  font-weight: 400;
}

.roboto {
  font-family: "Roboto Serif", serif !important;
}

#r25_header {
  background: #fff;
  /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);*/
  display: flex;
  align-items: flex-start;
  height: 80px;
  margin: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
#r25_header:after {
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
  background-blend-mode: multiply;
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#r25_header h1 {
  line-height: 0;
  margin: 20px 0 0 40px;
}
#r25_header h1 a {
  text-decoration: none;
  transition: 0.4s;
}
#r25_header .nav_block1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  margin: 0 20px 0 auto;
}
#r25_header .nav_info1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 10px;
}
#r25_header .nav_info1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.75rem;
}
#r25_header .nav_info1 ul li:not(:last-child):after {
  color: #b4b4b4;
  content: "｜";
}
#r25_header .nav_info1 ul a {
  color: #3b3b3b;
  padding: 0 1em;
  text-decoration: none;
  transition: 0.3s ease;
}
#r25_header .nav_info1 .btn1 {
  background: #fff;
  border: 1px solid #e2dfd8;
  border-radius: 4px;
  color: #3b3b3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0 10px;
  text-decoration: none;
  transition: 0.3s ease;
}
#r25_header .nav_main1 {
  margin-top: auto;
}
#r25_header .nav_main1 > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
#r25_header .nav_main1 > ul > li {
  height: 38px;
  margin: 0;
}
#r25_header .nav_main1 > ul > li > a {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #3c3c3c;
  display: block;
  line-height: 24px;
  padding: 0 15px;
  text-decoration: none;
  transition: 0.3s ease;
}
#r25_header .nav_main1 > ul > li > a.cl {
  color: #fff;
}
#r25_header .nav_main1 > ul > li > a.cl1 {
  background-color: #ab9b71;
  border-color: #ab9b71;
}
#r25_header .nav_main1 > ul > li > a.cl2 {
  background-color: #447eb9;
  border-color: #447eb9;
}
#r25_header .nav_main1 > ul > li > a.cl3 {
  background-color: #787878;
  border-color: #787878;
}
#r25_header .nav_main1 > ul > li > .blt1 {
  display: none;
}
#r25_header .nav_main1 .child_menu1 {
  background: #fff;
  /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);*/
  left: 0;
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
#r25_header .nav_main1 .child_menu1 .inner1 {
  padding: 30px 20px 33px;
  margin: auto;
  max-width: 1120px;
  width: 100%;
}
#r25_header .nav_main1 .child_menu1 h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
#r25_header .nav_main1 .child_menu1 * + h2 {
  margin-top: 2.5em;
}
#r25_header .nav_main1 .child_menu1 h2 a {
  color: #3c3c3c;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
}
#r25_header .nav_main1 .child_menu1 h2 a:after {
  background: #fff url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 14px;
  position: relative;
  width: 15px;
}
#r25_header .nav_main1 .child_menu1 .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.7037037%;
  font-size: 0.875rem;
  line-height: 1.57142857;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
#r25_header .nav_main1 .child_menu1 .sub-menu li {
  border-bottom: 1px solid #e2dfd8;
  display: flex;
  margin: 0;
  width: 22.22222222%;
}
#r25_header .nav_main1 .child_menu1 .sub-menu li a {
  color: #3c3c3c;
  display: flex;
  align-items: center;
  padding: 19px 15px 19px 0;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
#r25_header .nav_main1 .child_menu1 .sub-menu li a:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s ease;
  width: 15px;
}
#r25_header .nav_main1 .child_menu1 .sub-menu ul {
  display: none;
}
#r25_header .search_block1 {
  width: 60px;
}
#r25_header .search_block1 .search_btn1 {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 60px;
}
#r25_header .search_block1 .search_btn1:before {
  background: url("../images/renew2025/icon_magnifying_glass.svg") no-repeat center top / 27px 27px;
  content: "";
  height: 33px;
  transition: 0.3s ease;
  width: 100%;
}
#r25_header .search_block1 .search_btn1 span {
  font-size: 12px;
  text-align: center;
}
#r25_header .search_block1 .search_btn1 span.txt2 {
  display: none;
}
#r25_header .search_block1 .child_menu1 {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  justify-content: center;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
#r25_header .search_block1 .child_menu1 .inner1 {
  display: flex;
  justify-content: center;
  padding: 55px 20px;
  width: 100%;
}
#r25_header .search_block1 .child_menu1 .block1 {
  margin: auto;
  max-width: 560px;
  position: relative;
  width: 100%;
}
#r25_header .search_block1 .child_menu1 .block1 input[type="text"] {
  appearance: none;
  background: #f0f0f0;
  border: 1px solid #e0ddd8;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 400;
  height: 60px;
  padding: 0 80px 0 39px;
  width: 100%;
}
#r25_header .search_block1 .child_menu1 .block1 input[type="text"]::placeholder {
  color: #b6b5b0;
  opacity: 1;
}
#r25_header .search_block1 .child_menu1 .block1 input[type="submit"] {
  appearance: none;
  background: transparent url("../images/renew2025/icon_magnifying_glass.svg") no-repeat left 14px center / 28px 28px;
  border: none;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  height: 60px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease;
  width: 80px;
}

#r25_footer {
  background-color: rgba(255,255,255,1);
  clear: both;
  margin: 85px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#r25_footer > .inner1 {
  margin: auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}
#r25_footer .inner1:before {
  border: solid #e2dfd8;
  border-width: 1px 0;
  content: "";
  display: block;
  height: 6px;
  margin: 0 0 40px;
  width: calc(100% - 46px);
}
#r25_footer .container1 {
  display: flex;
}
#r25_footer .container1 .block1 {
  flex: 1;
}
#r25_footer .container1 .block1 h2 {
  color: #74797b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  margin: 0 0 20px;
  text-align: left;
}
#r25_footer .container1 .block1 p {
  color: #74797b;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}
#r25_footer .container1 .block2 {
  margin-left: auto;
  padding: 0 9px 8px;
  width: 367px;
}
#r25_footer .container1 .block2 dl {
  color: #3c3c3c;
  line-height: 1.75;
  margin-bottom: 10px;
}
#r25_footer .container1 .block2 dl dt {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
#r25_footer .container1 .block2 dl dd {
  margin: 0;
}
#r25_footer .container1 .block2 .data1 dd {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
#r25_footer .container1 .block2 dd a {
  color: #3b90a6;
  font-weight: 400;
}
#r25_footer .container1 .block2 .data1 dd span {
  font-weight: 600;
}
#r25_footer .container1 .block2 .data1 dd a {
  font-size: 12px;
}
#r25_footer .container1 .block2 .data2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#r25_footer .container1 .block2 .data2 .txt1 {
  font-size: 14px;
}
#r25_footer .container1 .block2 .data2 .txt2 {
  font-size: 12px;
}
#r25_footer .container1 .block3 {
  border-left: 1px solid #e2dfd8;
  padding-left: 45px;
}
#r25_footer .container1 .block3 ul {
  font-size: 14px;
  line-height: 2.57142857;
  list-style: none;
  margin: -0.7em 0 0;
  padding: 0;
}
#r25_footer .container1 .block3 ul a {
  color: #74797b;
  text-decoration: none;
  transition: 0.3s ease;
}
#r25_footer .container1 .block3 ul a[target="_blank"]:after {
  background: url("../images/renew2025/icon_newwin.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 0 0 5px;
  width: 14px;
}
#r25_footer .container2 {
  display: flex;
  align-items: center;
  margin: 44px 0 0;
}
#r25_footer .container2 .block1 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex: 1;
}
#r25_footer .container2 .block1 a {
  text-decoration: none;
  transition: 0.4s ease;
}
#r25_footer .container2 .block1 .certification_mark {
  height: 50px;
  width: auto;
}
#r25_footer .container2 .block1 .bnr_hospirate {
  height: 48px;
  width: auto;
}
#r25_footer .container2 .block1 {
  margin-left: auto;
}
#r25_footer .list_sns1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#r25_footer .list_sns1 img {
  height: 25px;
  width: 25px;
}
#r25_footer .list_sns1 a {
  text-decoration: none;
  transition: 0.4s ease;
}
#r25_footer .container3 {
  border-top: 1px solid #e2dfd8;
  margin: 29px 0 0;
  padding: 25px 0;
}
#r25_footer .container3 .copyright1 {
  color: #74797b;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}

#r25_fixed_information1 {
  background: #44a1b9;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  color: #fff;
  position: fixed;
  right: -403px;
  top: 180px;
  transition: 0.5s ease;
  width: 453px;
  z-index: 10;
}
#r25_fixed_information1 .inner1 {
  display: flex;
}
#r25_fixed_information1 .inner1 .hd1 {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 14px 0;
  width: 50px;
}
#r25_fixed_information1 .inner1 .hd1 img {
  display: block;
  height: 25px;
  margin: 0 auto 7px;
  width: 25px;
}
#r25_fixed_information1 .inner1 .hd1 h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  width: 25px;
}
#r25_fixed_information1 .inner1 .hd1 .blt1 {
  border: 1px solid #a5dae8;
  border-radius: 50%;
  display: block;
  height: 25px;
  margin: 28px auto auto;
  position: relative;
  transform-origin: center;
  transition: 0.3s ease;
  width: 25px;
}
html.r25_fixed_information1_open #r25_fixed_information1 .inner1 .hd1 .blt1 {
  transform: rotate(45deg);
}
#r25_fixed_information1 .inner1 .hd1 .blt1:after,
#r25_fixed_information1 .inner1 .hd1 .blt1:before {
  background: #a5dae8;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: 0.3s ease;
  width: 13px;
}
#r25_fixed_information1 .inner1 .hd1 .blt1:after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
#r25_fixed_information1 .inner1 .hd1 .blt1:before {
  transform: translateX(-50%) translateY(-50%);
}
#r25_fixed_information1 .inner1 .cnt1 {
  flex: 1;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 20px 40px 20px 0;
  transition: 0.3s ease;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 {
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li {
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 67px;
  padding: 10px 0;
  width: 50%;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li:nth-child(odd) {
  border-right: 1px solid #fff;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li a .icon {
  margin: auto;
  width: 46px;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li a .icon img {
  display: inline-block;
  height: 46px;
  margin-left: -6px;
  opacity: 1 !important;
  width: 46px;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li a .txt1 {
  flex: 1;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li:nth-child(odd)  {
  border-right: 1px solid #fff;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li:nth-child(even) {
  padding-left: 15px;
}
#r25_fixed_information1 .inner1 .cnt1 .list1 li a[target="_blank"] .txt1:after {
  background: #a5dae8 no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 0 0 5px;
  width: 14px;
  mask-image: url(../images/renew2025/icon_newwin.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
#r25_fixed_information1 .inner1 .cnt1 .list2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
#r25_fixed_information1 .inner1 .cnt1 .list2 li {
  margin: 0;
  min-width: 23.79603399%;
  text-align: center;
}
#r25_fixed_information1 .inner1 .cnt1 .list2 li a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
#r25_fixed_information1 .inner1 .cnt1 .list2 li a .icon {
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 46px;
}
#r25_fixed_information1 .inner1 .cnt1 .list2 li a .icon img {
  display: block;
  height: 46px;
  opacity: 1 !important;
  width: 46px;
}
#r25_fixed_information1 .inner1 .cnt1 .list2 li a .txt1 {
  display: block;
  margin-top: 10px;
}
#r25_fixed_information1 .inner1 .cnt1 .list2 li a[target="_blank"] .txt1:after {
  background: #a5dae8 no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 0 0 5px;
  width: 14px;
  mask-image: url(../images/renew2025/icon_newwin.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.r25_header_cat_subtitle1 {
  color: #ab9b71;
  font-family: "Lexend", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 10px 0 0;
}

.r25_mainvisual1 {
  background: #f1fbfe;
  display: flex;
  height: 400px;
  /*margin: 20px calc(50% - 50vw) 75px;*/
  margin: 20px calc(50% - 50cqi) 75px;
  padding: 0 20px;
  position: relative;
}
.r25_mainvisual1.sub1 {
  height: 216px;
}
.r25_mainvisual1 > div.bg1 {
  background: no-repeat center center / cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 55.64516129%;
}
.r25_mainvisual1 > div.bg1 picture {
  display: block;
  height: 100%;
  width: 100%;
}
.r25_mainvisual1 > div.bg1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.r25_mainvisual1 > div.body1 {
  margin: auto;
  max-width: 1120px;
  width: 100%;
}
.r25_mainvisual1 h1 {
  color: #44a1b9;
  font-family: "Roboto", "BIZ UDMincho", serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.r25_mainvisual1 p {
  color: #ab9b71;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 4px;
}
.r25_mainvisual1 .e {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}
.r25_mainvisual1.cl2 {
  background-color: #447eb9;
}
.r25_mainvisual1.cl2 h1 {
  color: #fff;
}
.r25_mainvisual1.cl2 p {
  color: #fff;
}
.r25_mainvisual1.cl1,
.local .r25_mainvisual1 {
  background-color: #ab9b71;
}
.r25_mainvisual1.cl1 h1,
.local .r25_mainvisual1.cl1 h1 {
  color: #fff;
}
.r25_mainvisual1.cl1 p,
.local .r25_mainvisual1.cl1 p {
  color: #fff;
}

.r25_mainvisual2 {
  background: url("../images/renew2025/mv_bg1.jpg") no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 216px;
  /*margin: 20px calc(50% - 50vw) 80px;*/
  margin: 20px calc(50% - 50cqi) 80px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}
.r25_mainvisual2 > div.bg1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.r25_mainvisual2 > div.bg1 picture {
  display: block;
  height: 100%;
  width: 100%;
}
.r25_mainvisual2 > div.bg1 img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
.r25_mainvisual2 > div.body1 {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  width: 100%;
}
.r25_mainvisual2 > div.body1 > div {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 490px;
  min-height: 80px;
  min-width: 490px;
  padding: 32px 2.1rem 0 0;
  position: relative;
}
.r25_mainvisual2 > div.body1 > div:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -300%;
  position: absolute;
  top: 0;
  width: 300%;
}
.r25_mainvisual2 h1 {
  color: #44a1b9;
  font-family: "Roboto", "BIZ UDMincho", serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.r25_mainvisual2 p {
  font-family: "Roboto", "BIZ UDMincho", serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

.r25_accordion1 {
  background: none;
  border: 1px solid #e2dfd8;
  margin-bottom: 30px;
  position: relative;
  transition: background-color 0.3s ease;
}
.r25_accordion1 .head1 {
  cursor: pointer;
  padding: 20px 35px 20px 30px;
  position: relative;
  transition: 0.3s ease;
}
.r25_accordion1 .head1:has(p > a) {
  padding: 0;
}
.r25_accordion1 .head1:has(+ .body1):after,
.r25_accordion1 .head1:has(+ .body1):before {
  background: #44a1b9;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform-origin: center center;
  transition: 0.3s ease;
  width: 15px;
}
.local .r25_accordion1 .head1:after,
.local .r25_accordion1 .head1:before {
  background: #ab9b71;
}
.kenkyu .r25_accordion1 .head1:after,
.kenkyu .r25_accordion1 .head1:before {
  background: #447eb9;
}
.r25_accordion1 .head1:before {
  transform: rotate(90deg) !important;
}
.r25_accordion1 .head1.open:before {
  transform: rotate(0deg) !important;
}
.r25_accordion1 .head1 p {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  transition: 0.3s ease;
}
.r25_accordion1 .head1 p > a {
  display: block;
  padding: 20px 0 20px 30px;
  position: relative;
}
.r25_accordion1 .head1:has(+ .body1) p > a {
  margin-right: 50px;
}
.r25_accordion1 .head1:not(:has(+ .body1)) p > a:after {
  background: #fff;
  content: "";
  display: block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s ease;
  vertical-align: middle;
  width: 15px;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.r25_accordion1 .body1 {
  display: none;
  padding: 0 30px 20px;
}
.r25_accordion1 .body1 p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding-right: 0;
}
.r25_accordion1 .body1 .menu li {
  background: none;
  font-weight: 400;
  margin-bottom: 0.95em;
  padding-left: 11px;
  position: relative;
}
.r25_accordion1 .body1 .menu li:last-child {
  margin-bottom: 0;
}
.r25_accordion1 .body1 .menu li:before {
  background: #3b90a6;
  content: "";
  display: block;
  font-weight: 400;
  height: 9px;
  left: -2px;
  mask-image: url(../images/renew2025/icon_link_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
  padding-left: 11px;
  position: absolute;
  top: 0.4em;
  width: 6px;
}
.r25_accordion1 .body1 .menu li a {
  text-decoration: none;
}
.r25_accordion1.cl1 {
  border-color: #44a1b9;
  margin-bottom: 10px;
}
.r25_accordion1.cl1 .head1 {
  background-color: #44a1b9;
  padding: 15px 35px 15px 20px;
}
.r25_accordion1.cl1 .head1:has(p > a) {
  padding: 0;
}
.r25_accordion1.cl1 .head1 p {
  color: #fff;
  font-weight: 400;
}
.r25_accordion1 .head1 p > a {
  color: #fff;
  padding: 15px 0 15px 20px;
  text-decoration: none;
}
.r25_accordion1.cl1 .head1:after,
.r25_accordion1.cl1 .head1:before {
  background: #fff;
  right: 20px;
}
.r25_accordion1.cl1 .body1 {
  padding-top: 20px;
}

.r25_row1 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 3rem 0;
  width: 100%;
}
.r25_row1 > div {
  width: calc(50% - 25px);
}
.r25_row1._col4 {
  gap: 27px;
}
.r25_row1._col4 > div {
  width: calc(25% - 20.25px);
}
.r25_row1 * + p {
  margin-top: 1em;
  padding-bottom: 0 !important;
}
.r25_row1 p + p {
  margin-top: 1.8em;
}

.r25_cnt1 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 3rem 0;
  width: 100%;
}
.r25_cnt1 > div:nth-child(odd) {
  flex: 1;
}
.r25_cnt1 > div:nth-child(even) {
  width: 220px;
}
.r25_cnt1 p {
  margin-top: 0;
}
.r25_cnt1 .t1 {
  font-size: 0.75rem;
  line-height: 1.7;
  margin: 1.4em 0 0.7em;
}
.r25_cnt1 .t2 {
  font-size: 0.875rem;
  margin: 0;
}
.r25_cnt1 .t2 strong {
  font-size: 1rem;
}

.r25_btns1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin: 2.5rem 0;
}
.r25_r_btn1 {
  appearance: none;
  background: #44a1b9;
  border: 1px solid #44a1b9;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  min-height: 60px;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
}
.local .r25_r_btn1 {
  background: #ab9b71;
  border-color: #ab9b71;
  color: #fff;
}
.kenkyu .r25_r_btn1 {
  background: #447eb9;
  border-color: #447eb9;
  color: #fff;
}
.r25_r_btn1:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.r25_r_btn1.w1 {
  width: 250px;
}
.r25_r_btn1.wa {
  padding: 0 18px 0 48px;
  width: auto;
}
.kango1 .r25_r_btn1 {
  background: #ef9787;
  border-color: #ef9787;
}
.r25_r_btn1:after {
  background: url("../images/renew2025/icon_menu_arrow3.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 9px;
  width: 15px;
}
.r25_r_btn1.w1:after {
  margin-top: -7px;
  position: absolute;
  right: 23px;
  top: 50%;
}
.r25_r_btn1.wa:after {
  height: 14px;
  margin-left: 16px;
  width: 14px;
}
.r25_r_btn1[target="_blank"]:after {
  background: #fff !important;
}
.r25_r_btn1[href$=".pdf"]:after {
  background: #fff !important;
}
.r25_r_btn1[href$=".xls"]:after,
.r25_r_btn1[href$=".xlsx"]:after {
  background: #fff !important;
}
.r25_r_btn1[href$=".doc"]:after,
.r25_r_btn1[href$=".docx"]:after {
  background: #fff !important;
}

.r25_news_list1 {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.r25_news_list1 li {
  background-image: repeating-linear-gradient(90deg, #c8c5bf, #c8c5bf 1px, transparent 1px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 19px 0;
}
.r25_news_list1 li:first-child {
  padding-top: 0;
}
.r25_news_list1 li:last-child {
  background-image: none;
}
.r25_news_list1 .date1 {
  color: #787878;
  font-weight: 300;
  width: 5.6875rem;
}
.r25_news_list1 .labels1 {
  line-height: 1.2;
  margin-right: 20px;
  width: 8rem;
}
.r25_news_list1 .labels1 .label {
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 4px 5px;
}
.r25_news_list1 .copy1 {
  font-weight: 300;
  flex: 1;
}
.r25_news_list1 a {
  color: #3b3b3b;
  text-decoration: none;
  transition: 0.3s ease;
}

.r25_pagination1 {
  display: flex;
  justify-content: center;
}
* + .r25_pagination1 {
  margin-top: 65px;
}
.r25_pagination1 ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  font-family: "Lexend", sans-serif;
  font-size: 0.875rem !important;
  font-weight: 300;
  line-height: 0;
  margin: 0 auto !important;
  padding: 0 55px !important;
  position: relative;
}
.r25_pagination1 li {
  list-style: none !important;
  margin: 0 !important;
}
.r25_pagination1 li.next,
.r25_pagination1 li.prev {
  position: absolute;
  top: 0;
}
.r25_pagination1 li.next {
  right: 0;
}
.r25_pagination1 li.prev {
  left: 0;
}
.r25_pagination1 li a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  width: 35px;
}
.r25_pagination1 li:not(.next):not(.prev) a {
  border-radius: 50%;
  color: #74797b;
}
.r25_pagination1 li.active:not(.next):not(.prev) a {
  background-color: #44a1b9 !important;
  color: #fff;
}
.r25_pagination1 li.next a,
.r25_pagination1 li.prev a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.r25_pagination1 li.next a {
  padding-right: 5px;
}
.r25_pagination1 li.prev a {
  padding-left: 5px;
}
.r25_pagination1 li.next a:before,
.r25_pagination1 li.prev a:before {
  border: solid #44a1b9;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}
.r25_pagination1 li.next a:before {
  transform: rotate(45deg);
}
.r25_pagination1 li.prev a:before {
  transform: rotate(-135deg);
}
.r25_pagination1 li.next.disabled a,
.r25_pagination1 li.prev.disabled a {
  pointer-events: none;
}
.r25_pagination1 li.next.disabled a:before,
.r25_pagination1 li.prev.disabled a:before {
  border-color: #ebe9e4;
}

.r25_post_wrap .post_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 20px;
}
.r25_post_wrap .post_header .date1 {
  color: #787878;
  font-size: 0.875rem;
  font-weight: 300;
}
.r25_post_wrap .post_header .label {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
  min-width: 8rem;
}
.r25_post_wrap .post_title {
  color: #3c3c3c;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
}
.r25_post_wrap .post_title:after {
  display: none;
}
.r25_post_wrap .post_inner {
  background-image: repeating-linear-gradient(90deg, #c8c5bf, #c8c5bf 1px, transparent 1px, transparent 5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  margin: 30px 0 100px;
  padding: 15px 0 0;
}
.r25_post_wrap * + figure,
.r25_post_wrap * + img {
  margin-top: 3rem;
}

.r25_sns_share1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.r25_sns_share1 img {
  height: 21px;
  width: 21px;
}
.r25_sns_share1 a {
  text-decoration: none;
  transition: 0.4s ease;
}
.r25_sns_share1 a:after {
  display: none !important;
}

.r25_data1 {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
.r25_data1 .t1 {
  font-size: 1.25rem;
  font-weight: 700;
}
.r25_data1 small {
  font-size: 0.75rem;
}

.r25_ug1 {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.r25_ug1 > .btn1 {
  background: #f1fbfe;
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  text-decoration: none;
  width: 140px;
}
.r25_ug1 > .btn1 .icon1 {
  background: #44a1b9 no-repeat center center / contain;
  height: 75px;
  width: 75px;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.r25_ug1 > .btn1 .icon_i_stethoscope1 {
  mask-image: url(../images/renew2025/icon_i_stethoscope1.svg);
}
.r25_ug1 > .btn1 .icon_i_re1 {
  mask-image: url(../images/renew2025/icon_i_re1.svg);
}
.r25_ug1 > .btn1 .txt1 {
  font-size: 1.25rem;
  font-weight: 700;
  transition: 0.3s ease;
}
.r25_ug1 > .btn1 .txt1:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 6px;
  position: relative;
  width: 15px;
}
.r25_ug1 > .btn1 + * {
  flex: 1;
}

.r25_b_list1 {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.r25_b_list1 li {
  border-bottom: 1px solid #e2dfd8;
  margin: 0 !important;
  padding: 16px 0;
}
.r25_b_list1 li:not(:last-child):first-child {
  padding-top: 0;
}
.r25_b_list1 li:not(:first-child):last-child {
  padding-bottom: 0;
}
.r25_b_list1 li:not(:first-child):last-child {
  border-bottom: none;
}
.r25_b_list1 li a {
  color: #3b3b3b;
  display: block;
  padding-right: 15px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
}
.r25_b_list1 li a:not([target="_blank"]):after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s ease;
  width: 15px;
}

.r25_kenkyu_cnt1 {
  display: flex;
  gap: 30px 70px;
  width: 100%;
}
.r25_kenkyu_cnt1 > div:nth-child(1) {
  width: 25%;
}
.r25_kenkyu_cnt1 > div:nth-child(2) {
  flex: 1;
}
.r25_kenkyu_cnt1 h2 {
  margin: 0 0 30px !important;
}
.r25_kenkyu_cnt1 .link1 {
  color: #447eb9;
  font-size: 0.75rem;
  text-decoration: none;
}
.r25_kenkyu_cnt1 .link1:after {
  background: #447eb9;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 0 0 9px;
  width: 11px;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.r25_kenkyu_cnt1 .r25_news_list1 li:last-child {
  padding-bottom: 0;
}
/*
.r25_kenkyu_cnt2 {
  margin-top: 0;
}
.r25_kenkyu_cnt2 a {
  display: block;
  text-decoration: none;
}
.r25_kenkyu_cnt2 p {
  color: #3b3b3b;
  font-weight: 700;
  margin-bottom: 0;
}
.r25_kenkyu_cnt2 p:after {
  background: #447eb9;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 9px;
  vertical-align: middle;
  width: 15px;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
*/
.r25_section_local_cnt1 {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  width: 100%;
}
.r25_section_local_cnt1 > * {
  border: 1px solid #e2dfd8;
  color: #3b3b3b;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  width: 366px;
}
.r25_section_local_cnt1 h3 {
  background: #eaf9fb;
  border: none !important;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  height: 60px;
  margin: 0 !important;
  padding: 0 35px 0 0;
  position: relative;
  transition: 0.3s ease;
}
.local .r25_section_local_cnt1 h3,
.r25_section_local_cnt1.local h3 {
  background: #fcf8ee;
}
.r25_section_local_cnt1 h3 img {
  height: 44px;
  margin: 0 10px 0 18px;
  width: 44px;
}
.r25_section_local_cnt1 h3:after {
  background: #44a1b9;
  content: "";
  display: block;
  height: 15px;
  left: auto;
  margin-top: -7px;
  opacity: 1;
  position: absolute;
  right: 18px;
  top: 50%;
  transition: 0.3s ease;
  width: 15px;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.local .r25_section_local_cnt1 h3:after,
.r25_section_local_cnt1.local h3:after {
  background: #ab9b71;
}
.r25_section_local_cnt1 > * div {
  padding: 15px 19px;
}
.r25_section_local_cnt1 p {
  font-size: 0.875rem;
  margin: 0;
}

.r25_section_local_cnt2 ol {
  margin: 2em 0;
  padding-left: 1.5em;
}
.r25_section_local_cnt2 ol li {
  margin-bottom: 1.5em;
}

.r25_link1 {
  color: #3b3b3b;
  text-decoration: none;
  transition: 0.3s ease;
}
.r25_link1.c1 {
  color: #44a1b9;
}
.r25_link1.ck {
  color: #e97a66 !important;
}
.r25_link1:after {
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: -0.2em 0 0 9px;
  position: relative;
  transition: 0.3s ease;
  vertical-align: middle;
  width: 15px;
}
.r25_link1.ck:after {
  background: #e97a66 !important;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.r25_cnt2 {
  border: 1px solid #e2dfd8;
  display: flex;
  width: 100%;
}
.r25_cnt2 {
  display: flex;
  align-items: center;
}
.r25_cnt2 > *:nth-child(1) {
  width: 26.78571429%;
}
.r25_cnt2 > *:nth-child(2) {
  flex: 1;
  padding: 10px 10px 10px 38px;
}
.r25_cnt2 h2 {
  border-left: none;
  margin: 0 !important;
  padding: 0;
}

.r25_flxa1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.r25_flxa1 > :last-child {
  flex: 1;
  text-align: right;
}
.r25_flxa1 label {
  margin: 0 1em 0 0;
}
.r25_flxa1 input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  max-width: 500px;
  width: 100%;
}

.r25_form_wrap1 {
  border: 1px solid #e2dfd8;
  padding: 59px 49px;
}

.r25_hr1 {
  background-image: repeating-linear-gradient(90deg, #c8c5bf, #c8c5bf 1px, transparent 1px, transparent 5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  border: none;
  height: 1px;
  margin: 50px 0;
  padding: 0;
  width: 100%;
}

.r25_item2 {
  display: block;
  text-decoration: none;
  transition: 0.3s ease;
}
.r25_item2 .copy1 {
  all: revert;
  color: #3b3b3b;
  font-size: 1rem;
  font-weight: 700;
  margin: 20px 0 0;
  transition: 0.3s ease;
}
a.r25_item2 .copy1:after {
  all: revert;
  background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 15px;
  margin: -0.2em 0 0 9px;
  position: relative;
  transition: 0.3s ease;
  vertical-align: middle;
  width: 15px;
}
.local a.r25_item2 .copy1:after {
  background: #ab9b71;
  border-radius: 50%;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.kenkyu a.r25_item2 .copy1:after {
  background: #447eb9;
  border-radius: 50%;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

#r25_home_mv1 {
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
#r25_home_mv1 > .copy1 {
  bottom: 170px;
  left: 0;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
#r25_home_mv1 > .copy1 div {
  margin: auto;
  max-width: 1120px;
  width: 100%;
}
#r25_home_mv1 > .copy1 h2 {
  all: revert;
  color: #fff;
  font-family: "Roboto", "BIZ UDMincho", serif;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.52380952;
  margin: 0;
  text-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#r25_home_mv1 > .copy1 p {
  all: revert;
  color: #fff;
  font-family: "Roboto", "BIZ UDMincho", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.75;
  margin: 10px 0 0;
  text-shadow: 0 0 4px rgba(0,0,0,0.3);
}

#r25_home_mv_slider1 {
  height: 100%;
  width: 100%;
}
#r25_home_mv_slider1 .item1 {
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  width: 100%;
}
#r25_home_mv_slider1 .item1 picture {
  height: 100%;
  width: 100%;
}
#r25_home_mv_slider1 .item1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#r25_home_mv_slider1 .buttons1 {
  bottom: 108px;
  display: flex;
  align-items: center;
  left: 0;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
#r25_home_mv_slider1 .buttons1 .inner1 {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1120px;
  width: 100%;
}
#r25_home_mv_slider1 .dots-wrap1 {
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
  gap: 10px 18px;
  list-style: none;
  margin: 0 18px 0 0;
  padding: 0;
}
#r25_home_mv_slider1 .dots-wrap1 li {
  background: #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
#r25_home_mv_slider1 .dots-wrap1 li.slick-active {
  background: #44a1b9;
}
#r25_home_mv_slider1 .dots-wrap1 li button {
  appearance: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin: 0;
  opacity: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  width: 10px;
}
#r25_home_mv_slider1 .slick_pause {
  background: transparent url("/images/home/icon_pause1.svg") no-repeat center center / contain;
  border: 1px solid #fff !important;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 27px;
  margin: 0;
  padding: 0;
  transition: 0.3s ease;
  width: 27px;
}
#r25_home_mv_slider1 .slick_pause.paused {
  background-image: url("/images/home/icon_play1.svg");
}

#r25_news_slider1 {
  bottom: 0;
  max-width: 940px;
  position: absolute;
  right: 0;
  width: 100%;
}
#r25_news_slider1 .r25_news_list1 {
  background: #fff;
  height: 110px;
  padding: 35px 150px 0 33px;
  position: relative;
  width: 100%;
}
#r25_news_slider1 .r25_news_list1 .slick-arrow {
  appearance: none;
  background: rgba(0,0,0,0);
  border: none;
  cursor: pointer;
  height: 24px;
  outline: none !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 35px;
  text-indent: -999em;
  width: 53px;
}
#r25_news_slider1 .r25_news_list1 .slick-arrow:focus {
  outline-color: #ccc;
}
#r25_news_slider1 .r25_news_list1 .slick-next {
  border-left: 1px solid #e2dfd8;
  right: 40px;
}
#r25_news_slider1 .r25_news_list1 .slick-prev {
  right: 93px;
  transform: scale(-1, 1);
}
#r25_news_slider1 .r25_news_list1 .slick-arrow:before {
  border: solid #44a1b9;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 8px;
  left: 20px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  width: 8px;
}
#r25_news_slider1 .r25_news_list1 li {
  background-image: none;
  display: flex;
  padding: 0 !important;
}
#r25_news_slider1 .r25_news_list1 .date1 {
  width: 6.875rem;
}

.r25_home_sec_ambulatory {
  margin: 123px 0 80px;
  padding: 0 20px;
}
.r25_home_sec_ambulatory > * {
  margin: auto;
  max-width: 1120px;
  width: 100%;
}

.r25_l_btn1 {
  background: #fff;
  border: 1px solid #e2dfd8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
.r25_l_btn1:before {
  background: #f0ece6;
  bottom: -20px;
  content: "";
  height: 40px;
  position: absolute;
  right: -20px;
  transform: rotate(45deg);
  transition: 0.3s ease;
  width: 40px;
}
.r25_l_btn1 .txt1 {
  all: revert;
  color: #3c3c3c;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  position: relative;
  transition: 0.3s ease;
}
.r25_l_btn1 .icon1 {
  background: #44a1b9;
  display: inline-block;
  height: 46px;
  margin: 0 5px 0 0;
  width: 46px;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.r25_l_btn1 .icon_i_calender1 {
  mask-image: url(../images/renew2025/icon_i_calender1.svg);
}
.r25_l_btn1 .icon_i_clock1 {
  mask-image: url(../images/renew2025/icon_i_clock1.svg);
}
.r25_l_btn1[target="_blank"] .txt1:after {
  all: revert;
  background: #b4b4b4;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 0 0 9px;
  width: 18px;
  mask-image: url(../images/renew2025/icon_newwin.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.r25_l_btn1:hover {
  background: #fafafa;
  border-color: #44a1b9;
}
.r25_l_btn1:hover:before {
  background: #44a1b9;
}
.r25_l_btn1:hover .txt1 {
  color: #44a1b9;
}

.r25_home_title1 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1120px;
  width: 100%;
}
.r25_home_title1 h2 {
  all: revert;
  color: #3c3c3c;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 !important;
}
.r25_home_title1 p {
  all: revert;
  color: #ab9b71;
  font-family: "Lexend", sans-serif !important;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 0 1em;
}
.r25_home_title1 .r25_link1 {
  color: #3b90a6;
  font-size: 0.75rem;
  margin-left: auto;
}
.r25_home_title1 .r25_link1:after {
  margin: -0.3em 0 0 10px;
}

.r25_tabs1 {
  width: 100%;
}
.r25_tabs1 .tab_list1 {
  all: revert;
  border-bottom: 1px solid #44a1b9;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.r25_tabs1 .tab_list1 li {
  all: revert;
  background: #f0f0f0;
  color: #3b3b3b;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  list-style: none;
  margin: 0;
  min-width: 90px;
  padding: 10px 14px;
  transition: 0.3s ease;
  text-align: center;
}
.r25_tabs1 .tab_list1 li:hover {
  background: #D6EAEF;
}
.r25_tabs1 .tab_list1 li.active {
  background: #44a1b9;
  color: #fff;
  pointer-events: none;
}
.r25_tabs1 .tab_content1 {
  margin: 12px 0 0;
  height: 361px;
  overflow: hidden;
  overflow-y: visible;
  padding: 10px 0 0;
}
.r25_tabs1 .tab_content1 > div:not(:first-child) {
  display: none;
}

.r25_home_sec_news {
  margin: 0 0 120px !important;
  padding: 0 20px;
}
.r25_home_sec_news .r25_tabs1 {
  margin: 30px auto 0;
  max-width: 1120px;
}

.r25_slider1 {
  position: relative;
}
.r25_slider1 .slide {
  padding: 0 15px;
}
.r25_slider1 .slick-list {
  overflow: initial;
}
.r25_slider1 .slick-arrow {
  appearance: none;
  background: #44a1b9;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 37px;
  outline: none !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  text-indent: -999em;
  top: 81px;
  transition: 0.3s ease;
  width: 37px;
  z-index: 1;
}
.r25_slider1 .slick-next {
  right: 0;
}
.r25_slider1 .slick-prev {
  left: 0;
  transform: scale(-1, 1);
}
.r25_slider1 .slick-arrow:before {
  border: solid #fff;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 10px;
  left: 11px;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 10px;
}

.r25_item1 {
  display: block;
  text-decoration: none;
  transition: 0.3s ease;
  width: 300px;
}
.r25_item1 .image1 {
  background: #fff;
}
.r25_item1 img {
  height: auto;
  max-width: 100%;
}
.r25_item1 .date1 {
  color: #787878;
  font-size: 0.875rem;
  margin: 12px 0 3px;
}
.r25_item1 .copy1 {
  color: #3b3b3b;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.r25_home_sec_event {
  margin: 0 0 110px !important;
  overflow: hidden;
  padding: 30px 20px 0;
  position: relative;
  width: 100%;
}
.r25_home_sec_event .r25_home_title1 {
  position: relative;
}
.r25_home_sec_event .r25_link1 {
  color: #fff !important;
}
.r25_home_sec_event .r25_link1:after {
  background-image: url("../images/renew2025/icon_menu_arrow3.svg");
  border-radius: 50%;
}
.r25_home_sec_event .r25_slider1_wrap {
  margin-left: calc(50% - 575px);
  margin-right: -20px;
  margin-top: 30px;
  overflow: hidden;
}
.r25_home_sec_event .r25_slider1 {
  max-width: 1120px;
}
.r25_home_sec_event:before {
  background: #ab9b71;
  content: "";
  display: block;
  height: 200px;
  left: 50%;
  margin-left: -280px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 200%;
}

.r25_home_sec_topics {
  background: #44a1b9;
  margin: 0 0 120px !important;
  padding: 40px 20px;
}
.r25_home_sec_topics .r25_gr_cnt1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  height: 281px;
  margin: auto;
  max-width: 1120px;
  width: 100%;
}
.r25_home_sec_topics .r25_gr_cnt1 > * {
  background: #fff;
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 22px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
}
.r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(4) { grid-area: 2 / 1 / 3 / 2; }
.r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(5) { grid-area: 2 / 2 / 3 / 3; }
.r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(6) { grid-area: 2 / 3 / 3 / 4; }
.r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(7) { grid-area: 1 / 4 / 3 / 5; }
.r25_home_sec_topics .r25_gr_cnt1 > *:before {
  background: #f0ece6;
  bottom: -20px;
  content: "";
  height: 40px;
  position: absolute;
  right: -20px;
  transform: rotate(45deg);
  transition: 0.3s ease;
  width: 40px;
}
.r25_home_sec_topics .r25_gr_cnt1 .icon1 {
  background: #989790;
  content: "";
  display: block;
  height: 46px;
  margin: 0;
  width: 46px;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
  transition: 0.3s ease;
}
.r25_home_sec_topics .r25_gr_cnt1 .thumb1 {
  margin: 0 0 12px;
  width: 120px;
}
.r25_home_sec_topics .r25_gr_cnt1 .thumb1 img {
  opacity: 1 !important;
}
.r25_home_sec_topics .r25_gr_cnt1 .copy1 {
  all: revert;
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
  transition: 0.3s ease;
}
.r25_home_sec_topics .btn1 {
  background: #fff;
  border: 1px solid #3b90a6;
  border-radius: 30px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  height: 60px;
  margin: 40px auto 0;
  max-width: 559px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
.r25_home_sec_topics .btn1:after {
  background: #3b90a6;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  right: 24px;
  top: 50%;
  transition: 0.3s ease;
  width: 15px;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.r25_home_sec_about_us {
  margin: 0 0 120px !important;
  padding: 0 20px;
}
.r25_home_sec_about_us .cnt1 {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 1120px;
  width: 100%;
}
.r25_home_sec_about_us .cnt1 > div {
  width: 32.67857143%;
}
.r25_home_sec_about_us .cnt1 .r25_b_list1 {
  background: linear-gradient(to right, transparent 50%, #e2dfd8 50%, #e2dfd8 calc(50% + 1px), transparent calc(50% + 1px));
  column-count: 2;
  column-gap: 13.43283582%;
  font-size: 1rem;
  font-weight: 700;
  margin-left: auto;
  width: 59.82142857%;
}
.r25_b_list1 li:nth-child(5n) {
  border-bottom: 0;
  padding-bottom: 0;
}
.r25_b_list1 li:nth-child(6) {
  padding-top: 0;
}

.r25_home_sec_related_facilites {
  margin: 0 0 100px !important;
  overflow: hidden;
  padding: 50px 20px;
  position: relative;
  width: 100%;
}
.r25_home_sec_related_facilites .r25_home_title1 {
  position: relative;
}
.r25_home_sec_related_facilites:before {
  background: #f8f6f1;
  content: "";
  display: block;
  height: 100%;
  margin-right: -280px;
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: 0;
  width: 200%;
}
.r25_home_sec_related_facilites .cnt1 {
  display: flex;
  gap: 30px 60px;
  margin: 43px auto 0;
  max-width: 1120px;
  position: relative;
}
.r25_home_sec_related_facilites .cnt1 > * {
  width: calc(50% - 30px);
}

.r25_home_sec_links {
  background: #ebf3f3;
  margin: 0 !important;
  overflow: hidden;
  padding: 25px 20px;
  position: relative;
  width: 100%;
}
.r25_home_sec_links .r25_row1 {
  margin: auto;
  max-width: 1120px;
  width: 100%;
}

.r25_t_btn1 {
  background: #fff;
  border: 1px solid #e2dfd8;
  display: flex;
  align-items: center;
  height: 180px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
.r25_t_btn1:before {
  background: #f0ece6;
  bottom: -20px;
  content: "";
  height: 40px;
  position: absolute;
  right: -20px;
  transform: rotate(45deg);
  transition: 0.3s ease;
  width: 40px;
}
.r25_t_btn1 .image1 {
  height: 180px;
  margin: 0;
  width: 350px;
}
.r25_t_btn1 .image1 img {
  opacity: 1 !important;
}
.r25_t_btn1 .txt1 {
  all: revert;
  color: #3c3c3c;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.375;
  margin: 0 5px 0 15px;
  position: relative;
  transition: 0.3s ease;
}
.r25_t_btn1[target="_blank"] .txt1:after {
  all: revert;
  background: #b4b4b4;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 0 0 9px;
  width: 18px;
  mask-image: url(../images/renew2025/icon_newwin.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.r25_t_btn2 {
  background: #fff;
  border: 1px solid #e2dfd8;
  display: flex;
  height: 130px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
.r25_t_btn2:before {
  background: #f0ece6;
  bottom: -20px;
  content: "";
  height: 40px;
  position: absolute;
  right: -20px;
  transform: rotate(45deg);
  transition: 0.3s ease;
  width: 40px;
}
.r25_t_btn2 .image1 {
  height: 130px;
  margin: 0;
  width: 130px;
}
.r25_t_btn2 .image1 img {
  opacity: 1 !important;
}
.r25_t_btn2 .txt1 {
  all: revert;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.375;
  margin: 0 5px 0 12px;
  position: relative;
  transition: 0.3s ease;
}
.r25_t_btn2[target="_blank"] .txt1:after {
  all: revert;
  background: #b4b4b4;
  bottom: 10px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 18px;
  mask-image: url(../images/renew2025/icon_newwin.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.r25_recruit_mv1 {
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  left: 0;
  overflow: hidden;
  position: fixed;
  width: calc(50% + 140px);
  z-index: 0;
}
.r25_recruit_mv1:before {
  background: url("/images/education-recruit/top_mv_pt1.gif") repeat left top;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.kango1 .r25_recruit_mv1:before {
  display: none;
}
.r25_recruit_mv1 .item1 {
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  width: 100%;
}
.r25_recruit_mv1 .item1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.r25_recruit_mv1 .title1 {
  display: none;
}

.r25_recruit_mv1_sp {
  display: none;
}

.container.r25_recruit_top {
  font-family: "Roboto", "BIZ UDMincho", serif !important;
  max-width: 1200px;
  padding: 0 20px;
}
.container.kango1 {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 400;
}
.container.r25_recruit_top .side_bar_wrap {
  float: left;
  margin-top: 50px;
  position: sticky;
  top: 130px;
  width: 280px;
}
.container.r25_recruit_top .side_bar_wrap > div {
  margin-top: 8px;
}
.container.r25_recruit_top .side_bar_wrap .menu>li {
  font-size: 1.25rem;
}
.container.r25_recruit_top .side_bar_wrap .menu>li:last-child {
  border-bottom: none;
}
.container.r25_recruit_top .side_bar_wrap .menu>li .sub-menu>li {
  font-size: 0.875rem;
}
.side_bar_wrap.clw1 .menu a {
  color: #fff !important;
}
.side_bar_wrap.clw1 .menu>li>a:only-child:after {
  background-image: url("../images/renew2025/icon_menu_arrow3.svg");
}
.side_bar_wrap.clw1 .menu>li {
  border-bottom-color: #fff;
}
/*.side_bar_wrap.clw1 .menu>li .sub-menu>li {
  background-image: url("../images/renew2025/icon_link_arrow2.svg");
}*/
.side_bar_wrap.clw1 .menu > li > .blt1:after,
.side_bar_wrap.clw1 .menu > li > .blt1:before {
  background: #fff;
}
/*.kango1 .side_bar_wrap .menu>li .sub-menu>li {
  background-image: url("../images/renew2025/icon_link_arrow3.svg");
}*/
.kango1 .side_bar_wrap .menu>li .sub-menu>li:before {
  background: #ef9787;
}
.r25_side_cat_subtitle1 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 4px;
}
.kango1 .r25_side_cat_subtitle1 {
  color: #e97a66;
}
.r25_side_cat_subtitle1.e {
  font-family: "Roboto Serif", serif !important;
  font-style: italic;
  font-weight: 300;
}
.r25_side_cat_title1 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.clw1 .r25_side_cat_title1 {
  color: #fff;
}
.r25_side_cat_title1 .btn1 {
  background: #fff;
  color: #44a1b9;
  display: inline-block;
  font-family: "Roboto Serif", serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
  margin: -0.3em 0 0 20px;
  padding: 0 17px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
  vertical-align: middle;
}
.r25_side_cat_title1 .btn1:after {
  background: #44a1b9;
  content: "";
  display: inline-block;
  height: 15px;
  margin: -0.3em 0 0 7px;
  width: 15px;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
  transition: 0.3s ease;
  vertical-align: middle;
}
.r25_side_cat_title1 .btn1.r {
  border-radius: 16px;
}
.kango1 .r25_side_cat_title1 .btn1 {
  background: #ef9787;
  color: #fff;
  font-family: revert;
  font-style: normal;
  font-weight: 400;
  padding: 0 25px;
}
.kango1 .r25_side_cat_title1 .btn1:after {
  background: #fff;
}
.container.r25_recruit_top .contents {
  float: right;
  margin-top: 70px;
  max-width: 400px;
  width: 100%;
}

.contents .r25_fg_title1 {
  all: revert;
  position: relative;
}
.contents * + .r25_fg_title1 {
  margin-top: 80px;
}
.contents .r25_fg_title1 + .btnList {
  margin-top: 30px;
}
.contents .btnList + .r25_fg_title1 {
  margin-top: 100px;
}
.contents .r25_fg_title1 a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
.contents .r25_fg_title1 a:after {
  display: none;
}
.contents .r25_fg_title1 a:before {
  background: rgba(94,94,94,0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.contents .r25_fg_title1 a img {
  transition: 0.5s ease;
}
.contents .r25_fg_title1 a .txt1 {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0 0 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.contents .r25_fg_title1 a .txt1:after {
  background: url("../images/renew2025/icon_menu_arrow3.svg") no-repeat center center / contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 15px;
  margin: -0.1em 0 0 5px;
  position: relative;
  vertical-align: middle;
  transition: 0.3s ease;
  width: 15px;
}

.contents .r25_r_copy1 {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.53125;
  margin: 0 0 30px;
}
.kango1 .contents .r25_r_copy1 {
  color: #e97a66;
  font-weight: 500;
}

.contents .r25_r_copy2 {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0;
  text-align: justify;
}

.contents .r25_entry_btn1 {
  background: #ab9b71;
  border: 1px solid #ab9b71;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Serif", serif !important;
  font-size: 1.3125rem;
  font-style: italic;
  height: 65px;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
.contents .r25_entry_btn1.r {
  border-radius: 33px;
}
.kango1 .r25_entry_btn1 {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-style: normal;
  font-weight: 500;
}
.contents .r25_entry_btn1:after {
  background: #fff;
  content: "";
  display: block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s ease;
  vertical-align: middle;
  width: 15px;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.contents .r25_n_title1 {
  all: revert;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 18px 0;
}

.contents div.r25_item2 {
  border: 1px solid #e2dfd8;
  margin: 0 0 100px;
  padding: 24px 18px;
}
.contents * + div.r25_item2 {
  margin-top: 100px;
}
.contents .r25_row1 > div > .r25_item2 {
  margin-bottom: 0;
}
.contents div.r25_item2 .image1 {
  text-align: center;
}
.contents div.r25_item2 .image1 a {
  display: block;
  text-decoration: none;
}
.contents div.r25_item2 .image1 a:after {
  all: revert;
}
.kango1 div.r25_item2 .image1 img {
  display: block;
  height: auto;
  margin: 0 auto 7px;
  opacity: 1;
  width: 170px;
}
.contents div.r25_item2 .image1 .txt1 {
  all: revert;
  background-image: none;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: underline;
}
.kango1 div.r25_item2 .image1 .txt1 {
  color: #e97a66;
}
.contents div.r25_item2 .image1 .txt1.pdf:after {
  background: #b4b4b4;
  content: "";
  display: inline-block;
  height: 16px;
  width: 12px;
  margin: -0.2em 0 0 9px;
  position: relative;
  vertical-align: middle;
  mask-image: url(../images/renew2025/icon_pdf1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
.contents div.r25_item2 .title1 {
  all: revert;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 20px 0 0;
}
.contents div.r25_item2 p {
  margin: 8px 0 0;
}

.r25_tleft1 {
  text-align: left !important;
}
.r25_tright1 {
  text-align: right !important;
}
.r25_tcenter1 {
  text-align: center !important;
}

.r25_fs8 {
  font-size: 0.5rem !important;
}
.r25_fs9 {
  font-size: 0.5625rem !important;
}
.r25_fs10 {
  font-size: 0.625rem !important;
}
.r25_fs11 {
  font-size: 0.6875rem !important;
}
.r25_fs12 {
  font-size: 0.75rem !important;
}
.r25_fs13 {
  font-size: 0.8125rem !important;
}
.r25_fs14 {
  font-size: 0.875rem !important;
}
.r25_fs15 {
  font-size: 0.9375rem !important;
}
.r25_fs16 {
  font-size: 1rem !important;
}
.r25_fs17 {
  font-size: 1.0625rem !important;
}
.r25_fs18 {
  font-size: 1.125rem !important;
}
.r25_fs19 {
  font-size: 1.1875rem !important;
}
.r25_fs20 {
  font-size: 1.25rem !important;
}
.r25_fs21 {
  font-size: 1.3125rem !important;
}
.r25_fs22 {
  font-size: 1.375rem !important;
}
.r25_fs23 {
  font-size: 1.4375rem !important;
}
.r25_fs24 {
  font-size: 1.5rem !important;
}
.r25_fs25 {
  font-size: 1.5625rem !important;
}
.r25_fs26 {
  font-size: 1.625rem !important;
}
.r25_fs27 {
  font-size: 1.6875rem !important;
}
.r25_fs28 {
  font-size: 1.75rem !important;
}
.r25_fs29 {
  font-size: 1.8125rem !important;
}
.r25_fs30 {
  font-size: 1.875rem !important;
}
.r25_fs31 {
  font-size: 1.9375rem !important;
}
.r25_fs32 {
  font-size: 2rem !important;
}

.r25_mb0 {
  margin-bottom: 0px !important;
}
.r25_mb5 {
  margin-bottom: 5px !important;
}
.r25_mb10 {
  margin-bottom: 10px !important;
}
.r25_mb15 {
  margin-bottom: 15px !important;
}
.r25_mb20 {
  margin-bottom: 20px !important;
}
.r25_mb25 {
  margin-bottom: 25px !important;
}
.r25_mb30 {
  margin-bottom: 30px !important;
}
.r25_mb40 {
  margin-bottom: 40px !important;
}
.r25_mb50 {
  margin-bottom: 50px !important;
}
.r25_mb60 {
  margin-bottom: 60px !important;
}
.r25_mb70 {
  margin-bottom: 70px !important;
}
.r25_mb80 {
  margin-bottom: 80px !important;
}
.r25_mb90 {
  margin-bottom: 90px !important;
}
.r25_mb100 {
  margin-bottom: 100px !important;
}

.r25_mt0 {
  margin-top: 0px !important;
}
.r25_mt5 {
  margin-top: 5px !important;
}
.r25_mt10 {
  margin-top: 10px !important;
}
.r25_mt15 {
  margin-top: 15px !important;
}
.r25_mt20 {
  margin-top: 20px !important;
}
.r25_mt25 {
  margin-top: 25px !important;
}
.r25_mt30 {
  margin-top: 30px !important;
}
.r25_mt40 {
  margin-top: 40px !important;
}
.r25_mt50 {
  margin-top: 50px !important;
}
.r25_mt60 {
  margin-top: 60px !important;
}
.r25_mt70 {
  margin-top: 70px !important;
}
.r25_mt80 {
  margin-top: 80px !important;
}
.r25_mt90 {
  margin-top: 90px !important;
}
.r25_mt100 {
  margin-top: 100px !important;
}

.r25_mr0 {
  margin-right: 0 !important;
}
.r25_ml0 {
  margin-left: 0 !important;
}

@media (max-width: 1239px) {
  .r25_mainvisual1 {
    background-size: auto 100%;
  }
}

@media(min-width: 992px) and (max-width: 1125px) {
  #r25_header h1 {
    margin-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #r25_header h1 img {
    height: 30px;
    width: 174px;
  }
}

@media (max-width: 1170px) {
  .r25_recruit_mv1 {
    width: calc(100% - 440px);
  }
}

@media (min-width: 992px) {
  a:hover {
    color: #3b90a6;
    text-decoration: none;
  }
  .local .contents a:hover {
    color: #ab9b71;
  }
  .kenkyu .contents a:hover {
    color: #447eb9;
  }
  
  a:hover img {
    opacity: 0.8;
    transition: 0.3s ease;
  }

  #breadcrumbs a:hover {
    text-decoration: underline;
  }
  
  .side_bar_wrap .menu>li a:hover {
      color: #44a1b9;
  }
  .local .side_bar_wrap .menu>li a:hover {
      color: #ab9b71;
  }
  .kenkyu .side_bar_wrap .menu>li a:hover {
      color: #447eb9;
  }
  .side_bar_wrap.clw1 .menu a:hover {
    text-decoration: underline;
  }
  .side_bar_wrap .menu>li>a:only-child:hover:after {
    background-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  .side_bar_wrap.clw1 .menu>li>a:only-child:hover:after {
    background: #fff;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .kango1 .side_bar_wrap .menu>li>a:only-child:hover:after {
    background: #ef9787;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .local .side_bar_wrap .menu>li>a:only-child:hover:after {
    background: #ab9b71;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .kenkyu .side_bar_wrap .menu>li>a:only-child:hover:after {
    background: #447eb9;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  
  .contents h2 a:hover {
    color: #3b90a6;
  }
  .kango1 h2 a:hover {
    color: #e97a66;
  }
  .contents h2 a:hover:after {
    background: url("../images/renew2025/icon_menu_arrow4.svg") no-repeat center center / contain;
  }
  .kango1 h2 a:hover:after {
    background: #e97a66;
    mask-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  
  .contents h3 a:hover {
    color: #3b90a6;
  }
  .contents h3 a:hover:after {
    background: url("../images/renew2025/icon_menu_arrow4.svg") no-repeat center center / contain;
  }
  
  .contents h4 a:hover {
    color: #3b90a6;
  }
  .contents h4 a:hover:after {
    background: url("../images/renew2025/icon_menu_arrow4.svg") no-repeat center center / contain;
  }
  
  .contents h5 a:hover {
    color: #3b90a6;
  }
  .contents h5 a:hover:after {
    background: url("../images/renew2025/icon_menu_arrow4.svg") no-repeat center center / contain;
  }
  
  .contents h6 a:hover {
    color: #3b90a6;
  }
  .contents h6 a:hover:after {
    background: url("../images/renew2025/icon_menu_arrow4.svg") no-repeat center center / contain;
  }
  
  .contents .btnList>li:not(.ctm1) a:hover {
    border-color: #44a1b9;
    background-color: #44a1b9;
    color: #fff !important;
  }
  .kango1 .btnList>li:not(.ctm1) a:hover {
    border-color: #ef9787;
    background-color: #ef9787;
  }
  .local .contents .btnList>li:not(.ctm1) a:hover {
    border-color: #ab9b71;
    background-color: #ab9b71;
  }
  .kenkyu .contents .btnList>li:not(.ctm1) a:hover {
    border-color: #447eb9;
    background-color: #447eb9;
  }
  .contents .btnList>li.ctm1 a:hover {
    color: #44a1b9 !important;
  }
  .contents .btnList>li a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".doc"]):not([href$=".docx"]):hover:after {
    background-image: url("../images/renew2025/icon_menu_arrow2.svg");
  }
  .kango1 .btnList>li a:not([target="_blank"]):hover:after {
    background: #fff;
  }
  .kango1 .btnList>li a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".doc"]):not([href$=".docx"]):hover:after {
    background: #fff;
  }
  .local .contents .btnList>li a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".doc"]):not([href$=".docx"]):hover:after {
    background: #fff;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  .kenkyu .contents .btnList>li a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".doc"]):not([href$=".docx"]):hover:after {
    background: #fff;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  .contents .btnList>li:not(.ctm1) a[target="_blank"]:hover:after {
    background-color: #fff;
  }
  .contents .btnList>li.cl1 a:hover {
    border-color: #e23c3c;
    background-color: #e23c3c;
  }
  .contents .btnList>li.cl1 a:not([target="_blank"]):hover:after {
    background: #fff no-repeat center center / contain !important;
  }
  
  .kango1 div.r25_item2 .image1 a:hover img {
    opacity: 0.8;
    transition: 0.3s ease;
  }
  .kango1 div.r25_item2 .image1 a:hover .txt1 {
    text-decoration: none;
  }
  
  .box_faq:hover {
    background: #fafafa;
  }

  .contents .box.pt_thumbnail .block a:hover,
  .contents .box.pt_thumbnail .block01 a:hover {
    color: #44a1b9 !important;
  }
  .contents .box.pt_thumbnail .block a:hover:after,
  .contents .box.pt_thumbnail .block01 a:hover:after {
    background-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  .contents .box.pt_thumbnail.cl1 .block a:hover:after,
  .contents .box.pt_thumbnail.cl1 .block01 a:hover:after {
    background: #3b90a6;
    mask-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  .contents .box.pt_thumbnail.cl1 .block a:hover,
  .contents .box.pt_thumbnail.cl1 .block01 a:hover {
    color: #ab9b71 !important;
  }
  .contents .box.pt_thumbnail.cl1 .block a:hover:after,
  .contents .box.pt_thumbnail.cl1 .block01 a:hover:after {
    background: #ab9b71;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  .local .contents .box.pt_thumbnail .block a:hover,
  .local .contents .box.pt_thumbnail .block01 a:hover {
    color: #ab9b71 !important;
  }
  .local .contents .box.pt_thumbnail .block a:hover:after,
  .local .contents .box.pt_thumbnail .block01 a:hover:after {
    background: #ab9b71;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  .kenkyu .contents .box.pt_thumbnail .block a:hover,
  .kenkyu .contents .box.pt_thumbnail .block01 a:hover {
    color: #447eb9 !important;
  }
  .kenkyu .contents .box.pt_thumbnail .block a:hover:after,
  .kenkyu .contents .box.pt_thumbnail .block01 a:hover:after {
    background: #447eb9;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  
  .information-outline .tab-content section>ul>li a:hover {
    color: #3b90a6 !important;
  }

  #r25_header h1 a:hover {
    opacity: 0.7;
  }

  #r25_header .nav_info1 ul a:hover {
    color: #3b90a6;
  }

  #r25_header .nav_info1 .btn1:hover {
    color: #3b90a6;
  }

  #r25_header .nav_main1 > ul > li:has(.child_menu1):hover:before {
    background: #000;
    content: "";
    display: block;
    height: calc(100% - 80px);
    left: 0;
    opacity: 0.3;
    pointer-events: none;
    position: fixed;
    transition: 0.4s ease;
    top: 80px;
    z-index: -1;
    width: 100%;
  }

  #r25_header .nav_main1 > ul > li:hover > a,
  #r25_header .nav_main1 > ul > li > a:hover {
    color: #3b90a6;
  }
  #r25_header .nav_main1 > ul > li:hover > a.cl,
  #r25_header .nav_main1 > ul > li > a.cl:hover {
    background-color: #fff;
  }
  #r25_header .nav_main1 > ul > li:hover > a.cl1,
  #r25_header .nav_main1 > ul > li > a.cl1:hover {
    color: #ab9b71;
  }
  #r25_header .nav_main1 > ul > li:hover > a.cl2,
  #r25_header .nav_main1 > ul > li > a.cl2:hover {
    color: #447eb9;
  }
  #r25_header .nav_main1 > ul > li:hover > a.cl3,
  #r25_header .nav_main1 > ul > li > a.cl3:hover {
    color: #787878;
  }

  #r25_header .nav_main1 li:hover .child_menu1 {
    opacity: 1;
    visibility: visible;
  }

  #r25_header .nav_main1 .child_menu1 h2 a:hover {
    color: #3b90a6;
  }
  #r25_header .nav_main1 .child_menu1 h2 a:hover:after {
    background-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }

  #r25_header .nav_main1 .child_menu1 .sub-menu li a:hover {
    color: #3b90a6;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu li a:hover:after {
    background-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu li .blt1  {
    display: none;
  }

  #r25_header .search_block1:hover:before {
    background: #000;
    content: "";
    display: block;
    height: calc(100% - 80px);
    left: 0;
    opacity: 0.3;
    pointer-events: none;
    position: fixed;
    top: 80px;
    transition: 0.4s ease;
    z-index: -1;
    width: 100%;
  }

  #r25_header .search_block1:hover .search_btn1:before {
    background: url("../images/renew2025/icon_menu_close1.svg") no-repeat center top 3px / 20px 20px;
    transition: 0.3s ease;
  }

  #r25_header .search_block1:hover .search_btn1 span.txt1 {
    display: none;
  }
  #r25_header .search_block1:hover .search_btn1 span.txt2 {
    display: block;
  }

  #r25_header .search_block1:hover .child_menu1 {
    opacity: 1;
    visibility: visible;
  }

  #r25_header .search_block1 .child_menu1 .block1 input[type="submit"]:hover {
    opacity: 0.7;
  }

  #r25_footer .container1 .block3 ul a:hover {
    color: #3b90a6;
  }

  #r25_footer .container2 .block1 a:hover {
    opacity: 0.7;
  }

  #r25_footer .list_sns1 a:hover {
    opacity: 0.7;
  }

  /*#r25_fixed_information1:hover {
    right: 0;
  }

  #r25_fixed_information1:hover .inner1 .hd1 {
    width: 60px;
  }

  #r25_fixed_information1 .inner1:hover .hd1 .blt1:after {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }

  #r25_fixed_information1:hover .inner1 .cnt1 {
    max-height: initial;
    opacity: 1;
    overflow: initial;
    transition: 0.3s ease 0.2s;
  }*/
  html.r25_fixed_information1_open #r25_fixed_information1 {
    right: 0;
  }

  html.r25_fixed_information1_open #r25_fixed_information1 .inner1 .hd1 {
    width: 60px;
  }

  /*html.r25_fixed_information1_open #r25_fixed_information1 .inner1 .hd1 .blt1:after {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }*/

  html.r25_fixed_information1_open #r25_fixed_information1 .inner1 .cnt1 {
    max-height: initial;
    opacity: 1;
    overflow: initial;
    transition: 0.3s ease 0.2s;
  }

  #r25_fixed_information1 .inner1 .cnt1 .list1 li a:hover {
    opacity: 0.7;
  }

  #r25_fixed_information1 .inner1 .cnt1 .list2 li a:hover {
    opacity: 0.7;
  }
  
  .r25_r_btn1:hover {
    background: #fff;
    color: #3b90a6;
  }
  .kango1 .r25_r_btn1:hover {
    background: #fff;
    color: #ef9787;
  }
  .local .r25_r_btn1:hover {
    background: #fff;
    color: #ab9b71;
  }
  .kenkyu .r25_r_btn1:hover {
    background: #fff;
    color: #447eb9;
  }
  
  .r25_r_btn1:hover:after {
    background-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  .kango1 .r25_r_btn1:hover:after {
    background: #ef9787;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .local .r25_r_btn1:hover:after {
    background: #ab9b71;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .kenkyu .r25_r_btn1:hover:after {
    background: #447eb9;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .r25_r_btn1[target="_blank"]:hover:after {
    background: #44a1b9 !important;
  }
  .r25_r_btn1[href$=".pdf"]:hover:after {
    background: #44a1b9 !important;
  }
  .r25_r_btn1[href$=".xls"]:hover:after,
  .r25_r_btn1[href$=".xlsx"]:hover:after {
    background: #44a1b9 !important;
  }
  .r25_r_btn1[href$=".doc"]:hover:after,
  .r25_r_btn1[href$=".docx"]:hover:after {
    background: #44a1b9 !important;
  }
  .local .r25_r_btn1[target="_blank"]:hover:after {
    background: #44a1b9 !important;
  }
  .local .r25_r_btn1[href$=".pdf"]:hover:after {
    background: #ab9b71 !important;
  }
  .local .r25_r_btn1[href$=".xls"]:hover:after,
  .local .r25_r_btn1[href$=".xlsx"]:hover:after {
    background: #ab9b71 !important;
  }
  .local .r25_r_btn1[href$=".doc"]:hover:after,
  .local .r25_r_btn1[href$=".docx"]:hover:after {
    background: #ab9b71 !important;
  }
  .kenkyu .r25_r_btn1[href$=".pdf"]:hover:after {
    background: #447eb9 !important;
  }
  .kenkyu .r25_r_btn1[href$=".xls"]:hover:after,
  .kenkyu .r25_r_btn1[href$=".xlsx"]:hover:after {
    background: #447eb9 !important;
  }
  .kenkyu .r25_r_btn1[href$=".doc"]:hover:after,
  .kenkyu .r25_r_btn1[href$=".docx"]:hover:after {
    background: #447eb9 !important;
  }
  
  .r25_accordion1 .head1:hover {
    background: #fafafa;
  }
  .r25_accordion1.cl1 .head1:hover {
    background-color: #fafafa;
  }
  .r25_accordion1 .head1 p > a:hover {
    text-decoration: underline;
  }
  .r25_accordion1 .head1:not(:has(+ .body1)) p > a:hover:after {
      background: #44a1b9;
      mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  .r25_accordion1 .body1 .menu li a:hover {
    text-decoration: underline;
  }
  .r25_accordion1.cl1 .head1:hover p {
    color: #44a1b9;
  }
  .r25_accordion1.cl1 .head1:hover:after,
  .r25_accordion1.cl1 .head1:hover:before {
    background: #44a1b9;
  }
  .r25_accordion1.cl1 .head1:hover p > a {
    color: #44a1b9;
  }
  
  .r25_news_list1 a:hover {
    color: #3b90a6;
  }
  .local .r25_news_list1 a:hover {
    color: #ab9b71;
  }
  .kenkyu .r25_news_list1 a:hover {
    color: #447eb9;
  }
  
  .r25_pagination1 li:not(.next):not(.prev) a:hover {
    background-color: #CDE6EC;
  }
  
  .r25_sns_share1 a:hover {
    opacity: 0.7;
  }
  
  .r25_ug1 > .btn1:hover .txt1 {
    color: #3b90a6;
  }
  
  .r25_b_list1 li a:hover {
    color: #3b90a6;
  }
  .r25_b_list1 li a:not([target="_blank"]):hover:after {
    background-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  
  .r25_kenkyu_cnt1 .link1:hover {
    text-decoration: underline;
  }
  /*
  .r25_kenkyu_cnt2 a:hover p {
    color: #3b90a6;
  }
  */
  .r25_section_local_cnt1 :hover h3 {
    color: #44a1b9;
  }
  .local .r25_section_local_cnt1 :hover h3,
  .r25_section_local_cnt1.local :hover h3 {
    color: #ab9b71;
  }
  .r25_section_local_cnt1 :hover h3:after {
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  
  .r25_link1:hover {
    color: #3b90a6;
  }
  .r25_link1:hover:after {
    background-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  .r25_link1.ck:hover:after {
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  
  a.r25_item2:hover .copy1 {
    color: #3b90a6;
  }
  .local a.r25_item2:hover .copy1 {
    color: #ab9b71;
  }
  .kenkyu a.r25_item2:hover .copy1 {
    color: #447eb9;
  }
  a.r25_item2:hover .copy1:after {
    background-image: url("../images/renew2025/icon_menu_arrow4.svg");
  }
  .local a.r25_item2:hover .copy1:after {
    background: #ab9b71;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  .kenkyu a.r25_item2:hover .copy1:after {
    background: #447eb9;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }

  .r25_home_sec_event .r25_link1:hover:after {
    background: #fff !important;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  
  .r25_slider1 .slick-arrow:hover {
    opacity: 0.7;
  }
  
  .r25_home_sec_topics .r25_gr_cnt1 > a:hover {
    background-color: #fafafa;
    color: #3b90a6;
  }
  .r25_home_sec_topics .r25_gr_cnt1 > a:hover:before {
    background: #3b90a6;
  }
  .r25_home_sec_topics .r25_gr_cnt1 > a:hover .icon1 {
    background: #3b90a6;
  }
  .r25_home_sec_topics .r25_gr_cnt1 > a:hover .copy1 {
    color: #3b90a6;
  }
  
  .r25_home_sec_topics .btn1:hover {
    background: #fafafa;
    color: #3b90a6;
  }
  .r25_home_sec_topics .btn1:hover:after {
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }
  
  .r25_t_btn1:hover {
    background: #fafafa;
    border-color: #44a1b9;
  }
  .r25_t_btn1:hover:before {
    background: #44a1b9;
  }
  .r25_t_btn1:hover .txt1 {
    color: #44a1b9;
  }
  
  .r25_t_btn2:hover {
    background: #fafafa;
    border-color: #44a1b9;
  }
  .r25_t_btn2:hover:before {
    background: #44a1b9;
  }
  .r25_t_btn2:hover .txt1 {
    color: #44a1b9;
  }
  
  .kango1 .side_bar_wrap .menu a:hover {
    color: #e97a66 !important;
  }
  .r25_side_cat_title1 .btn1:hover {
      background-color: #44a1b9;
      color: #fff !important;
  }
  .kango1 .r25_side_cat_title1 .btn1:hover {
      background-color: #e97a66;
  }
  .r25_side_cat_title1 .btn1:hover:after {
    background: #fff;
  }
  .contents .r25_fg_title1 a:hover img {
    opacity: 1;
  }
  .contents .r25_entry_btn1:hover {
    background: #fff;
    color: #ab9b71;
  }
  .contents .r25_entry_btn1:hover:after {
    background: #ab9b71;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
  }

  .contents .r25_fg_title1 a:hover img {
    position: relative;
    transform: scale(1.06);
  }
  .contents .r25_fg_title1 a:hover .txt1 {
    text-decoration: underline;
  }
  .contents .r25_fg_title1 a:hover .txt1:after {
    background: #fff;
    mask-image: url(../images/renew2025/icon_menu_arrow4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  
  .container.r25_recruit_top .side_bar_wrap > div {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
  }
  .side_bar_wrap.clw1 .menu>li .sub-menu>li:before {
    background: #fff;
  }
  .container.r25_recruit_top .side_bar_wrap .menu>li {
    font-weight: 700;
  }
  .container.r25_recruit_top .side_bar_wrap .menu>li .sub-menu>li {
    font-weight: 700;
  }
  .container.r25_recruit_top .side_bar_wrap .menu > li > .blt1 {
    height: 3.5rem;
  }

  ._sp {
    display: none !important;
  }
}

@media (max-width: 991px) {

/*
  既存スタイル上書き ここから
*/
  body {
    overflow: revert;
  }
  
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 1;
  }

  .side_bar_wrap {
    border-top: 1px solid #e2dfd8;
    float: none;
    margin-top: 100px;
    padding-top: 25px;
    width: 100%;
  }
  .side_bar_wrap .menu {
    border-top: 1px solid #e2dfd8;
    margin-top: 25px;
  }
  .side_bar_wrap .menu>li > .sub-menu {
    background-color: #f5f5f5;
    border-top: 1px solid #e2dfd8;
    display: none;
    padding: 20px;
  }
  .side_bar_wrap .menu>li .sub-menu>li:last-child {
    margin-bottom: 0;
  }

  .side_bar_wrap+.contents {
    float: none;
    width: 100%;
  }

  #breadcrumbs {
    font-size: 0.6875rem;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  
  #pageTop {
    bottom: 60px;
    margin: 0;
    right: 10px;
    width: auto;
  }
  #pageTop > div {
    all: revert;
  }

  .mainvisual {
    background-image: url("../images/renew2025/mv_bg1_sp.jpg");
    background-position: left top;
    height: 165px;
    margin: 15px calc(50% - 50cqi) 40px;
  }
  .archive .mainvisual {
    height: 165px;
  }
  .mainvisual:before {
    height: 90px;
    width: calc(100% - 40px);
  }
  .mainvisual .h1-style {
    font-size: 1.625rem;
    min-height: 1.8em;
  }
  .mainvisual .h1-style+p {
    font-size: 0.75rem;
    margin-bottom: 0.3em;
  }

  .contents h2 {
    font-size: 1.5rem;
    margin: 70px 0 40px;
    padding: 0 0 0 12px;
  }

  .contents h3 {
    font-size: 1.125rem;
    margin: 40px 0 30px;
    padding: 0 0 10px 0;
  }
  .contents h2+h3 {
    margin: 40px 0 30px;
  }

  .contents h4 {
    margin: 40px 0 30px;
    padding: 10px;
  }
  .contents h3+h4 {
    margin: 40px 0 30px;
  }

  .contents h5 {
    margin: 0 0 1.2em;
  }
  .contents * + h5 {
    margin-top: 2.5em;
  }

  .contents h6 {
    margin: 0 0 1.2em;
  }
  .contents * + h6 {
    margin-top: 2.5em;
  }

  .container a[target="_blank"]:after {
    height: 13px;
    margin: 0 0 0 5px;
    width: 13px;
  }
  .container a[href$=".pdf"]:after {
    height: 12px;
    width: 9px;
    margin: -0.2em 0 0 5px;
  }
  .container a[href$=".xls"]:after,
  .container a[href$=".xlsx"]:after {
    height: 12px;
    width: 9px;
    margin: -0.2em 0 0 5px;
  }
  .container a[href$=".doc"]:after,
  .container a[href$=".docx"]:after {
    height: 12px;
    width: 9px;
    margin: -0.2em 0 0 5px;
  }


  .contents .btnList {
    flex-direction: column;
    gap: 10px;
    margin: 25px 0;
  }
  .contents .btnList>li {
    min-height: 50px;
    width: 100%;
  }
  .contents .btnList._2col>li {
    width: 100% !important;
  }
  .contents .btnList._3col>li {
    width: 100% !important;
  }
  .contents .btnList._4col>li {
    width: 100% !important;
  }
  .contents .btnList._5col>li {
    width: 100% !important;
  }
  .contents .btnList>li a {
    height: initial;
    padding: 10px 35px 10px 19px;
  }
  .contents .btnList>li a:hover {
    background: #fff;
  }

  .box.pt_thumbnail {
    gap: 1em 0.8em;
    margin: 0 0 70px;
  }

  div.memo-box {
    padding: 30px 19px;
    margin: 50px 0;
  }

  .box_faq {
    margin-bottom: 25px;
    padding: 15px 19px 15px;
  }
  .box_faq .question p {
    margin-right: 13px;
  }
  .box_faq .answer {
    padding-top: 18px;
  }
  .box_faq .answer p {
    font-size: 0.875rem;
  }
  .box_faq .question:after,
  .box_faq .question:before {
    right: 0;
    width: 13px;
  }

  #form-local dl {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #form-local dl + dl {
    margin-top: 30px;
  }
  #form-local dt {
    width: 100%;
  }
  #form-local dt .eq {
    right: 0;
  }
  #form-local dd input {
    font-size: 1rem;
  }
  #form-local dd input[type="checkbox"] {
    appearance: revert;
    background: revert;
    border: revert;
    border-radius: revert;
    height: revert;
    margin: 0 9px 0 0;
    padding: revert;
    width: revert;
  }
  #form-local dd .form_textarea textarea {
    background: #f5f5f5;
    border: 1px solid #e2dfd8;
    border-radius: 4px;
    height: 251px;
    overflow-y: auto;
    padding: 15px 16px;
    width: 100%;
  }
  #form-local dd .form_textarea:after {
    display: none;
  }
  #form-local dd .form_textarea textarea::placeholder {
    color: #b6b5b0;
    opacity: 1;
  }

  .bgBox {
    padding: 30px 19px;
    margin: 50px 0;
  }
  
  #research_activity .contents dl.ttl01 {
    padding: 0 0 4px 20px;
  }
  #research_activity .contents dl.ttl01 dt {
    position: relative;
    display: block;
    left: 0;
    margin: 0 0 0.5em;
  }
  #research_activity .contents dl.ttl01 dd {
    font-size: 17px;
    display: inline;
  }
  
  .col01,.col02{
    width:100%;
  }

/*
  既存スタイル上書き ここまで
*/


  html.r25_menu_open {
    overflow: hidden;
  }
  #r25_header {
    /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);*/
    height: 60px;
    transition: 0.5s ease;
  }
  #r25_header:after {
    bottom: -5px;
    height: 5px;
  }
  html.r25_menu_open #r25_header {
    background-color: rgb(243,243,243);
  }
  #r25_header h1 {
    margin: 16px 0 0 20px;
  }
  #r25_header h1 img {
    height: 28px;
    width: 161px;
  }
  #r25_header .nav_block1 {
    background: linear-gradient(to bottom, rgb(243,243,243) 0px, rgb(255,255,255) 8px);
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    left: 0;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 25px 20px 40px;
    pointer-events: none;
    position: absolute;
    transition: 0.5s ease;
    top: 60px;
    width: 100vw;
    visibility: hidden;
  }
  html.r25_menu_open #r25_header .nav_block1 {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    z-index: 100;
  }
  #r25_header .nav_info1 {
    margin: 0 -20px 25px;
    position: relative;
  }
  #r25_header .nav_info1 li:not(:last-child) {
    margin-right: 0.5em;
  }
  #r25_header .nav_info1 ul li:not(:last-child):after {
    margin-left: 0.5em;
  }
  #r25_header .nav_info1 ul a {
    padding: 0;
  }
  #r25_header .nav_info1 .btn1 {
    border-radius: 3px;
    font-size: 0.75rem;
    padding: 0 14px;
  }
  #r25_header .nav_main1 {
    margin-top: 5px;
    width: 100%;
  }
  #r25_header .nav_main1 > ul {
    display: block;
    gap: 0;
    font-size: 1.125rem;
    font-weight: 700;
  }
  #r25_header .nav_main1 > ul > li {
    border-bottom: 1px solid #e2dfd8;
    height: auto;
    position: relative;
  }
  #r25_header .nav_main1 > ul > li:has(.child_menu1):hover:before {
    display: none;
  }
  #r25_header .nav_main1 > ul > li > a {
    border: none;
    border-radius: 0;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 20px 0;
    position: relative;
  }
  #r25_header .nav_main1 > ul > li > a.cl {
    color: #3c3c3c;
  }
  #r25_header .nav_main1 > ul > li > a.cl1 {
    background-color: transparent;
    color: #ab9b71;
  }
  #r25_header .nav_main1 > ul > li > a.cl2 {
    background-color: transparent;
    color: #447eb9;
  }
  #r25_header .nav_main1 > ul > li > a.cl3 {
    background-color: transparent;
    color: #787878;
  }
  #r25_header .nav_main1 > ul > li:hover > a,
  #r25_header .nav_main1 > ul > li > a:hover {
    color: #3c3c3c;
  }
  #r25_header .nav_main1 > ul > li:hover > a.cl,
  #r25_header .nav_main1 > ul > li > a.cl:hover {
    background-color: transparent;
  }
  #r25_header .nav_main1 > ul > li:hover > a.cl1,
  #r25_header .nav_main1 > ul > li > a.cl1:hover {
    color: #3c3c3c;
  }
  #r25_header .nav_main1 > ul > li:hover > a.cl2,
  #r25_header .nav_main1 > ul > li > a.cl2:hover {
    color: #3c3c3c;
  }
  #r25_header .nav_main1 > ul > li:hover > a.cl3,
  #r25_header .nav_main1 > ul > li > a.cl3:hover {
    color: #3c3c3c;
  }
  #r25_header .nav_main1 > ul > li > a.cl:before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    left: -20px;
    margin-top: -15px;
    top: 50%;
    width: 6px;
  }
  #r25_header .nav_main1 > ul > li > a.cl1:before {
    background-color: #ab9b71;
  }
  #r25_header .nav_main1 > ul > li > a.cl2:before {
    background-color: #447eb9;
  }
  #r25_header .nav_main1 > ul > li > a.cl3:before {
    background-color: #787878;
  }
  #r25_header .nav_main1 > ul > li > .blt1 {
    background: rgba(0,0,0,0);
    display: block;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1.2;
    height: auto;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }
  #r25_header .nav_main1 > ul > li > .blt1:after,
  #r25_header .nav_main1 > ul > li > .blt1:before {
    background: #44a1b9;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform-origin: center center;
    transition: 0.3s ease;
    width: 13px;
  }
  #r25_header .nav_main1 > ul > li.current > .blt1:before,
  #r25_header .nav_main1 > ul > li.open1 > .blt1:before {
    transform: rotate(0deg) !important;
  }
  #r25_header .nav_main1 > ul > li > .blt1:before,
  #r25_header .nav_main1 > ul > li.close > .blt1:before {
    transform: rotate(90deg) !important;
  }
  #r25_header .nav_main1 .child_menu1 {
    background: #fff;
    border-top: 1px solid #e2dfd8;
    box-shadow: none;
    display: none;
    left: auto;
    max-height: none;
    opacity: 1;
    overflow: visible;
    overflow-y: visible;
    position: relative;
    top: auto;
    visibility: visible;
  }
  #r25_header .nav_main1 .child_menu1 .inner1 {
    padding: 0;
    max-width: none;
  }
  #r25_header .nav_main1 .child_menu1 h2 {
    display: none;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu {
    display: block;
    gap: 0;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu li {
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu li:not(:first-child):last-child {
    border-bottom: none;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu li a {
    padding: 19px 20px 19px 20px;
  }
  #r25_header .nav_main1 .sub-menu > li > .blt1 {
    background: rgba(255,255,255,1);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    height: auto;
    padding: 19px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }
  #r25_header .nav_main1 .sub-menu > li > .blt1:after,
  #r25_header .nav_main1 .sub-menu > li > .blt1:before {
    background: #44a1b9;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform-origin: center center;
    transition: 0.3s ease;
    width: 13px;
  }
  #r25_header .nav_main1 .sub-menu > li.current > .blt1:before,
  #r25_header .nav_main1 .sub-menu > li.open1 > .blt1:before {
    transform: rotate(0deg) !important;
  }
  #r25_header .nav_main1 .sub-menu > li > .blt1:before,
  #r25_header .nav_main1 .sub-menu > li.close > .blt1:before {
    transform: rotate(90deg) !important;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu > li > .sub-menu {
    background: #f5f5f5;
    border-top: 1px solid #e2dfd8;
    display: none;
    font-size: 1rem;
    font-weight: 400;
    padding: 1em 0;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu > li > .sub-menu > li {
    border-bottom: none;
    margin-bottom: 1.5em;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu > li > .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu > li > .sub-menu > li > a {
    padding: 0 0 0 30px;
    position: relative;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu > li > .sub-menu > li > a:after {
    display: none;
  }
  #r25_header .nav_main1 .child_menu1 .sub-menu > li > .sub-menu > li > a:before {
    background: url("../images/renew2025/icon_link_arrow1.svg") no-repeat center center / contain;
    content: "";
    display: block;
    height: 9px;
    left: 20px;
    position: absolute;
    top: 0.5em;
    width: 6px;
  }
  #r25_header .sub_nav1 {
    width: 100%;
  }
  #r25_header .sub_nav1 ul {
    font-size: 0.75rem;
    font-weight: 400;
    width: 100%;
  }
  #r25_header .sub_nav1 ul li {
    border-bottom: 1px solid #e2dfd8;
  }
  #r25_header .sub_nav1 ul li a {
    color: #3c3c3c;
    display: block;
    padding: 18px 15px 18px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  #r25_header .sub_nav1 ul li a:after {
    background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: 0.3s ease;
    width: 15px;
  }
  #r25_header .sub_nav2 {
    border-bottom: 1px solid #e2dfd8;
    width: 100%;
  }
  #r25_header .sub_nav2 ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
    font-weight: 400;
    width: 100%;
  }
  #r25_header .sub_nav2 ul li {
    border-bottom: 1px dotted #e2dfd8;
    display: flex;
    margin-bottom: -1px;
    width: 45.52238806%;
  }
  #r25_header .sub_nav2 ul li:nth-child(even) {
    padding-left: 8.95522388%;
    width: 54.47761194%;
  }
  #r25_header .sub_nav2 ul li a {
    color: #3c3c3c;
    display: flex;
    padding: 18px 15px 18px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  #r25_header .sub_nav2 ul li a:after {
    background: url("../images/renew2025/icon_menu_arrow1.svg") no-repeat center center / contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: 0.3s ease;
    width: 15px;
  }
  #r25_header .search_block1 {
    height: 60px;
    width: 50px;
  }
  /*html.r25_menu_open #r25_header .search_block1 {
    visibility: hidden;
  }*/
  html.r25_search_open .site-overlay {
    content: "";
    display: block;
    height: calc(100% - 60px);
    left: 0px;
    opacity: 0.3;
    position: fixed;
    top: 60px;
    z-index: 99;
    width: 100%;
    background: rgb(0, 0, 0);
    transition: 0.5s ease;
  }
  #r25_header .search_block1 .search_btn1 {
    height: 60px;
    padding: 2px 0 0;
    width: 50px;
  }
  #r25_header .search_block1 .search_btn1:before {
    background-size: 19px 19px;
    height: 25px;
  }
  #r25_header .search_block1 .search_btn1 span {
    color: #3b90a6;
    font-size: 0.5625rem;
  }
  html.r25_search_open #r25_header .search_block1 .search_btn1:before {
    background: url("../images/renew2025/icon_menu_close1.svg") no-repeat center top / 18.5px 18.5px;
    transition: 0.3s ease;
  }
  html.r25_search_open #r25_header .search_block1 .search_btn1 span.txt1 {
    display: none;
  }
  html.r25_search_open #r25_header .search_block1 .search_btn1 span.txt2 {
    display: block;
  }
  html.r25_search_open #r25_header .search_block1 .child_menu1 {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  #r25_header .search_block1 .child_menu1 .inner1 {
    padding: 40px 20px;
  }
  #r25_header .search_block1 .child_menu1 .block1 input[type="text"] {
    border-radius: 25px;
    font-size: 0.875rem;
    height: 50px;
    padding: 0 60px 0 25px;
  }
  #r25_header .search_block1 .child_menu1 .block1 input[type="submit"] {
    background-position: left 12px center;
    background-size: 21px 21px;
    border-radius: 0 25px 25px 0;
    height: 50px;
    width: 60px;
  }
  
  #r25_header .nav_block1 .search1 {
    position: relative;
    width: 100%;
  }
  #r25_header .nav_block1 .search1 input[type="text"] {
    appearance: none;
    background: #f0f0f0;
    border: 1px solid #e0ddd8;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 400;
    height: 50px;
    padding: 0 60px 0 25px;
    width: 100%;
  }
  #r25_header .nav_block1 .search1 input[type="text"]::placeholder {
    color: #b6b5b0;
    opacity: 1;
  }
  #r25_header .nav_block1 .search1 input[type="submit"] {
    appearance: none;
    background: transparent url("../images/renew2025/icon_magnifying_glass.svg") no-repeat left 12px center / 21px 21px;
    border: none;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
  }
  
  #r25_header .nav_block1 .list_sns1 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
  }
  #r25_header .nav_block1 .list_sns1 li {
    width: calc(100% / 5);
  }
  #r25_header .nav_block1 .list_sns1 img {
    height: 25px;
    width: 25px;
  }
  #r25_header .nav_block1 .list_sns1 a {
    text-decoration: none;
  }
  
  #r25_header .btn_phone1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    letter-spacing: 0;
    margin-left: auto;
    padding: 2px 0.6em 0;
    text-decoration: none;
  }
  /*html.r25_menu_open #r25_header .btn_phone1 {
    visibility: hidden;
  }*/
  #r25_header .btn_phone1:before {
    background: url("../images/renew2025/icon_phone1.svg") no-repeat center top / 18.5px 18.5px;
    content: "";
    display: block;
    height: 25px;
    width: 100%;
  }
  #r25_header .btn_phone1 .txt1 {
    color: #3b90a6;
    font-size: 0.5625rem;
    text-align: center;
  }
  
  #r25_fixed_information1 {
    border-radius: 0;
    box-shadow: none;
    bottom: 0;
    right: 0;
    top: revert;
    transform: translateY(100%) translateY(-50px);
    width: 100%;
    z-index: 99;
  }
  html.r25_fixed_information1_open #r25_fixed_information1 {
    transform: translateY(0);
  }
  #r25_fixed_information1 .inner1 {
    flex-direction: column;
  }
  #r25_fixed_information1 .inner1 .hd1 {
    align-items: flex-start;
    cursor: pointer;
    flex-direction: row;
    height: 50px;
    padding: 12px 20px 0;
    width: 100%;
  }
  #r25_fixed_information1 .inner1 .hd1 img {
    margin: 0 9px 0 0;
  }
  #r25_fixed_information1 .inner1 .hd1 h2 {
    display: flex;
    align-items: center;
    font-size: 1rem;
    width: auto;
  }
  #r25_fixed_information1 .inner1 .hd1 .blt1 {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 12px;
  }
  /*html.r25_fixed_information1_open #r25_fixed_information1 .inner1 .hd1 .blt1:after {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }*/
  #r25_fixed_information1 .inner1 .cnt1 {
    flex: none;
    max-height: 100%;
    opacity: 1;
    padding: 0 20px 20px;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list1 {
    font-size: 0.875rem;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list1 li {
    min-height: 60px;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list1 li a .icon {
    width: 35px;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list1 li a .icon img {
    height: 35px;
    margin-left: -4px;
    width: 35px;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list1 li:nth-child(even) {
    padding-left: 10px;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list2 {
    gap: 13px 0;
    font-size: 0.75rem;
    margin: 20px 0 0;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list2 li {
    min-width: 50%;
    padding-left: 15px;
    text-align: left;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list2 li a {
    display: flex;
    align-items: center;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list2 li a .icon {
    margin: 0;
    width: 40px;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list2 li a .icon img {
    height: 40px;
    width: 40px;
  }
  #r25_fixed_information1 .inner1 .cnt1 .list2 li a .txt1 {
    display: block;
    margin: 0 0 0 10px;
  }
  html.r25_fixed_information1_open .site-overlay {
    content: "";
    display: block;
    height: calc(100% - 60px);
    left: 0px;
    opacity: 0.3;
    position: fixed;
    top: 60px;
    z-index: 99;
    width: 100%;
    background: rgb(0, 0, 0);
    transition: 0.5s ease;
  }
  
  #r25_menu_btn1 {
    background: #44a1b9;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 2px 0 0;
    width: 60px;
  }
  #r25_menu_btn1 .line1 {
    height: 23px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
    margin: 0 auto;
    position: relative;
    width: 25px;
  }
  #r25_menu_btn1 .line1:after,
  #r25_menu_btn1 .line1:before {
    content: "";
  }
  #r25_menu_btn1 .line1 span,
  #r25_menu_btn1 .line1:after,
  #r25_menu_btn1 .line1:before {
    background: #fff;
    display: block;
    height: 1px;
    transition: 0.5s ease;
  }
  #r25_menu_btn1 .line1:before {
    width: 25px;
  }
  #r25_menu_btn1 .line1 span {
    width: 20px;
  }
  #r25_menu_btn1 .line1:after {
    width: 15px;
  }
  #r25_menu_btn1 .txt1 {
    color: #fff;
    font-family: "Lexend", sans-serif;
    font-size: 0.5rem;
    text-align: center;
    transition: 0.3s ease;
  }
  
  html.r25_menu_open #r25_menu_btn1 {
    background-color: transparent;
    padding-top: 10px;
  }
  html.r25_menu_open #r25_menu_btn1 .line1 span,
  html.r25_menu_open #r25_menu_btn1 .line1:after,
  html.r25_menu_open #r25_menu_btn1 .line1:before {
    left: 0;
    position: absolute;
    top: 50%;
    transform-origin: center center;
  }
  html.r25_menu_open #r25_menu_btn1 .line1:before {
    background-color: #44a1b9;
    transform: rotate(135deg);
  }
  html.r25_menu_open #r25_menu_btn1 .line1 span {
    opacity: 0;
    width: 0;
  }
  html.r25_menu_open #r25_menu_btn1 .line1:after {
    background-color: #44a1b9;
    transform: rotate(45deg);
    width: 25px;
  }
  html.r25_menu_open #r25_menu_btn1 .txt1 {
    opacity: 0;
  }

  #r25_footer {
    margin: 115px 0 0;
    padding-bottom: 50px;
  }
  #r25_footer .inner1:before {
    height: 4px;
    margin: 0 0 30px;
    width: calc(100% - 40px);
  }
  #r25_footer .container1 {
    display: block;
  }
  #r25_footer .container1 .block1 h2 {
    font-size: 0.875rem;
    margin: 0 0 10px;
  }
  #r25_footer .container1 .block1 p {
    font-size: 0.875rem;
  }
  #r25_footer .container1 .block2 {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  #r25_footer .container1 .block2 dl {
    margin-bottom: 10px;
  }
  #r25_footer .container1 .block2 dl dt {
    font-size: 0.875rem;
  }
  #r25_footer .container1 .block2 .data1 dd {
    font-size: 1.125rem;
  }
  #r25_footer .container1 .block2 .data1 dd a {
    font-size: 0.75rem;
  }
  #r25_footer .container1 .block2 .data2 {
    margin-top: 20px;
  }
  #r25_footer .container1 .block2 .data2 .txt1 {
    font-size: 0.875rem;
  }
  #r25_footer .container1 .block2 .data2 .txt2 {
    font-size: 0.75rem;
  }
  #r25_footer .container1 .block3 {
    border-left: none;
    border-top: 1px solid #e2dfd8;
    margin: 35px 0 0;
    padding: 35px 0 0;
  }
  #r25_footer .container1 .block3 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em 1.5em;
    font-size: 0.75rem;
    margin: 0;
  }
  #r25_footer .container1 .block3 ul li {
    margin: 0;
  }
  #r25_footer .container1 .block3 ul a[target="_blank"]:after {
    height: 12px;
    margin: 0 0 0 5px;
    width: 12px;
  }
  #r25_footer .container2 {
    align-items: flex-start;
    flex-direction: column;
    margin: 32px 0 0;
  }
  #r25_footer .container2 .block1 {
    order: 2;
    gap: 20px;
    margin: 35px 0 0;
    width: 100%;
  }
  #r25_footer .container2 .block1 .certification_mark {
    height: 45px;
  }
  #r25_footer .container2 .block1 .bnr_hospirate {
    height: 45px;
  }
  #r25_footer .container2 .block2 {
    width: 100%;
  }
  #r25_footer .list_sns1 {
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  }
  #r25_footer .list_sns1 li {
    width: calc(100% / 5);
  }
  #r25_footer .container3 {
    margin: 24px 0 0;
    padding: 24px 0 20px;
  }
  #r25_footer .container3 .copyright1 {
    font-size: 0.5625rem;
  }

  .r25_mainvisual1 {
    flex-direction: column;
    height: auto;
    margin: 15px calc(50% - 50cqi) 40px;
    padding: 0;
  }
  .r25_mainvisual1.sub1 {
    height: auto;
  }
  .r25_mainvisual1 > div.bg1 {
    background: no-repeat center center / cover;
    /*height: 165px;*/
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .r25_mainvisual1 > div.body1 {
    padding: 18px 20px;
  }
  .r25_mainvisual1 h1 {
    font-size: 1.625rem;
  }

  .r25_mainvisual2 {
    background: url("../images/renew2025/mv_bg1_sp.jpg") no-repeat left top / cover;
    height: 165px;
    margin: 15px calc(50% - 50cqi) 40px;
  }
  .r25_mainvisual2 > div.body1 > div {
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 20px 10px 16px 0;
    width: calc(100% - 20px);
  }
  .r25_mainvisual2 h1 {
    font-size: 1.625rem;
  }
  .r25_mainvisual2 p {
    font-size: 0.75rem;
  }

  .r25_accordion1 {
    margin-bottom: 25px;
  }
  .r25_accordion1 .head1 {
    padding: 15px 33px 15px 19px;
  }
  .r25_accordion1 .body1 {
    padding: 0 30px 28px 19px;
  }
  .r25_accordion1 .body1 p {
    font-size: 0.875rem;
  }
  .r25_accordion1 .head1:after,
  .r25_accordion1 .head1:before {
    right: 19px;
    width: 13px;
  }

  .r25_row1 {
    flex-direction: column;
    gap: 30px;
    margin: 3rem 0;
  }
  .r25_row1.sp_fdr {
    flex-direction: column-reverse;
  }
  .r25_row1 > div {
    width: 100%;
  }
  .r25_row1._col4 {
    gap: 20px;
  }
  .r25_row1._col4 > div {
    width: calc(50% - 10px);
  }

  .r25_cnt1 {
    flex-direction: column-reverse;
    gap: 30px;
    margin: 3rem 0;
  }
  .r25_cnt1 > div:nth-child(odd) {
    flex: none;
  }
  .r25_cnt1 > div:nth-child(even) {
    margin: 0 auto;
  }

  .r25_r_btn1 {
    border-radius: 25px;
    min-height: 50px;
    padding: 0 35px;
  }
  .r25_r_btn1.w1 {
    width: 200px;
  }
  .r25_r_btn1.w1:after {
    right: 20px;
  }
  
  .r25_table_sp1,
  .r25_table_sp1 thead,
  .r25_table_sp1 tbody,
  .r25_table_sp1 tfoot,
  .r25_table_sp1 tr,
  .r25_table_sp1 th,
  .r25_table_sp1 td {
    display: block;
    width: 100%;
  }
  .contents table.r25_table_sp1 th {
    border-right: none;
    padding: 15px 20px;
  }
  .contents table.r25_table_sp1 td {
    border-bottom: 1px solid #E2DFD8;
    border-right: none;
    border-left: none;
    padding: 15px 20px;
  }
  .contents table.r25_table_sp1 td p:last-child {
    margin-bottom: 0;
  }
  .contents table.r25_table_sp1 td ul:last-child {
    margin-bottom: 0;
  }
  
  .r25_category_link1 {
    appearance: none;
    background: #fff url("../images/renew2025/icon_menu_d_arrow1.svg") no-repeat right 7px center / 14px 14px;
    border: 1px solid #e2dfd8;
    border-radius: 4px;
    color: #3c3c3c;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 400;
    height: 30px;
    margin: 0 0 40px;
    min-width: 165px;
    padding: 0 21px 0 9px;
  }
  .r25_category_link1::-ms-expand {
    display: none;
  }

  .r25_news_list1 li {
    flex-wrap: wrap;
    padding: 13px 0;
  }
  .r25_news_list1 .labels1 {
    width: 6.875rem;
  }
  .r25_news_list1 .labels1 .label {
    font-size: 0.5625rem;
    padding: 2px 5px;
  }
  .r25_news_list1 .copy1 {
    flex: none;
    margin-top: 5px;
    width: 100%;
  }

  .r25_pagination1 ul {
    gap: 10px 24px;
    padding: 0 40px !important;
  }
  .r25_pagination1 li {
    font-size: 0.875rem !important;
    padding: 0 !important;
  }
  .r25_pagination1 li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  .r25_pagination1 li.next a,
  .r25_pagination1 li.prev a {
    width: 24px;
  }
  .r25_pagination1 li.next a {
    justify-content: flex-end;
    margin-left: 0;
  }
  .r25_pagination1 li.prev a {
    justify-content: flex-start;
    margin-right: 0;
  }

  .r25_ug1 {
    gap: 25px;
  }
  .r25_ug1 > .btn1 {
    height: 125px;
    width: 125px;
  }
  .r25_ug1 > .btn1 .icon1 {
    height: 81px;
    width: 81px;
  }
  .r25_ug1 > .btn1 .txt1 {
    font-size: 1.125rem;
  }

  .r25_kenkyu_cnt1 {
    flex-direction: column;
    gap: 0;
  }
  .r25_kenkyu_cnt1 > div:nth-child(1) {
    width: 100%;
  }
  .r25_kenkyu_cnt1 > div:nth-child(2) {
    flex: none;
    width: 100%;
  }
  .r25_kenkyu_cnt1 h2 {
    margin: 0 0 25px !important;
  }

  .r25_section_local_cnt1 {
    flex-direction: column;
  }
  .r25_section_local_cnt1 > * {
    width: 100%;
  }
  .r25_section_local_cnt1 h3 {
    font-size: 0.875rem;
    height: 50px;
    padding: 0 25px 0 0;
  }
  .r25_section_local_cnt1 h3 img {
    margin: 0 10px;
  }
  .r25_section_local_cnt1 h3:after {
    right: 10px;
  }
  .r25_section_local_cnt1 > * div {
    padding: 15px 10px;
  }

  .r25_cnt2 {
    flex-direction: column;
  }
  .r25_cnt2 > *:nth-child(1) {
    width: 100%;
  }
  .r25_cnt2 > *:nth-child(2) {
    flex: none;
    padding: 20px 10px;
  }

  .r25_flxa1 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  .r25_flxa1 > :last-child {
    flex: none;
    text-align: left;
  }
  .r25_flxa1 input {
    margin: 5px 0 0;
  }

  .r25_form_wrap1 {
    padding: 30px 10px;
  }

  .r25_hr1 {
    margin: 30px 0;
  }

  .r25_item2 .copy1 {
    margin: 15px 0 0;
  }

  #r25_home_mv1 {
    height: calc(100vh - 110px);
    height: calc(100svh - 110px);
    padding-bottom: 85px;
  }
  #r25_home_mv1 > .copy1 {
    bottom: 207px;
  }
  #r25_home_mv1 > .copy1 h2 {
    font-size: 1.8125rem;
    line-height: 1.37931034;
  }
  #r25_home_mv1 > .copy1 p {
    font-size: 0.875rem;
    line-height: 1.64285714;
    margin: 15px 0 0;
  }

  #r25_home_mv_slider1 .item1 {
    height: calc(100vh - 195px);
    height: calc(100svh - 195px);
  }
  #r25_home_mv_slider1 .buttons1 {
    bottom: 160px;
  }
  #r25_home_mv_slider1 .dots-wrap1 {
    gap: 10px 17px;
    margin: 0 16px 0 0;
  }
  #r25_home_mv_slider1 .dots-wrap1 li button {
    height: 7.5px;
    width: 7.5px;
  }
  #r25_home_mv_slider1 .slick_pause {
    height: 21px;
    width: 21px;
  }

  #r25_news_slider1 .r25_news_list1 {
    height: 85px;
    padding: 15px 80px 0 20px;
  }
  #r25_news_slider1 .r25_news_list1 .slick-arrow {
    height: 23px;
    top: 42px;
    width: 48px;
  }
  #r25_news_slider1 .r25_news_list1 .slick-next {
    right: 0;
  }
  #r25_news_slider1 .r25_news_list1 .slick-prev {
    right: 48px;
  }
  #r25_news_slider1 .r25_news_list1 .slick-arrow:before {
    left: 20px;
    top: 7px;
  }
  #r25_news_slider1 .r25_news_list1 li {
    flex-wrap: wrap;
  }
  #r25_news_slider1 .r25_news_list1 .date1 {
    width: 5.3125rem;
  }
  #r25_news_slider1 .r25_news_list1 .copy1 {
    line-height: 1.5;
    margin: 5px 0 0;
    max-height: 3em;
    overflow: hidden;
    width: 100%;
  }

  .r25_home_title1 {
    display: block;
    padding: 0 20px;
  }
  .r25_home_title1 h2 {
    font-size: 1.5rem;
    padding: 0;
  }
  .r25_home_title1 p {
    font-size: 0.875rem;
    margin: 5px 0 0 0;
    padding-bottom: 0 !important;
  }
  .r25_home_title1 .r25_link1 {
    bottom: 0;
    position: absolute;
    right: 20px;
  }
  
  .r25_home_sec_information {
    margin: 25px 0 75px;
  }
  .r25_home_sec_information .cnt1 {
    background: #f8f6f1;
    margin-top: -10px;
    padding: 35px 20px 20px;
  }
  .r25_home_sec_information .cnt1 .list1 {
    border-bottom: 1px solid #e2dfd8;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    font-weight: 700;
    list-style: none;
    margin: 0 auto;
    max-width: 500px;
    padding: 0;
  }
  .r25_home_sec_information .cnt1 .list1 li {
    border-top: 1px solid #e2dfd8;
    display: flex;
    align-items: center;
    margin: 0;
    min-height: 60px;
    padding: 10px 0;
    width: 50%;
  }
  .r25_home_sec_information .cnt1 .list1 li:nth-child(odd) {
    border-right: 1px solid #e2dfd8;
  }
  .r25_home_sec_information .cnt1 .list1 li a {
    color: #3c3c3c;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .r25_home_sec_information .cnt1 .list1 li a .icon {
    display: block;
    height: 35px;
    margin: 0 5px 0 -5px;
    width: 35px;
  }
  .r25_home_sec_information .cnt1 .list1 li a .icon span {
    background: #44a1b9;
    display: block;
    height: 35px;
    width: 35px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .r25_home_sec_information .cnt1 .list1 li a .txt1 {
    flex: 1;
  }
  .r25_home_sec_information .cnt1 .list1 li:nth-child(odd)  {
    border-right: 1px solid #e2dfd8;
  }
  .r25_home_sec_information .cnt1 .list1 li:nth-child(even) {
    padding-left: 15px;
  }
  .r25_home_sec_information .cnt1 .list1 li a[target="_blank"] .txt1:after {
    background: #a5dae8 no-repeat center center / contain;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 0 0 5px;
    width: 14px;
    mask-image: url(../images/renew2025/icon_newwin.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .r25_home_sec_information .cnt1 .list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 13px 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: none;
    margin: 20px auto 0;
    max-width: 360px;
    padding: 0;
  }
  .r25_home_sec_information .cnt1 .list2 li {
    margin: 0;
    min-width: 50%;
    padding-left: 15px;
    text-align: left;
  }
  .r25_home_sec_information .cnt1 .list2 li a {
    color: #3c3c3c;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .r25_home_sec_information .cnt1 .list2 li a .icon {
    background: #44a1b9;
    border-radius: 50%;
    display: block;
    height: 40px;
    margin: 0;
    width: 40px;
  }
  .r25_home_sec_information .cnt1 .list2 li a .icon span {
    background: #fff;
    display: block;
    height: 40px;
    width: 40px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .r25_home_sec_information .cnt1 .list2 li a .txt1 {
    display: block;
    margin: 0 0 0 10px;
  }
  .r25_home_sec_information .cnt1 .list2 li a[target="_blank"] .txt1:after {
    background: #44a1b9;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 0 0 5px;
    width: 14px;
    mask-image: url(../images/renew2025/icon_newwin.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }

  .r25_tabs1 .tab_content1 {
    margin: 0;
    height: 415px;
    padding: 0;
  }
  .tab_list1_sp {
    appearance: none;
    background: #fff url("../images/renew2025/icon_menu_d_arrow1.svg") no-repeat right 8px center / 15px 15px;
    border: 1px solid #e2dfd8;
    border-radius: 4px;
    font-size: 0.75rem;
    height: 30px;
    max-width: 165px;
    padding: 0 20px 0 9px;
    width: 100%;
  }
  .tab_list1_sp::-ms-expand {
    display: none;
  }

  .r25_home_sec_news {
    margin: 0 0 75px !important;
    padding-bottom: 40px !important;
    position: relative;
  }
  .r25_home_sec_news .r25_tabs1 {
    margin: 35px auto 0;
    padding: 0 20px;
    position: relative;
  }
  .r25_home_sec_news .r25_tabs1 .tab_list1_sp {
    color: #3b3b3b;
    position: absolute;
    top: -88px;
    right: 20px;
  }

  .r25_slider1 .slide {
    padding: 0 16.25px;
  }
  .r25_slider1 .slick-arrow {
    display: none !important;
  }

  .r25_item1 {
    width: 270px;
  }

  .r25_home_sec_event {
    margin: 0 0 75px !important;
    padding-bottom: 40px !important;
    position: relative;
  }
  .r25_home_sec_event .r25_home_title1 {
    position: revert;
  }
  .r25_home_sec_event .r25_link1 {
    color: #3b90a6 !important;
  }
  .r25_home_sec_event .r25_link1:after {
    background-image: url("../images/renew2025/icon_menu_arrow1.svg");
  }
  .r25_home_sec_event .r25_slider1_wrap {
    margin-left: 20px;
    margin-right: -20px;
    margin-top: 35px;
  }
  .r25_home_sec_event .r25_slider1 .slide {
    padding: 0 32.5px 0 0;
  }
  .r25_home_sec_event:before {
    margin-left: 32.5px;
  }

  .r25_home_sec_topics {
    margin: 0 0 75px !important;
    padding: 30px 20px !important;
  }

  .r25_home_sec_about_us {
    margin: 0 0 70px !important;
    padding: 0 20px 30px !important;
    position: relative;
  }
  .r25_home_sec_about_us .r25_home_title1 {
    padding: 0;
  }
  .r25_home_sec_about_us .cnt1 {
    margin: 35px auto 0;
  }
  .r25_home_sec_about_us .cnt1 > div {
    width: 40%;
  }
  .r25_home_sec_about_us .cnt1 .r25_b_list1 {
    column-gap: 30px;
    font-size: 0.875rem;
    width: 56%;
  }

  .r25_home_sec_related_facilites {
    margin: 0 0 90px !important;
    padding: 35px 0 !important;
  }
  .r25_home_sec_related_facilites .cnt1 {
    gap: 40px 20px;
    margin: 35px auto 0;
    padding: 0 20px;
  }
  .r25_home_sec_related_facilites .cnt1 > * {
    width: 100%;
  }
  .r25_home_sec_related_facilites .r25_t_btn1 {
    all: revert;
    text-decoration: none;
    width: 100%;
  }
  .r25_home_sec_related_facilites .r25_t_btn1:before {
    display: none;
  }
  .r25_home_sec_related_facilites .r25_t_btn1 .image1 {
    height: auto;
    width: 100%;
  }
  .r25_home_sec_related_facilites .r25_t_btn1 .txt1 {
    all: revert;
    color: #3c3c3c;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.375;
    margin: 15px 0 0;
  }

  .r25_home_sec_links {
    padding: 30px 20px !important;
  }
  .r25_home_sec_links .r25_row1 {
    flex-direction: row;
  }

  .r25_t_btn2 {
    align-items: center;
    height: 100px;
  }
  .r25_t_btn2:before {
    bottom: -14px;
    height: 28px;
    right: -14px;
    width: 28px;
  }
  .r25_t_btn2 .image1 {
    height: 100px;
    width: 100px;
  }
  .r25_t_btn2 .txt1 {
    display: block;
    margin: 0 5px 0 20px;
  }
  .r25_t_btn2[target="_blank"] .txt1:after {
    bottom: auto;
    left: auto;
    margin: -0.3em 0 0 9px;
    position: relative;
    vertical-align: middle;
  }
  
  ._pc {
    display: none !important;
  }


  .r25_fs8sp {
    font-size: 0.5rem !important;
  }
  .r25_fs9sp {
    font-size: 0.5625rem !important;
  }
  .r25_fs10sp {
    font-size: 0.625rem !important;
  }
  .r25_fs11sp {
    font-size: 0.6875rem !important;
  }
  .r25_fs12sp {
    font-size: 0.75rem !important;
  }
  .r25_fs13sp {
    font-size: 0.8125rem !important;
  }
  .r25_fs14sp {
    font-size: 0.875rem !important;
  }
  .r25_fs15sp {
    font-size: 0.9375rem !important;
  }
  .r25_fs16sp {
    font-size: 1rem !important;
  }
  .r25_fs17sp {
    font-size: 1.0625rem !important;
  }
  .r25_fs18sp {
    font-size: 1.125rem !important;
  }
  .r25_fs19sp {
    font-size: 1.1875rem !important;
  }
  .r25_fs20sp {
    font-size: 1.25rem !important;
  }
  .r25_fs21sp {
    font-size: 1.3125rem !important;
  }
  .r25_fs22sp {
    font-size: 1.375rem !important;
  }
  .r25_fs23sp {
    font-size: 1.4375rem !important;
  }
  .r25_fs24sp {
    font-size: 1.5rem !important;
  }
  .r25_fs25sp {
    font-size: 1.5625rem !important;
  }
  .r25_fs26sp {
    font-size: 1.625rem !important;
  }
  .r25_fs27sp {
    font-size: 1.6875rem !important;
  }
  .r25_fs28sp {
    font-size: 1.75rem !important;
  }
  .r25_fs29sp {
    font-size: 1.8125rem !important;
  }
  .r25_fs30sp {
    font-size: 1.875rem !important;
  }
  .r25_fs31sp {
    font-size: 1.9375rem !important;
  }
  .r25_fs32sp {
    font-size: 2rem !important;
  }

  .r25_mb0sp {
    margin-bottom: 0px !important;
  }
  .r25_mb5sp {
    margin-bottom: 5px !important;
  }
  .r25_mb10sp {
    margin-bottom: 10px !important;
  }
  .r25_mb15sp {
    margin-bottom: 15px !important;
  }
  .r25_mb20sp {
    margin-bottom: 20px !important;
  }
  .r25_mb25sp {
    margin-bottom: 25px !important;
  }
  .r25_mb30sp {
    margin-bottom: 30px !important;
  }
  .r25_mb40sp {
    margin-bottom: 40px !important;
  }
  .r25_mb50sp {
    margin-bottom: 50px !important;
  }
  .r25_mb60sp {
    margin-bottom: 60px !important;
  }
  .r25_mb70sp {
    margin-bottom: 70px !important;
  }
  .r25_mb80sp {
    margin-bottom: 80px !important;
  }
  .r25_mb90sp {
    margin-bottom: 90px !important;
  }
  .r25_mb100sp {
    margin-bottom: 100px !important;
  }

  .r25_mt0sp {
    margin-top: 0px !important;
  }
  .r25_mt5sp {
    margin-top: 5px !important;
  }
  .r25_mt10sp {
    margin-top: 10px !important;
  }
  .r25_mt15sp {
    margin-top: 15px !important;
  }
  .r25_mt20sp {
    margin-top: 20px !important;
  }
  .r25_mt25sp {
    margin-top: 25px !important;
  }
  .r25_mt30sp {
    margin-top: 30px !important;
  }
  .r25_mt40sp {
    margin-top: 40px !important;
  }
  .r25_mt50sp {
    margin-top: 50px !important;
  }
  .r25_mt60sp {
    margin-top: 60px !important;
  }
  .r25_mt70sp {
    margin-top: 70px !important;
  }
  .r25_mt80sp {
    margin-top: 80px !important;
  }
  .r25_mt90sp {
    margin-top: 90px !important;
  }
  .r25_mt100sp {
    margin-top: 100px !important;
  }

  .r25_mr0sp {
    margin-right: 0 !important;
  }
  .r25_ml0sp {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}

@media (max-width: 767px) {
  .r25_row1._col4 > div {
    width: 100%;
  }
  .r25_home_sec_topics .r25_gr_cnt1 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: auto;
    max-width: 500px;
  }
  .r25_home_sec_topics .r25_gr_cnt1 > * {
    padding: 11px 0 17px;
    width: calc(50% - 2.5px);
  }
  .r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(7) {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
  }
  .r25_home_sec_topics .r25_gr_cnt1 > *:before {
    bottom: -14px;
    height: 28px;
    right: -14px;
    width: 28px;
  }
  .r25_home_sec_topics .r25_gr_cnt1 .icon1 {
    height: 34px;
    width: 34px;
  }
  .r25_home_sec_topics .r25_gr_cnt1 .thumb1 {
    margin: 0;
    width: 100px;
  }
  .r25_home_sec_topics .r25_gr_cnt1 > *:nth-child(7) .copy1 {
    margin-left: 32px;
    width: 138px;
  }
  .r25_home_sec_topics .btn1 {
    border-radius: 25px;
    height: 50px;
    margin: 25px auto 0;
    max-width: 500px;
  }
  .r25_home_sec_topics .btn1:after {
    right: 20px;
  }

  .r25_t_btn1 {
    all: revert;
  }
  .r25_t_btn1:before {
    display: none;
  }
  .r25_t_btn1 .image1 {
    height: auto;
    width: 100%;
  }
  .r25_t_btn1 .txt1 {
    all: revert;
    color: #3c3c3c;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.375;
    margin: 15px 0 0;
  }
  .r25_t_btn1[target="_blank"] .txt1:after {
    all: revert;
    background: #b4b4b4;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 0 0 0 6px;
    width: 13px;
    mask-image: url(../images/renew2025/icon_newwin.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  
  .r25_home_sec_about_us .cnt1 > div {
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
  .r25_home_sec_about_us .cnt1 .r25_b_list1 {
    background: none;
    column-count: revert;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
  }
  .r25_home_sec_about_us .cnt1 .r25_b_list1 li {
    border-bottom: 1px solid #e2dfd8 !important;
    padding: 0;
    width: calc(50% - 15px);
  }
  .r25_home_sec_about_us .cnt1 .r25_b_list1 li:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
  .r25_home_sec_about_us .r25_b_list1 li a {
    display: flex;
    align-items:  center;
    min-height: 60px;
    padding: 5px 15px 5px 0 !important;
    position: relative;
  }
  .r25_home_sec_about_us .r25_b_list1 li a:not([target="_blank"]):after {
    margin: -7px 0 0;
    top: 50%;
    position: absolute;
    right: 0;
  }
  
  .r25_home_sec_related_facilites {
    padding: 0 0 25px !important;
  }
  .r25_home_sec_related_facilites:before {
    bottom: 0;
    height: calc(100% - 120px);
    margin-right: 0;
    right: auto;
    top: auto;
    width: calc(100% - 80px);
  }
  .r25_home_sec_related_facilites .cnt1 {
    flex-direction: column;
    max-width: 500px;
  }
  
  .r25_home_sec_links .r25_row1 {
    max-width: 500px;
  }

  .r25_recruit_mv1 {
    height: calc(100vh - 110px);
    height: calc(100svh - 110px);
    margin-left: -20px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 40px);
  }
  .r25_recruit_mv1:before {
    display: none;
  }
  .r25_recruit_mv1 .item1 {
    height: calc(100vh - 200px);
    height: calc(100svh - 200px);
    overflow: hidden;
    width: 100%;
  }
  .kango1 .r25_recruit_mv1 .item1 {
    height: calc(100vh - 110px);
    height: calc(100svh - 110px);
  }
  .r25_recruit_mv1 .item1 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .r25_recruit_mv1 .title1 {
    background: #f0f0f0;
    display: block;
    height: 90px;
    padding: 20px 20px 0;
    width: 100%;
  }
  .kango1 .r25_recruit_mv1 .title1 {
    background: #fff;
    bottom: 0;
    border-radius: 0 10px 0 0;
    left: 0;
    position: absolute;
    width: calc(100% - 40px);
  }
  .r25_recruit_mv1 p {
    color: #ab9b71;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0 0 4px;
  }
  .kango1 .r25_recruit_mv1 p {
    color: #e97a66;
  }
  .r25_recruit_mv1 p.e {
    font-family: "Roboto Serif", serif !important;
    font-style: italic;
    font-weight: 300;
  }
  .r25_recruit_mv1 h1 {
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0;
  }
  .r25_recruit_mv1 h1 .btn1 {
    background: #44a1b9;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 300;
    line-height: 26px;
    margin: -0.3em 0 0 15px;
    padding: 0 9px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }
  .r25_recruit_mv1 h1 .btn1.r {
    border-radius: 13px;
    padding: 0 19px;
  }
  .kango1 .r25_recruit_mv1 h1 .btn1 {
    background: #ef9787;
    font-style: normal;
    font-weight: 400;
  }
  .r25_recruit_mv1 h1 .btn1:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -0.3em 0 0 7px;
    width: 13px;
    mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    vertical-align: middle;
  }

  /*.r25_recruit_mv1_sp {
    display: block;
    height: calc(100vh - 110px);
    height: calc(100svh - 110px);
    margin-left: -20px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 40px);
  }
  .r25_recruit_mv1_sp .item1 {
    height: calc(100vh - 200px);
    height: calc(100svh - 200px);
    overflow: hidden;
    width: 100%;
  }
  .kango1 .r25_recruit_mv1_sp .item1 {
    height: calc(100vh - 110px);
    height: calc(100svh - 110px);
  }
  .r25_recruit_mv1_sp .item1 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .r25_recruit_mv1_sp .title1 {
    background: #f0f0f0;
    height: 90px;
    padding: 20px 20px 0;
    width: 100%;
  }
  .kango1 .r25_recruit_mv1_sp .title1 {
    background: #fff;
    bottom: 0;
    border-radius: 0 10px 0 0;
    left: 0;
    position: absolute;
    width: calc(100% - 40px);
  }
  .r25_recruit_mv1_sp p {
    color: #ab9b71;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0 0 4px;
  }
  .kango1 .r25_recruit_mv1_sp p {
    color: #e97a66;
  }
  .r25_recruit_mv1_sp p.e {
    font-family: "Roboto Serif", serif !important;
    font-style: italic;
    font-weight: 300;
  }
  .r25_recruit_mv1_sp h1 {
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0;
  }
  .r25_recruit_mv1_sp h1 .btn1 {
    background: #44a1b9;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 300;
    line-height: 26px;
    margin: -0.3em 0 0 15px;
    padding: 0 9px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }
  .r25_recruit_mv1_sp h1 .btn1.r {
    border-radius: 13px;
    padding: 0 19px;
  }
  .kango1 .r25_recruit_mv1_sp h1 .btn1 {
    background: #ef9787;
    font-style: normal;
    font-weight: 400;
  }
  .r25_recruit_mv1_sp h1 .btn1:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -0.3em 0 0 7px;
    width: 13px;
    mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    vertical-align: middle;
  }*/

  .container.r25_recruit_top {
  }
  .container.r25_recruit_top .side_bar_wrap {
    float: none;
    margin-left: -20px;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: auto;
    width: calc(100% + 40px);
  }
  .side_bar_wrap.clw1 {
    clear: both;
    float: none;
    margin-top: 100px;
    position: relative;
    top: auto;
    width: 100%;
  }
  .side_bar_wrap.clw1 .menu a {
    color: #3c3c3c !important;
  }
  .side_bar_wrap.clw1 .menu>li>a:only-child:after {
    background-image: url("../images/renew2025/icon_menu_arrow1.svg");
  }
  .side_bar_wrap.clw1 .menu>li {
    border-bottom-color: #e2dfd8;
    color: #3c3c3c;
    font-size: 1rem;
  }
  .side_bar_wrap.clw1 .menu>li .sub-menu>li {
    /*background-image: url("../images/renew2025/icon_link_arrow1.svg");*/
    font-size: 1rem;
  }
  .side_bar_wrap.clw1 .menu > li > .blt1:after,
  .side_bar_wrap.clw1 .menu > li > .blt1:before {
    background: #44a1b9;
  }
  .container.r25_recruit_top .side_bar_wrap .menu>li {
    font-size: 1rem;
  }
  .r25_side_cat_subtitle1 {
    color: #ab9b71;
    font-size: 0.75rem;
  }
  .r25_side_cat_subtitle1.e {
    color: #ab9b71;
    font-size: 0.75rem;
  }
  .r25_side_cat_title1 {
    color: #3c3c3c;
    font-size: 1.25rem;
  }
  .clw1 .r25_side_cat_title1 {
    color: #3c3c3c;
  }
  .r25_side_cat_title1 .btn1 {
    background: #44a1b9;
    color: #fff;
    font-size: 0.875rem;
    line-height: 26px;
    margin: -0.3em 0 0 15px;
    padding: 0 9px;
  }
  .r25_side_cat_title1 .btn1:after {
    background: #fff;
    height: 15px;
    margin: -0.3em 0 0 5px;
    width: 15px;
  }
  .container.r25_recruit_top .contents {
    float: none;
    margin-top: 25px;
    max-width: none;
  }

  .contents * + .r25_fg_title1 {
    margin-top: 100px;
  }

  .contents .r25_r_copy1 {
    font-size: 1.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.37931034;
    margin: 0 0 35px;
  }

  .contents .r25_r_copy2 {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.85714286;
  }

.contents .r25_entry_btn1 {
  background: #ab9b71;
  border: 1px solid #ab9b71;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Serif", serif !important;
  font-size: 1.3125rem;
  font-style: italic;
  height: 65px;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
.contents .r25_entry_btn1:after {
  background: #fff;
  content: "";
  display: block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s ease;
  vertical-align: middle;
  width: 15px;
  mask-image: url(../images/renew2025/icon_menu_arrow1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .container.have_side_nav {
    overflow: initial;
  }
  .r25_mainvisual2 > div.body1 {
    max-width: 980px;
  }
  
  .side_bar_wrap.clw1 {
    border-top: none;
    margin-top: 50px;
    padding-top: 0;
  }
  .side_bar_wrap.clw1 .menu>li > .sub-menu {
    background-color: transparent;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .r25_home_sec_information .cnt1 .list1 {
    max-width: none;
  }
  .r25_home_sec_information .cnt1 .list1 li {
    width: 25%;
  }
  .r25_home_sec_information .cnt1 .list1 li  {
    border-right: 1px solid #e2dfd8;
    padding-left: 15px;
  }
  .r25_home_sec_information .cnt1 .list1 li:nth-child(4n)  {
    border-right: none;
  }
  .r25_home_sec_information .cnt1 .list1 li:first-child,
  .r25_home_sec_information .cnt1 .list1 li:nth-child(4n+1) {
    padding-left: 0;
  }
  .r25_home_sec_information .cnt1 .list2 {
    justify-content: center;
    gap: 20px;
    max-width: none;
  }
  .r25_home_sec_information .cnt1 .list2 li {
    min-width: 0;
    padding-left: 0;
  }
  
  .r25_home_sec_about_us .cnt1 .r25_b_list1 br {
    display: none !important;
  }
}











