@charset "UTF-8";
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.325vw;
  }
}

body {
  font-family: "NotoSans", "Hiragino Sans", sans-serif;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

p {
  line-height: 1.5;
  font-size: 1.6rem;
}
p::before,
p::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

p:has(> *)::after,
p:has(> *)::before {
  display: none;
}

a {
  opacity: 1;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.is_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is_sp {
    display: block;
  }
}

.fixed {
  position: fixed;
  width: 100%;
}

.main_container {
  width: 128rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .main_container {
    padding: 0 1rem;
  }
}
.main_container .page_contents {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 6rem;
}
@media screen and (max-width: 768px) {
  .main_container .page_contents {
    flex-direction: column;
    row-gap: 5rem;
  }
}
.main_container .page_contents .main_content {
  flex: 1;
}

.change_pink {
  background-color: #fff2ff !important;
}
.change_orange {
  background-color: #fff9f4 !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fw-600 {
  font-weight: 600;
}

.under_line {
  text-decoration: underline;
}

.color {
  color: #34c7e6;
}

.ma-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.ma-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.ma-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.ma-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.ma-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.ma-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.ma-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.ma-7 {
  margin: 7rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}

.ma-8 {
  margin: 8rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}

.ma-9 {
  margin: 9rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}

.ma-10 {
  margin: 10rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}

@media screen and (max-width: 768px) {
  .ma-sp-0 {
    margin: 0rem !important;
  }
  .mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .mt-sp-0 {
    margin-top: 0rem !important;
  }
  .ml-sp-0 {
    margin-left: 0rem !important;
  }
  .mr-sp-0 {
    margin-right: 0rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-1 {
    margin: 1rem !important;
  }
  .mb-sp-1 {
    margin-bottom: 1rem !important;
  }
  .mt-sp-1 {
    margin-top: 1rem !important;
  }
  .ml-sp-1 {
    margin-left: 1rem !important;
  }
  .mr-sp-1 {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-2 {
    margin: 2rem !important;
  }
  .mb-sp-2 {
    margin-bottom: 2rem !important;
  }
  .mt-sp-2 {
    margin-top: 2rem !important;
  }
  .ml-sp-2 {
    margin-left: 2rem !important;
  }
  .mr-sp-2 {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-3 {
    margin: 3rem !important;
  }
  .mb-sp-3 {
    margin-bottom: 3rem !important;
  }
  .mt-sp-3 {
    margin-top: 3rem !important;
  }
  .ml-sp-3 {
    margin-left: 3rem !important;
  }
  .mr-sp-3 {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-4 {
    margin: 4rem !important;
  }
  .mb-sp-4 {
    margin-bottom: 4rem !important;
  }
  .mt-sp-4 {
    margin-top: 4rem !important;
  }
  .ml-sp-4 {
    margin-left: 4rem !important;
  }
  .mr-sp-4 {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-5 {
    margin: 5rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 5rem !important;
  }
  .mt-sp-5 {
    margin-top: 5rem !important;
  }
  .ml-sp-5 {
    margin-left: 5rem !important;
  }
  .mr-sp-5 {
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-6 {
    margin: 6rem !important;
  }
  .mb-sp-6 {
    margin-bottom: 6rem !important;
  }
  .mt-sp-6 {
    margin-top: 6rem !important;
  }
  .ml-sp-6 {
    margin-left: 6rem !important;
  }
  .mr-sp-6 {
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-7 {
    margin: 7rem !important;
  }
  .mb-sp-7 {
    margin-bottom: 7rem !important;
  }
  .mt-sp-7 {
    margin-top: 7rem !important;
  }
  .ml-sp-7 {
    margin-left: 7rem !important;
  }
  .mr-sp-7 {
    margin-right: 7rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-8 {
    margin: 8rem !important;
  }
  .mb-sp-8 {
    margin-bottom: 8rem !important;
  }
  .mt-sp-8 {
    margin-top: 8rem !important;
  }
  .ml-sp-8 {
    margin-left: 8rem !important;
  }
  .mr-sp-8 {
    margin-right: 8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-9 {
    margin: 9rem !important;
  }
  .mb-sp-9 {
    margin-bottom: 9rem !important;
  }
  .mt-sp-9 {
    margin-top: 9rem !important;
  }
  .ml-sp-9 {
    margin-left: 9rem !important;
  }
  .mr-sp-9 {
    margin-right: 9rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ma-sp-10 {
    margin: 10rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 10rem !important;
  }
  .mt-sp-10 {
    margin-top: 10rem !important;
  }
  .ml-sp-10 {
    margin-left: 10rem !important;
  }
  .mr-sp-10 {
    margin-right: 10rem !important;
  }
}
/*================================================================
# ボタン
================================================================ */
.main_btn {
  min-width: 24rem;
  min-height: 4.2rem;
  background-color: #34c7e6;
  color: #fff;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: 1.3rem 2rem 1.2rem;
  text-align: center;
  cursor: pointer;
}
.main_btn::before,
.main_btn::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.main_btn::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.main_btn::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.btns_wrap {
  display: flex;
}

/*================================================================
# サイドバー
================================================================ */
.sidebar :nth-child(n + 2) {
  margin-top: 1rem;
}
.sidebar .sidebar_head {
  width: 22rem;
  color: #fff;
  background-color: #34c7e6;
  font-size: 2.2rem;
  font-weight: 600;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sidebar .sidebar_head {
    width: 100%;
  }
}
.sidebar .child_list li {
  width: 22rem;
}
@media screen and (max-width: 768px) {
  .sidebar .child_list li {
    width: 100%;
  }
}
.sidebar .child_list li a {
  width: 22rem;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99e3f2;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 1rem 1.5rem;
}
.sidebar .child_list li a::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 10rem;
}
.sidebar .child_list li a::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 1rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 10rem;
}
.sidebar .child_list li a span {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
.sidebar .child_list.other .item:nth-last-child(1) span {
  position: relative;
}
.sidebar .child_list.other .item:nth-last-child(1) span::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon_padlock_white.png);
  background-size: cover;
  width: 1.7rem;
  height: 1.7rem;
}

/*================================================================
# ページTOP
================================================================ */
.page_title_area {
  width: 100%;
  background-color: #daeef2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.2rem 0;
  margin-bottom: 10rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page_title_area {
    margin-bottom: 5rem;
    padding: 10.8rem 0 10.6rem;
  }
}
.page_title_area h2 {
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page_title_area h2 {
    font-size: 3.2rem;
  }
}
.page_title_area .parent_name {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page_title_area .parent_name {
    margin-bottom: 0.5rem;
  }
}
.page_title_area.is_single {
  background-color: #fff;
  align-items: start;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page_title_area.is_single {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
  }
}
.page_title_area.is_single h2 {
  font-size: 3.6rem;
  line-height: 1.5;
}
.page_title_area.is_single h2::before,
.page_title_area.is_single h2::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.page_title_area.is_single h2::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.page_title_area.is_single h2::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .page_title_area.is_single h2 {
    font-size: 2.4rem;
  }
}
.page_title_area.is_single .date {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1.5rem;
}

/*================================================================
# 見出し
================================================================ */
.heading_b_border {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 0.2rem solid #000;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading_b_border {
    font-size: 2.4rem;
  }
}
.heading_b_border::after {
  display: none;
}
.heading_b_border::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 25rem;
  height: 0.2rem;
  background-color: #34c7e6;
}
@media screen and (max-width: 768px) {
  .heading_b_border::before {
    width: 20rem;
  }
}

.heading_l_border {
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 1.5rem;
  position: relative;
  left: -0.5rem;
  border-left: 1rem solid #34c7e6;
}
@media screen and (max-width: 768px) {
  .heading_l_border {
    border-left: 0;
    background-color: #34c7e6;
    color: #fff;
    font-size: 2rem;
    left: 0;
    padding-right: 1rem;
  }
}
.heading_l_border::after {
  display: none;
}
.heading_l_border::before {
  display: none;
}

/*================================================================
# リンク
================================================================ */
.text_link {
  color: #34c7e6;
  text-decoration: underline;
  display: inline-block;
}

p .text_link {
  margin-bottom: 0.1rem;
}

/*================================================================
# テーブル
================================================================ */
.list_table_wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .list_table_wrap {
    overflow: scroll;
    margin-right: -1rem;
    padding-right: 1rem;
    margin-top: 2rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border: solid 0.2rem #ededed;
}
@media screen and (max-width: 768px) {
  table {
    width: max-content;
  }
}
table th,
table td {
  border: solid 0.2rem #ededed;
}
table tr th {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  background-color: #daeef2;
  padding: 1.5rem 1rem;
}
table tr th::before,
table tr th::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
table tr th::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
table tr th::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
table tr th.w-20 {
  width: 20rem;
}
table tr th.w-30 {
  width: 30rem;
}
table tr td {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.5rem 2rem;
  vertical-align: middle;
}
table tr td::before,
table tr td::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
table tr td::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
table tr td::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.header {
  width: 100%;
}
.header_inner {
  width: 100%;
  background-color: #eeeeee;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding-bottom: 0.8rem;
  }
}
.header_inner .header_line {
  background-color: #fff;
}
.header_inner .line1 {
  padding-top: 2.3rem;
  padding-bottom: 3.4rem;
  padding-left: 2rem;
  padding-right: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header_inner .line1 {
    padding: 1rem;
    align-items: start;
  }
}
.header_inner .line1 .main_block {
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .header_inner .line1 .main_block {
    flex-direction: column;
    align-items: start;
  }
}
.header_inner .line1 .main_block .header_logo {
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .header_inner .line1 .main_block .header_logo {
    width: 17.2rem;
  }
}
.header_inner .line1 .main_block p {
  font-size: 1.6rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header_inner .line1 .main_block p {
    font-size: 1.2rem;
    padding-top: 0.5rem;
  }
}
.header_inner .line1 .button__hum {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_inner .line1 .button__hum {
    display: block;
    width: 3rem;
    height: 1.8rem;
    padding: 0;
    background: none;
    outline: 0;
    appearance: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    z-index: 110;
    position: relative;
    background-color: transparent;
    margin-top: 0.8rem;
  }
  .header_inner .line1 .button__hum:focus {
    outline: 0;
  }
  .header_inner .line1 .button__hum .button__hum__line {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 3rem;
    height: 0.3rem;
    background-color: #000;
    transition: all 0.3s;
    transform: rotate(0);
    margin-left: auto;
    margin-right: auto;
  }
  .header_inner .line1 .button__hum .button__hum__line::before {
    content: "";
    position: absolute;
    top: -0.85rem;
    left: 0;
    width: 3rem;
    height: 0.3rem;
    background-color: #000;
    transition: all 0.3s;
  }
  .header_inner .line1 .button__hum .button__hum__line::after {
    content: "";
    position: absolute;
    top: 0.85rem;
    left: 0;
    width: 3rem;
    height: 0.3rem;
    background-color: #000;
    transition: all 0.3s;
  }
  .header_inner .line1 .button__hum.is_active .button__hum__line {
    background-color: rgba(53, 126, 207, 0);
  }
  .header_inner .line1 .button__hum.is_active .button__hum__line:before {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
  }
  .header_inner .line1 .button__hum.is_active .button__hum__line:after {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
  }
}
.header_inner .line2 {
  margin-top: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #eeeeee;
    margin-top: 0;
    padding-top: 5.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 100vh;
    overflow: scroll;
  }
}
.header_inner .line2 .header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 .header_nav {
    flex-direction: column;
    align-items: start;
  }
}
.header_inner .line2 .header_nav li {
  width: 25.6rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 .header_nav li {
    text-align: left;
    width: 100%;
  }
}
.header_inner .line2 .header_nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 .header_nav li:not(:last-child)::after {
    display: none;
  }
}
.header_inner .line2 .header_nav li .nav_main {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 .header_nav li .nav_main .nav_parent {
    padding: 1.75rem 0;
    border-bottom: 1px solid #000;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
  .header_inner .line2 .header_nav li .nav_main .nav_parent.cross {
    position: relative;
  }
  .header_inner .line2 .header_nav li .nav_main .nav_parent.cross::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 0.2rem;
    background-color: #000;
  }
  .header_inner .line2 .header_nav li .nav_main .nav_parent.cross::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(90deg);
    width: 1.4rem;
    height: 0.2rem;
    background-color: #000;
    opacity: 1;
    transition: 0.3s;
  }
  .header_inner .line2 .header_nav li .nav_main .nav_parent.cross.open::before {
    opacity: 0;
  }
}
.header_inner .line2 .header_nav li .nav_main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5rem;
  bottom: -1.5rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 .header_nav li .nav_main::before {
    display: none;
  }
}
.header_inner .line2 .header_nav li .nav_main span {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  color: #34c7e6;
}
.header_inner .line2 .header_nav li .nav_main .nav_child {
  display: none;
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 .header_nav li .nav_main .nav_child {
    position: initial;
    border-bottom: 1px solid #000;
  }
}
.header_inner .line2 .header_nav li .nav_main .nav_child_inner {
  padding: 1rem;
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 .header_nav li .nav_main .nav_child_inner {
    padding: 0;
    width: 100%;
  }
}
.header_inner .line2 .header_nav li .nav_main .nav_child_inner ul {
  background-color: #fff;
  width: 100%;
}
.header_inner .line2 .header_nav li .nav_main .nav_child_inner ul li {
  display: block;
  border-bottom: 1px solid #eeeeee;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header_inner .line2 .header_nav li .nav_main .nav_child_inner ul li {
    width: 100%;
    padding-left: 2rem;
  }
}
.header_inner .line2 .header_nav li .nav_main .nav_child_inner ul li::after {
  display: none;
}
.header_inner .line2 .header_nav li .nav_main .nav_child_inner ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.header_inner .line2 .header_nav li .nav_main .nav_child_inner ul li a::before,
.header_inner .line2 .header_nav li .nav_main .nav_child_inner ul li a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.header_inner .line2 .header_nav li .nav_main .nav_child_inner ul li a::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.header_inner .line2 .header_nav li .nav_main .nav_child_inner ul li a::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.header_inner
  .line2
  .header_nav
  li
  .nav_main
  .nav_child_inner
  ul
  li:last-child
  a {
  border-bottom: none;
}
.header_inner .link_block {
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .header_inner .link_block {
    justify-content: center;
    margin-top: 5rem;
  }
}
.header_inner .link_block a {
  font-size: 1.6rem;
}
.header_inner .link_block a.only {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.header_inner .link_block a.only .icon {
  margin-top: -0.5rem;
  width: 2.7rem;
}

.footer {
  margin-top: 10rem;
  background-color: #f7f7f7;
}
.footer_inner {
  width: 128rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.6rem;
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding-top: 4.7rem;
  }
}
.footer_inner .main {
  display: flex;
  column-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .footer_inner .main {
    padding-left: 1.2rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .main {
    flex-direction: column;
  }
}
.footer_inner .main .footer_logo {
  width: 62rem;
}
@media screen and (max-width: 768px) {
  .footer_inner .main .footer_logo {
    width: 34.7rem;
  }
}
.footer_inner .main .text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer_inner .main .text::before,
.footer_inner .main .text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.footer_inner .main .text::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.footer_inner .main .text::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .footer_inner .main .text {
    margin-top: 2.8rem;
  }
}
.footer_inner .copyright {
  margin-top: 9.5rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_inner .copyright {
    margin-top: 7rem;
    font-size: 1rem;
  }
}

/*================================================================
# フロントページ
================================================================ */
.page-front .top_slider {
  margin-top: 5rem;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-front .top_slider {
    margin-top: 1rem;
  }
}
.page-front .top_slider .slick-arrow {
  z-index: 10;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #34c7e6;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page-front .top_slider .slick-arrow {
    display: none;
  }
}
.page-front .top_slider .slick-arrow::before {
  content: "";
  position: absolute;
  opacity: 1;
  width: 0.3rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 10rem;
}
.page-front .top_slider .slick-arrow::after {
  content: "";
  position: absolute;
  opacity: 1;
  width: 0.3rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 10rem;
}
.page-front .top_slider .slick-arrow.slick-prev {
  left: -4.5rem;
}
.page-front .top_slider .slick-arrow.slick-prev::before {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
}
.page-front .top_slider .slick-arrow.slick-prev::after {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-40deg);
}
.page-front .top_slider .slick-arrow.slick-next {
  right: -4.5rem;
}
.page-front .top_slider .slick-arrow.slick-next::before {
  top: 40%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-40deg);
}
.page-front .top_slider .slick-arrow.slick-next::after {
  top: 60%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(40deg);
}
.page-front .top_slider .slick-dots {
  position: initial;
  margin-top: 3rem;
  display: flex;
  column-gap: 1.4rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-front .top_slider .slick-dots {
    margin-top: 1rem;
  }
}
.page-front .top_slider .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
}
.page-front .top_slider .slick-dots li button {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
}
.page-front .top_slider .slick-dots li button::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: #000;
  border-radius: 50%;
}
.page-front .top_slider .slider_item {
  height: 57rem;
}
@media screen and (max-width: 768px) {
  .page-front .top_slider .slider_item {
    height: 18.2rem;
  }
}
.page-front .top_slider .slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-front .front_links {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-front .front_links {
    margin-top: 3.5rem;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.page-front .front_links .items {
  position: relative;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .page-front .front_links .items {
    width: 19rem;
  }
}
.page-front .front_links .items span {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-front .front_links .items span {
    font-size: 1.6rem;
  }
}
.page-front .front_news_area {
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .page-front .front_news_area {
    margin-top: 8.7rem;
  }
}
.page-front .front_news_area .news_list {
  margin-top: 4.75rem;
}
@media screen and (max-width: 768px) {
  .page-front .front_news_area .news_list {
    margin-top: 2.8rem;
  }
}
.page-front .front_news_area .news_list li:nth-child(n + 2) {
  margin-top: 2.5rem;
}
.page-front .front_news_area .news_list li a {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-front .front_news_area .news_list li a {
    align-items: start;
    flex-direction: column;
    row-gap: 0.6rem;
  }
}
.page-front .front_news_area .news_list li a .date {
  font-weight: 600;
}
.page-front .front_news_area .news_list li a .post_title {
  flex: 1;
  line-height: 1.5;
  text-decoration: underline;
}
.page-front .front_news_area .news_list li a .post_title::before,
.page-front .front_news_area .news_list li a .post_title::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.page-front .front_news_area .news_list li a .post_title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.page-front .front_news_area .news_list li a .post_title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.page-front .front_news_area .main_btn {
  margin-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  .page-front .front_news_area .main_btn {
    margin-top: 5rem;
  }
}
.page-front .front_bnr {
  width: 75.1rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page-front .front_bnr {
    width: 100%;
    margin-top: 6rem;
  }
}

/*================================================================
# page_news・投稿詳細
================================================================ */
.page-news {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .page-news {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-news .news_list li:nth-child(n + 2) {
  margin-top: 2.5rem;
}
.page-news .news_list li a {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-news .news_list li a {
    align-items: start;
    flex-direction: column;
    row-gap: 0.6rem;
  }
}
.page-news .news_list li a .date {
  font-weight: 600;
}
.page-news .news_list li a .post_title {
  flex: 1;
  line-height: 1.5;
  text-decoration: underline;
}
.page-news .news_list li a .post_title::before,
.page-news .news_list li a .post_title::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.page-news .news_list li a .post_title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.page-news .news_list li a .post_title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.page-news .post_contents {
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}
.page-news .post_contents :nth-child(n + 2) {
  margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  .page-news .post_contents :nth-child(n + 2) {
    margin-top: 3.8rem;
  }
}
.page-news .post_contents p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.page-news .post_contents p::before,
.page-news .post_contents p::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.page-news .post_contents p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.page-news .post_contents p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.page-news .post_contents a {
  text-decoration: underline;
  color: #34c7e6;
  margin-bottom: 0.1rem;
}
.page-news .post_contents h1,
.page-news .post_contents h2,
.page-news .post_contents h3,
.page-news .post_contents h4,
.page-news .post_contents h5,
.page-news .post_contents h6 {
  font-weight: 600;
  border-bottom: 0.2rem solid #000;
  line-height: 1;
  padding-bottom: 0.8rem;
  position: relative;
}
.page-news .post_contents h1::before,
.page-news .post_contents h2::before,
.page-news .post_contents h3::before,
.page-news .post_contents h4::before,
.page-news .post_contents h5::before,
.page-news .post_contents h6::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 25rem;
  height: 0.2rem;
  background-color: #34c7e6;
}
@media screen and (max-width: 768px) {
  .page-news .post_contents h1::before,
  .page-news .post_contents h2::before,
  .page-news .post_contents h3::before,
  .page-news .post_contents h4::before,
  .page-news .post_contents h5::before,
  .page-news .post_contents h6::before {
    width: 20rem;
  }
}
.page-news .post_contents h1 + *,
.page-news .post_contents h2 + *,
.page-news .post_contents h3 + *,
.page-news .post_contents h4 + *,
.page-news .post_contents h5 + *,
.page-news .post_contents h6 + * {
  margin-top: 2rem !important;
}
.page-news .post_contents h1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .page-news .post_contents h1 {
    font-size: 2.4rem;
  }
}
.page-news .post_contents h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .page-news .post_contents h2 {
    font-size: 2.2rem;
  }
}
.page-news .post_contents h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .page-news .post_contents h3 {
    font-size: 2rem;
  }
}
.page-news .post_contents h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .page-news .post_contents h4 {
    font-size: 1.8rem;
  }
}
.page-news .post_contents h5,
.page-news .post_contents h6 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page-news .post_contents h5,
  .page-news .post_contents h6 {
    font-size: 1.6rem;
  }
}

/*================================================================
# about - 青臨技について
================================================================ */
.parent-about .greeting .flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .parent-about .greeting .flex_item {
    flex-direction: column;
    align-items: start;
  }
}
.parent-about .greeting .flex_item .item_img {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .parent-about .greeting .flex_item .item_img {
    width: 100%;
  }
}
.parent-about .greeting .flex_item .item_text {
  font-size: 2.2rem;
  font-weight: 600;
  flex: 1;
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .parent-about .greeting .flex_item .item_text {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.parent-about .medical_technologist .unit:nth-child(n + 2) {
  margin-top: 10rem;
}
.parent-about .medical_technologist .unit .text {
  margin-top: 4.85rem;
  padding-right: 2.2rem;
}
@media screen and (max-width: 768px) {
  .parent-about .medical_technologist .unit .text {
    margin-top: 2.5rem;
    padding-right: 0;
  }
}
.parent-about .medical_technologist .unit .unit_in_item {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .parent-about .medical_technologist .unit .unit_in_item {
    margin-top: 6.7rem;
  }
  .parent-about .medical_technologist .unit .unit_in_item:nth-of-type(1) {
    margin-top: 3rem;
  }
}
.parent-about .medical_technologist .unit .unit_in_item .flex_box {
  margin-top: 2.8rem;
  display: flex;
  align-items: flex-start;
  padding-right: 4rem;
  column-gap: 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .parent-about .medical_technologist .unit .unit_in_item .flex_box {
    flex-direction: column;
    padding-right: 0;
    row-gap: 1.8rem;
    margin-top: 2rem;
  }
}
.parent-about
  .medical_technologist
  .unit
  .unit_in_item
  .flex_box
  .heading_l_border {
  width: 100%;
}
.parent-about .medical_technologist .unit .unit_in_item .flex_box .item_img {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .parent-about .medical_technologist .unit .unit_in_item .flex_box .item_img {
    width: 100%;
  }
}
.parent-about .guidance {
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .parent-about .guidance {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .parent-about .guidance .heading_l_border {
    font-weight: 600;
    border-bottom: 0.2rem solid #000;
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 2.4rem;
    background-color: #fff;
    color: #000;
    padding-left: 0;
  }
  .parent-about .guidance .heading_l_border::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 25rem;
    height: 0.2rem;
    background-color: #34c7e6;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .parent-about .guidance .heading_l_border::before {
    width: 20rem;
  }
}
.parent-about .guidance .guidance_items {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6rem;
}
@media screen and (max-width: 768px) {
  .parent-about .guidance .guidance_items {
    margin-top: 8rem;
    row-gap: 4rem;
  }
}
.parent-about .guidance .guidance_items .item {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .parent-about .guidance .guidance_items .item {
    width: 100%;
  }
}
.parent-about .guidance .guidance_items .item_img {
  width: 100%;
  height: 24rem;
}
@media screen and (max-width: 768px) {
  .parent-about .guidance .guidance_items .item_img {
    height: 22rem;
  }
}
.parent-about .guidance .guidance_items .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parent-about .guidance .guidance_items .item .caption {
  margin-top: 1rem;
}
.parent-about .management_provision {
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .parent-about .management_provision {
    padding-right: 0;
  }
}
.parent-about .management_provision .provision_items {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12rem;
  row-gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .parent-about .management_provision .provision_items {
    row-gap: 4.7rem;
    margin-top: 2.7rem;
  }
}
.parent-about .management_provision .provision_items .item_head {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 1.7rem;
}
.parent-about .management_provision .provision_items .item_head::before,
.parent-about .management_provision .provision_items .item_head::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.parent-about .management_provision .provision_items .item_head::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.parent-about .management_provision .provision_items .item_head::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .parent-about .management_provision .provision_items .item_head {
    font-size: 1.8rem;
  }
}

/*================================================================
# secretariat - 事務局
================================================================ */
.parent-secretariat .secretariat_news .news_unit {
  padding-bottom: 8rem;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 768px) {
  .parent-secretariat .secretariat_news .news_unit {
    border-bottom: 0;
  }
}
.parent-secretariat .secretariat_news .news_unit:nth-child(n + 2) {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .parent-secretariat .secretariat_news .news_unit:nth-child(n + 2) {
    margin-top: 0;
  }
}
.parent-secretariat .secretariat_news .news_unit:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.parent-secretariat .secretariat_news .news_unit .heading_l_border {
  margin-bottom: 3rem;
}
.parent-secretariat .secretariat_news .news_unit p {
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .parent-secretariat .secretariat_news .news_unit p {
    padding-right: 0;
  }
}
.parent-secretariat .secretariat_news .news_unit p a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0.1rem;
}

.parent-secretariat .notification .notification_unit:nth-child(n + 2) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .parent-secretariat .notification .notification_unit:nth-child(n + 2) {
    margin-top: 10rem;
  }
}
.parent-secretariat .notification .notification_unit .text {
  margin-top: 2.8rem;
}
.parent-secretariat .notification .notification_unit .text span {
  font-weight: 600;
  text-decoration: underline;
}
.parent-secretariat .notification .notification_unit .text a {
  color: #34c7e6;
  text-decoration: underline;
}

/*================================================================
# science - 学術
================================================================ */
.parent-science .sidebar .child_list .item:nth-child(5) span::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon_padlock_white.png);
  background-size: cover;
  width: 1.7rem;
  height: 1.7rem;
}
.parent-science .science_news .news_unit {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .parent-science .science_news .news_unit {
    padding-bottom: 7.5rem;
  }
}
.parent-science .science_news .news_unit:nth-child(n + 2) {
  padding-top: 5rem;
  border-top: 1px solid #e8e8e8;
}
@media screen and (max-width: 768px) {
  .parent-science .science_news .news_unit:nth-child(n + 2) {
    border-top: 0;
    padding-top: 0;
  }
}
.parent-science .science_news .news_unit:nth-last-child(1) {
  padding-bottom: 0;
}
.parent-science .science_news .news_unit .heading_l_border {
  margin-bottom: 3rem;
}
.parent-science .science_news .news_unit .date {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.7rem;
  display: block;
}
.parent-science .science_news .news_unit .date::before,
.parent-science .science_news .news_unit .date::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.parent-science .science_news .news_unit .date::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.parent-science .science_news .news_unit .date::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.parent-science .science_news .news_unit p {
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .parent-science .science_news .news_unit p {
    padding-right: 0;
  }
}
.parent-science .science_news .news_unit p a {
  color: #34c7e6;
  text-decoration: underline;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.parent-science .training_party_guidance .guidance_unit:nth-of-type(n + 2) {
  margin-top: 9.5rem;
}
.parent-science .training_party_guidance .guidance_unit .box {
  margin-top: 2.6rem;
}
.parent-science
  .training_party_guidance
  .guidance_unit
  .box:nth-of-type(n + 2) {
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .parent-science
    .training_party_guidance
    .guidance_unit
    .box:nth-of-type(n + 2) {
    margin-top: 2.5rem;
  }
}
.parent-science .training_party_guidance .guidance_unit .box_head {
  font-size: 2.2rem;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}
.parent-science .training_party_guidance .guidance_unit .box_head::before,
.parent-science .training_party_guidance .guidance_unit .box_head::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.parent-science .training_party_guidance .guidance_unit .box_head::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.parent-science .training_party_guidance .guidance_unit .box_head::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .parent-science .training_party_guidance .guidance_unit .box_head {
    font-size: 1.8rem;
  }
}
.parent-science .training_party_guidance .guidance_unit .box_text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .parent-science .training_party_guidance .guidance_unit .box_text {
    margin-top: 0.8rem;
  }
}
.parent-science .training_party_guidance .guidance_unit .main_btn {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .parent-science .training_party_guidance .guidance_unit .main_btn {
    margin-top: 5rem;
  }
}
.parent-science .science_information .information_unit:nth-of-type(n + 2) {
  margin-top: 9.5rem;
}
.parent-science .science_information .information_unit .box {
  margin-top: 2.6rem;
}
.parent-science .science_information .information_unit .box:nth-of-type(n + 2) {
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .parent-science
    .science_information
    .information_unit
    .box:nth-of-type(n + 2) {
    margin-top: 2.5rem;
  }
}
.parent-science .science_information .information_unit .box_head {
  font-size: 2.2rem;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}
.parent-science .science_information .information_unit .box_head::before,
.parent-science .science_information .information_unit .box_head::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.parent-science .science_information .information_unit .box_head::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.parent-science .science_information .information_unit .box_head::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .parent-science .science_information .information_unit .box_head {
    font-size: 1.8rem;
  }
}
.parent-science .science_information .information_unit .box_text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .parent-science .science_information .information_unit .box_text {
    margin-top: 0.8rem;
  }
}
.parent-science .science_information .information_unit .box_text span {
  font-weight: 600;
  text-decoration: underline;
}
.parent-science .science_information .information_unit .box_text a {
  color: #34c7e6;
  text-decoration: underline;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.parent-science
  .precision_management
  .news_area
  .news_list
  li:nth-child(n + 2) {
  margin-top: 3.5rem;
}
.parent-science .precision_management .news_area .news_list li a span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.parent-science .precision_management .management_item:nth-of-type(n + 2) {
  margin-top: 10rem;
}
.parent-science .precision_management .management_item .item_main {
  margin-top: 2.7rem;
}
.parent-science .precision_management .management_item .item_main .text span {
  font-weight: 600;
}
.parent-science .precision_management .management_item .item_main .text a {
  color: #34c7e6;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0.1rem;
}
.parent-science
  .precision_management
  .management_item
  .item_main
  .unit:nth-of-type(n + 2) {
  margin-top: 5rem;
}
.parent-science
  .precision_management
  .management_item
  .item_main
  .unit
  .unit_head {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-bottom: 1.5rem;
}
.parent-science
  .precision_management
  .management_item
  .item_main
  .unit
  .unit_head::before,
.parent-science
  .precision_management
  .management_item
  .item_main
  .unit
  .unit_head::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.parent-science
  .precision_management
  .management_item
  .item_main
  .unit
  .unit_head::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.parent-science
  .precision_management
  .management_item
  .item_main
  .unit
  .unit_head::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.parent-science
  .precision_management
  .management_item
  .item_main
  .unit
  .btns_wrap {
  margin-top: 3rem;
  display: flex;
  column-gap: 6rem;
  row-gap: 2rem;
  flex-wrap: wrap;
}
.parent-science .posted_provision .posted_provision_items {
  margin-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .parent-science .posted_provision .posted_provision_items {
    margin-top: 2.7rem;
  }
}
.parent-science
  .posted_provision
  .posted_provision_items
  .item:nth-of-type(n + 2) {
  margin-top: 3.6rem;
}
.parent-science .posted_provision .posted_provision_items .item_head {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 1.7rem;
}
.parent-science .posted_provision .posted_provision_items .item_head::before,
.parent-science .posted_provision .posted_provision_items .item_head::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.parent-science .posted_provision .posted_provision_items .item_head::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.parent-science .posted_provision .posted_provision_items .item_head::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .parent-science .posted_provision .posted_provision_items .item_head {
    font-size: 1.8rem;
  }
}

/*================================================================
# information_disclosure - 情報開示
================================================================ */
.parent-information_disclosure
  .information_disclosur_items
  .item:nth-of-type(n + 2) {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .parent-information_disclosure
    .information_disclosur_items
    .item
    .heading_l_border {
    font-weight: 600;
    border-bottom: 0.2rem solid #000;
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 2.4rem;
    background-color: #fff;
    color: #000;
    padding-left: 0;
  }
  .parent-information_disclosure
    .information_disclosur_items
    .item
    .heading_l_border::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 20rem;
    height: 0.2rem;
    background-color: #34c7e6;
  }
}
.parent-information_disclosure .information_disclosur_items .item .btns_wrap {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6rem;
  row-gap: 2rem;
}

.parent-information_disclosure .bulletin .bulletin_items {
  margin-top: 3rem;
}
.parent-information_disclosure
  .bulletin
  .bulletin_items
  .item:nth-child(n + 2) {
  margin-top: 5rem;
}
.parent-information_disclosure .bulletin .bulletin_items .item_head {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  display: block;
}
.parent-information_disclosure .bulletin .bulletin_items .item_head::before,
.parent-information_disclosure .bulletin .bulletin_items .item_head::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.parent-information_disclosure .bulletin .bulletin_items .item_head::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.parent-information_disclosure .bulletin .bulletin_items .item_head::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.parent-information_disclosure .job_information .information_item {
  margin-top: 8rem;
  background-color: #f4fafc;
  padding-top: 1.35rem;
}
@media screen and (max-width: 768px) {
  .parent-information_disclosure .job_information .information_item {
    margin-top: 6rem;
  }
}
.parent-information_disclosure
  .job_information
  .information_item:nth-of-type(1) {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .parent-information_disclosure
    .job_information
    .information_item:nth-of-type(1) {
    margin-top: 8rem;
  }
}
.parent-information_disclosure
  .job_information
  .information_item
  .heading_b_border {
  padding-left: 1rem;
}
.parent-information_disclosure
  .job_information
  .information_item
  .heading_b_border
  span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .parent-information_disclosure
    .job_information
    .information_item
    .heading_b_border
    span {
    font-size: 1.4rem;
  }
}
.parent-information_disclosure .job_information .information_item .item_inner {
  padding: 2.6rem 2rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .parent-information_disclosure
    .job_information
    .information_item
    .item_inner {
    padding: 2.6rem 1.5rem 2.8rem 1rem;
  }
}
.parent-information_disclosure
  .job_information
  .information_item
  .item_inner
  .unit:nth-child(n + 2) {
  margin-top: 3.4rem;
}
.parent-information_disclosure
  .job_information
  .information_item
  .item_inner
  .unit_head {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .parent-information_disclosure
    .job_information
    .information_item
    .item_inner
    .unit_head {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.parent-information_disclosure
  .job_information
  .information_item
  .item_inner
  .unit
  a {
  color: #34c7e6;
  text-decoration: underline;
}

/*================================================================
# sitemap - サイトマップ
================================================================ */
.site_map .site_items {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .site_map .site_items {
    flex-direction: column;
  }
}
.site_map .site_items .item .unit:nth-child(n + 2) {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .site_map .site_items .item .unit:nth-child(n + 2) {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .site_map .site_items .item .heading_l_border {
    font-size: 2.6rem;
    font-weight: 600;
    padding-left: 1.5rem;
    position: relative;
    left: -0.5rem;
    border-left: 1rem solid #34c7e6;
    background-color: #fff;
    color: #000;
  }
}
.site_map .site_items .item .child_list {
  margin-top: 1.6rem;
}
.site_map .site_items .item li {
  padding-left: 2.4rem;
}
.site_map .site_items .item li:nth-child(n + 2) {
  margin-top: 1.3rem;
}
.site_map .site_items .item li a span {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
}
.site_map .site_items .item li a span::before,
.site_map .site_items .item li a span::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.site_map .site_items .item li a span::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.site_map .site_items .item li a span::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.site_map .site_items .item-1 .unit:nth-last-child(1) {
  margin-top: 20.5rem;
}
@media screen and (max-width: 768px) {
  .site_map .site_items .item-1 .unit:nth-last-child(1) {
    margin-top: 5rem;
  }
}
.site_map .site_items .item-2 {
  margin-left: 10rem;
}
@media screen and (max-width: 768px) {
  .site_map .site_items .item-2 {
    margin-top: 5rem;
    margin-left: 0;
  }
}
.site_map .site_items .item-3 {
  margin-left: 15rem;
}
@media screen and (max-width: 768px) {
  .site_map .site_items .item-3 {
    margin-top: 5rem;
    margin-left: 0;
  }
}

.preparation {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .preparation {
    text-align: center;
  }
}

/*20240704 add*/
.front_banner_area {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
.front_banner_area .front_banner_area_item {
  width: calc(100% / 5 - 1.6rem);
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.front_banner_area .front_banner_area_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer_inner .main .text {
  word-break: auto-phrase;
}

@media screen and (max-width: 768px) {
  .front_banner_area {
    gap: 1.2rem 1.2rem;
  }
  .front_banner_area .front_banner_area_item {
    width: calc(100% / 2 - 0.6rem);
  }
}

.post-password-form {
	height: fit-content;
	padding: 2rem;
	background-color: #daeef2;
}

.post-password-form input {
	border: solid 1px #000;
	padding: 1rem;
}
.post-password-form p {
	font-size: 1.6rem;
}
.post-password-form p + p {
	margin-top: 2rem;
}
.passwordText {
	font-size: 2rem;
	display: block;
	text-align: center;
}
.passwordText div {
	font-size: 3rem;
}
.news_area.management_item + .post-password-form {
	margin-top: 4rem;
}

/*================================================================
# members - 会員専用
================================================================ */
.members_content .post-password-form {
  margin-top: 2rem;
}
.members_content .post-password-form p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.members_content .post-password-form input[type="password"] {
  font-size: 1.6rem;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  margin-right: 1rem;
  width: 24rem;
}
.members_content .post-password-form input[type="submit"] {
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
  background-color: #34c7e6;
  color: #fff;
  border: none;
  border-radius: 10rem;
  cursor: pointer;
  font-weight: 600;
}
.members_section {
  margin-top: 6rem;
}
.members_section:first-child {
  margin-top: 0;
}
.members_section .heading_b_border {
  margin-bottom: 3rem;
}
.members_section .heading_b_border {
  margin-bottom: 3rem;
}
.members_files {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.members_file_item {
  display: flex;
}

/*================================================================
# training_materials - 研修会資料
================================================================ */
.training_materials_list {
  margin-top: 2rem;
}
.training_materials_item {
  border-bottom: 1px solid #e8e8e8;
}
.training_materials_item:first-child {
  border-top: 1px solid #e8e8e8;
}
.training_materials_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 1rem;
  font-size: 1.6rem;
  transition: background-color 0.2s;
}
.training_materials_link:hover {
  background-color: #f4fafc;
}
.training_materials_title {
  font-weight: 600;
  color: #34c7e6;
  text-decoration: underline;
}
.training_materials_expiry {
  font-size: 1.4rem;
  color: #999;
  white-space: nowrap;
  margin-left: 2rem;
}
.training_material_download {
  margin-top: 2rem;
}
.training_material_single .post-password-form p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.training_material_single .post-password-form input[type="password"] {
  font-size: 1.6rem;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  margin-right: 1rem;
  width: 24rem;
}
.training_material_single .post-password-form input[type="submit"] {
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
  background-color: #34c7e6;
  color: #fff;
  border: none;
  border-radius: 10rem;
  cursor: pointer;
  font-weight: 600;
}

/*================================================================
# supporting_member - 賛助会員
================================================================ */
.supporting_member .sponsor_year {
  margin-bottom: 3rem;
}
.supporting_member .sponsor_list {
  margin-top: 2rem;
}
.supporting_member .sponsor_list li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.supporting_member .sponsor_list li:first-child {
  border-top: 1px solid #e8e8e8;
}
.supporting_member .sponsor_list li a {
  color: #34c7e6;
  text-decoration: underline;
  display: inline-block;
}
.supporting_member .sponsor_list li span {
  display: inline-block;
}