@charset "UTF-8";

/* ==== root ========================== */
:root {
  --color-black: #323232;
  --color-white: #ffffff;
  --color-primary: #3ab86f;
  --color-bg-green: #F1F7F4;
  --color-line-gy: #ECECEC;

  --noto-sans: "Noto Sans JP", sans-serif;
  --raleway: "Raleway", sans-serif;
}

/*================================================
 *  
 ================================================*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: var(--noto-sans);
  background: var(--color-bg-green);
  color: var(--color-black);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  font-size: 1.6rem;
}

body.hidden {
  overflow: hidden;
}

p {
  font-size: 1.6rem;
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  transition: all .4s;
}

a.blank {
  padding-right: 1.75em;
  position: relative;
}

a.blank::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/icon_blank.png);
  width: 1.25em;
  height: 1.25em;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border:0;
}
/* add 外部リンクアイコン */
a.gaibu {
  padding-right: 1.75em;
  position: relative;
}

a.gaibu::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/icon_blank_gr.png);
  width: 1.25em;
  height: 1.25em;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  border:0;
}
/* end */
a:hover {
  opacity: 1;
}

a.line {
  color: #0D6E53;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

.italic {
  font-style:italic;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}


a:hover { /* add 2024.4.3*/
  opacity:0.7;
  transition:0.2s;
}


@media screen and (max-width:1024px) {
  body.hidden {
    overflow: hidden;
  }

}

/*================================================
 *  ttl font
 ================================================*/

/* hd font */
h2.hd {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

h2.hd .en {
  font-family: var(--raleway);
  font-size: 5.6rem;
  font-weight: 500;
  background: linear-gradient(90deg, #2ECC71 0%, #323232 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1;
  padding-bottom: 0.8rem;
}

h2.hd.sub {
  font-size: 4rem;
}

h2.hd .ja {
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

h2.hd.line .ja {
  display: inline-block;
  margin-left: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.line-hd {
  font-size: 4rem;
  border-bottom: 0.2rem solid #CCCCCC;
  padding-bottom: 1.5rem;
  margin-bottom: 5rem;
  font-weight: 500;
  position: relative;
}

.line-hd::before {
  position: absolute;
  content: "";
  width: 10rem;
  height: 0.4rem;
  background: rgb(46, 204, 113);
  background: linear-gradient(90deg, rgba(46, 204, 113, 1) 0%, rgba(50, 50, 50, 1) 100%);
  bottom: -0.15rem;
  left: 0;
}

.line-hd:has(span) {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3.2rem;
}

.line-hd span {
  font-size: 1.6rem;
}

.i-hd {
  position: relative;
  font-size: 3.2rem;
  padding-left: 5rem;
  font-weight: 500;
  margin-bottom:0.3em; /* add 2025.4.2 */
}

.i-hd::before {
  position: absolute;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/icon_hd.png);
  width: 3.6rem;
  height: 2.9rem;
  top: 1.8rem;
  left: 0;
}

.pr-hd {
  font-size: 2.6rem;
  color: var(--color-primary);
  line-height: 1.5;
}

.en {
  font-family: var(--raleway);
  font-weight: 600;
}

.primary {
  color: var(--color-primary);
}

.f14 {
  font-size: 1.4rem;
}

.f18 {
  font-size: 1.8rem;
}

.f26 {
  font-size: 2.6rem;
}

.f30 {
  font-size: 3rem;
}

.f32 {
  font-size: 3.2rem;
}

@media screen and (max-width:1024px) {

  h2.hd .en {
    font-size: 4.6rem;
  }

  h2.hd.sub .en {
    font-size: 3.6rem;
  }

  h2.hd .ja {
    font-size: 1.3rem;
  }a

  h2.hd.line .ja {
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .line-hd {
    font-size: 3.2rem;
  }

  .i-hd {
    font-size: 2.6rem;
    padding-left: 4.2rem;
  }

  .i-hd::before {
    width: 3.185rem;
    height: 2.552rem;
    top: 1.4rem;
  }

  .line-hd:has(span) {
    flex-wrap: wrap;
    gap: 0;
  }

  .line-hd span {
    font-size: 1.3rem;
    width: 100%;
  }

  .pr-hd {
    font-size: 2rem;
  }

  .f14 {
    font-size: 1.2rem;
  }

  .f18 {
    font-size: 1.6rem;
  }

  .f26 {
    font-size: 2.2rem;
  }

  .f30 {
    font-size: 2.6rem;
  }
}


@media screen and (max-width:520px) {
  .line-hd {
    font-size: 2.6rem;
  }
  .i-hd{
    font-size:2.2rem;
  }

}

/*================================================
 *  document section
 ================================================*/

#document {
  max-width: 2000px;
  min-width: 1350px;
  overflow: hidden;
  margin: 0 auto;
  min-height: 100%;
}

section {
  position: relative;
  padding-right: 11rem;
  padding-left: 28rem;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}


section p a {
  color:#0D6E53; /* add 2025.4.2 */
}
section p a:hover {
  color:#2ECC71; /* add 2025.4.2 */
}

.top-section {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.bg-w {
  background: rgb(255 255 255 / 70%);
}

.bg-g {
  background: #E9F5EF;
}

.wrap {
  margin-left: auto;
}

.narrow {
  padding-left: 11rem;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}


section img { /* add 2025.4.2 */
  box-sizing: border-box
}

/* ■ ノートPCレスポンシブ用　2025.05 add　*/
@media screen and (max-width:1365px) {
  html{
    font-size:55%;
  }

  #document {
    min-width: 100%;
  }
  .narrow {
    width:100%;
    padding-left:6rem;
  }
  .flex {
    flex-wrap:nowrap;
    gap:1.6rem;
  }
  
}


@media screen and (max-width:767px) {
  html{
    font-size:60.5%;
  }

}

@media screen and (max-width:1024px) {
  #document {
    min-width: 320px;
  }

  .wrap {
    width: 100%;
    min-width: unset;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .narrow {
    width: 100%;
    min-width: unset;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .sec_wrap {
    width: 100%;
  }

  section {
    padding-right: 0;
    padding-left: 0;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .top-section {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }


}

/*================================================
 *  汎用
 ================================================*/
i.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

i.access {
  background-image: url(../img/icon_acc.png);
  width: 2.4rem;
  height: 2.4rem;
}

i.mail {
  background-image: url(../img/icon_mail.png);
  width: 2.4rem;
  height: 2.4rem;
}

i.map {
  background-image: url(../img/icon_map.png);
  width: 2.4rem;
  height: 2.4rem;
}

i.c-mail {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/icon_c-mail.png);
  width: 4rem;
  height: 4rem;
}

i.blank {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/icon_blank_gr.png);
  width: 2rem;
  height: 2rem;
}

.pdficon{ /* add 20250416 */
  display: inline-block;
  width: 20px;
  border: none;
  padding-left: 5px;
  vertical-align: middle;
}
/* moreArea */
.moreArea_inner {
  max-height: 40rem;
  padding-bottom: 3.2rem;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.moreArea_inner.on-click {
  transition: max-height 0.5s ease-in-out;
}

.moreArea_inner::after {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(180deg, rgba(241, 247, 244, 0) 0%, rgba(241, 247, 244, 0.1) 10%, rgba(241, 247, 244, 0.3) 35%, rgba(241, 247, 244, 1) 80%);
  pointer-events: none;
  transition: all 0.3s ease;
}

.bg-w .moreArea_inner::after {
  background: linear-gradient(180deg, rgba(241, 247, 244, 0) 0%, rgba(251, 253, 252, 0.1) 10%, rgba(251, 253, 252, 0.3) 25%, rgba(251, 253, 252, 1) 50%);
}

.moreArea_inner.on-click::after {
  opacity: 0;
  bottom: -15rem;
}

/* readmore btn */
.readmore {
  margin: 0 auto;
  width: 24.7rem;
  height: 6.4rem;
  background: var(--color-white);
  border-radius: 1000px;
  border: 1px solid #ECECEC;
  z-index: 2;
  cursor: pointer;
  position: relative;
  padding-right: 2.5rem;
}

.readmore::before {
  position: absolute;
  content: "表示する";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}

.moreArea_inner.on-click+.readmore::before {
  content: "閉じる";
}

.readmore::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/arrow_down.png);
  width: 1.6rem;
  height: 1.16rem;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: .5s;
}

.moreArea_inner.on-click+.readmore::after {
  transform: translateY(-50%) rotate(180deg);
}


/*================================================
 *  汎用
 ================================================*/
/* table2clm */
.table2clm {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  font-size: 1.5rem;
  margin-top: 5rem;
  border: 0.1rem solid #E5E5E5;
  border-bottom: none;
}

.table2clm dt {
  width: 15.2rem;
  background: #E9F5EF;
  border-bottom: 0.1rem solid #E5E5E5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.table2clm dd {
  width: calc(100% - 15.2rem);
  padding: 3.2rem 4rem;
  background: var(--color-white);
  border-bottom: 0.1rem solid #E5E5E5;
  font-weight: 400;
}

/* add 2025.4.14 table2clm テーブル内詳細ボタン有り用 */
 .dtl-list dd li {
  margin-bottom:1em; 
}

.dtl-list dd li:last-child {
  margin-bottom:0;
}

.dtl-list dd a {
  width:100px;
  display:block;
  margin-left:auto;
  margin-right:0;
  line-height:3;
}
/* end */

/* add 2025.4.14 table2clm テーブル内リンクテキスト色有り */
.tbadlk dd a {
  color:#0D6E53; 
}
.tbadlk dd a:hover {
  color:#2ECC71;
}
/* end */

/* txt_img-clm */
.txtimg-clm2 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  margin-top: 4.2rem;
}

.txtimg-clm2 h3 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width:1180px) {
  .txtimg-clm2 {
flex-wrap:nowrap;
gap:2rem;
  }
}

/* modal */
.modal-btn {
  position: relative;
}

.modal-btn::before {
  position: absolute;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../courses/image/icon_zoom.png);
  width: 4rem;
  height: 4rem;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 85%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 0.1rem solid var(--color-white);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100rem;
  color: var(--color-white);
}

.modal-content .modal-img {
  background: var(--color-white);
  margin-bottom: 1.8rem; /* 3.8rem */
}

.modal-content .modal-img img {
  /*max-width: 60rem;*/
  margin: 0 auto;
  max-height:80vh; /* add */
}

.modal-content p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.6rem;
}

.close-modal {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../courses/image/icon_close.png);
  width: 7rem;
  height: 7rem;
  top: 4rem;
  right: 4rem;
  cursor: pointer;
}

.txtimg_img p {
  font-size: 1.4rem;
}

/* vertical_clm */
.vertical_clm {
  margin-top: 1.6rem;

}

.vertical_clm-txt {
  margin-bottom: 4rem;
}

.vertical_clm-txt p {
  margin-top: 1.6rem;
}


@media screen and (max-width:1024px) {
  .table2clm {
    font-size: 1.3rem;
  }

  .table2clm dt {
    width: 30%;
    justify-content: center;
    padding: 2.4rem 0;
  }

  .table2clm dd {
    width: 70%;
    padding: 2.4rem 1.6rem;
  }

  .txtimg_img {
    margin: 1.6rem auto 0;
  }

  .txtimg_img a {
    width: 100%;
  }

  .modal {
    overflow-y: scroll;
    min-height: 100vh;
  }

  .modal-content {
    top: 12rem;
    transform: translateX(-50%);
    width: 90%;
    padding-bottom: 10rem;
  }

  .close-modal {
    width: 4.2rem;
    height: 4.2rem;
    right: 3%;
  }
}

/*================================================
 * research
 ================================================*/

#research {
  padding-top: 7.8rem;
  padding-bottom: 11.1rem;
}

.re_list {
  margin-top:3.4rem;
  margin-bottom: 4rem;
}

.re_list li {
  border-bottom: 0.1rem solid #E5E5E5;
}

.re_list li a {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.re_list li > div { /* リンク無し記事対策 */
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.re_list .re_img {
  position: relative;
  background: #EFEFEF;
  width: 26rem;
  height: auto;
  aspect-ratio: 300/200;
  margin-top:1.8rem;
  margin-bottom:1.8rem;
}

.re_list .re_img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.re_list li .re_img span {
  width: 9.3rem;
  display: block;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-white);
  font-family: var(--raleway);
  clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
}


.re_list li span.tag_event,
.re_list li span.tag_research,
.news_list li span.tag_event
 {
  background: #3ab86f;
}

.re_list li span.tag_outline,
.re_list li span.tag_admissions,
.re_list li span.tag_prize,
.news_list li span.tag_outline {
  background: #27916e;
}

.re_list li span.tag_subsidy,
.re_list li span.tag_seminar,
.news_list li span.tag_seminar
 {
  background: #3a96b8;
}


.re_list .re_txt {
  width: calc(100% - 29rem);
}

.re_list .re_txt h3 {
  font-size: 1.6rem;
  margin: 0 0 0.8rem;
  font-weight: 400;
}

.re_list .re_txt p {
  color: #878787;
  font-weight: 400;
  font-size:1.4rem;
}

/* add 2025.4.7 年度一覧用 */
.year_list li {
  padding:1rem 2rem;
}
.year_list .re_list .re_txt {
  width:100%;
}
.year_list .re_img_thum {
  width:100px;
}
.year_list .re_list li .re_txt span {
  width: 9.3rem;
  display: inline-block;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-white);
  font-family: var(--raleway);
  clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
}
.year_list .re_list .date {
  margin-bottom:0.3rem;
}

/* end */

@media screen and (max-width:767px) {
  .re_list li a {
    display: block;
  }

  .re_list .re_img {
    width: 100%;
    margin-top:3rem;
  }

  .re_list {
    gap: 3rem;
  }

  .re_list li {
    width: 94%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-top:1rem;
    margin-bottom:1rem;
  }
  .re_list .re_txt {
    width: 100%;
    margin-bottom:3rem;
  }
}

/*================================================
 *  link btn
 ================================================*/
/* btn */
.btnArea a {
  font-size: 1.4rem;
  width: 27rem;
  height: 6.4rem;
  background: var(--color-white);
  border: 0.1rem solid #ECECEC;
  border-radius: 1000px;
  display: grid;
  place-content: center;
  padding-right: 4.5rem;
  padding-left: 2.4rem;
  font-weight: 500;
  position: relative;
}

.btnArea.no-b a {
  border-color: var(--color-white);
}

.btnArea.ac a {
  margin-left: auto;
  margin-right: auto;
}

.btnArea.small a {
  height: 4rem;
  width: 20rem;
  font-size: 1.3rem;
}


i.arrow_r {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/arrow_double.png);
  width: 1.18rem;
  height: 1.6rem;

}

i.arrow_d {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/arrow_down.png);
  width: 1.6rem;
  height: 1.16rem;
}

.btnArea a i {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
}

.btn_list,
.btn_list_year {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 2rem;
}

.btn_list .btnArea a {
  width: 22rem;
}

/* add 2025.4.7 年度リンク用 */
.btn_list_year .btnArea a {
  width: 11rem;
  height:4.4rem;
}


/* link_list */
.link_list {
  align-items: center;
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(5, 1fr);
  margin: 3.2rem 0 5rem;
  padding-right: 1.6rem;
}

.link_list a {
  padding: 0.9rem 0 0.9rem 4rem;
  position: relative;
  line-height: 1.2;
}


.link_list a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/link_arrow.png);
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.link_list a:not(:nth-of-type(5n)):after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 4.8rem;
  background: #ccc;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.link_list a small {
  font-size: 1.1rem;
}


@media screen and (max-width:767px) {
  .link_list a::before {
  width: 2rem;
  height: 2rem;
}
}

/* linktxt_list */
.linktxt_list {
  margin-left: 1.5em;
  font-weight: 400;
  line-height:2;
}

.linktxt_list li a {
  color: #0D6E53;
  font-weight: 400;
}

@media screen and (max-width:520px) {
.linktxt_list li a {
  display:block;
  line-height:1.5;
  font-size:1.4rem;
}
.linktxt_list li {
  font-size:1.4rem;
}
}

.linktxt_list p {
  font-size: 1.4rem;
  margin-top: 2.7rem;
}

.linktxt_list p img {
  display: inline-block;
  width: 1.6rem;
  vertical-align: middle;
}

/* img_card */
.card_link {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.card_link a {
  background: var(--color-white);
  border: 0.1rem solid #ECECEC;
  border-radius: 0.5rem;
  padding: 3rem 4rem 3rem 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.6rem;
  line-height: 1.3;
}

.card_link a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/arrow_double.png);
  width: 1.16rem;
  height: 1.6rem;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.card_link a.pdf::before {
  background-image: url(../img/icon_pdf.png);
  width: 1.774rem;
  height: 2.2rem;
}

.card_link a.blank::before {
  background-image: url(../img/icon_blank_pr.png);
  width: 2.2rem;
  height: 2.2rem;
}

.card_link a p {
  font-size: 1.8rem;
  font-weight: 500;
}


/* ■ ノートPCレスポンシブ用　2025.05 add　*/
@media screen and (max-width:1365px) {

 .card_link a p {
  font-size: 1.6rem;
}

}


.card_link a p span {
  display: block;
  font-family: var(--raleway);
  font-size: 1.1rem;
  color: #A6A6A6;
  margin-top: 0.6rem;
}

.card_link.icon_link a .icon {
  width: 7rem;
  height: 7rem;
  background-color: #F7F7F7;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.card_link.icon_link a img {
  width: auto;
  height: 3.1rem;
}


.card_link a span.img {
  display: block;
  width: 8.4rem;
}



@media screen and (max-width:1024px) {

  .btnArea a {
    font-size: 1.2rem;
  }

  .btnArea.sp-c a {
    margin-left: auto;
    margin-right: auto;
  }

  .btn_list {
    justify-content: center;
    gap: 1.6rem 2rem;
  }

  .btn_list .btnArea,
  .btn_list .btnArea a {
    width: 100%;
    max-width: 22rem;
  }

  /* link_list */
  .link_list {
    gap: 1.3rem;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 0;
  }

  .link_list a:not(:nth-of-type(5n)):after,
  .link_list a::after {
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 3.2rem;
    background: #ccc;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .link_list a:nth-of-type(2n):after {
    content: none;
  }

  .card_link {
    gap: 1.6rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .card_link a {
    padding: 1.6rem 0 1.6rem 1rem;
  }

  .card_link a p {
    font-size: 1.6rem;
  }


  /* linktxt_list */
.linktxt_list {
  margin-left:0.9em;
}
}
@media screen and (max-width: 520px) {
  .link_list a {
    font-size:1.4rem;
  }
  .card_link a p {
    font-size:1.4rem;
  }
}

/*================================================
 *  header / ヘッダー
 ================================================*/
header {
  position: fixed;
  top: 1rem;
  left: clamp(2rem, calc((100% - 1960px) / 2), 1000rem);
  width: 24rem;
  z-index: 100;
  transition: transform 0.3s ease-in-out;
  padding: 3.2rem 0 2rem 0;
  border-radius: 1rem;
}

header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(223 237 230 / 80%);
  backdrop-filter: blur(6.4rem);
  z-index: -1;
  border-radius: 1rem;
}

/* nav_logo */
header .nav_logo.pc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

header h1 {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin: 0 auto 3.2rem;
}

header h1 img {
  width: 10.8rem;
  margin: 0 auto 0.8rem;
}



/* nav__right */
nav.gnav a {
  font-weight: 500;
}

nav.gnav ul li:not(:last-child) {
  border-bottom: 0.1rem solid var(--color-white);
}

nav.gnav ul li a,
nav.gnav ul li span {
  font-size: 1.6rem;
  padding: 2rem 5.7rem 2rem 3rem;
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}

nav.gnav ul li a::before,
nav.gnav ul li span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/arrow_single.png);
  width: 0.709rem;
  height: 1.5rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}

nav.gnav ul li.subNav.active {
  background: #D9D9D9;
}

nav.gnav ul li.subNav .subNav_inner {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: fit-content;
  opacity: 0;
  pointer-events: none;
  background-color:#e7ede9d6;
  backdrop-filter: blur(6.4rem);
  z-index: 99;
  transition: .4s;
  padding-top:1.2rem;
  padding-bottom: 3.2rem;
  border-radius: 0 1rem 1rem 0;
  display: flex;
}



nav.gnav ul li.subNav.active .subNav_inner {
  opacity: 1;
  pointer-events: auto;
}

nav.gnav ul li.subNav .closeNav {
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/closenav.png);
  width: 2.7rem;
  height: 2.7rem;
  top: 2.3rem;
  right: 1.7rem;
  z-index: 1;
  cursor: pointer;
}

nav.gnav ul li.subNav .subNav_inner ul {
  width: 100%;
  max-height: calc(100% - 3.2rem);
  overflow-y: scroll;
  margin: auto;
}

nav.gnav ul li.subNav.active .subNav_inner ul li:first-child a {
  font-weight:800;
}

nav.gnav ul li.subNav .subNav_inner a {
  padding: 1.5rem 9.4rem 1.5rem 5rem;
  background: transparent;
  display: block;
}

nav.gnav ul li.subNav .subNav_inner a p {
  width: 100%;
  white-space: nowrap;
  width: 15rem;
  font-size:1.4rem; /* add */
}

nav.gnav ul li.subNav .subNav_inner a:hover {
  background: #444444;
  color: var(--color-white);
}

nav.gnav ul li.subNav .subNav_inner a::before {
  background-image: url(../img/arrow_single_g.png);
  right:3.6rem;
}

nav.gnav ul li.subNav .subNav_inner a:hover::before {
  background-image: url(../img/arrow_single_w.png);
}

nav.gnav ul li.subNav li {
  border: none;
}

nav.gnav ul li.subNav .subNav_inner ul::-webkit-scrollbar {
  width: 1px;
}

nav.gnav ul li.subNav .subNav_inner ul::-webkit-scrollbar-track {
  background-color: transparent;
}

nav.gnav ul li.subNav .subNav_inner ul::-webkit-scrollbar-thumb {
  background-color: transparent;
}

nav.gnav .search {
  margin: 2rem 2rem 2rem;
  position: relative;
}

nav.gnav .search input {
  background: var(--color-white);
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 5rem;
  padding: 0 1.5rem;
}

nav.gnav .search input::placeholder {
  color: #D0D0D0;
}

nav.gnav .search button {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  margin: auto;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon_search.png) no-repeat center;
  background-size: contain;
  background-size: 50% auto;
  position: absolute;
  top: 50%;
  /* right: 0; */
  right:3%; /* add 2025.4.2 */
  transform: translateY(-50%);
  border:none; /* add 2025.4.2 */
}

.nav_outline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0 2rem 2rem;
}

.nav_outline a {
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
}

.nav_outline a:nth-of-type(2)::before,
.nav_outline a:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 6.8rem;
  background: var(--color-white);
  top: 0;
}

.nav_outline a:nth-of-type(2)::before {
  left: -1.7rem;
}

.nav_outline a:nth-of-type(2)::after {
  right: -1.7rem;
}



.nav_outline a i.icon {
  display: block;
  margin: 0 auto 0.5rem;
}

.nav_limit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem 0 3.7rem;
}

.nav_limit a {
  font-size: 1.3rem;
  line-height:2;
}

.nav_limit a:first-of-type {
  margin-right: 3.6rem;
  position: relative;
}

.nav_limit a:first-of-type::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.8rem;
  background: var(--color-white);
  top: 0;
  right: -3.6rem;
}

.nav_limit a.en {
  margin-left: 2.8rem;
}

@media screen and (max-width:1024px) {
  header {
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    backdrop-filter: unset;
  }

  header::before {
    content: none;
  }

  header .nav_logo.pc {
    display: none;
  }

  header nav.gnav ul li a.nav_logo {
    padding: 0;
  }

  header nav.gnav ul li a.nav_logo::before {
    content: none;
  }

  header h1 {
    font-size: 1.1rem;
  }

  header h1 img {
    width: 9.4rem;
    margin: 0 auto 0.8rem;
  }

  nav.gnav ul li.sp {
    padding: 0;
    border: none;
  }

  nav.gnav ul li a,
  nav.gnav ul li span {
    font-size: 1.4rem;
    padding: 1.6rem 5.7rem 1.6rem 3rem;
  }

  nav.gnav ul li a::before,
  nav.gnav ul li span::before {
    right: 3.4rem;
  }

  nav.gnav ul li.subNav.active {
    background: transparent;
  }

  nav.gnav ul li.subNav>span::before,
  nav.gnav ul li.subNav>span::after {
    position: absolute;
    content: "";
    background-image: unset;
    width: 1.3rem;
    height: 2px;
    background: var(--color-primary);
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
  }

  nav.gnav ul li.subNav>span::after {
    top: 48%;
    transform: rotate(90deg) translateY(-50%);
    right: 3.5rem;
  }

  nav.gnav ul li.subNav.active>span::after {
    opacity: 0;
  }

  nav.gnav .search {
    margin: 4.4rem 3rem 4.2rem;
  }

  .nav_outline {
    max-width: 226px;
    margin-left: auto;
    margin-right: auto;
  }

  nav.global__nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: all .2s ease-out;
    z-index: 200;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
  }

  nav.global__nav::before {
    position: fixed;
    content: "";
    width: 14.67%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
  }

  .nav-open .global__nav {
    opacity: 1;
    pointer-events: fill;
  }

  nav.global__nav .nav_inner {
    width: 85.33%;
    min-height: 100vh;
    background: rgb(223 237 230 / 90%);
    backdrop-filter: blur(6.4rem);
    padding: 4.6rem 0 7.6rem;
    margin-left: auto;
  }

  nav.gnav ul li.subNav .closeNav {
    display: none;
  }

  nav.gnav ul li.subNav .subNav_inner {
    position: static;
    width: 100%;
    background-color: #D9D9D9;
    backdrop-filter: none;
    padding: 0;
    border-radius: 0;
    display: block;
    font-size: 1.2rem;
    opacity: 1;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    pointer-events: none;
  }

  nav.gnav ul li.subNav.active .subNav_inner {
    opacity: 1;
    pointer-events: auto;
    height: 100%;
  }

  nav.gnav ul li.subNav .subNav_inner ul {
    max-height: unset;
  }

  nav.gnav ul li.subNav .subNav_inner a {
    padding: 1rem 6em 1rem 5rem;
    background: transparent;
    display: block;
  }

  nav.gnav ul li.subNav .subNav_inner a::before {
    right: 3.4rem;
  }

  nav.gnav ul li.subNav.active .subNav_inner {
    opacity: 1;
    pointer-events: auto;
  }

  /* hamburger */
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 7.8rem;
    height: 4.8rem;
    cursor: pointer;
    z-index: 300;
    background: transparent;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
  }

  .hamburger::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/hamburger_bg.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .2s ease-out;
  }

  .nav-open .hamburger::before {
    opacity: 0;
  }

  /* line open */
  .hamburger__line {
    position: absolute;
    left: 55%;
    width: 2.4rem;
    height: 0.3rem;
    background-color: var(--color-white);
    transition: all .2s ease-out;
  }

  .hamburger__line--1 {
    top: 35%;
  }

  .hamburger__line--2 {
    top: 55%;
  }

  /* line close */
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 40%;
  }

  .nav-open .hamburger__line--2 {
    transform: rotate(-45deg);
    top: 40%;
  }

}


@media (max-height: 800px) or (max-width: 1024px) {
 /* 
  header {
    top:1rem;
  }*/
  header h1 {
  font-size:1.2rem;
  margin:0 auto 2.2rem;
  }

  header h1 img{
    width:6rem;
  }

  nav.gnav ul li a,
  nav.gnav ul li span {
    padding:1.4rem 5.7rem 1.4rem 3rem;
    font-size:1.4rem;
  }

nav.gnav ul li.subNav .subNav_inner a p {
  font-size:1.3rem; 
}


  nav.gnav .search {
    margin : 1rem 2rem 2rem;
  }

  nav.gnav .search input {
    height:3rem;
  }

  i.access,
  i.mail,
  i.map {
    width:2rem;
    height:2rem;
  }

  .nav_outline a {
    font-size:1.2rem
  }
}


/*================================================
 * fix_guide
 ================================================*/
#fix_guide {
  position: fixed;
  top: 0;
  right: max(0rem, calc((100vw - 2000px) / 2));
  z-index: 30;
  display: flex;
  border-right: 1px solid var(--color-white);
}

#fix_guide a {
  color: var(--color-white);
  font-size: 1.3rem;
  width: 16.5rem;
  height: 4.5rem;
  display: grid;
  place-content: center;
  line-height: 1;
  clip-path: polygon(0 0, calc(100% - 2.7rem) 0, 100% 100%, 2.7rem 100%);
  position: relative;
  z-index: 1;
  background: rgb(0 0 0 / 39%);
  overflow: hidden;
  margin-left: -2.7rem;
  border-bottom: 1px solid var(--color-white);
}

#fix_guide a:last-of-type {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 2.7rem 100%);
  padding-left: 1.35rem;
}

#fix_guide a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: auto;
  background: var(--color-white);
  top: -1rem;
  bottom: -1rem;
  left: 1.3rem;
  transform: rotate(149deg);
  z-index: 2;
}


@media screen and (max-width:1024px) {
  #fix_guide {
    display: none;
  }
}


  #mb_guide{
    display:none;
  }
  @media screen and (max-width:1024px) {
    #mb_guide{
    display:flex;
    flex-wrap:wrap;
    width:80%;
    margin:2rem auto;
  }
  #mb_guide a {
    display:inline-block;
    width:50%;
    font-size:1.2rem;
    text-align:center;
    padding:0.5rem;
  }

  }
  @media screen and (max-width:520px) {
  #mb_guide a,
  .nav_limit a  {
    font-size:1.4rem;
  }

  }



/*================================================
 * fix_btn
 ================================================*/
#fix_btn {
  position: fixed;
  right: max(0rem, calc((100vw - 2000px) / 2));
  bottom: 8.75vh;
  z-index: 30;
}

#fix_btn span {
  background: var(--color-primary);
  color: var(--color-white);
  width: 24.3rem;
  height: 7rem;
  display: grid;
  place-content: center;
  padding-left: 3.1rem;
  position: relative;
  cursor: pointer;
}

#fix_btn span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/arrow_double_wt.png);
  width: 1.1rem;
  height: 1.6rem;
  top: 52.5%;
  left: 6.7rem;
  transform: translateY(-50%);
}

#fix_btn ul {
  opacity: 0;
  pointer-events: none;
  transition: .4s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: var(--color-white);
}

#fix_btn .fixNav.active+ul {
  opacity: 1;
  pointer-events: auto;
}

#fix_btn ul li:not(:last-child) {
  border-bottom: 0.1rem solid #A0A0A0;
}

#fix_btn ul li.closeFix {
  background: #444444;
  color: var(--color-white);
  padding: 2.2rem 3rem 2.2rem 2.4rem;
  cursor: pointer;
}

#fix_btn ul li .icon-closeFix {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/closefix.png);
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

#fix_btn ul a {
  padding: 2rem 3rem 2rem 2rem;
  background: var(--color-white);
  display: block;
  width: 100%;
  position: relative;
}


#fix_btn ul a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/arrow_single_g.png);
  width: 0.709rem;
  height: 1.6rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}


/*================================================
 * footer
 ================================================*/
/* breadcrumbs */
.ft_breadcrumbs {
  padding-right: 11rem;
  padding-left: 28rem;
}

.ft_breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3rem;
  flex-wrap: wrap;
  padding: 3rem 0 4rem 11rem;
}

.ft_breadcrumbs .breadcrumbs li {
  position: relative;
}

.ft_breadcrumbs .breadcrumbs li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 0.1rem;
  background: #000000;
  opacity: .2;
  left: -2.3rem;
  top: 50%;
  transform: translateY(-50%);
}

.ft_breadcrumbs .breadcrumbs li,
.ft_breadcrumbs .breadcrumbs li a {
  font-size: 1.5rem;
}

.ft_breadcrumbs .breadcrumbs li a {
  color: #0D6E53;
  text-decoration: underline;
}



footer {
  background: var(--color-black);
  color: var(--color-white);
  padding-top: 5.5rem;
  padding-bottom: 4rem;
  padding-right: 11rem;
  padding-left: 28rem;
}

footer .narrow {
  position: relative;
}

footer .pagetop {
  position: absolute;
  top: -9.5rem;
  right: 0;
  width: 8rem;
  height: 8rem;
  padding-bottom: 1rem;
  border-radius: 10000px;
  color: var(--color-white);
  background: var(--color-primary);
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
}

footer .pagetop span {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 4px;
}

.ft_menu {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 4.5rem;
  border-bottom: 0.1rem solid rgb(255 255 255 / 20%);
}

.ft_menu li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.ft_menu a {
  color: var(--color-white);
  text-decoration: underline;
  font-weight: 400;
}

.ft_guide {
  padding-top: 3.2rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.ft_outline {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}

.ft_outline .ft_logo {
  width: 14rem;
  display: block;
}

.ft_outline>div h2 {
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.ft_outline>div p {
  font-weight: 400;
  margin-top: 0.5rem;
}

.ft_sns {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.ft_sns a {
  width: 2.4rem;
  display: block;
}

.ft_sns a:last-of-type {
  width: 3.2rem;
}

.ft_site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}


.ft_site div a {
  font-size: 1.4rem;
  color: rgb(255 255 255 / 50%);
  text-decoration: underline;
  margin-right: 3.8rem;
}

.ft_site div a:last-of-type {
  margin-right: 0;
}

.ft_site p {
  font-size: 1.4rem;
  color: rgb(255 255 255 / 50%);
  font-weight: 400;
}


@media screen and (max-width:1024px) {

  /* breadcrumbs */
  .ft_breadcrumbs {
    width: 100%;
    min-width: unset;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .ft_breadcrumbs .breadcrumbs {
    padding: 3rem 0 4rem 0;
  }



  footer {
    padding-top: 6.8rem;
    padding-bottom: 5rem;
    padding-right: 0;
    padding-left: 0;
  }

  .ft_menu {
    gap: 3.4rem 1.8rem;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 1.4rem;
    padding-right: 0.8rem;
  }


  .ft_guide {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.9rem;
  }

  .ft_outline {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 2.6rem;
  }

  .ft_outline .ft_logo {
    width: 12.5rem;
  }

  .ft_outline>div {
    width: 100%;
    text-align: center;
  }

  .ft_outline>div h2 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }

  .ft_outline>div p {
    font-size: 1.3rem;
  }

  .ft_site {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4rem;
    gap: 7rem;
  }


  .ft_site div a,
  .ft_site p {
    font-size: 1.2rem;
  }

.ft_menu-list a {
  font-size:1.4rem;
}

}

/*================================================
 * subVisual
 ================================================*/
#subVisual {
  padding-top: 10.7rem;
  padding-bottom: 2.4rem;
  background: var(--color-white);
}

#subVisual h2 .en {
  font-size: 10rem;
  font-weight: 400;
  background: linear-gradient(90deg, rgba(50, 50, 50, 1) 14%, rgba(46, 204, 113, 1) 56%, rgba(50, 50, 50, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#subVisual h2 .ja {
  font-size: 2.4rem;
}

#subVisual .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 5.3rem;
}

#subVisual .breadcrumbs li {
  position: relative;
}

#subVisual .breadcrumbs li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 0.1rem;
  background: #000000;
  opacity: .2;
  left: -2.3rem;
  top: 50%;
  transform: translateY(-50%);
}

#subVisual .breadcrumbs li,
#subVisual .breadcrumbs li a {
  font-size: 1.5rem;
}

#subVisual .breadcrumbs li a {
  color: #0D6E53;
  text-decoration: underline;
  font-size:1.5rem
}

@media screen and (max-width:1024px) {
  #subVisual h1.sp {
    width: 8rem;
    position: absolute;
    top: 0.8rem;
    left: 0.6rem;
  }


  #subVisual h2 .en {
    font-size: 5.2rem;
  }

  #subVisual h2 .ja {
    font-size: 1.6rem;
  }
}

/*================================================
 *  background diagonal design  add 2025.4.11
 ================================================*/
.diagonal::before {
  position: absolute;
  content: "";
  background: var(--color-white);
  top: 0;
  bottom: 0;
  left: 0;
  right: 11rem;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 23.4rem) 100%, 0% 100%);
}

@media screen and (max-width:1024px) {
  .diagonal::before {
    background: var(--color-white);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    clip-path: unset;
    opacity: 0.8;
  }
}

/*================================================
 * cms article add 2025.4.7
 ================================================*/

 .cms-article p {
  margin-bottom:2.6rem;
 }

.cms-article ul,
.cms-article ol {
  margin-bottom:2rem;
  margin-left:2rem;
}

.cms-article ul li {
  list-style: disc;
}

.cms-article ul a,
.cms-article ol a {
  color:#0D6E53;
}
.cms-article ul a:hover,
.cms-article ol a:hover {
  color:#2ECC71;
}

.cms-article ul li,
.cms-article ol li{
  padding-bottom:1rem;
}

.cms-article h3 {
  font-size: 2.8rem;
  border-bottom: 0.2rem solid #CCCCCC;
  padding-bottom: 1.5rem;
  margin-bottom: 5rem;
  font-weight: 500;
  position: relative;
  line-height:1.5;
}

.cms-article h3::before {
  position: absolute;
  content: "";
  width: 10rem;
  height: 0.4rem;
  background: rgb(46, 204, 113);
  background: linear-gradient(90deg, rgba(46, 204, 113, 1) 0%, rgba(50, 50, 50, 1) 100%);
  bottom: -0.15rem;
  left: 0;
}

.cms-article h5 {
  position: relative;
  font-size: 2.2rem;
  padding-left: 3rem;
  font-weight: 500;
  margin-bottom:0.3em; /* add 2025.4.2 */
  margin-top:3.6rem;
}

.cms-article h5::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/icon_hd.png);
  width: 3rem;
  height: 2rem;
  top: 1rem;
  left: 0;
}
.cms-article figure.image {
  margin-left:auto;
  margin-right:auto;
  margin:1rem auto 2rem auto;
}

.cms-article img {
  display:block;
  margin:auto;
  max-width: 100%;
  margin-bottom: 2.2rem;
  background-color:#fff;
}

.cms-article table {
  border-collapse: collapse;
}
.cms-article table th, .cms-article table td {
  border: solid 1px #bdcdc2;
  padding:1rem 2rem;
  background-color: #fbfbfb;
}

.cms-sns{
  padding-top:3rem;
  padding-bottom:3rem;
}
.cms-sns a {
  vertical-align: middle;
}
.cms-sns img {
  border:none;
  width:25px;
  height:25px;
}

.graduate-article img{
  width:auto;
  margin:1rem auto 1rem auto;
}

.cms-article figure.image-style-side, .cms-article figure.image-style-align-right, .cms-article img.image-style-align-right {
    float: right;
    margin-left: 10px;
}

.cms-article figure.image-style-block-align-right {
  margin-left:auto;
  margin-right:0;
}

.cms-article figure.image-style-block-align-left {
  margin-right:auto;
  margin-left:0;
}

.cms-article figure.image-style-align-left {
  float:left;
  margin-left:10px;
}


@media screen and (max-width:1024px) {
  .cms-article img {
    max-width:100%;
    height:auto;
  }
}

@media screen and (max-width:576px) {
.cms-article h3 {
  font-size: 2rem;
}

  
}

/* 過去記事用スタイル */
.cms-article p.ti003 {
  font-weight:600;
  margin-bottom:0.5rem;
}
.text--italic {
  font-style:italic;
}
.cf {
  overflow: hidden;
}
/* ここまで */




/*================================================
 * 
 ================================================*/


@media screen and (max-width:1024px) {}

.gsc-input-box {
  border:none;
}