@charset "UTF-8";
/*!
Theme Name: 日本糖尿病療養指導士認定機構
Description: CDEJ メインテーマ
Author: 宮川印刷
Author URI: https://www.miyagawainsatsu.co.jp/
Version:    1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* カラー変数 */
:root {
  --color-site-main: #000066;
  --color-site-sub1: #2281CB;
  --color-site-sub2: #696969;
  --color-site-portal: #098972;
  --color-site-cdej: #CA4C79;
  --color-site-workshop: #CA724C;
  --color-site-other: #808080;
  /* テキスト */
  --color-text-base: #000040;
  --color-link-hover: var(--color-site-sub1);
  /* 背景色 */
  --color-bg-base: #F6F4F2;
  --color-bg-sub1: #cccccc;
  /* ボタン */
  --color-button-text: var(--color-white);
  --color-button-bg: var(--color-site-main);
  --color-button-hover-text: var(--color-white);
  --color-button-hover-bg: #4361A9;
}

html, body {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-bg-base);
  color: var(--color-text-base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  /* overflow-x: hidden; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-reset: number 0;
}

h2, h3, h4, p, figure {
  margin: 0;
}

p, li, a {
  font-weight: 500;
}

a {
  color: var(--color-text-base);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* h2{
    margin-bottom: 40px;
    padding: 36px 0;
    font-size: 32px;
    line-height: 1.6;
    border-top: 2px solid var(--color-site-sub1);
    border-bottom: 2px solid var(--color-site-sub1);
}

h3{
    margin-bottom: 30px;
    padding: 4px 0 4px 15px;
    font-size: 28px;
    line-height: 1.2;
    border-left: 4px solid var(--color-site-sub1);
}

h4{
    margin-bottom: 30px;
    padding: 6px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    background-color: var(--color-site-main);
} */
:root :where(.is-layout-constrained) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

ol, ul {
  list-style: none;
}

a {
  color: #2281CB;
}

/* サイト共通 ------------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.border_t {
  border-top: 1px solid var(--color-white);
}

.border_r {
  border-right: 1px solid var(--color-white);
}

.border_b {
  border-bottom: 1px solid var(--color-white);
}

.border_l {
  border-left: 1px solid var(--color-white);
}

.fw_500 {
  font-weight: 500;
}

.inner {
  margin: auto;
  max-width: 1098px;
  width: calc(100% - 40px);
}

#g_header_pc,
#g_header_sp {
  width: 100%;
  background-color: #ffffff;
}
#g_header_pc #branding,
#g_header_sp #branding {
  padding: 0 40px 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#g_header_pc #branding .right,
#g_header_sp #branding .right {
  padding: 20px 0;
  text-align: right;
}
#g_header_pc #branding .right #s_nav,
#g_header_sp #branding .right #s_nav {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#g_header_pc #branding .right #s_nav li:not(:last-child),
#g_header_sp #branding .right #s_nav li:not(:last-child) {
  border-right: 1px solid #ccc;
}
#g_header_pc #branding .right a,
#g_header_sp #branding .right a {
  padding: 0 20px;
  display: block;
  font-size: 15px;
  line-height: 1;
  color: var(--color-site-main);
}

.search-form {
  position: relative;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form input[type=search] {
  padding: 0 40px 0 20px;
  width: 280px;
  height: 40px;
  background-color: #F1F1F1;
  border: none;
  border-radius: 100px;
}
.search-form input[type=search]::-webkit-input-placeholder {
  color: transparent;
}
.search-form input[type=search]::-moz-placeholder {
  color: transparent;
}
.search-form input[type=search]:-ms-input-placeholder {
  color: transparent;
}
.search-form input[type=search]::-ms-input-placeholder {
  color: transparent;
}
.search-form input[type=search]::placeholder {
  color: transparent;
}
.search-form input[type=search]:focus-visible {
  border: none;
}
.search-form input[type=submit] {
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  height: 16px;
  width: 16px;
  background: url(/wp-content/uploads/2024/09/search.svg) no-repeat center/100%;
  border: none;
}

/* ヘッダーメニュー */
/* PC */
#gn_menu {
  position: relative;
  background-color: var(--color-site-main);
}
#gn_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#gn_menu > ul > li > a {
  padding: 15px 40px;
  display: block;
  color: #ffffff;
  font-size: 17px;
}
#gn_menu > ul > li > a:hover {
  background-color: var(--color-site-sub1);
}
#gn_menu .current a {
  background-color: var(--color-site-sub1);
}
#gn_menu #gn_portal > a:hover, #gn_menu #gn_portal.current > a, #gn_menu #gn_portal .parent_nav {
  background-color: var(--color-site-portal);
}
#gn_menu #gn_portal > a:hover a, #gn_menu #gn_portal.current > a a, #gn_menu #gn_portal .parent_nav a {
  background-color: var(--color-site-portal);
}
#gn_menu #gn_cdej > a:hover, #gn_menu #gn_cdej.current > a, #gn_menu #gn_cdej .parent_nav {
  background-color: var(--color-site-cdej);
}
#gn_menu #gn_cdej > a:hover a, #gn_menu #gn_cdej.current > a a, #gn_menu #gn_cdej .parent_nav a {
  background-color: var(--color-site-cdej);
}
#gn_menu #gn_workshop_organizers > a:hover, #gn_menu #gn_workshop_organizers.current > a, #gn_menu #gn_workshop_organizers .parent_nav {
  background-color: var(--color-site-workshop);
}
#gn_menu #gn_workshop_organizers > a:hover a, #gn_menu #gn_workshop_organizers.current > a a, #gn_menu #gn_workshop_organizers .parent_nav a {
  background-color: var(--color-site-workshop);
}
#gn_menu .gn_pulldown:hover .sub-menu {
  display: block;
}
#gn_menu .sub-menu {
  padding: 0 calc((100vw - 1098px) / 2) 42px;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 61px;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#gn_menu .sub-menu.open {
  display: block;
}
#gn_menu .sub-menu li.parent_nav {
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0 calc((100vw - 1098px) / 2);
  background: var(--color-site-sub1);
}
#gn_menu .sub-menu li.parent_nav a {
  padding: 18px 36px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: var(--color-site-sub1) url(/wp-content/uploads/2024/09/menu_allow.svg) no-repeat left center/26px;
}
#gn_menu .sub-menu li:not(.parent_nav) a {
  padding: 18px 0;
  display: block;
  color: var(--color-site-main);
  background-color: #ffffff;
}
#gn_menu .sub-menu li:not(.parent_nav) a:hover {
  opacity: 0.7;
}
#gn_menu .sub-menu .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gn_menu .sub-menu .flex .left {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
#gn_menu .sub-menu .flex .left li a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 252px;
}
#gn_menu .sub-menu .flex .right {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gn_menu .sub-menu .flex .right li a {
  padding: 0;
}
#gn_menu .sub-menu .flex .right li a img {
  width: 100%;
}
#gn_menu .grid-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 0 auto 0 auto;
  grid-template-rows: repeat(3, auto);
  gap: 0 140px;
}
#gn_menu .grid-menu li {
  width: 248px;
}

.topmost-parent-workshop-organizers #gn_workshop_organizers a,
.workshop-organizers #gn_workshop_organizers a {
  background-color: var(--color-site-workshop);
}

.ancestor-cdej #gn_cdej a,
.parent-cdej #gn_cdej a {
  background-color: var(--color-site-cdej);
}

.parent-about-cdej #gn_about a {
  background-color: var(--color-site-sub1);
}

.ancestor-portal #gn_portal a,
.parent-portal #gn_portal a {
  background-color: var(--color-site-portal);
}

/* フッター */
.foot_org {
  position: relative;
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}

.page-top {
  position: absolute;
  right: 32px;
  top: -58px;
}

footer {
  padding: 60px 0;
  background-color: var(--color-site-sub2);
}
footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1097px) {
  footer .menu {
    gap: 15px;
  }
}
footer .menu#menu-footer-nav01 {
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #868686;
}
footer .menu#menu-footer-nav01 li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 1097px) {
  footer .menu#menu-footer-nav01 li {
    width: calc((100% - 45px) / 4);
  }
}
footer .menu#menu-footer-nav01 li.allow a {
  background: url(/wp-content/uploads/2024/09/menu_allow.svg) no-repeat 95% center/20px;
}
footer .menu#menu-footer-nav01 li.plus a {
  background: url(/wp-content/uploads/2024/09/plus.svg) no-repeat 95% center/20px;
}
footer .menu#menu-footer-nav01 li.icon_x a {
  text-indent: -9999px;
  background: url(/wp-content/uploads/2024/09/x_white.svg) no-repeat center/20px;
}
footer .menu#menu-footer-nav01 li a {
  padding: 15px;
  border: 1px solid #ffffff;
}
footer .menu#menu-footer-nav02 {
  padding: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .menu#menu-footer-nav02 a {
  padding: 0;
  font-size: 14px;
}
footer .menu a {
  display: block;
  color: #ffffff;
}
footer .menu .children {
  display: none;
}

#copyright {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

/*********************************/
/*           固定ページ            */
/********************************/
/* パンくず */
#breadcrumbs {
  padding: 20px calc((100vw - 1098px) / 2);
  font-size: 12px;
  background-color: var(--color-bg-base);
}
#breadcrumbs a {
  color: var(--color-site-main);
}

.page h1.entry-title {
  padding: 45px calc((100vw - 1098px) / 2);
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  background-color: var(--color-site-sub1);
}
.page.parent-other h1.entry-title,
.page.parent-other #sidebar ul li.current a {
  color: var(--color-site-main);
  background-color: var(--color-site-other);
}

@media screen and (max-width: 1200px) {
  .page h1.entry-title {
    padding: 45px 50px;
  }
  #breadcrumbs {
    padding: 20px 50px;
  }
}
#container {
  margin: auto;
  padding: 60px 0 120px;
  max-width: 1098px;
  gap: 10px;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sidebar {
  width: 295px;
}
#sidebar ul {
  padding: 0;
}
#sidebar ul li {
  list-style: none;
}
#sidebar ul li.current a {
  color: #ffffff;
  background-color: var(--color-site-sub1);
  background-image: url(/wp-content/uploads/2024/09/menu_allow.svg);
}
#sidebar ul li a {
  padding: 20px 38px 20px 12px;
  display: block;
  line-height: 1.6;
  color: var(--color-site-main);
  border-bottom: 1px solid #DDD;
  background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 98% center/24px;
}
#sidebar ul li.back a {
  padding: 20px 12px 20px 38px;
  background: url(/wp-content/uploads/2024/09/allow_glay_rev.svg) no-repeat 2% center/24px;
}

main#content {
  display: block;
  width: 100%;
  max-width: 723px;
  /* ol,ul{
      padding-left: 24px;
      li::marker{
          text-indent: -1em !important;
          padding-left: 1em !important;
      }
  }

  ul li{ list-style: disc;}
  ol li{ list-style: decimal;}
   */
}
main#content p {
  /* margin-bottom: 1em; */
  /* line-height: 2; */
}

/* スクリーンサイズが1097px以下の場合に適用 */
@media only screen and (max-width: 1023px) {
  .header {
    position: relative;
    z-index: 150;
  }
  #breadcrumbs {
    padding: 14px 20px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #container, .inner {
    width: 100%;
  }
  #container {
    display: contents;
    position: relative;
    padding: 0 0 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #g_header_sp.sp {
    padding: 12px 20px 12px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  }
  #g_header_sp.sp #branding {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #g_header_sp.sp #branding #site-title {
    width: 56.4102564103vw;
  }
  #g_header_sp.sp #branding #site-title h1 {
    line-height: 1;
  }
  #g_header_sp.sp #branding #site-title img {
    width: 100%;
    max-width: 396px;
    min-width: 220px;
  }
  #g_header_sp.sp #branding #vborder {
    margin-left: 10px;
    padding-left: 10px;
    height: 30px;
    border-left: 1px solid #ccc;
  }
  #g_header_sp.sp #branding .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    text-align: initial;
  }
  #g_header_sp.sp #branding .right ul {
    display: block;
  }
  #g_header_sp.sp #branding .right #icon_serach {
    padding: 0;
  }
  #gn_menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 8%;
    z-index: 100;
    background-color: var(--color-site-main);
    /* > ul {
        flex-direction: column;
        .sub-menu{
            display: block;
            .flex{
                display: block;
                .left{
                    width: 100%;
                    li{
                        a{
                            display: flex;
                            align-items: center;
                        }
                    }
                }
            }
        }
    } */
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .nav-unshown {
    display: none;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    height: 2px; /*線の太さ*/
    width: 32px; /*長さ*/
    border-radius: 3px;
    background: var(--color-site-main);
    display: block;
    content: "";
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #nav-open span {
    margin: 20px 5px 0;
  }
  #nav-open span:before {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  #nav-open span:after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  #nav-input:checked ~ #gn_menu {
    display: block;
  }
  #nav-input:checked ~ #nav-open span {
    background: none;
  }
  #nav-input:checked ~ #nav-open span:before {
    -webkit-transform: rotate(-45deg) translateY(1px) translateX(0px);
            transform: rotate(-45deg) translateY(1px) translateX(0px);
  }
  #nav-input:checked ~ #nav-open span:after {
    -webkit-transform: rotate(45deg) translateY(-1px) translateX(0px);
            transform: rotate(45deg) translateY(-1px) translateX(0px);
  }
  #nav-input:checked ~ #nav-open ~ #gn_menu {
    right: 0;
  }
  #search_sp {
    display: none;
  }
  .foot_org {
    padding: 60px 10%;
    width: 100%;
  }
  .foot_org img {
    width: 100%;
  }
  .page-top {
    right: 17px;
  }
  footer .menu {
    display: block;
  }
  footer .menu#menu-footer-nav01 li {
    margin: 0 auto 20px;
    width: 96%;
  }
  footer #menu-footer-nav02 {
    text-align: center;
  }
  footer #menu-footer-nav02 li {
    margin-bottom: 30px;
  }
  main#content {
    margin: auto;
    padding: 40px 20px 100px;
    width: 100%;
  }
  .page h1.entry-title {
    padding: 20px 15px;
    font-size: 21px;
  }
  .page main#content {
    margin: auto;
    padding: 40px 20px 100px;
    width: 100%;
  }
  .page #sidebar {
    position: sticky;
    top: 78px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--color-bg-base);
  }
  .page #sidebar ul li a {
    padding: 28px 48px 28px 20px;
    background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 95% center/28px;
  }
}
.child-page-top-main-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 0 6px 0 0;
}
.child-page-top-main-title h2 {
  padding: 2px 15px 0px;
  display: inline-block;
  font-size: 17px;
  line-height: 37.4px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  border-radius: 6px 6px 0 0;
}
.child-page-top-main-title.green::after {
  background-color: rgb(9, 137, 114);
}
.child-page-top-main-title.green h2 {
  background-color: rgb(9, 137, 114);
}
.child-page-top-main-title.red::after {
  background-color: rgb(199, 2, 2);
}
.child-page-top-main-title.red h2 {
  background-color: rgb(199, 2, 2);
}
.child-page-top-main-title.blue::after {
  background-color: rgb(0, 0, 102);
}
.child-page-top-main-title.blue h2 {
  background-color: rgb(0, 0, 102);
}
.child-page-top-main-title.pink::after {
  background-color: rgb(202, 76, 121);
}
.child-page-top-main-title.pink h2 {
  background-color: rgb(202, 76, 121);
}
.child-page-top-main-title.orange::after {
  background-color: rgb(202, 114, 76);
}
.child-page-top-main-title.orange h2 {
  background-color: rgb(202, 114, 76);
}

.child-page-title {
  margin-bottom: 40px;
  padding: 27px 0;
  font-size: 32px;
  line-height: 51.2px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.child-page-title.green {
  border-color: rgb(9, 137, 114);
}
.child-page-title.pink {
  border-color: rgb(202, 76, 121);
}
.child-page-title.j-blue {
  border-color: rgb(11, 78, 192);
}
.child-page-title.orange {
  border-color: rgb(202, 114, 76);
}
.child-page-title.gray {
  border-color: rgb(128, 128, 128);
}
.child-page-title.faq-blue {
  border-color: rgb(34, 173, 203);
}
.child-page-title.bg-blue {
  border-color: rgb(34, 129, 203);
}
.child-page-title.mb-60 {
  margin-bottom: 60px;
}

.side-line-title {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid;
  font-size: 28px;
  line-height: 42px;
}
.side-line-title.green {
  border-color: rgb(9, 137, 114);
}
.side-line-title.pink {
  border-color: rgb(202, 76, 121);
}
.side-line-title.j-blue {
  border-color: rgb(11, 78, 192);
}
.side-line-title.orange {
  border-color: rgb(202, 114, 76);
}
.side-line-title.bg-blue {
  border-color: rgb(34, 129, 203);
}
.side-line-title.gray {
  border-color: rgb(128, 128, 128);
}
.side-line-title.faq-blue {
  border-color: rgb(34, 173, 203);
}

.bg-color-title {
  margin-bottom: 22px;
  padding: 8px 8px 9px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 25.6px;
}
.bg-color-title.blue {
  background-color: rgb(0, 0, 102);
}
.bg-color-title.green {
  background-color: rgb(9, 137, 114);
}
.bg-color-title.pink {
  background-color: rgb(202, 76, 121);
}
.bg-color-title.light-blue {
  background-color: rgb(219, 233, 244);
  color: rgb(0, 0, 64);
}
.bg-color-title.j-blue {
  background-color: rgb(11, 78, 192);
}
.bg-color-title.center {
  text-align: center;
}

.top-link a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 7px 8px 7px 5px;
  font-size: 14px;
  font-weight: 500;
  min-width: 120px;
  line-height: 28px;
  border-radius: 100px;
  letter-spacing: 4%;
}
.top-link a::before, .top-link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/white-arrow.svg");
}
.top-link a::before {
  background-image: url("../../images/icon/blue-arrow.svg");
  z-index: 2;
}
.top-link.white a {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.top-link.white a::before {
  opacity: 0;
}
.top-link.white a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 64);
}
.top-link.white a:hover::before {
  opacity: 1;
}
.top-link.blue a {
  color: rgb(0, 0, 64);
  border: 1px solid rgb(0, 0, 64);
}
.top-link.blue a:hover {
  background-color: rgb(0, 0, 64);
  color: rgb(255, 255, 255);
}
.top-link.blue a:hover::before {
  opacity: 0;
}
.top-link.bg-blue a {
  border: 1px solid rgb(0, 0, 64);
  background-color: rgb(0, 0, 64);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  padding: 17px 58px 17px 30px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1023px) {
  .top-link.bg-blue a {
    width: 290px;
    font-size: 18px;
    padding: 17px 40px;
  }
}
.top-link.bg-blue a::before, .top-link.bg-blue a::after {
  width: 32px;
  right: 16px;
}
@media screen and (max-width: 1023px) {
  .top-link.bg-blue a::before, .top-link.bg-blue a::after {
    width: 24px;
  }
}
.top-link.bg-blue a::before {
  opacity: 0;
}
.top-link.bg-blue a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 64);
}
.top-link.bg-blue a:hover::before {
  opacity: 1;
}

.box-link {
  position: relative;
  display: block;
  max-width: 350px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 20px;
  border-radius: 6px;
  padding: 20px 20px 23px;
  margin-top: 14px;
}
.box-link::before, .box-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
  background-image: url("../../images/icon/white-arrow.svg");
}
.box-link::before {
  opacity: 0;
  z-index: 2;
}
.box-link:hover::before {
  opacity: 1;
}
.box-link.blue {
  border: 1px solid rgb(0, 0, 102);
  background-color: rgb(0, 0, 102);
}
.box-link.blue::before {
  background-image: url("../../images/icon/blue-arrow.svg");
}
.box-link.blue:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 102);
}
.box-link.pink {
  border: 1px solid rgb(202, 76, 121);
  background-color: rgb(202, 76, 121);
}
.box-link.pink::before {
  background-image: url("../../images/icon/pink-arrow.svg");
}
.box-link.pink:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(202, 76, 121);
}
.box-link.j-blue {
  border: 1px solid rgb(11, 78, 192);
  background-color: rgb(11, 78, 192);
}
.box-link.j-blue::before {
  background-image: url("../../images/icon/j-blue-arrow.svg");
}
.box-link.j-blue:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(11, 78, 192);
}
.box-link.green {
  border: 1px solid rgb(24, 187, 148);
  background-color: rgb(24, 187, 148);
}
.box-link.green::before {
  background-image: url("../../images/icon/green-arrow.svg");
}
.box-link.green:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(24, 187, 148);
}
.box-link.light-blue {
  border: 1px solid rgb(34, 129, 203);
  background-color: rgb(34, 129, 203);
}
.box-link.light-blue::before {
  background-image: url("../../images/icon/light-blue-arrow.svg");
}
.box-link.light-blue:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(34, 129, 203);
}
.box-link.gray {
  background-color: rgb(68, 68, 68);
}
.box-link.gray:hover {
  background-color: #2b2b2b;
}
.box-link.gray::after, .box-link.gray::before {
  display: none;
}
.box-link.mb-10 {
  margin-bottom: 10px;
}

.login-btn {
  position: relative;
  display: block;
  margin: auto;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  padding: 23px 20px 15px;
  text-align: center;
  font-size: 20px;
  max-width: 350px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.login-btn::after, .login-btn::before {
  content: "";
  display: block;
  width: 50px;
  margin: auto;
  aspect-ratio: 46/40;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/pc-white.svg");
}
.login-btn::after {
  opacity: 0;
  position: absolute;
  top: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../../images/icon/pc-blue.svg");
}
.login-btn.blue {
  border: 1px solid rgb(34, 129, 203);
  background-color: rgb(34, 129, 203);
}
.login-btn.blue:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(34, 129, 203);
}
.login-btn.blue:hover::before {
  opacity: 0;
}
.login-btn.blue:hover::after {
  opacity: 1;
}

.arrow-link {
  margin-top: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 500;
  color: rgb(10, 117, 226);
  letter-spacing: -1px;
}
.arrow-link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin-left: 10px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
  background-image: url("../../images/icon/light-blue-arrow.svg");
}
.arrow-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.ancestor-portal .sp-top-link,
.ancestor-portal #sidebar li.current a,
.ancestor-portal h1.entry-title,
.parent-portal .sp-top-link,
.parent-portal #sidebar li.current a,
.parent-portal h1.entry-title {
  background-color: rgb(9, 137, 114);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .ancestor-portal #sidebar li.current a,
  .parent-portal #sidebar li.current a {
    background-color: rgb(213, 230, 227);
    color: rgb(0, 0, 64);
  }
}

.ancestor-cdej .sp-top-link,
.ancestor-cdej #sidebar .current a,
.ancestor-cdej h1.entry-title,
.parent-cdej .sp-top-link,
.parent-cdej #sidebar .current a,
.parent-cdej h1.entry-title {
  background-color: rgb(202, 76, 121);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .ancestor-cdej #sidebar li.current a,
  .parent-cdej #sidebar li.current a {
    background-color: rgb(238, 211, 221);
    color: rgb(0, 0, 64);
  }
}

.parent-j-skill .sp-top-link {
  background-color: rgb(202, 76, 121);
  color: rgb(255, 255, 255);
}
.parent-j-skill #sidebar li.current a,
.parent-j-skill h1.entry-title {
  background-color: rgb(11, 78, 192);
  color: rgb(255, 255, 255);
}
.parent-j-skill .header::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/140;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/cdej/j-skill-top.jpg");
}
@media screen and (max-width: 1023px) {
  .parent-j-skill .header::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .parent-j-skill #container {
    padding-top: 0;
  }
  .parent-j-skill #content::before {
    margin-bottom: 40px;
    content: "";
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 390/180;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../../images/cdej/j-skill-top-sp.jpg");
  }
}
@media screen and (max-width: 1023px) {
  .parent-j-skill #sidebar li.current a {
    background-color: rgba(11, 78, 192, 0.3);
    color: rgb(0, 0, 64);
  }
}

h1.entry-title.j-skill {
  display: none;
}
@media screen and (max-width: 1023px) {
  h1.entry-title.j-skill {
    display: block;
    background-color: rgb(11, 78, 192);
    color: rgb(255, 255, 255);
    padding: 20px 15px;
    font-size: 21px;
  }
}

.topmost-parent-workshop-organizers .sp-top-link,
.workshop-organizers .sp-top-link {
  display: none;
}
.topmost-parent-workshop-organizers #sidebar .xoxo li:first-child a,
.workshop-organizers #sidebar .xoxo li:first-child a {
  padding: 20px 38px 20px 12px;
  background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 98% center/24px;
}
@media screen and (max-width: 1023px) {
  .topmost-parent-workshop-organizers #sidebar .xoxo li:first-child a,
  .workshop-organizers #sidebar .xoxo li:first-child a {
    padding: 28px 48px 28px 20px;
    background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 95% center/28px;
  }
}
.topmost-parent-workshop-organizers #sidebar .xoxo li:first-child a::before,
.workshop-organizers #sidebar .xoxo li:first-child a::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .topmost-parent-workshop-organizers #sidebar .xoxo li:first-child,
  .workshop-organizers #sidebar .xoxo li:first-child {
    display: block;
  }
}
.topmost-parent-workshop-organizers #sidebar .xoxo li.current:first-child a,
.workshop-organizers #sidebar .xoxo li.current:first-child a {
  background-image: none;
  background-color: rgb(202, 114, 76);
}
@media screen and (max-width: 1023px) {
  .topmost-parent-workshop-organizers #sidebar .xoxo li.current:first-child a,
  .workshop-organizers #sidebar .xoxo li.current:first-child a {
    background-color: rgb(243, 220, 209);
  }
}
.topmost-parent-workshop-organizers #sidebar .xoxo li.current:first-child a::before,
.workshop-organizers #sidebar .xoxo li.current:first-child a::before {
  position: absolute;
  top: 50%;
  margin-right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/white-arrow.svg");
}
@media screen and (max-width: 1023px) {
  .topmost-parent-workshop-organizers #sidebar .xoxo li.current:first-child a::before,
  .workshop-organizers #sidebar .xoxo li.current:first-child a::before {
    width: 28px;
    background-image: url("../../images/icon/gray-arrow.svg");
    right: 5%;
  }
}
.topmost-parent-workshop-organizers #sidebar .xoxo li.current a,
.topmost-parent-workshop-organizers h1.entry-title,
.workshop-organizers #sidebar .xoxo li.current a,
.workshop-organizers h1.entry-title {
  background-color: rgb(202, 114, 76);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .topmost-parent-workshop-organizers #sidebar .xoxo li.current a,
  .workshop-organizers #sidebar .xoxo li.current a {
    background-color: rgb(243, 220, 209);
    color: rgb(0, 0, 64);
  }
}

.parent-other.page .sp-top-link {
  display: none;
}
.parent-other.page #sidebar .xoxo li:first-child a {
  padding: 20px 38px 20px 12px;
  background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 98% center/24px;
}
@media screen and (max-width: 1023px) {
  .parent-other.page #sidebar .xoxo li:first-child a {
    padding: 28px 48px 28px 20px;
    background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 95% center/28px;
  }
}
.parent-other.page #sidebar .xoxo li:first-child a::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .parent-other.page #sidebar .xoxo li:first-child {
    display: block;
  }
}
.parent-other.page #sidebar .xoxo li.current:first-child a {
  background-image: none;
  background-color: rgb(128, 128, 128);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .parent-other.page #sidebar .xoxo li.current:first-child a {
    background-color: rgba(128, 128, 128, 0.2);
    color: rgb(0, 0, 64);
  }
}
.parent-other.page #sidebar .xoxo li.current:first-child a::before {
  position: absolute;
  top: 50%;
  margin-right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/white-arrow.svg");
}
@media screen and (max-width: 1023px) {
  .parent-other.page #sidebar .xoxo li.current:first-child a::before {
    width: 28px;
    background-image: url("../../images/icon/blue-arrow.svg");
    right: 5%;
  }
}
.parent-other.page #sidebar .xoxo li.current a,
.parent-other.page h1.entry-title {
  background-color: rgb(128, 128, 128);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .parent-other.page #sidebar ul.xoxo li.current a {
    background-color: rgba(128, 128, 128, 0.2);
    color: rgb(0, 0, 64);
  }
  .parent-other.page #sidebar ul.xoxo li.current a::before {
    background-image: url("../../images/icon/blue-arrow.svg");
  }
}

.parent-help .sp-top-link,
.organazation .sp-top-link,
.parent-organazation .sp-top-link {
  display: none;
}
.parent-help #sidebar .xoxo li:first-child a,
.organazation #sidebar .xoxo li:first-child a,
.parent-organazation #sidebar .xoxo li:first-child a {
  padding: 20px 38px 20px 12px;
  background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 98% center/24px;
}
@media screen and (max-width: 1023px) {
  .parent-help #sidebar .xoxo li:first-child a,
  .organazation #sidebar .xoxo li:first-child a,
  .parent-organazation #sidebar .xoxo li:first-child a {
    padding: 28px 48px 28px 20px;
    background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 95% center/28px;
  }
}
.parent-help #sidebar .xoxo li:first-child a::before,
.organazation #sidebar .xoxo li:first-child a::before,
.parent-organazation #sidebar .xoxo li:first-child a::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .parent-help #sidebar .xoxo li:first-child,
  .organazation #sidebar .xoxo li:first-child,
  .parent-organazation #sidebar .xoxo li:first-child {
    display: block;
  }
}
.parent-help #sidebar .xoxo li.current:first-child a,
.organazation #sidebar .xoxo li.current:first-child a,
.parent-organazation #sidebar .xoxo li.current:first-child a {
  background-image: none;
  background-color: rgb(34, 129, 203);
}
@media screen and (max-width: 1023px) {
  .parent-help #sidebar .xoxo li.current:first-child a,
  .organazation #sidebar .xoxo li.current:first-child a,
  .parent-organazation #sidebar .xoxo li.current:first-child a {
    background-color: rgb(211, 228, 242);
  }
}
.parent-help #sidebar .xoxo li.current:first-child a::before,
.organazation #sidebar .xoxo li.current:first-child a::before,
.parent-organazation #sidebar .xoxo li.current:first-child a::before {
  position: absolute;
  top: 50%;
  margin-right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/white-arrow.svg");
}
@media screen and (max-width: 1023px) {
  .parent-help #sidebar .xoxo li.current:first-child a::before,
  .organazation #sidebar .xoxo li.current:first-child a::before,
  .parent-organazation #sidebar .xoxo li.current:first-child a::before {
    width: 28px;
    background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 95% center/28px;
    right: 5%;
  }
}
.parent-help #sidebar .xoxo li.current a,
.parent-help h1.entry-title,
.organazation #sidebar .xoxo li.current a,
.organazation h1.entry-title,
.parent-organazation #sidebar .xoxo li.current a,
.parent-organazation h1.entry-title {
  background-color: rgb(34, 129, 203);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .parent-help #sidebar ul.xoxo li.current a,
  .organazation #sidebar ul.xoxo li.current a,
  .parent-organazation #sidebar ul.xoxo li.current a {
    background-color: rgb(211, 228, 242);
    color: rgb(0, 0, 64);
  }
  .parent-help #sidebar ul.xoxo li.current a::before,
  .organazation #sidebar ul.xoxo li.current a::before,
  .parent-organazation #sidebar ul.xoxo li.current a::before {
    background: url(/wp-content/uploads/2024/09/allow_glay.svg) no-repeat 95% center/28px;
  }
}

.sp-top-link {
  display: none;
  padding-left: 0;
  background: none;
}
.sp-top-link::before {
  content: "";
  display: inline-block;
  width: 28px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  background-image: url("../../images/icon/return-icon.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp-top-link:hover::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 1023px) {
  .sp-top-link {
    display: block;
    position: relative;
    z-index: 22;
    padding: 9px 20px;
    font-weight: 500;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .sp-top-link::before {
    width: 24px;
    background-image: url("../../images/icon/white-return.svg");
  }
}

@media screen and (max-width: 1023px) {
  .parent-about-cdej .sp-top-link {
    display: none;
  }
}

#accordion-toggle {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  #accordion-toggle {
    pointer-events: visible;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    height: 78px;
  }
  #accordion-toggle::before, #accordion-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: block;
    width: 28px;
    aspect-ratio: 1/1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #accordion-toggle::before {
    background-image: url("../../images/icon/plus-icon.svg");
  }
  #accordion-toggle::after {
    background-image: url("../../images/icon/minus-icon.svg");
  }
}
#accordion-toggle.active::before {
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  #sidebar {
    width: 100%;
    position: sticky;
    top: 78px;
    left: 0;
    background-color: var(--color-bg-base);
    z-index: 100;
    overflow: scroll;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1023px) {
  #sidebar .xoxo li:first-child {
    display: none;
  }
}
#sidebar .xoxo li:first-child a {
  padding-left: 0;
  background: none;
}
#sidebar .xoxo li:first-child a::before {
  content: "";
  display: inline-block;
  width: 28px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  background-image: url("../../images/icon/return-icon.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sidebar .xoxo li:first-child a:hover {
  opacity: 0.5;
}
#sidebar .xoxo li.current a {
  position: relative;
  background-image: none;
}
#sidebar .xoxo li.current a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/white-arrow.svg");
}
@media screen and (max-width: 1023px) {
  #sidebar .xoxo li.current a::before {
    width: 28px;
    background-image: url("../../images/icon/gray-arrow.svg");
    right: 5%;
  }
}
#sidebar .xoxo li.main-list a {
  display: block;
  border-bottom: none;
}
#sidebar .xoxo li.sub-list a {
  border-bottom: none;
  padding: 10px 38px 10px 36px;
}
#sidebar .xoxo li.sub-list.last {
  border-bottom: 1px solid rgb(221, 221, 221);
}
#sidebar .xoxo li:not(:first-child) a:hover {
  opacity: 0.5;
}
#sidebar .widget-area {
  overflow: scroll;
  position: sticky;
  top: 0;
  left: 0;
  scrollbar-width: none;
}
@media screen and (max-width: 1023px) {
  #sidebar.accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  #sidebar.accordion-content .widget-area {
    max-height: 100%;
    overflow-y: auto; /* 縦方向のスクロールを許可 */
  }
}
#sidebar .e-learning.side-menu-list a {
  margin-top: 20px;
  padding: 12px 5px;
  font-weight: 500;
  border: 1px solid rgb(0, 0, 102);
  color: rgb(0, 0, 102);
  letter-spacing: -1px;
  text-align: center;
  background-image: none;
}
@media screen and (max-width: 1023px) {
  #sidebar .e-learning.side-menu-list a {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
}
#sidebar .e-learning.side-menu-list a::before {
  content: "";
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-right: 7px;
  aspect-ratio: 32/30;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/pc.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sidebar .e-learning.side-menu-list a:hover {
  opacity: 1 !important;
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
}
#sidebar .e-learning.side-menu-list a:hover::before {
  background-image: url("../../images/icon/pc-white.svg");
}
#sidebar .close-button {
  display: none;
}
@media screen and (max-width: 1023px) {
  #sidebar .close-button {
    display: block;
    border: 1px solid rgb(0, 0, 64);
    color: rgb(0, 0, 64);
    margin-top: 30px;
    margin-bottom: 42px;
  }
}

.e-learning-qa #sidebar {
  display: none;
}

@media screen and (max-width: 1023px) {
  .e-learning-qa #accordion-toggle,
  .flow-update #accordion-toggle,
  .process #accordion-toggle {
    position: relative;
    pointer-events: none;
  }
  .e-learning-qa #accordion-toggle::before, .e-learning-qa #accordion-toggle::after,
  .flow-update #accordion-toggle::before,
  .flow-update #accordion-toggle::after,
  .process #accordion-toggle::before,
  .process #accordion-toggle::after {
    display: none;
  }
  .sp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 半透明の黒背景 */
    z-index: 99; /* サイドバーの下に表示されるように調整 */
    display: none; /* 初期は非表示 */
  }
}
.topics-list {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.topics-list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1023px) {
  .topics-list li {
    width: 100%;
  }
}
.topics-list li a {
  position: relative;
  display: block;
  height: 100%;
  color: rgb(0, 0, 64);
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
}
.topics-list li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.topics-list li a::after {
  position: absolute;
  bottom: 20px;
  right: 22px;
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/gray-arrow.svg");
}
.topics-list li img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 346/230;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topics-list li .image-box {
  overflow: hidden;
}
.topics-list .text-box {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 15px 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .topics-list .text-box {
    padding: 15px 20px 25px;
  }
}
.topics-list .title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 25px;
}

.topics-tags {
  border-radius: 3px;
  line-height: 18px;
  padding: 0px 4px;
  border: 1px solid rgb(0, 0, 64);
  font-size: 11px;
  color: rgb(0, 0, 64);
}

.news-list li:not(:first-child) a {
  padding-top: 12px;
}
.news-list li:first-child a::after {
  top: calc(50% - 9px);
}
.news-list a {
  position: relative;
  display: block;
  padding-right: 80px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
@media screen and (max-width: 1023px) {
  .news-list a {
    padding-right: 50px;
    padding-bottom: 12px;
  }
}
.news-list a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/gray-arrow.svg");
}
.news-list a:hover {
  opacity: 0.5;
}
.news-list .time {
  display: block;
  font-size: 14px;
  letter-spacing: 4%;
  color: rgb(102, 102, 102);
}
.news-list .time.sticky::after {
  content: "";
  display: inline-block;
  width: 13px;
  aspect-ratio: 1/1;
  margin-left: 5px;
  background-image: url("../../images/icon/pick.svg");
}
.news-list .title {
  font-size: 16px;
  line-height: 25.6px;
  color: rgb(0, 0, 102);
}
.news-list.child .title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list.child li:first-child a {
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .news-list.child li:first-child a {
    padding-top: 15px;
  }
}
.news-list.child li:first-child a::after {
  top: 50%;
}
.news-list.child li a {
  padding: 15px 0;
  padding-right: 50px;
}
.news-list.child li a::after {
  width: 24px;
  right: 20px;
}
@media screen and (max-width: 1023px) {
  .news-list.child li a::after {
    right: 0;
  }
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  #gn_menu {
    top: 100%;
    padding-bottom: 30px;
    overflow: auto;
    height: 80vh;
  }
  #gn_menu .menuclose-button span::after {
    opacity: 0;
  }
  #gn_menu .menuclose-button:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 64);
  }
  #gn_menu .menuclose-button:hover span::after {
    opacity: 1;
  }
  .toggle {
    display: none;
  }
  .Label {
    position: relative;
    padding: 16px 20px;
    font-size: 17px;
    display: block;
    color: rgb(255, 255, 255);
  }
  .Label::before, .Label:after {
    content: "";
    display: block;
    width: 28px;
    aspect-ratio: 1/1;
    background-image: url("../../images/icon/plus-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .Label::after {
    z-index: 2;
    background-image: url("../../images/icon/minus-icon.svg");
  }
  .Label,
  .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .content { /*本文*/
    height: 0;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
  }
  .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding-bottom: 26px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle:checked + .Label.hover-pink {
    background-color: rgb(192, 73, 116);
  }
  .toggle:checked + .Label.hover-green {
    background-color: rgb(23, 127, 106);
  }
  .toggle:checked + .Label::before {
    opacity: 0;
  }
  #g_header_pc,
  #g_header_sp {
    position: relative;
    z-index: 10000;
  }
  #g_header_pc #branding .right .sp-navi,
  #g_header_sp #branding .right .sp-navi {
    margin-bottom: 34px;
  }
  #g_header_pc #branding .right .sp-navi > li .Label:hover.hover-green,
  #g_header_sp #branding .right .sp-navi > li .Label:hover.hover-green {
    background-color: rgb(23, 127, 106);
  }
  #g_header_pc #branding .right .sp-navi > li .Label:hover.hover-pink,
  #g_header_sp #branding .right .sp-navi > li .Label:hover.hover-pink {
    background-color: rgb(192, 73, 116);
  }
  #g_header_pc #branding .right .sp-navi > li > a,
  #g_header_sp #branding .right .sp-navi > li > a {
    display: block;
    padding: 20px;
    font-size: 17px;
    color: rgb(255, 255, 255);
  }
  #g_header_pc #branding .right .sp-navi > li > a:hover.hover-orange,
  #g_header_sp #branding .right .sp-navi > li > a:hover.hover-orange {
    background-color: rgb(202, 114, 76);
  }
  #g_header_pc #branding .right .sp-sub-menu,
  #g_header_sp #branding .right .sp-sub-menu {
    padding: 15px 0;
    margin: 0 20px 30px;
    border-top: 1px solid rgb(102, 102, 147);
    border-bottom: 1px solid rgb(102, 102, 147);
  }
  #g_header_pc #branding .right .sp-sub-menu li a,
  #g_header_sp #branding .right .sp-sub-menu li a {
    padding: 13px 0;
    font-size: 15px;
    color: rgb(255, 255, 255);
  }
  #g_header_pc #branding .right .sp-sub-menu li a:hover,
  #g_header_sp #branding .right .sp-sub-menu li a:hover {
    background-color: transparent;
    opacity: 0.5;
  }
  #g_header_pc #branding .right .sp-sub-menu li a .x-icon,
  #g_header_sp #branding .right .sp-sub-menu li a .x-icon {
    width: 14px;
  }
  #g_header_pc #branding .right .blank-link,
  #g_header_sp #branding .right .blank-link {
    padding: 0;
    display: block;
    max-width: 350px;
    margin: auto;
  }
  #g_header_pc #branding .right .blank-link:not(:last-child),
  #g_header_sp #branding .right .blank-link:not(:last-child) {
    margin-bottom: 7px;
  }
  #g_header_pc #branding .right .blank-link img,
  #g_header_sp #branding .right .blank-link img {
    display: block;
    width: 100%;
  }
  #g_header_pc #branding .right .content-list,
  #g_header_sp #branding .right .content-list {
    margin-bottom: 24px;
  }
  #g_header_pc #branding .right .content-list a,
  #g_header_sp #branding .right .content-list a {
    position: relative;
    display: block;
    padding: 22px 20px;
    font-weight: 500;
    border-bottom: 1px solid rgb(221, 221, 221);
  }
  #g_header_pc #branding .right .content-list a::after,
  #g_header_sp #branding .right .content-list a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: block;
    width: 28px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../../images/icon/gray-arrow.svg");
  }
  #g_header_pc #branding .right .content-list a:not(.color-link),
  #g_header_sp #branding .right .content-list a:not(.color-link) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  #g_header_pc #branding .right .content-list a:not(.color-link) img,
  #g_header_sp #branding .right .content-list a:not(.color-link) img {
    width: 40px;
  }
  #g_header_pc #branding .right .content-list a:not(.color-link) img.small,
  #g_header_sp #branding .right .content-list a:not(.color-link) img.small {
    width: 38px;
  }
  #g_header_pc #branding .right .content-list a.color-link,
  #g_header_sp #branding .right .content-list a.color-link {
    padding: 35px 20px;
  }
  #g_header_pc #branding .right .content-list a.color-link.green,
  #g_header_sp #branding .right .content-list a.color-link.green {
    background-color: rgb(213, 230, 227);
  }
  #g_header_pc #branding .right .content-list a.color-link.pink,
  #g_header_sp #branding .right .content-list a.color-link.pink {
    background-color: rgb(238, 211, 221);
  }
  #g_header_pc #branding .right .blank-link-wrapper,
  #g_header_sp #branding .right .blank-link-wrapper {
    padding: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3px 10px;
  }
  #g_header_pc #branding .right .blank-link-wrapper a.blank-link,
  #g_header_sp #branding .right .blank-link-wrapper a.blank-link {
    margin: 0;
    width: calc((100% - 10px) / 2);
  }
  .menuclose-button,
  .close-button {
    display: block;
    width: 142px;
    margin: auto;
    height: 51px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-weight: 500;
    -webkit-transform: 0.5s;
            transform: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .menuclose-button span,
  .close-button span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .menuclose-button span::before, .menuclose-button span::after,
  .close-button span::before,
  .close-button span::after {
    content: "";
    display: inline-block;
    width: 19px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .menuclose-button span::before,
  .close-button span::before {
    background-image: url("../../images/icon/close-icon.svg");
  }
  .menuclose-button span::after,
  .close-button span::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../../images/icon/blue-close-icon.svg");
  }
  .sp-serach-header-box {
    background-color: rgb(255, 255, 255);
    position: absolute;
    padding: 30px 20px;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }
  .sp-serach-header-box.open {
    display: block;
  }
  .sp-serach-header-box #search {
    width: 100%;
  }
  .sp-serach-header-box #search input {
    width: 100%;
  }
  .sp-serach-header-box #search input[type=submit] {
    width: 16px;
  }
  .sp-serach-header-box .close-button {
    margin-top: 30px;
    color: rgb(0, 0, 64);
    border-color: rgb(0, 0, 64);
  }
  .sp-serach-header-box .close-button:hover {
    background-color: rgb(0, 0, 64);
    color: rgb(255, 255, 255);
  }
  .sp-serach-header-box .close-button:hover::after {
    opacity: 0;
  }
}
#side-menu-overlay,
#search-overlay,
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  z-index: 999; /* メニューの z-index より下にする */
  display: none; /* 初期は非表示 */
}
#side-menu-overlay.active,
#search-overlay.active,
#menu-overlay.active {
  display: block;
}

.top-nomal-section > .wp-block-group__inner-container {
  max-width: 1098px;
  margin: auto;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1023px) {
  .top-nomal-section > .wp-block-group__inner-container {
    width: calc(100% - 40px);
  }
}

.p-100 {
  padding: 100px 0;
}

.p-60 {
  padding: 60px 0;
}

.fv-section {
  position: relative;
  padding-bottom: 18px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .fv-section {
    padding-bottom: 0;
  }
}
.fv-section img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-section img.pc {
    display: none;
  }
}
.fv-section img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv-section img.sp {
    display: block;
  }
}
.fv-section .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv-section .swiper-pagination {
    display: block;
    bottom: -37px;
  }
}
.fv-section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(187, 187, 187);
}
.fv-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(6, 0, 102);
}
.fv-section .topthumbs-wrapper {
  max-width: 1065px;
  margin: auto;
  width: calc(100% - 30px);
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fv-section .topthumbs-wrapper {
    display: none;
  }
}
.fv-section .topthumbs-wrapper .swiper {
  width: calc(100% - 140px);
  margin: auto;
}
.fv-section .swiper-button-next,
.fv-section .swiper-button-prev {
  width: 50px;
}
.fv-section .swiper-button-next::after,
.fv-section .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.fv-section .swiper-button-next {
  right: 0;
}
.fv-section .swiper-button-next::after {
  background-image: url("../../images/icon/swiper-next.svg");
}
.fv-section .swiper-button-prev {
  left: 0;
}
.fv-section .swiper-button-prev::after {
  background-image: url("../../images/icon/swiper-prev.svg");
}

@media screen and (max-width: 1023px) {
  .top-news-letter-section {
    padding: 90px 0 60px;
  }
}

.top-news-letter-wrapper {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 44px 40px 60px;
}
@media screen and (max-width: 1023px) {
  .top-news-letter-wrapper {
    padding: 20px;
  }
}
.top-news-letter-wrapper > .wp-block-group__inner-container {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .top-news-letter-wrapper > .wp-block-group__inner-container {
    gap: 59px;
  }
}
.top-news-letter-wrapper .image-box {
  width: 41%;
}
@media screen and (max-width: 1023px) {
  .top-news-letter-wrapper .image-box {
    width: 100%;
  }
}
.top-news-letter-wrapper .image-box p {
  margin-top: 23px;
  line-height: 25.6px;
}
.top-news-letter-wrapper .image-box a {
  display: block;
  margin: 20px auto 0;
  width: 84%;
}
@media screen and (max-width: 1023px) {
  .top-news-letter-wrapper .image-box a {
    width: 100%;
  }
}
.top-news-letter-wrapper .image-box a:hover {
  opacity: 0.5;
}
.top-news-letter-wrapper .text-box {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  width: calc(59% - 40px);
}
@media screen and (max-width: 1023px) {
  .top-news-letter-wrapper .text-box {
    width: 100%;
  }
}
.top-news-letter-wrapper .text-box p {
  padding: 14px 0;
  margin: 0;
  border-top: 1px dotted rgb(170, 170, 170);
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .top-news-letter-wrapper .text-box p {
    padding: 14px 0;
  }
}
.top-news-letter-wrapper .text-box p:last-child {
  border-bottom: 1px dotted rgb(170, 170, 170);
}
.top-news-letter-wrapper .wp-block-heading {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 19.2px;
}
@media screen and (max-width: 1023px) {
  .top-news-letter-wrapper .wp-block-heading {
    margin-bottom: 32px;
  }
}

.top-topics-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(34, 129, 203)), to(rgb(0, 0, 102)));
  background: linear-gradient(180deg, rgb(34, 129, 203) 0%, rgb(0, 0, 102) 100%);
}
@media screen and (max-width: 1023px) {
  .top-topics-section > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-topics-title-wrapper {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-topics-title-wrapper {
    display: contents;
  }
  .top-topics-title-wrapper > .wp-block-group__inner-container {
    display: contents;
  }
}
@media screen and (max-width: 1023px) {
  .top-topics-title-wrapper .top-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}
.top-topics-title-wrapper .top-link a {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .top-topics-title-wrapper .top-link a {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    left: auto;
    margin: 46px auto 0;
    font-size: 16px;
  }
}

h2.topics-top-title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 43px;
  color: rgb(255, 255, 255);
  letter-spacing: -2px;
}

.banner-wrapper {
  background-color: rgb(255, 255, 255);
}
.banner-wrapper > .wp-block-group__inner-container {
  max-width: 1098px;
  margin: auto;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .banner-wrapper > .wp-block-group__inner-container {
    width: calc(100% - 40px);
  }
}
.banner-wrapper > .wp-block-group__inner-container > .wp-block-image {
  margin: 80px 0;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1023px) {
  .banner-wrapper > .wp-block-group__inner-container > .wp-block-image {
    width: 100%;
    margin: 0;
  }
  .banner-wrapper > .wp-block-group__inner-container > .wp-block-image:first-child {
    margin-top: 80px;
  }
  .banner-wrapper > .wp-block-group__inner-container > .wp-block-image:last-child {
    margin-bottom: 80px;
  }
}

.top-news-section {
  padding: 83px 0 130px;
}
@media screen and (max-width: 1023px) {
  .top-news-section {
    padding: 63px 0 120px;
  }
}
.top-news-section > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 91px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .top-news-section > .wp-block-group__inner-container {
    gap: 60px;
  }
}
.top-news-section .top-news-wrapper {
  width: calc(100% - 91px - 378px);
}
@media screen and (max-width: 1023px) {
  .top-news-section .top-news-wrapper {
    width: 100%;
  }
}
.top-news-section .top-news-wrapper .wp-block-image {
  margin-bottom: 22px;
}
.top-news-section .top-news-wrapper .wp-block-image img {
  display: block;
  width: 100%;
}
.top-news-section .twitter-timeline {
  width: 378px;
}
@media screen and (max-width: 1023px) {
  .top-news-section .twitter-timeline {
    width: 100%;
  }
}
.top-news-section .twitter-timeline iframe {
  height: 591px;
}
@media screen and (max-width: 1023px) {
  .top-news-section .twitter-timeline iframe {
    height: 546px !important;
    border-radius: 20px;
  }
}
.top-news-section .top-link {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .top-news-section .top-link {
    text-align: center;
    margin-top: 27px;
  }
}

.top-about-section {
  overflow: hidden;
  padding-bottom: 102px;
}
@media screen and (max-width: 1023px) {
  .top-about-section {
    padding-bottom: 55px;
  }
}
.top-about-section .top-link.bg-blue a {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 1023px) {
  .top-about-section .top-link.bg-blue a {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

div.top-about-wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper {
    margin-bottom: 51px;
  }
}
div.top-about-wrapper:last-of-type {
  margin-bottom: 62px;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper:last-of-type {
    margin-bottom: 60px;
  }
}
div.top-about-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
div.top-about-wrapper .text-box {
  position: relative;
  color: rgb(0, 0, 102);
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper .text-box .top-blue-text br {
    display: none;
  }
}
div.top-about-wrapper .text-box p:not(.top-blue-text) {
  line-height: 160%;
}
div.top-about-wrapper p {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
div.top-about-wrapper .image-box img {
  display: block;
  width: 100%;
}
div.top-about-wrapper:first-child > .wp-block-group__inner-container {
  gap: 49px;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper:first-child > .wp-block-group__inner-container {
    gap: 32px;
  }
}
div.top-about-wrapper:first-child .image-box {
  width: 48.5%;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper:first-child .image-box {
    width: 100%;
  }
}
div.top-about-wrapper:first-child .text-box {
  padding-top: 97px;
  width: calc(51.5% - 49px);
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper:first-child .text-box {
    width: 100%;
    padding-top: 65px;
  }
}
div.top-about-wrapper:first-child .text-box p:not(.top-blue-text) {
  letter-spacing: 0.001em;
  padding-right: 3px;
  line-height: 160%;
}
div.top-about-wrapper .top-blue-text {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 31px;
  line-height: 51.2px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper .top-blue-text {
    font-size: 32px;
    letter-spacing: 1;
  }
}
div.top-about-wrapper:nth-last-of-type(odd) > .wp-block-group__inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 99px;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper:nth-last-of-type(odd) > .wp-block-group__inner-container {
    gap: 35px;
  }
}
div.top-about-wrapper:nth-last-of-type(odd) .image-box {
  width: 42.5%;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper:nth-last-of-type(odd) .image-box {
    width: 100%;
  }
}
div.top-about-wrapper:nth-last-of-type(odd) .text-box {
  padding-top: 110px;
  width: calc(57.5% - 99px);
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper:nth-last-of-type(odd) .text-box {
    width: 100%;
    padding-top: 76px;
  }
}
div.top-about-wrapper:nth-last-of-type(odd) .text-box p:not(.top-blue-text) {
  letter-spacing: 1.2px;
}
div.top-about-wrapper:nth-last-of-type(odd) .top-blue-text {
  margin-bottom: 20px;
  padding-right: 25px;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  div.top-about-wrapper:nth-last-of-type(odd) .top-blue-text {
    padding-right: 0;
  }
}

.top-image-title {
  position: absolute;
  top: 0;
  left: 0;
}
.top-image-title img {
  display: block;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-image-title.left {
  -webkit-transform: translateX(-156px);
          transform: translateX(-156px);
}
@media screen and (max-width: 1023px) {
  .top-image-title.left {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    max-width: 660px;
  }
}
.top-image-title.left img {
  height: 60px;
}
.top-image-title.right {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .top-image-title.right {
    max-width: 660px;
  }
}
.top-image-title.right img {
  height: 51px;
}

.top-voice-section {
  overflow: hidden;
  padding: 67px 0 55px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .top-voice-section {
    padding-top: 45px;
  }
}
.top-voice-section > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 77px;
}
@media screen and (max-width: 1023px) {
  .top-voice-section > .wp-block-group__inner-container {
    gap: 39px;
  }
}
.top-voice-section .text-box {
  padding-bottom: 50px;
  width: 363px;
  text-align: center;
  padding-left: 25px;
}
@media screen and (max-width: 1023px) {
  .top-voice-section .text-box {
    padding-left: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
.top-voice-section .top-voice-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 58.8px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1023px) {
  .top-voice-section .top-voice-title {
    letter-spacing: -0.08em;
    margin-bottom: 20px;
  }
}
.top-voice-section .top-link.bg-blue a {
  margin-top: 25px;
  padding-left: 26px;
  padding-right: 53px;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
@media screen and (max-width: 1023px) {
  .top-voice-section .top-link.bg-blue a {
    margin-top: 32px;
    padding-left: 23px;
  }
}
.top-voice-section .image-box {
  width: calc(100% - 363px - 78px);
}
@media screen and (max-width: 1023px) {
  .top-voice-section .image-box {
    width: 100%;
  }
}
.top-voice-section .image-box img {
  display: block;
  width: 134%;
}
@media screen and (max-width: 1300px) {
  .top-voice-section .image-box img {
    width: 120%;
  }
}
@media screen and (max-width: 1023px) {
  .top-voice-section .image-box img {
    width: calc(100% + 50px);
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}

.top-link-section {
  padding: 80px 0 79px;
  background-color: rgb(34, 129, 203);
}
@media screen and (max-width: 1023px) {
  .top-link-section {
    padding: 56px 0;
  }
}
.top-link-section > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 28px;
}
@media screen and (max-width: 1023px) {
  .top-link-section > .wp-block-group__inner-container {
    gap: 22px;
  }
}
.top-link-section .wp-block-image {
  width: calc((100% - 28px) / 2);
}
@media screen and (max-width: 1023px) {
  .top-link-section .wp-block-image {
    width: 100%;
  }
}
.top-link-section .wp-block-image a:hover {
  opacity: 0.8;
}

.publications-section {
  padding: 102px 0 120px;
}
@media screen and (max-width: 1023px) {
  .publications-section {
    padding-bottom: 94px;
  }
}

.publications-title {
  margin-bottom: 60px;
}
.publications-title img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .publications-title img.pc {
    display: none;
  }
}
.publications-title img.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .publications-title img.sp {
    display: block;
  }
}

.publications-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .publications-wrapper {
    gap: 50px;
  }
}
.publications-wrapper .inner-box {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 1023px) {
  .publications-wrapper .inner-box {
    width: 100%;
  }
}
.publications-wrapper .inner-box a {
  display: block;
  max-width: 156px;
  margin: auto;
  text-align: center;
  color: rgb(0, 0, 102);
  line-height: 22.4px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .publications-wrapper .inner-box a {
    max-width: 158px;
  }
}
.publications-wrapper .inner-box a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.publications-wrapper .inner-box a img {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contents-wrapper {
  width: calc(100% - 80px);
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1023px) {
  .page.news-header .entry-title {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page.news-header .entry-title .sub {
  width: 100%;
  display: block;
  line-height: 20px;
  font-size: 17px;
  font-weight: 500;
}
.page.news-header .entry-title .main {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}
.page.news-header.workshop-organizers .entry-title, .page.news-header.cdej .entry-title, .page.news-header.potal .entry-title {
  height: 140px;
}
.page.news-header.workshop-organizers .entry-title {
  background-color: rgb(202, 114, 76);
}
.page.news-header.cdej .entry-title {
  display: block;
  background-color: rgb(202, 76, 121);
}
.page.news-header.potal .entry-title {
  background-color: rgb(9, 137, 114);
}

.page-news-section {
  padding: 60px 0 120px;
}
@media screen and (max-width: 1023px) {
  .page-news-section {
    padding-bottom: 100px;
  }
}
.page-news-section .contents-wrapper {
  max-width: 723px;
}
.page-news-section.potal {
  padding-top: 110px;
}
@media screen and (max-width: 1023px) {
  .page-news-section.potal {
    padding-top: 60px;
  }
}
.page-news-section.potal .wp-pagenavi {
  margin-top: 39px;
}
.page-news-section .news-list li:not(:first-child) a {
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page-news-section .news-list li:not(:first-child) a {
    padding-top: 13px;
  }
}
.page-news-section .news-list li:first-child a {
  padding-right: 50px;
  padding-top: 20px;
  border-top: 1px solid rgb(204, 204, 204);
}
@media screen and (max-width: 1023px) {
  .page-news-section .news-list li:first-child a {
    padding-top: 13px;
  }
}
.page-news-section .news-list li:first-child a::after {
  top: 50%;
}
.page-news-section .news-list a {
  padding-bottom: 14px;
}
.page-news-section .news-list a::after {
  width: 24px;
  right: 13px;
}
@media screen and (max-width: 1023px) {
  .page-news-section .news-list a::after {
    right: 0;
  }
}
.page-news-section .news-list .time {
  line-height: 22.4px;
}
.page-news-section .news-list .title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .page-news-section .news-list .title span {
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.wp-pagenavi {
  margin-top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (max-width: 1023px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  width: 40px;
  aspect-ratio: 1/1;
  text-align: center;
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  font-size: 14px;
  border: 1px solid rgb(0, 0, 102);
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: transparent;
  color: rgb(0, 0, 102);
}
@media screen and (max-width: 1023px) {
  .wp-pagenavi a.current, .wp-pagenavi span.current {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1023px) {
  .wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.wp-pagenavi a.pages, .wp-pagenavi span.pages {
  display: none;
}
@media screen and (max-width: 1023px) {
  .wp-pagenavi a.pages, .wp-pagenavi span.pages {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 120px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .wp-pagenavi a.smaller, .wp-pagenavi a.first, .wp-pagenavi a.last, .wp-pagenavi a.extend, .wp-pagenavi a.larger, .wp-pagenavi span.smaller, .wp-pagenavi span.first, .wp-pagenavi span.last, .wp-pagenavi span.extend, .wp-pagenavi span.larger {
    display: none;
  }
}
.wp-pagenavi a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 102);
}

.single-section {
  padding: 60px 0 120px;
}
@media screen and (max-width: 1023px) {
  .single-section {
    padding-bottom: 100px;
  }
}
.single-section .contents-wrapper {
  max-width: 722px;
}
.single-section .title-wrapper {
  margin-bottom: 40px;
}
.single-section .title-wrapper .time {
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
  color: rgb(102, 102, 102);
  letter-spacing: 0.04em;
}

.single-wrapper {
  padding: 33px 40px 35px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .single-wrapper {
    padding: 33px 20px 35px;
  }
}

.single-title {
  font-size: 32px;
  line-height: 44.8px;
}

.single-contents {
  font-size: 18px;
  line-height: 32.4px;
}
.single-contents h2 {
  margin-bottom: 20px;
  line-height: 36px;
  padding: 0 10px;
  background-color: rgb(219, 233, 244);
}
.single-contents a {
  color: rgb(0, 94, 168);
  border-bottom: 1px solid rgb(0, 94, 168);
}

.single-link-wrapper {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (max-width: 1023px) {
  .single-link-wrapper {
    margin-top: 59px;
  }
}
.single-link-wrapper a {
  text-align: center;
  border: 1px solid rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  border-radius: 3px;
  background-color: rgb(0, 0, 102);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-link-wrapper .pager-box {
  width: 40px;
  aspect-ratio: 1/1;
}
.single-link-wrapper .pager-box a {
  height: 100%;
}
.single-link-wrapper .list-link-box a {
  font-weight: 400;
  font-size: 14px;
  width: 120px;
  height: 40px;
}

.page-topics-section {
  padding: 60px 0 120px;
}
.page-topics-section .contents-wrapper {
  max-width: 1099px;
}
.page-topics-section .wp-pagenavi {
  margin-top: 40px;
}

.single-section.topics .tags-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
}
.single-section.topics .single-link-wrapper {
  margin-top: 60px;
}

.conference-nurse-link {
  margin-bottom: 13px;
}
.conference-nurse-link .border {
  border-bottom: 1px solid rgb(34, 129, 203);
}
.conference-nurse-link .training-list-pdf-link {
  border-radius: 6px;
}

.conference-other-link {
  margin-bottom: 40px;
}
.conference-other-link .training-list-pdf-link {
  border-radius: 6px;
}
.conference-other-link .training-list-pdf-link:not(:last-child) {
  margin-bottom: 2px;
}

.header.conference .sp-top-link {
  color: rgb(255, 255, 255);
  background-color: rgb(202, 76, 121);
}

.conference.entry-title {
  padding: 45px calc((100vw - 1098px) / 2);
  font-size: 28px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  background-color: rgb(202, 76, 121);
}
@media screen and (max-width: 1200px) {
  .conference.entry-title {
    padding: 45px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .conference.entry-title {
    padding: 20px 15px;
    font-size: 21px;
  }
}

.search-acdn-btn {
  position: relative;
  background-color: rgb(0, 65, 176);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 20px;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-acdn-btn::before, .search-acdn-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
  background-image: url("../../images/icon/minus-icon.svg");
}
.search-acdn-btn::before {
  background-image: url("../../images/icon/plus-icon.svg");
}
.search-acdn-btn.acdn_open {
  border-radius: 6px 6px 0 0;
}
.search-acdn-btn.acdn_open::before {
  opacity: 0;
}

.search-contents {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 6px 6px;
}
.search-contents .acdn-inner {
  padding: 15px 30px 18px;
}
@media screen and (max-width: 1023px) {
  .search-contents .acdn-inner {
    padding: 21px 20px 30px;
  }
}
.search-contents .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgb(204, 204, 204);
}
.search-contents .inner-box:not(:first-child) {
  padding: 10px 0;
}
.search-contents .inner-box:first-child {
  padding-bottom: 12px;
}
.search-contents .inner-box .title {
  width: 105px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .search-contents .inner-box .title {
    width: 100%;
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.search-contents .inner-box .contents {
  width: calc(100% - 105px);
}
@media screen and (max-width: 1023px) {
  .search-contents .inner-box .contents {
    width: 100%;
  }
}
.search-contents .inner-box .contents p {
  font-size: 16px;
  font-weight: medium;
}
.search-contents .inner-box .contents > div {
  display: inline-block;
}

.search-btn {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 8px 5px 5px;
  border-radius: 100px;
  width: 120px;
  margin: 25px auto 0;
  background-color: rgb(0, 65, 176);
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.search-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  aspect-ratio: 1/1;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/white-search.svg");
}

.conference-main-box {
  margin-top: 31px;
}
@media screen and (max-width: 1023px) {
  .conference-main-box {
    margin-top: 53px;
  }
}

.conference-list-link {
  margin-bottom: 14px;
}
.conference-list-link .inner-link {
  position: relative;
  font-weight: 500;
  color: rgb(10, 117, 226);
}
.conference-list-link .inner-link:not(:last-child) {
  margin-right: 37px;
}
.conference-list-link .inner-link:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -22px;
  color: rgb(204, 204, 204);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "|";
  display: block;
}
.conference-list-link .inner-link.current {
  color: rgb(0, 0, 64);
  pointer-events: none;
}

.conference-pick-up-list.page {
  gap: 19px;
}
@media screen and (max-width: 1023px) {
  .conference-pick-up-list.page {
    gap: 21px;
  }
}
.conference-pick-up-list.page li {
  width: 100%;
  border-top: 6px solid rgb(0, 65, 176);
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 16px 19px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.conference-pick-up-list.page a {
  color: rgb(0, 0, 64);
}
.conference-pick-up-list.page .main-title {
  margin-bottom: 28px;
  padding: 0;
  font-size: 20px;
  background-color: transparent;
}
.conference-pick-up-list.page .pick-up-contents {
  padding: 0;
}
.conference-pick-up-list.page .conference-detail-box:not(:last-child) {
  margin-bottom: 2px;
}
.conference-pick-up-list.page .conference-detail-box .title {
  font-size: 12px;
  width: 62px;
  padding: 0px 7px;
  background-color: rgb(0, 65, 176);
}
.conference-pick-up-list.page .conference-detail-box .contents {
  width: calc(100% - 62px - 10px);
}
.conference-pick-up-list.page .text-box {
  width: calc(100% - 106px - 15px);
}
@media screen and (max-width: 1023px) {
  .conference-pick-up-list.page .text-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.conference-pick-up-list.page .image-box {
  width: 106px;
}

@media screen and (max-width: 1023px) {
  #content.arcchive-main {
    margin: auto;
    padding: 0 20px;
    width: 100%;
  }
}

.side-search {
  width: 295px;
}
@media screen and (max-width: 1023px) {
  .side-search {
    max-width: 350px;
    width: calc(100% - 40px);
    margin: auto;
  }
}
.side-search .search-acdn-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .side-search .search-acdn-btn {
    display: block;
  }
}
.side-search .inner-search-box {
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 30px;
}
@media screen and (max-width: 1023px) {
  .side-search .inner-search-box {
    overflow: hidden;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (max-width: 1023px) {
  .side-search .inner-search-box:nth-of-type(4) .title {
    margin-top: 18px;
  }
}
.side-search .inner-search-box:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .side-search .inner-search-box:not(:last-child) {
    margin-bottom: 21px;
  }
}
.side-search .inner-search-box .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.side-search .inner-search-box ul {
  padding-left: 5px;
}
.side-search .inner-search-box li {
  font-size: 14px;
}
.side-search .inner-search-box li:not(:last-child) {
  margin-bottom: 9px;
}
.side-search .inner-search-box li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  aspect-ratio: 1/1;
  border: 1px solid rgb(0, 0, 64);
}
.side-search .inner-box {
  margin-bottom: 10px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
@media screen and (max-width: 1023px) {
  .side-search .inner-box:first-child {
    padding-top: 18px;
  }
}
.side-search .search-btn {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .side-search .search-btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .workshop-main-box {
    margin-top: 9px;
  }
}
.workshop-main-box .list-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .workshop-main-box .list-link-wrapper {
    gap: 50px;
  }
}
.workshop-main-box .list-link-wrapper .arrow-link {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .workshop-main-box .list-link-wrapper .conference-list-link {
    width: 100%;
  }
}
.workshop-main-box .conference-pick-up-list li {
  padding: 0;
}
.workshop-main-box .conference-pick-up-list li a {
  display: block;
  padding: 16px 19px;
}
@media screen and (max-width: 1023px) {
  .workshop-main-box .conference-pick-up-list li a {
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 1023px) {
  .workshop-main-box .conference-pick-up-list .pick-up-contents {
    gap: 24px;
  }
}
.workshop-main-box .conference-pick-up-list .conference-detail-box .title {
  padding: 0 6px;
}
@media screen and (max-width: 1023px) {
  .workshop-main-box .conference-pick-up-list .text-box {
    margin-bottom: 0;
  }
}
.workshop-main-box .more-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  color: rgb(34, 129, 203);
  font-size: 14px;
}
.workshop-main-box .more-link span {
  vertical-align: middle;
}
.workshop-main-box .more-link::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  margin-left: 5px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
  background-image: url("../../images/icon/light-blue-arrow.svg");
}
.workshop-main-box .more-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.workshop-main-box.conference-pick-up-list.page {
  margin-bottom: 27px;
  display: block;
  border-top: 6px solid rgb(0, 65, 176);
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 15px 20px 61px;
}
@media screen and (max-width: 1023px) {
  .workshop-main-box.conference-pick-up-list.page {
    margin-top: 55px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .workshop-main-box.conference-pick-up-list.page .pick-up-contents {
    gap: 18px;
  }
}
.workshop-main-box.conference-pick-up-list.page .conference-detail-box:not(:last-child) {
  margin-bottom: 9px;
}
.workshop-main-box.conference-pick-up-list.page .conference-detail-box .title {
  padding: 0 7px;
}
.workshop-main-box.conference-pick-up-list.page .conference-detail-box .title.letter {
  letter-spacing: -1px;
  padding: 0 2px;
}
.workshop-main-box.conference-pick-up-list.page .conference-detail-box .time {
  display: inline-block;
}
.workshop-main-box.conference-pick-up-list.page .text-box {
  width: calc(100% - 142px - 15px);
}
@media screen and (max-width: 1023px) {
  .workshop-main-box.conference-pick-up-list.page .text-box {
    width: 100%;
  }
}
.workshop-main-box.conference-pick-up-list.page .text-box p {
  font-weight: 400;
}
.workshop-main-box.conference-pick-up-list.page .image-box {
  width: 142px;
}

.single-list-link {
  display: block;
  width: 120px;
  margin: auto;
  padding: 7px 10px;
  text-align: center;
  background-color: rgb(0, 65, 176);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 65, 176);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}
.single-list-link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 65, 176);
}

.j-skill-text {
  margin-bottom: 5px;
}

.parent-j-skill .image-title img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .parent-j-skill#container {
    padding-top: 0;
  }
  .parent-j-skill #sidebar {
    position: sticky;
    top: 0;
    left: 0;
    background-color: var(--color-bg-base);
    width: 100%;
  }
  .parent-j-skill #sidebar ul li.current a {
    border-bottom: 1px solid #DDD;
    background: url(../../images/icon/gray-arrow.svg) no-repeat 98% center/24px;
    background-color: rgba(11, 78, 192, 0.3);
    padding: 20px 38px 20px 12px;
  }
  .parent-j-skill #sidebar ul li.current a::before {
    display: none;
  }
  .parent-j-skill main#content {
    padding: 0 20px;
    margin: auto;
  }
}

.child-page-title.j-blue.course {
  margin-bottom: 30px;
}

.j-skill-search-wrapper {
  background-color: rgb(11, 78, 192);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper {
    color: rgb(0, 0, 64);
  }
}
.j-skill-search-wrapper .search-acdn-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .search-acdn-btn {
    display: block;
  }
}
.j-skill-search-wrapper .inner-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .inner-search-box {
    display: block;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 0 0 6px 6px;
  }
}
.j-skill-search-wrapper .pc-inner {
  padding: 27px 0 33px 21px;
  width: calc(100% - 120px - 35px);
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .pc-inner {
    width: 100%;
    padding: 20px 0 28px;
  }
}
.j-skill-search-wrapper .pc-inner .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 35px;
}
.j-skill-search-wrapper .pc-inner .inner-box:not(:last-child) {
  margin-bottom: 11px;
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .pc-inner .inner-box:not(:last-child) {
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(204, 204, 204);
  }
}
.j-skill-search-wrapper .pc-inner .title {
  width: 75px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .pc-inner .title {
    font-weight: 700;
    font-size: 18px;
    width: 100%;
  }
}
.j-skill-search-wrapper .pc-inner input {
  width: calc(100% - 75px - 35px);
  display: block;
  margin: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 5px;
  border-radius: 2px;
  background-color: rgb(241, 241, 241);
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .pc-inner input {
    width: 100%;
    background-color: rgb(238, 238, 238);
  }
}
.j-skill-search-wrapper .pc-inner .select-wrapepr {
  width: 127px;
}
.j-skill-search-wrapper .pc-inner .select-wrapepr select {
  display: block;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 8px;
  background: rgb(255, 255, 255);
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .pc-inner .select-wrapepr select {
    background-color: rgb(238, 238, 238);
  }
}
.j-skill-search-wrapper .search-btn {
  font-size: 16px;
  margin-top: 0;
  background-color: rgb(255, 255, 255);
  color: rgb(11, 78, 192);
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .search-btn {
    background-color: rgb(11, 78, 192);
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
  }
}
.j-skill-search-wrapper .search-btn::before {
  background-image: url("../../images/icon/blue-search-icon.svg");
}
@media screen and (max-width: 1023px) {
  .j-skill-search-wrapper .search-btn::before {
    background-image: url("../../images/icon/white-search.svg");
  }
}

.j-skill-course-main-box {
  margin-top: 38px;
}
@media screen and (max-width: 1023px) {
  .j-skill-course-main-box {
    margin-top: 55px;
  }
}

.j-skill-course-link {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .j-skill-course-link {
    margin-bottom: 22px;
  }
}
.j-skill-course-link label {
  width: 32px;
  aspect-ratio: 32/28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .j-skill-course-link label {
    width: 46px;
    aspect-ratio: 46/40;
  }
  .j-skill-course-link label svg {
    display: block;
    width: 17px;
  }
}
.j-skill-course-link label rect {
  fill: rgb(11, 78, 192);
}
.j-skill-course-link label.list {
  border-radius: 2px 0 0 2px;
}
.j-skill-course-link label.box {
  border-radius: 0 2px 2px 0;
}
.j-skill-course-link input {
  display: none;
}
.j-skill-course-link input:checked + label {
  background-color: rgb(11, 78, 192);
}
.j-skill-course-link input:checked + label rect {
  fill: rgb(255, 255, 255);
}

.j-course-list.class-box {
  gap: 20px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.j-course-list.class-box li {
  width: calc((100% - 22px) / 2);
}
@media screen and (max-width: 1023px) {
  .j-course-list.class-box li {
    width: 100%;
  }
}
.j-course-list.class-box a {
  position: relative;
  color: rgb(0, 0, 64);
  padding: 17px 20px 35px;
}
.j-course-list.class-box a .j-course-detail-wrapper {
  position: relative;
}
.j-course-list.class-box a .j-course-detail-wrapper::before {
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(13%, rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 13%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0);
          transform: translate(0);
  left: 0;
  top: auto;
  bottom: 0;
  height: 22%;
}
.j-course-list.class-box .main-title {
  margin-bottom: 10px;
}
.j-course-list.class-box .day {
  margin-bottom: 6px;
  color: rgb(11, 78, 192);
}
.j-course-list.class-box .more-link {
  position: absolute;
  right: 18px;
  bottom: 10px;
  z-index: 5;
}
.j-course-list.class-list li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .j-course-list.class-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.j-course-list.class-list a {
  padding: 16px 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.j-course-list.class-list a > div {
  width: calc(100% - 105px - 30px);
}
@media screen and (max-width: 1023px) {
  .j-course-list.class-list a > div {
    width: 100%;
  }
}
.j-course-list.class-list .j-course-detail-wrapper {
  display: none;
}
.j-course-list.class-list .more-link {
  width: 105px;
}
.j-course-list a {
  display: block;
  height: 100%;
  border-top: 6px solid rgb(11, 78, 192);
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.j-course-list .main-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: rgb(11, 78, 192);
}
.j-course-list .teacher-box {
  line-height: 25.6px;
  color: rgb(11, 78, 192);
}
.j-course-list .teacher-box > div {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.j-course-list .teacher-box .name {
  font-weight: 700;
}
.j-course-list .day {
  font-size: 14px;
}
.j-course-list .more-link {
  color: rgb(34, 129, 203);
  font-size: 14px;
}
.j-course-list .more-link::after {
  content: "";
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  margin-left: 5px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/light-blue-arrow.svg");
}
.j-course-list .more-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.j-course-detail-wrapper .inner-box:not(:last-of-type) {
  margin-bottom: 6px;
}
.j-course-detail-wrapper .title {
  width: 54px;
  padding: 0 8px;
  text-align: center;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 12px;
  background-color: rgb(11, 78, 192);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .j-course-detail-wrapper .title {
    width: 62px;
  }
}
.j-course-detail-wrapper .contents {
  font-size: 14px;
  line-height: 22.4px;
  max-height: 95px;
  overflow: hidden;
}

.j-course-single {
  border-radius: 6px;
  padding: 15px 20px 30px;
  border-top: 6px solid rgb(11, 78, 192);
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .j-course-single {
    padding-bottom: 20px;
  }
}
.j-course-single .main-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: rgb(11, 78, 192);
  margin-bottom: 1px;
}
.j-course-single .name {
  line-height: 25.6px;
  font-weight: 700;
  color: rgb(11, 78, 192);
}
.j-course-single .potison {
  color: rgb(11, 78, 192);
}
.j-course-single .day {
  margin-bottom: 35px;
  color: rgb(11, 78, 192);
  font-size: 14px;
  line-height: 14.4px;
}
.j-course-single .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px 15px;
}
@media screen and (max-width: 1023px) {
  .j-course-single .inner-box:not(:last-child) {
    margin-bottom: 9px;
  }
}
.j-course-single .inner-box .title {
  width: 62px;
  padding: 0 6px;
}
.j-course-single .inner-box .contents {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 25.6px;
  max-height: 100%;
  width: calc(100% - 62px - 15px);
}
@media screen and (max-width: 1023px) {
  .j-course-single .inner-box .contents {
    width: 100%;
  }
}
.j-course-single .inner-box a {
  text-decoration: underline;
  color: rgb(34, 129, 203);
}
.j-course-single .inner-box .career {
  margin-top: 27px;
}

.j-skill-course-main-box .single-list-link {
  margin-top: 34px;
}
@media screen and (max-width: 1023px) {
  .j-skill-course-main-box .single-list-link {
    margin-top: 30px;
  }
}

li.recent-post .time-box, li.tag-recent .time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
li.recent-post .time-box:after, li.tag-recent .time-box:after {
  content: "NEW";
  color: rgb(199, 2, 2);
  font-size: 14px;
}

body.whats .entry-title {
  display: none;
}

.about-cdej-top-wrapper {
  position: relative;
}
.about-cdej-top-wrapper img {
  display: block;
  width: 100%;
}

.about-cdej-link-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 842px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1px;
}
.about-cdej-link-wrapper a {
  display: block;
  text-align: center;
  font-size: 17px;
  padding: 15px 10px;
  font-weight: 500;
  color: rgb(0, 0, 102);
  background-color: rgb(199, 210, 219);
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1023px) {
  .about-cdej-link-wrapper a {
    font-size: 14px;
    line-height: 19.6px;
    padding: 20px 5px;
  }
}
.about-cdej-link-wrapper a br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .about-cdej-link-wrapper a br {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .about-cdej-link-wrapper a.facility-link, .about-cdej-link-wrapper a.reviews-link {
    padding: 10px 5px;
  }
}
.about-cdej-link-wrapper a span {
  display: inline-block;
}
.about-cdej-link-wrapper a:hover {
  background-color: rgb(246, 244, 242);
}
.about-cdej-link-wrapper.whats .whats-link, .about-cdej-link-wrapper.reviews .reviews-link, .about-cdej-link-wrapper.facility .facility-link {
  pointer-events: none;
  padding-top: 22px;
  background-color: rgb(246, 244, 242);
}
@media screen and (max-width: 1023px) {
  .about-cdej-link-wrapper.whats .whats-link, .about-cdej-link-wrapper.reviews .reviews-link, .about-cdej-link-wrapper.facility .facility-link {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .about-cdej-link-wrapper.facility .facility-link, .about-cdej-link-wrapper.reviews .reviews-link {
    padding-top: 20px;
  }
}

.page-about-cdej-section {
  padding: 104px 0 99px;
}
@media screen and (max-width: 1023px) {
  .page-about-cdej-section {
    padding: 84px 0 99px;
  }
}
.page-about-cdej-section > .wp-block-group__inner-container {
  max-width: 910px;
  margin: auto;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1023px) {
  .page-about-cdej-section > .wp-block-group__inner-container {
    width: calc(100% - 40px);
  }
}

.about-cdej-first-text {
  margin-bottom: 85px;
  font-size: 32px;
  line-height: 50.2px;
  letter-spacing: -2px;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 0, 102);
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .about-cdej-first-text {
    letter-spacing: -3px;
    margin-bottom: 89px;
  }
}
.about-cdej-first-text .vk_inline-font-size {
  font-size: 24px !important;
}

.about-cdej-wrapper {
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 1023px) {
  .about-cdej-wrapper {
    letter-spacing: -1px;
  }
}
.about-cdej-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.about-cdej-wrapper:not(:last-child).one {
  margin-bottom: 42px;
}
@media screen and (max-width: 1023px) {
  .about-cdej-wrapper:not(:last-child).one {
    margin-bottom: 58px;
  }
}
.about-cdej-wrapper img {
  display: block;
  max-width: 530px;
  width: 100%;
  margin: 60px auto 58px;
}
@media screen and (max-width: 1023px) {
  .about-cdej-wrapper img {
    margin-bottom: 62px;
  }
}
.about-cdej-wrapper .has-text-align-right {
  margin-top: 23px;
}
.about-cdej-wrapper .has-text-align-right + .has-text-align-right {
  margin-top: 5px;
}
.about-cdej-wrapper .has-text-align-right a {
  display: inline-block;
  color: rgb(34, 129, 203);
}
.about-cdej-wrapper .has-text-align-right a::after {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  margin-left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/light-blue-arrow.svg");
}
.about-cdej-wrapper .has-text-align-right a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.about-cdej-title {
  margin-bottom: 26px;
  padding: 13px 10px;
  background-color: rgb(34, 129, 203);
  color: rgb(255, 255, 255);
  font-size: 24px;
  line-height: 33.6px;
}
@media screen and (max-width: 1023px) {
  .about-cdej-title {
    letter-spacing: -0.1px;
  }
  .about-cdej-title br {
    display: none;
  }
}

.cdej-curriculum-link {
  position: relative;
  margin: 66px auto 0;
  padding: 20px 100px 20px 37px;
  max-width: 591px;
  background-color: rgb(34, 129, 203);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .cdej-curriculum-link {
    margin-top: 93px;
    padding: 30px 15px 40px;
  }
}
.cdej-curriculum-link:hover {
  opacity: 0.8;
}
.cdej-curriculum-link::after {
  position: absolute;
  top: 50%;
  right: 47px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 42px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/white-pdf.svg");
}
@media screen and (max-width: 1023px) {
  .cdej-curriculum-link::after {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 26px auto 0;
  }
}
.cdej-curriculum-link > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .cdej-curriculum-link > .wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.cdej-curriculum-link .text-box {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 1023px) {
  .cdej-curriculum-link .text-box {
    text-align: center;
    line-height: 33px;
  }
}
.cdej-curriculum-link .font-big {
  font-size: 24px;
  font-weight: 700;
}
.cdej-curriculum-link .wp-block-image {
  width: 92px;
}
.cdej-curriculum-link .wp-block-image img {
  display: block;
  width: 100%;
  margin: 0;
}

.cdej-video-section {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2281CB), to(#75B1B5));
  background: linear-gradient(180deg, #2281CB 0%, #75B1B5 100%);
}
.cdej-video-section > .wp-block-group__inner-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.cdej-video-section .custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../../images/video-image.jpg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
.cdej-video-section .custom-play-button.hide {
  display: none;
}
.cdej-video-section video {
  display: block;
  width: calc(100% - 40px);
  max-width: 722.5px;
  aspect-ratio: 722.5/451;
  margin: auto;
}

.page-qualification-section {
  padding-top: 100px;
}

.cdej-banner {
  margin-bottom: 94px;
}
@media screen and (max-width: 1023px) {
  .cdej-banner {
    margin-bottom: 83px;
  }
}
.cdej-banner img {
  display: block;
  width: 100%;
}

.page-qualification-contents:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .page-qualification-contents:not(:last-child) {
    margin-bottom: 76px;
  }
}
.page-qualification-contents .wp-block-heading {
  margin-bottom: 25px;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  .page-qualification-contents .wp-block-heading {
    margin-bottom: 28px;
    padding-right: 0;
    letter-spacing: -1px;
    line-height: 51.2px;
  }
}

.qualification-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .qualification-wrapper > .wp-block-group__inner-container {
    gap: 39px;
  }
}
.qualification-wrapper .qualification-box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1023px) {
  .qualification-wrapper .qualification-box {
    width: 100%;
  }
}

.qualification-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 19px;
  padding: 12px 30px;
  font-weight: 700;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background-color: rgb(34, 129, 203);
  border-radius: 6px;
}
@media screen and (max-width: 1023px) {
  .qualification-title {
    padding: 12px 20px;
  }
}
.qualification-title::before, .qualification-title::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/minus-icon.svg");
}
.qualification-title::after {
  background-image: url("../../images/icon/plus-icon.svg");
}
.qualification-title.acdn_open::after {
  opacity: 0;
}

.qualification-contents {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification-contents .cdej-qualification-pdf-link,
.qualification-contents li {
  padding: 10px 14px;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
}
.qualification-contents .cdej-qualification-pdf-link a,
.qualification-contents li a {
  color: rgb(34, 129, 203);
}
@media screen and (max-width: 1023px) {
  .qualification-contents .cdej-qualification-pdf-link a,
  .qualification-contents li a {
    text-indent: -37px;
    padding-left: 37px;
    display: block;
    line-height: 29px;
    letter-spacing: -1px;
  }
}
.qualification-contents .cdej-qualification-pdf-link a:hover,
.qualification-contents li a:hover {
  opacity: 0.5;
}
.qualification-contents .cdej-qualification-pdf-link a::before,
.qualification-contents li a::before {
  content: "";
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  background-image: url("../../images/icon/red-pdf.svg");
}
.qualification-contents .cdej-qualification-pdf-link:not(:last-child),
.qualification-contents li:not(:last-child) {
  margin-bottom: 2px;
}

.qualification-contents figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .qualification-contents figure {
    margin-bottom: 13px;
  }
}
.qualification-contents table.has-fixed-layout {
  font-weight: 500;
}
.qualification-contents table.has-fixed-layout tr td {
  font-size: 16px;
  padding: 7px;
  border: 2px solid rgb(246, 244, 242);
  background-color: rgb(204, 221, 234);
}
@media screen and (max-width: 1023px) {
  .qualification-contents table.has-fixed-layout tr td {
    padding: 7.5px;
  }
}
.qualification-contents table.has-fixed-layout tr td:last-child {
  text-align: center;
  background-color: rgb(255, 255, 255);
}
.qualification-contents table.has-fixed-layout tr:first-child td {
  font-size: 18px;
  text-align: center;
  background-color: rgb(204, 221, 234);
}
.qualification-contents figcaption {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .qualification-contents figcaption {
    margin-top: 8px;
  }
}

.about-cdej-link-potison {
  position: relative;
}
.about-cdej-link-potison .entry-title {
  padding: 45px calc((100vw - 1098px) / 2) 115px;
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  background-color: rgb(34, 129, 203);
}
@media screen and (max-width: 1200px) {
  .about-cdej-link-potison .entry-title {
    padding: 45px 50px 115px;
  }
}
@media screen and (max-width: 1023px) {
  .about-cdej-link-potison .entry-title {
    padding: 45px 20px 115px;
    letter-spacing: -3px;
  }
}

.page-voice-bg-wrapper {
  background-image: url("../../images/reviews-bg.png");
  background-size: 100% auto;
}

.page-voice-section {
  padding: 99px 0 93px;
}
@media screen and (max-width: 1023px) {
  .page-voice-section {
    padding: 87px 0 90px;
  }
}

.cdej-voice-page-title-wrapper {
  margin-bottom: 92px;
  letter-spacing: 0.04em;
  line-height: 25.6px;
}
@media screen and (max-width: 1023px) {
  .cdej-voice-page-title-wrapper {
    margin-bottom: 96px;
  }
}

.cdej-voice-page-title {
  margin-bottom: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 67.2px;
  color: rgb(0, 0, 102);
}
@media screen and (max-width: 1023px) {
  .cdej-voice-page-title {
    font-size: 38px;
    line-height: 53.2px;
  }
}

.page-voice-box-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 145px 10%;
}
@media screen and (max-width: 1023px) {
  .page-voice-box-wrapper > .wp-block-group__inner-container {
    gap: 88px;
  }
}
.page-voice-box-wrapper .modal-btn {
  position: relative;
  width: 21%;
  cursor: pointer;
  margin-top: 42px;
}
@media screen and (max-width: 1023px) {
  .page-voice-box-wrapper .modal-btn {
    width: 110px;
    margin-top: 23px;
  }
}
.page-voice-box-wrapper .modal-btn::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/en-circle.svg");
}
.page-voice-box-wrapper .modal-btn img {
  display: block;
  width: 100%;
}
.page-voice-box-wrapper .modal-btn:hover::after {
  -webkit-animation: 7s linear infinite rotation;
          animation: 7s linear infinite rotation;
}

.page-voice-title {
  width: 100%;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  line-height: 40px;
  padding-left: 15px;
  border-left: 4px solid rgb(191, 99, 193);
}
@media screen and (max-width: 1023px) {
  .page-voice-title {
    padding-left: 4px;
  }
}
.page-voice-title.blue {
  border-color: rgb(99, 142, 193);
}
.page-voice-title.green {
  border-color: rgb(99, 193, 125);
}
.page-voice-title.orange {
  border-color: rgb(216, 98, 73);
}
.page-voice-title.light-blue {
  border-color: rgb(99, 182, 193);
}
.page-voice-title.gray {
  border-color: rgb(113, 113, 113);
}
.page-voice-title.purple {
  border-color: rgb(96, 94, 195);
}
.page-voice-title.yellow {
  border-color: rgb(216, 178, 80);
}

.page-voice-box {
  width: 45%;
}
@media screen and (max-width: 1023px) {
  .page-voice-box {
    width: 100%;
  }
}
.page-voice-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
}
.page-voice-box .wp-block-image:not(.modal-btn) {
  width: 100%;
}
.page-voice-box img {
  display: block;
  width: 80%;
  margin: 0 auto 15px;
  max-width: 346px;
}
@media screen and (max-width: 1023px) {
  .page-voice-box img {
    width: 100%;
    margin-bottom: 19px;
  }
}
.page-voice-box .text-box {
  width: calc(79% - 10px);
  color: rgb(0, 0, 102);
}
@media screen and (max-width: 1023px) {
  .page-voice-box .text-box {
    width: calc(100% - 110px - 10px);
  }
}
.page-voice-box .sub-title {
  font-size: 36px;
  line-height: 50.4px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -2px;
}
@media screen and (max-width: 1023px) {
  .page-voice-box .sub-title {
    margin-bottom: 5px;
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 33.6px;
  }
}
.page-voice-box .name {
  margin-bottom: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.page-voice-box .history {
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: 0.04em;
}
.page-voice-box.interview {
  width: 100%;
}
.page-voice-box.interview:not(:last-child) {
  margin-bottom: 139px;
}
@media screen and (max-width: 1023px) {
  .page-voice-box.interview:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .page-voice-box.interview .page-voice-title {
    padding-left: 15px;
  }
}
.page-voice-box .prof-box {
  width: 100%;
}
.page-voice-box .prof-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .page-voice-box .prof-box > .wp-block-group__inner-container {
    gap: 0;
  }
}
.page-voice-box .prof-box .wp-block-image {
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .page-voice-box .prof-box .wp-block-image {
    width: 100%;
  }
}
.page-voice-box .prof-box .wp-block-image img {
  width: 100%;
}
.page-voice-box .prof-box .text-box {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 91px;
  width: calc(68% - 30px);
}
@media screen and (max-width: 1023px) {
  .page-voice-box .prof-box .text-box {
    width: 100%;
    padding-bottom: 0;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-interview-section {
  padding-bottom: 100px;
}

.acdn-wrapper {
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .acdn-wrapper {
    margin-top: 23px;
  }
}

.interview-btn {
  cursor: pointer;
  position: absolute;
  top: -47px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  left: calc(32% + 27px);
  width: 240px;
  height: 40px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1023px) {
  .interview-btn {
    position: relative;
    margin: auto;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.interview-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/close-btn.png");
}
.interview-btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.interview-btn.acdn_open::before {
  opacity: 1;
}

.interview-contents {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1023px) {
  .interview-contents p:first-child {
    margin-top: 49px;
  }
}
.interview-contents p:not(:last-child) {
  margin-bottom: 16px;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
}

.video-modal-content video {
  width: 60%;
  display: block;
  height: auto;
  margin: auto;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

body.facility header .entry-title {
  display: none;
}

.page-facility-section {
  padding: 90px 0 120px;
}
@media screen and (max-width: 1023px) {
  .page-facility-section {
    padding: 50px 0 96px;
  }
}
.page-facility-section > .wp-block-group__inner-container {
  max-width: 1100px;
  margin: auto;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1023px) {
  .page-facility-section > .wp-block-group__inner-container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1023px) {
  .page-facility-section .wp-block-image {
    display: none;
  }
}
.page-facility-section .wp-block-image img {
  display: block;
  width: 100%;
}

.facility-first-text {
  font-weight: 500;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 1023px) {
  .facility-first-text {
    margin-bottom: 49px;
  }
}

.facility-map-wrapper {
  margin-bottom: 33px;
  padding-bottom: 116px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .facility-map-wrapper {
    padding-bottom: 0;
    margin-bottom: 54px;
  }
}

.facility-map-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .facility-map-link-wrapper {
    position: static;
  }
  .facility-map-link-wrapper > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.facility-map-link-wrapper .pc-wrapper {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .facility-map-link-wrapper .pc-wrapper {
    display: contents;
  }
}
.facility-map-link-wrapper .pc-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .facility-map-link-wrapper .pc-wrapper > .wp-block-group__inner-container {
    display: contents;
  }
}
.facility-map-link-wrapper .pc-wrapper.right {
  top: 28%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .facility-map-link-wrapper .pc-wrapper.right {
    top: 22%;
  }
}
.facility-map-link-wrapper .pc-wrapper.right > .wp-block-group__inner-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.facility-map-link-wrapper .pc-wrapper.left {
  top: 13%;
  left: 0;
}
.facility-map-link-wrapper .pc-wrapper.left > .wp-block-group__inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.facility-map-link-wrapper .pc-wrapper.bottom {
  left: 0;
  bottom: 0;
}
.facility-map-link-wrapper .pc-wrapper.bottom > .wp-block-group__inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.facility-map-box {
  position: relative;
  padding: 14px 10px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .facility-map-box {
    padding: 0;
    width: 100% !important;
    background-color: transparent !important;
  }
}
.facility-map-box::before {
  position: absolute;
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  .facility-map-box::before {
    display: none;
  }
}
.facility-map-box.one {
  width: 88px;
  background-color: rgb(5, 172, 151);
}
@media screen and (max-width: 1023px) {
  .facility-map-box.one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .facility-map-box.one .facility-title {
    background-color: rgb(5, 172, 151);
  }
}
.facility-map-box.one::before {
  top: 9px;
  left: 0;
  -webkit-transform: translateX(-94%) rotate(27deg);
          transform: translateX(-94%) rotate(27deg);
  width: clamp(7.5rem, 2.2692rem + 8.1731vw, 9.625rem);
  aspect-ratio: 11/1;
  background-position: left top;
  background-image: url("../../images/facility-arrow/one.svg");
}
@media screen and (max-width: 1200px) {
  .facility-map-box.one::before {
    top: 30px;
    -webkit-transform: translateX(-89%) rotate(16deg);
            transform: translateX(-89%) rotate(16deg);
  }
}
.facility-map-box.two {
  width: 240px;
  background-color: rgb(137, 201, 151);
}
@media screen and (max-width: 1023px) {
  .facility-map-box.two {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .facility-map-box.two .facility-title {
    background-color: rgb(137, 201, 151);
  }
}
.facility-map-box.two::before {
  top: 54px;
  left: 0;
  -webkit-transform: translateX(-92%) rotate(9deg);
          transform: translateX(-92%) rotate(9deg);
  width: clamp(4.6875rem, -7.0048rem + 18.2692vw, 9.4375rem);
  aspect-ratio: 13/1;
  background-position: left top;
  background-image: url("../../images/facility-arrow/two.svg");
}
@media screen and (max-width: 1200px) {
  .facility-map-box.two::before {
    aspect-ratio: 7/1;
  }
}
.facility-map-box.three {
  width: 316px;
  background-color: rgb(170, 207, 83);
}
@media screen and (max-width: 1023px) {
  .facility-map-box.three {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .facility-map-box.three .facility-title {
    background-color: rgb(170, 207, 83);
  }
}
.facility-map-box.three::before {
  top: 40px;
  left: 0;
  -webkit-transform: translateX(-90%) rotate(21deg);
          transform: translateX(-90%) rotate(21deg);
  width: clamp(4.6875rem, -7.0048rem + 18.2692vw, 9.4375rem);
  aspect-ratio: 13/1;
  background-position: left top;
  background-image: url("../../images/facility-arrow/three.svg");
}
@media screen and (max-width: 1200px) {
  .facility-map-box.three::before {
    aspect-ratio: 7/1;
    top: 60px;
    -webkit-transform: translateX(-80%) rotate(20deg);
            transform: translateX(-80%) rotate(20deg);
  }
}
.facility-map-box.four {
  padding-left: 20px;
  padding-right: 20px;
  width: 260px;
  background-color: rgb(98, 193, 190);
}
@media screen and (max-width: 1023px) {
  .facility-map-box.four {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0;
  }
  .facility-map-box.four .facility-title {
    background-color: rgb(98, 193, 190);
  }
}
.facility-map-box.four::before {
  bottom: -46%;
  left: 29%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  width: clamp(9.0625rem, -4.0144rem + 20.4327vw, 14.375rem);
  aspect-ratio: 20/1;
  background-position: right top;
  background-image: url("../../images/facility-arrow/four.svg");
}
@media screen and (max-width: 1200px) {
  .facility-map-box.four::before {
    bottom: -15%;
    aspect-ratio: 15/1;
  }
}
.facility-map-box.five {
  width: 544px;
  background-color: rgb(108, 155, 210);
}
@media screen and (max-width: 1023px) {
  .facility-map-box.five {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .facility-map-box.five .facility-title {
    background-color: rgb(108, 155, 210);
  }
}
.facility-map-box.five::before {
  top: -65%;
  left: 15%;
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
  width: clamp(9.375rem, 0.1442rem + 14.4231vw, 13.125rem);
  width: 195px;
  aspect-ratio: 17/1;
  background-position: left top;
  background-image: url("../../images/facility-arrow/five.svg");
}
@media screen and (max-width: 1200px) {
  .facility-map-box.five::before {
    left: 6%;
    top: -20%;
    -webkit-transform: rotate(57deg);
            transform: rotate(57deg);
  }
}
@media screen and (max-width: 1100px) {
  .facility-map-box.five::before {
    left: -4%;
  }
}
.facility-map-box.six {
  width: 88px;
  background-color: rgb(166, 136, 189);
}
@media screen and (max-width: 1023px) {
  .facility-map-box.six {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .facility-map-box.six .facility-title {
    background-color: rgb(166, 136, 189);
  }
}
.facility-map-box.six::before {
  bottom: -22%;
  left: 11%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  width: clamp(5.625rem, -5.1442rem + 16.8269vw, 10rem);
  aspect-ratio: 12/1;
  background-position: right top;
  background-image: url("../../images/facility-arrow/six.svg");
}
@media screen and (max-width: 1200px) {
  .facility-map-box.six::before {
    bottom: -5%;
    aspect-ratio: 8/1;
  }
}
.facility-map-box.seven {
  width: 316px;
  background-color: rgb(0, 140, 206);
}
@media screen and (max-width: 1023px) {
  .facility-map-box.seven {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .facility-map-box.seven .facility-title {
    background-color: rgb(0, 140, 206);
  }
}
.facility-map-box.seven::before {
  top: -41%;
  left: 37%;
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
  width: clamp(7.25rem, -0.4423rem + 12.0192vw, 10.375rem);
  aspect-ratio: 11/1;
  background-position: right top;
  background-image: url("../../images/facility-arrow/seven.svg");
}
@media screen and (max-width: 1200px) {
  .facility-map-box.seven::before {
    aspect-ratio: 10/1;
    left: 50%;
  }
}
.facility-map-box.eight {
  width: 88px;
  background-color: rgb(2, 185, 239);
}
@media screen and (max-width: 1023px) {
  .facility-map-box.eight {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .facility-map-box.eight .facility-title {
    background-color: rgb(2, 185, 239);
  }
}
.facility-map-box.eight::before {
  bottom: -11%;
  left: 34%;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
  width: 100px;
  aspect-ratio: 7/1;
  background-position: right top;
  background-image: url("../../images/facility-arrow/eight.svg");
}
@media screen and (max-width: 1200px) {
  .facility-map-box.eight::before {
    bottom: 0%;
    left: 20%;
  }
}
.facility-map-box ul {
  position: relative;
  z-index: 2;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .facility-map-box ul {
    gap: 10px;
  }
}
.facility-map-box ul li {
  width: 68px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.5%, rgb(255, 255, 255)), to(#EEEEEE));
  background: linear-gradient(180deg, rgb(255, 255, 255) 49.5%, #EEEEEE 100%);
  border: 1px solid rgb(255, 255, 255);
  color: rgb(0, 0, 102);
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1023px) {
  .facility-map-box ul li {
    width: calc((100% - 20px) / 3);
  }
}
.facility-map-box ul li a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.5%, rgb(255, 255, 255)), to(#EEEEEE));
  background: linear-gradient(180deg, rgb(255, 255, 255) 49.5%, #EEEEEE 100%);
  border: 1px solid rgb(255, 255, 255);
  color: rgb(0, 0, 102);
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .facility-map-box ul li a {
    line-height: 58px;
  }
}
.facility-map-box ul li a:hover {
  opacity: 0.5;
}

.facility-title {
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .facility-title {
    margin-bottom: 20px;
    width: 100%;
    line-height: 52px;
  }
}

.facility-after-text {
  letter-spacing: -1px;
  line-height: 25.6px;
}

.cdej #container,
.home:not(.blog) #container,
.facility #container,
.reviews #container,
.whats #container,
.portal #container {
  padding: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}
.cdej main#content,
.home:not(.blog) main#content,
.facility main#content,
.reviews main#content,
.whats main#content,
.portal main#content {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .cdej main#content,
  .home:not(.blog) main#content,
  .facility main#content,
  .reviews main#content,
  .whats main#content,
  .portal main#content {
    padding: 0;
  }
}

.child-top-wrapper {
  background-color: rgb(9, 137, 114);
  padding-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .child-top-wrapper {
    padding-bottom: 20px;
  }
}

.child-page-top-title-wrapper {
  background-color: rgb(255, 255, 255);
  height: 360px;
  padding-top: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right;
  background-image: url("../../images/portal/bg-top.png");
}
@media screen and (max-width: 1023px) {
  .child-page-top-title-wrapper {
    height: 200px;
    padding-top: 0;
    background-image: url("../../images/portal/bg-top-sp.jpg");
  }
  .child-page-top-title-wrapper > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
.child-page-top-title-wrapper .child-page-top-title {
  max-width: 1098px;
  width: calc(100% - 80px);
  margin: auto;
  font-size: 38px;
  font-weight: 600;
  color: rgb(0, 0, 102);
  text-shadow: 2px 2px 0 rgb(255, 255, 255), -2px -2px 0 rgb(255, 255, 255), -2px 2px 0 rgb(255, 255, 255), 2px -2px 0 rgb(255, 255, 255), 0px 2px 0 rgb(255, 255, 255), 0 -2px 0 rgb(255, 255, 255), -2px 0 0 rgb(255, 255, 255), 2px 0 0 rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .child-page-top-title-wrapper .child-page-top-title {
    width: calc(100% - 40px);
    font-size: 32px;
  }
}

.child-link-wrapper {
  max-width: 872px;
  margin: -87px auto 0;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1023px) {
  .child-link-wrapper {
    margin-top: 20px;
  }
}
.child-link-wrapper > .wp-block-group__inner-container {
  gap: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .child-link-wrapper > .wp-block-group__inner-container {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.child-link-wrapper .child-top-link-box {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.5%, rgb(255, 255, 255)), to(#EEEEEE));
  background: linear-gradient(180deg, rgb(255, 255, 255) 49.5%, #EEEEEE 100%);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: rgb(9, 137, 114);
  padding: 25px 10px 14px;
}
@media screen and (max-width: 1023px) {
  .child-link-wrapper .child-top-link-box {
    font-size: 10.9px;
    padding: 20px 5px 7px;
  }
}
.child-link-wrapper .child-top-link-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.child-link-wrapper .child-top-link-box img {
  display: block;
  margin: 0 auto 20px;
  width: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .child-link-wrapper .child-top-link-box img {
    width: 42px;
  }
}
.child-link-wrapper .child-top-link-box .blue-text {
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  color: rgb(0, 0, 102);
}
@media screen and (max-width: 1023px) {
  .child-link-wrapper .child-top-link-box .blue-text {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 10px;
  }
}

.important-news-wrapper {
  max-width: 909px;
  margin: 0 auto 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 6px;
  border: 1px solid rgb(199, 2, 2);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .important-news-wrapper {
    margin-bottom: 41px;
  }
}
.important-news-wrapper .important-news-title {
  width: 169px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: rgb(199, 2, 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1023px) {
  .important-news-wrapper .important-news-title {
    width: 100%;
  }
}
.important-news-wrapper .important-news-list {
  background-color: rgb(255, 255, 255);
  width: calc(100% - 169px);
  padding: 10px 20px;
}
@media screen and (max-width: 1023px) {
  .important-news-wrapper .important-news-list {
    width: 100%;
  }
}
.important-news-wrapper .important-news-list li:not(:last-child) {
  border-bottom: 1px solid rgb(170, 170, 170);
}
.important-news-wrapper .important-news-list li a {
  color: rgb(0, 0, 64);
}
.important-news-wrapper .important-news-list li a:hover {
  opacity: 0.5;
}
.important-news-wrapper .important-news-list .time {
  font-size: 14px;
  line-height: 10px;
  color: rgb(102, 102, 102);
}
.important-news-wrapper .important-news-list .title {
  font-weight: 500;
  line-height: 25.6px;
}

.child-top-news-section {
  padding-top: 40px;
}
.child-top-news-section .portal-side-link1 {
  margin-bottom: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.child-top-news-section .portal-side-link1:hover {
  opacity: 0.5;
}
.child-top-news-section .portal-side-link2 {
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.child-top-news-section .portal-side-link2:hover {
  opacity: 0.5;
}
.child-top-news-section .portal-side-link3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}
.child-top-news-section .portal-side-link3:hover {
  opacity: 0.5;
}
.child-top-news-section .portal-side-link4 {
  padding: 12px 5px;
  text-align: center;
  border: 1px solid rgb(0, 0, 102);
  color: rgb(0, 0, 102);
  font-weight: 500;
  letter-spacing: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: clamp(0.875rem, 0.5673rem + 0.4808vw, 1rem);
}
@media screen and (max-width: 1023px) {
  .child-top-news-section .portal-side-link4 {
    font-size: 16px;
  }
}
.child-top-news-section .portal-side-link4 p::before {
  content: "";
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-right: 7px;
  aspect-ratio: 32/30;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/pc.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.child-top-news-section .portal-side-link4:hover {
  background-color: rgb(0, 0, 102);
}
.child-top-news-section .portal-side-link4:hover a {
  color: rgb(255, 255, 255);
}
.child-top-news-section .portal-side-link4:hover p::before {
  background-image: url("../../images/icon/pc-white.svg");
}

.child-main-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7%;
}
@media screen and (max-width: 1023px) {
  .child-main-wrapper > .wp-block-group__inner-container {
    gap: 57px;
  }
}
.child-main-wrapper .child-top-left-wrapper {
  width: 66%;
}
@media screen and (max-width: 1023px) {
  .child-main-wrapper .child-top-left-wrapper {
    width: 100%;
  }
}
.child-main-wrapper .child-top-right-wrapper {
  width: 27%;
}
@media screen and (max-width: 1023px) {
  .child-main-wrapper .child-top-right-wrapper {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}

.guidance-main-text-box {
  padding: 30px 30px 29px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .guidance-main-text-box {
    padding: 20px 20px 14px;
  }
}
.guidance-main-text-box .guidance-inner-box:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .guidance-main-text-box .guidance-inner-box:not(:last-child) {
    margin-bottom: 15px;
  }
}
.guidance-main-text-box .guidance-title {
  margin-bottom: 13px;
  display: inline-block;
  padding: 0 10px;
  font-size: 500;
  line-height: 25.6px;
  border: 1px solid;
}
.guidance-main-text-box .day-box {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
}

.guidance-link-wrapper {
  padding: 18px 20px;
  text-align: center;
}

.guidance-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding: 10px 52px 10px 40px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  color: rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-width: 197px;
  text-align: center;
}
.guidance-link a {
  color: rgb(255, 255, 255);
}
.guidance-link::after {
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/white-arrow.svg");
}
.guidance-link:hover {
  opacity: 0.5;
}
.guidance-link.bg-blue {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 102);
}
.guidance-link.blue {
  background-color: rgb(34, 129, 203);
}
.guidance-link.orange {
  background-color: rgb(202, 114, 76);
}

.guidance-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .guidance-wrapper {
    margin-bottom: 43px;
  }
}
.guidance-wrapper.green .guidance-title {
  color: rgb(9, 137, 114);
}
.guidance-wrapper.green .guidance-link-wrapper {
  background-color: rgb(213, 230, 227);
}
.guidance-wrapper.green .guidance-link {
  background-color: rgb(9, 137, 114);
}
.guidance-wrapper.red .guidance-title {
  color: rgb(199, 2, 2);
}
.guidance-wrapper.red .guidance-link-wrapper {
  background-color: rgb(238, 205, 205);
}
.guidance-wrapper.red .guidance-link {
  background-color: rgb(199, 2, 2);
}
.guidance-wrapper.pink .guidance-title {
  color: rgb(202, 76, 121);
}
.guidance-wrapper.pink .guidance-link-wrapper {
  background-color: rgb(238, 211, 221);
}
.guidance-wrapper.pink .guidance-link {
  background-color: rgb(202, 76, 121);
}

.child-top-news-wrapper .guidance-link {
  margin-top: 29px;
}

.portal-flow-box {
  max-width: 600px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  border: 2px solid;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
}
.portal-flow-box .portal-flow-box-title {
  padding: 9px 5px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.portal-flow-box.arrow-box {
  position: relative;
}
.portal-flow-box.arrow-box:not(:last-child) {
  margin-bottom: 48px;
}
.portal-flow-box.arrow-box::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 39px);
          transform: translate(-50%, 39px);
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 48/28;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/green-arrow-bottom.png");
}
.portal-flow-box.no-bg-box .portal-flow-inner-wrapper {
  padding: 11px;
}
@media screen and (max-width: 1023px) {
  .portal-flow-box.no-title .portal-flow-inner-wrapper > .wp-block-group__inner-container {
    gap: 6px;
  }
}
.portal-flow-box.contents-plus {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .portal-flow-box.contents-plus {
    margin-bottom: 10px;
  }
  .portal-flow-box.contents-plus .portal-flow-inner-wrapper {
    padding: 15px 10px 16px;
  }
}
@media screen and (max-width: 1023px) {
  .portal-flow-box.contents-plus.no-title .portal-flow-inner-wrapper {
    padding: 12px 10px 12px;
  }
}
.portal-flow-box.green {
  border-color: rgb(9, 137, 114);
}
.portal-flow-box.green .portal-flow-box-title {
  background-color: rgb(9, 137, 114);
}
.portal-flow-box.light-green {
  border-color: rgb(93, 165, 0);
}
.portal-flow-box.light-green .portal-flow-box-title {
  background-color: rgb(93, 165, 0);
}
.portal-flow-box.light-green .flow-inner {
  color: rgb(93, 165, 0);
}
.portal-flow-box .portal-flow-inner-wrapper {
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .portal-flow-box .portal-flow-inner-wrapper {
    padding: 16px 17px 19px;
  }
}
.portal-flow-box .portal-flow-inner-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .portal-flow-box .portal-flow-inner-wrapper > .wp-block-group__inner-container {
    gap: 19px;
  }
}
.portal-flow-box .flow-inner {
  width: calc((100% - 20px) / 2);
  text-align: center;
  line-height: 25.2px;
  color: rgb(9, 137, 114);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .portal-flow-box .flow-inner {
    width: 100%;
  }
}
.portal-flow-box .flow-inner.bg-green {
  padding: 13px 10px;
  background-color: rgb(230, 243, 241);
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .portal-flow-box .flow-inner.bg-green.flex {
    padding: 15px 10px;
  }
}
.portal-flow-box .flow-inner.bg-green.flex > .wp-block-group__inner-container {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .portal-flow-box .flow-inner.bg-green.flex > .wp-block-group__inner-container {
    line-height: 19px;
  }
}
.portal-flow-box .flow-inner.bg-green.flex > .wp-block-group__inner-container .wp-block-image {
  width: 27%;
}
@media screen and (max-width: 1023px) {
  .portal-flow-box .flow-inner.bg-green.flex > .wp-block-group__inner-container .wp-block-image {
    width: 23%;
  }
}
.portal-flow-box .flow-inner .link {
  color: rgb(0, 94, 168);
}
.portal-flow-box .flow-inner .link p {
  display: inline-block;
}
.portal-flow-box .flow-inner .link .wp-block-group__inner-container::after {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/gray-arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.portal-flow-box .flow-inner .link:hover .wp-block-group__inner-container::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.yes-no-contents {
  max-width: 420px;
  margin: 0 auto 38px;
}
.yes-no-contents > .wp-block-group__inner-container {
  gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 38px;
}
@media screen and (max-width: 1023px) {
  .yes-no-contents > .wp-block-group__inner-container {
    font-size: 14px;
  }
}
.yes-no-contents .yes-contents {
  position: relative;
  border-radius: 100px;
}
.yes-no-contents .yes-contents::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 48/28;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.yes-no-contents .yes-contents.green {
  background-color: rgb(9, 137, 114);
}
.yes-no-contents .yes-contents.green::after {
  background-image: url("../../images/icon/green-arrow-bottom.png");
}
.yes-no-contents .yes-contents.light-green {
  background-color: rgb(93, 165, 0);
}
.yes-no-contents .yes-contents.light-green::after {
  background-image: url("../../images/icon/light-green-arrow-bottom.png");
}
.yes-no-contents .no-contents {
  border-radius: 100px;
  background-color: rgb(118, 114, 110);
}

.portal-qualification-red-text {
  margin-bottom: 50px;
  color: rgb(199, 2, 2);
  line-height: 25.6px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .portal-qualification-red-text {
    line-height: 25px;
    margin-bottom: 34px;
  }
}
.portal-qualification-red-text a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}

.portal-qualification-number-wrapper {
  counter-reset: number 0;
  margin-bottom: 40px;
}

.portal-qualification-number-box {
  background-color: rgb(255, 255, 255);
  line-height: 25.6px;
  padding: 14px 12px 12px 25px;
  color: rgb(0, 0, 102);
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .portal-qualification-number-box {
    letter-spacing: -0.1px;
  }
}
.portal-qualification-number-box::before {
  content: counter(number) ".";
  font-weight: 700;
}
.portal-qualification-number-box:not(:last-child) {
  margin-bottom: 10px;
}
.portal-qualification-number-box .bold-text {
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (max-width: 1023px) {
  .portal-qualification-number-box .bold-text {
    letter-spacing: 0;
  }
}
.portal-qualification-number-box .bold-text a {
  font-weight: 700;
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.portal-qualification-number-box .bold-text a .vk_inline-font-size {
  display: inline-block;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.portal-qualification-number-box .margin-left {
  margin-left: 19px;
}
@media screen and (max-width: 1023px) {
  .portal-qualification-number-box .margin-left {
    margin-left: 0;
    text-indent: 20px;
  }
}
.portal-qualification-number-box .inner-image img {
  display: block;
  width: 89%;
  margin: 15px 0 9px 3%;
}
@media screen and (max-width: 1023px) {
  .portal-qualification-number-box .inner-image img {
    margin: 15px 0 0;
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
    width: calc(100% + 14px);
  }
}

.footnote-box-wrapper {
  margin-bottom: 50px;
}

.footnote-box {
  line-height: 25.6px;
  letter-spacing: -0.9px;
}
.footnote-box:not(:last-child) {
  margin-bottom: 40px;
}
.footnote-box a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.footnote-box p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .footnote-box p:not(:last-child) {
    margin-bottom: 27px;
  }
}
.footnote-box .dot-box {
  text-indent: -25px;
  padding-left: 25px;
}
.footnote-box .dot-box::before {
  margin-right: 4px;
  content: "・";
}
.footnote-box .other-box {
  border: 1px solid rgb(0, 0, 102);
  padding: 8px 10px 12px;
}
@media screen and (max-width: 1023px) {
  .footnote-box .other-box {
    padding-bottom: 14px;
  }
}
.footnote-box .other-box h4 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footnote-box .other-box h4 {
    margin-bottom: 22px;
  }
}
.footnote-box .other-box p {
  margin-left: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .footnote-box .other-box p {
    text-indent: -20px;
    padding-left: 20px;
  }
}
.footnote-box .other-box p::before {
  content: "・";
  margin-right: 6px;
  color: rgb(34, 129, 203);
}
.footnote-box p.mb-small {
  margin-bottom: 16px;
}
.footnote-box p.footer-note-p {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .footnote-box p.footer-note-p {
    text-indent: -18px;
    padding-left: 17px;
    letter-spacing: 0;
  }
}

.after-note-wrapper a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.after-note-wrapper p {
  text-indent: -25px;
  padding-left: 25px;
}
@media screen and (max-width: 1023px) {
  .after-note-wrapper p {
    line-height: 25.5px;
  }
}
.after-note-wrapper p:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  .after-note-wrapper p:not(:last-child) {
    margin-bottom: 28px;
  }
}
.after-note-wrapper p::before {
  content: "・";
}
.after-note-wrapper p strong {
  font-weight: 700;
}
.after-note-wrapper .vk_inline-font-size {
  color: rgb(199, 2, 2);
}

.portal-schedule-first-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .portal-schedule-first-box {
    letter-spacing: -1px;
    line-height: 25.6px;
  }
}
.portal-schedule-first-box .portal-schedule-bg-green-box {
  margin: 24px 0 20px;
  padding: 11px 20px 17px;
  background-color: rgb(213, 230, 227);
  color: rgb(0, 0, 102);
  line-height: 25.6px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1023px) {
  .portal-schedule-first-box .portal-schedule-bg-green-box {
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    padding: 14px 20px 15px;
  }
}
.portal-schedule-first-box .portal-schedule-bg-green-box strong {
  font-weight: 700;
}
.portal-schedule-first-box a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}

.schedule-title {
  display: inline-block;
  width: 142px;
}
@media screen and (max-width: 1023px) {
  .schedule-title {
    width: auto;
  }
}

.page-inner-link-wrapper {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
.page-inner-link-wrapper ul {
  background-color: rgb(255, 255, 255);
  padding: 17px 20px 15px;
}
@media screen and (max-width: 1023px) {
  .page-inner-link-wrapper ul {
    padding-bottom: 10px;
  }
}
.page-inner-link-wrapper ul li:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (max-width: 1023px) {
  .page-inner-link-wrapper ul li:not(:last-child) {
    margin-bottom: 11px;
  }
}
.page-inner-link-wrapper ul a {
  letter-spacing: -0.8px;
  color: rgb(0, 94, 168);
}
@media screen and (max-width: 1023px) {
  .page-inner-link-wrapper ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 25.6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-inner-link-wrapper ul a::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/bottom-link.svg");
}
@media screen and (max-width: 1023px) {
  .page-inner-link-wrapper ul a::before {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.page-inner-link-wrapper ul a:hover::before {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.page-inner-link-contents-box:not(:last-child) {
  margin-bottom: 56px;
}
.page-inner-link-contents-box strong {
  display: inline;
  font-weight: 700;
}

.no-update-news-list .news-list {
  padding: 16px 0;
  border-bottom: 1px solid rgb(204, 204, 204);
}
.no-update-news-list a {
  display: inline-block;
  color: rgb(34, 129, 203);
  padding: 0;
  border-bottom: 1px solid rgb(34, 129, 203);
}
.no-update-news-list a::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .no-update-news-list .title {
    letter-spacing: -1px;
  }
}

.p-bottom-box {
  line-height: 25.6px;
  letter-spacing: -0.9px;
}
.p-bottom-box p:not(:last-child) {
  margin-bottom: 17px;
}
.p-bottom-box.small p:not(:last-child) {
  margin-bottom: 10px;
}
.p-bottom-box.no-bottom p:not(:last-child) {
  margin-bottom: 0;
}
.p-bottom-box .has-link a,
.p-bottom-box figure a {
  border-bottom: none;
}
.p-bottom-box .margin-left {
  margin-left: 20px;
}
.p-bottom-box strong {
  font-weight: 700;
}
.p-bottom-box a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.p-bottom-box .dot {
  text-indent: -25px;
  padding-left: 25px;
}
.p-bottom-box .dot::before {
  content: "・";
  margin-left: 5px;
  margin-right: 5px;
}
.p-bottom-box .red-text {
  color: rgb(199, 2, 2);
}
.p-bottom-box .number {
  text-indent: -18px;
  padding-left: 18px;
}
.p-bottom-box .no-bottom:not(:last-child) {
  margin-bottom: 0;
}
.p-bottom-box .in-red .vk_inline-font-size {
  color: rgb(199, 2, 2);
}

.schedule-white-box-wrapper {
  background-color: rgb(255, 255, 255);
  padding: 40px 20px;
  letter-spacing: -1px;
  line-height: 25.6px;
}
.schedule-white-box-wrapper .bg-color-title {
  margin-bottom: 10px;
}
.schedule-white-box-wrapper .change-wrapper {
  margin: 15px 0;
}
@media screen and (max-width: 1023px) {
  .schedule-white-box-wrapper .change-wrapper {
    margin-bottom: 16px;
  }
}
.schedule-white-box-wrapper .change-wrapper > .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .schedule-white-box-wrapper .change-wrapper > .wp-block-group__inner-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    letter-spacing: -0.5px;
  }
}
.schedule-white-box-wrapper .change-wrapper .change-box {
  border: 1px solid rgb(198, 198, 198);
}
.schedule-white-box-wrapper .change-wrapper .title {
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 38px;
}
.schedule-white-box-wrapper .change-wrapper p:not(.title) {
  padding: 15px 18px;
  line-height: 25.6px;
}

.scroll-image-wrapper {
  overflow: scroll;
}
.scroll-image-wrapper img {
  min-width: 682px;
}

.schedule-white-box-inner:not(:last-child) {
  margin-bottom: 27px;
}
.schedule-white-box-inner .inner-box {
  margin-bottom: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
.schedule-white-box-inner .footnote-box:not(:last-child) {
  margin-bottom: 0;
}
.schedule-white-box-inner .footnote-box p:not(:last-child) {
  margin-bottom: 16px;
}
.schedule-white-box-inner .dot-list-box {
  margin-bottom: 15px;
}
.schedule-white-box-inner .dot-list-box p {
  text-indent: -17px;
  padding-left: 17px;
}
.schedule-white-box-inner .dot-list-box p:not(:last-child) {
  margin-bottom: 0px;
}
.schedule-white-box-inner .dot-list-box p .vk_inline-font-size {
  color: rgb(199, 2, 2);
}
.schedule-white-box-inner .dot-list-box p::before {
  content: "・";
  margin-right: 5px;
}

.schedule-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  min-width: 650px;
  color: rgb(0, 0, 64);
}
.schedule-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  color: rgb(0, 0, 64);
  padding: 12px 20px;
  line-height: 25.6px;
  border: 2px solid rgb(198, 198, 198);
}
.schedule-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child, .schedule-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:nth-child(2) {
  background-color: rgb(236, 236, 236);
  text-align: center;
  font-weight: 500;
}
.schedule-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child {
  width: 100px;
}
.schedule-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:nth-child(2) {
  width: 88px;
}

.faq-contact-wrapper:not(:last-child) {
  margin-bottom: 58px;
}
.faq-contact-wrapper a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}

.page-faq-wrapper .page-faq-box {
  padding: 20px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .page-faq-wrapper .page-faq-box {
    padding: 15px 20px;
  }
}
.page-faq-wrapper .page-faq-box:not(:last-child) {
  margin-bottom: 10px;
}
.page-faq-wrapper .q-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 700;
  line-height: 22.4px;
  gap: 10px;
  color: rgb(9, 137, 114);
}
.page-faq-wrapper .q-box::before {
  content: "Q";
  background-color: rgb(9, 137, 114);
  color: rgb(255, 255, 255);
}
.page-faq-wrapper .q-box > div {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 28px - 10px);
  padding-right: 32px;
}
@media screen and (max-width: 1023px) {
  .page-faq-wrapper .q-box > div {
    padding-right: 37px;
  }
}
.page-faq-wrapper .q-box > div::before, .page-faq-wrapper .q-box > div::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/gray-minus-icon.svg");
}
.page-faq-wrapper .q-box > div::before {
  background-image: url("../../images/icon/gray-plus-icon.svg");
}
.page-faq-wrapper .q-box.acdn_open > div::before {
  opacity: 0;
}
.page-faq-wrapper .q-box::before,
.page-faq-wrapper .a-box::before {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: block;
  width: 26px;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 5px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgb(9, 137, 114);
}
.page-faq-wrapper .a-box {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.page-faq-wrapper .a-box > div {
  padding-top: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 28px - 10px);
  padding-right: 32px;
  line-height: 25.6px;
}
@media screen and (max-width: 1023px) {
  .page-faq-wrapper .a-box > div {
    padding-right: 0;
  }
}
.page-faq-wrapper .a-box::before {
  margin-top: 20px;
  content: "A";
  color: rgb(9, 137, 114);
  background-color: rgb(246, 244, 242);
}

.portal-qualification-red-text.about {
  margin-bottom: 23px;
}

.page-inner-link-wrapper.about {
  margin-bottom: 29px;
}

.schedule-table-about {
  margin-bottom: 22px;
}
.schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  min-width: 708px;
  color: rgb(0, 0, 64);
}
.schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 102);
  line-height: 23.6px;
  border: 1px solid rgb(198, 198, 198);
  text-align: center;
}
.schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(2), .schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(3) {
  width: 204px;
}
.schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  border: 1px solid rgb(198, 198, 198);
  text-align: center;
  line-height: 21.6px;
}
.schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(2), .schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(3) {
  width: 204px;
}
.schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(2) td {
  font-size: 14px;
  background-color: rgb(176, 215, 208);
}
.schedule-table-about .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(9) td {
  color: rgb(199, 2, 2);
}

.about-table-after-text {
  letter-spacing: -1px;
}

.cancel-box {
  margin-bottom: 55px;
}

.portal-entry-number-wrapper {
  counter-reset: number 0;
}

.portal-entry-number-box {
  counter-increment: number 1;
  background-color: rgb(255, 255, 255);
  padding: 16px 16px;
}
.portal-entry-number-box:not(:last-child) {
  margin-bottom: 10px;
}
.portal-entry-number-box .entry-nomber-title {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 33px;
  color: rgb(9, 137, 114);
  font-weight: 700;
}
.portal-entry-number-box .entry-nomber-title::before {
  display: inline-block;
  width: 30px;
  margin-right: 8px;
  aspect-ratio: 1/1;
  color: rgb(255, 255, 255);
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  background-color: rgb(9, 137, 114);
  content: counter(number);
}
.portal-entry-number-box .entry-nomber-title.kana {
  text-indent: -35px;
  padding-left: 35px;
}
.portal-entry-number-box .entry-nomber-title.kana::before {
  text-indent: 0;
  content: counter(number, katakana);
}
.portal-entry-number-box .entry-nomber-title.j-blue {
  color: rgb(11, 78, 192);
}
.portal-entry-number-box .entry-nomber-title.j-blue::before {
  background-color: rgb(11, 78, 192);
}
.portal-entry-number-box .entry-nomber-title.orange {
  color: rgb(202, 114, 76);
}
.portal-entry-number-box .entry-nomber-title.orange::before {
  background-color: rgb(202, 114, 76);
}
.portal-entry-number-box .box-link:not(:last-child) {
  margin-bottom: 12px;
}
.portal-entry-number-box .entry-number-list {
  margin-left: 5px;
  text-indent: -20px;
  padding-left: 20px;
  line-height: 25.6px;
  letter-spacing: -1px;
}
.portal-entry-number-box .entry-border-inner {
  line-height: 25.6px;
}
.portal-entry-number-box .entry-border-inner:not(:last-child) {
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(0, 0, 64);
}
.portal-entry-number-box .entry-border-inner.flex-box > .wp-block-group__inner-container {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.portal-entry-number-box .entry-border-inner.flex-box .p-bottom-box {
  width: calc(73% - 20px);
}
.portal-entry-number-box .entry-border-inner.flex-box .wp-block-image {
  width: 27%;
}
.portal-entry-number-box .green-text {
  color: rgb(9, 137, 114);
  font-weight: 700;
  letter-spacing: 0;
}

.portal-login-wrapper {
  margin-bottom: 55px;
}

.potal-contents-first-text {
  margin-bottom: 25px;
  letter-spacing: -1.5px;
}

.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  line-height: 25.6px;
  min-width: 670px;
  color: rgb(0, 0, 64);
}
.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 21px;
  border: 1px solid rgb(198, 198, 198);
}
.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 50px;
  border-right: rgb(0, 0, 102);
}
.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(2) {
  border-left: rgb(0, 0, 102);
  padding-right: 50px;
}
.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(3) {
  width: 361px;
}
.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  padding: 6.5px;
  border: 1px solid rgb(198, 198, 198);
}
.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child {
  width: 50px;
  text-align: center;
}
.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:nth-child(2) {
  width: 312px;
  width: 100%;
  font-weight: 700;
}
.potal-contents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td strong {
  font-weight: 700;
}

.portal-login-first-text {
  margin-bottom: 25px;
  line-height: 25.6px;
}

.login-btn-wrapepr {
  background-color: rgb(255, 255, 255);
  padding: 40px;
  margin-bottom: 21px;
}

.poral-system-first-text {
  margin-bottom: 20px;
}

.system-table {
  margin-bottom: 14px;
}
.system-table .bg-color-title {
  margin-bottom: 0;
}
.system-table .system-pass-wrapper > .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .system-table .system-pass-wrapper > .wp-block-group__inner-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.system-table .system-pass-box {
  border: 1px solid rgb(198, 198, 198);
}
.system-table .system-pass-box:first-child {
  border-right: 1px solid rgb(198, 198, 198);
}
.system-table .system-pass-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.system-table .system-pass-box .title {
  width: 100px;
  line-height: 36px;
  text-align: center;
  border-right: 1px solid rgb(198, 198, 198);
  letter-spacing: -0.8px;
}
.system-table .system-pass-box p:not(.title) {
  padding: 2px 2px 2px 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: rgb(255, 255, 255);
}

.system-btn-wrapper {
  padding: 19px 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 198, 198);
  border-top: none;
}
.system-btn-wrapper .box-link {
  margin: auto;
  padding: 15px 20px;
}

.past-courses-inner:not(:last-child) {
  margin-bottom: 31px;
}
.past-courses-inner .vk_inline-font-size {
  color: rgb(199, 2, 2);
}

.past-courses-flow-wrapper {
  margin-bottom: 40px;
  margin-top: 33px;
}
.past-courses-flow-wrapper .portal-flow-box {
  padding: 15px 10px;
}
.past-courses-flow-wrapper .portal-flow-box:not(:last-child) {
  margin-bottom: 38px;
}
.past-courses-flow-wrapper .portal-flow-box.contents-plus {
  margin-bottom: 20px;
}
.past-courses-flow-wrapper .portal-flow-box.arrow-box::after {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.past-courses-flow-wrapper .past-courses-flow-title {
  text-align: center;
  display: block;
  margin: auto;
  width: 88px;
  border: 1px solid rgb(9, 137, 114);
  border-radius: 100px;
  margin-bottom: 3px;
}
.past-courses-flow-wrapper .past-courses-flow-title.bg-color {
  background-color: rgb(9, 137, 114);
  color: rgb(255, 255, 255);
}
.past-courses-flow-wrapper .past-courses-flow-title.bg-white {
  color: rgb(9, 137, 114);
}
.past-courses-flow-wrapper .no-bg-box .portal-flow-inner-wrapper {
  padding: 0;
  font-size: 20px;
}
.past-courses-flow-wrapper .yes-no-contents.big {
  max-width: 445px;
  margin-bottom: 20px;
}
.past-courses-flow-wrapper .yes-no-contents.big > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.past-courses-flow-wrapper .yes-no-contents.big > .wp-block-group__inner-container .no-wrapper {
  width: calc(54% - 20px);
}
.past-courses-flow-wrapper .yes-no-contents.big > .wp-block-group__inner-container .yes-wrapper {
  width: 46%;
}
.past-courses-flow-wrapper .yes-contents.long:after {
  aspect-ratio: 48/143;
  background-image: url("../../images/icon/green-arrow-bottom-long.png");
}
.past-courses-flow-wrapper .yes-contents.no-arrow::after {
  display: none;
}
.past-courses-flow-wrapper .green-text.arrow-icon {
  position: relative;
  color: rgb(9, 137, 114);
  text-align: left;
  margin-top: 15px;
  line-height: 22.6px;
}
@media screen and (max-width: 1023px) {
  .past-courses-flow-wrapper .green-text.arrow-icon {
    letter-spacing: -1px;
    margin-top: 4px;
    line-height: 21px;
  }
}
.past-courses-flow-wrapper .green-text.arrow-icon::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 48/28;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/icon/green-arrow-bottom.png");
}
@media screen and (max-width: 1023px) {
  .past-courses-flow-wrapper .green-text.arrow-icon::after {
    bottom: -3px;
  }
}
.past-courses-flow-wrapper .no-contents.red {
  background-color: rgb(199, 2, 2);
}
.past-courses-flow-wrapper .no-contents:not(:last-child) {
  margin-bottom: 10px;
}
.past-courses-flow-wrapper .no-contents.arrow-box {
  position: relative;
}
.past-courses-flow-wrapper .no-contents.arrow-box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 48/28;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/icon/red-arrow.png");
}
.past-courses-flow-wrapper p.box-comment {
  width: 137px;
  border-radius: 6px;
  padding: 2px;
  color: rgb(199, 2, 2);
  border: 2px solid rgb(199, 2, 2);
  font-size: 21px;
  font-weight: 700;
  margin: 38px auto 0;
}
.past-courses-flow-wrapper p.box-comment.green {
  margin-top: 50px;
  border-color: rgb(9, 137, 114);
  color: rgb(9, 137, 114);
}
@media screen and (max-width: 1023px) {
  .past-courses-flow-wrapper p.box-comment.green {
    margin-top: 43px;
  }
}

.past-courses-blue-box {
  padding: 10px 20px;
  line-height: 27px;
  border: 1px solid rgb(0, 0, 64);
}

.request-documents-red-text {
  color: rgb(199, 2, 2);
  margin-bottom: 29px;
}

.request-documents-blue-box {
  margin-top: 23px;
  padding: 12px 20px;
  border: 1px solid rgb(0, 0, 64);
}

.exam-detail-wrapper:not(:last-child) {
  margin-bottom: 50px;
}

.flow-passing-box {
  margin-top: 59px;
}

.cdej .entry-title {
  display: none;
}

.child-top-wrapper.cdej {
  background-color: rgb(202, 76, 121);
}
.child-top-wrapper.cdej .child-page-top-title-wrapper {
  padding-top: 118px;
  background-image: url("../../images/cdej/bg-top.jpg");
}
@media screen and (max-width: 1023px) {
  .child-top-wrapper.cdej .child-page-top-title-wrapper {
    padding-top: 54px;
    background-image: url("../../images/cdej/bg-top-sp.jpg");
  }
  .child-top-wrapper.cdej .child-page-top-title-wrapper > .wp-block-group__inner-container {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .child-top-wrapper.cdej .child-page-top-title-wrapper .child-page-top-title {
    margin: 0 auto;
  }
}
.child-top-wrapper.cdej .mv-after-text {
  max-width: 1098px;
  width: calc(100% - 80px);
  margin: 0 auto;
  color: rgb(0, 0, 102);
  font-family: "Noto Serif JP", serif;
  color: rgb(202, 76, 121);
  line-height: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .child-top-wrapper.cdej .mv-after-text {
    width: calc(100% - 40px);
    font-size: 16px;
  }
}
.child-top-wrapper.cdej .mv-after-text .vk_inline-font-size {
  letter-spacing: -3px;
}
@media screen and (max-width: 1023px) {
  .child-top-wrapper.cdej .mv-after-text .vk_inline-font-size {
    font-size: 20px !important;
  }
}
.child-top-wrapper.cdej .child-link-wrapper {
  max-width: 1092px;
  margin-top: -80px;
}
@media screen and (max-width: 1023px) {
  .child-top-wrapper.cdej .child-link-wrapper {
    margin-top: 21px;
  }
}
.child-top-wrapper.cdej .child-link-wrapper > .wp-block-group__inner-container {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1023px) {
  .child-top-wrapper.cdej .child-link-wrapper > .wp-block-group__inner-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .child-top-wrapper.cdej .child-link-wrapper .child-top-link-box {
    padding-bottom: 9px;
  }
}
.child-top-wrapper.cdej .child-link-wrapper .child-top-link-box img {
  margin-bottom: 0;
  width: 70px;
}
@media screen and (max-width: 1023px) {
  .child-top-wrapper.cdej .child-link-wrapper .child-top-link-box img {
    width: 50px;
    margin-bottom: 10px;
  }
}

.child-top-right-wrapper.cdej .portal-side-link1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .child-top-right-wrapper.cdej .portal-side-link1 {
    margin-bottom: 35px;
  }
}
.child-top-right-wrapper.cdej .side-letter {
  margin-bottom: 21px;
  padding-bottom: 29px;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}
.child-top-right-wrapper.cdej .side-news-letter-contents {
  padding: 30px 15px 16px;
}
.child-top-right-wrapper.cdej .side-news-letter-contents .image-box {
  width: 100%;
  margin: 0 auto 30px;
  max-width: 180px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.child-top-right-wrapper.cdej .side-news-letter-contents .image-box img {
  display: block;
  width: 100%;
}
.child-top-right-wrapper.cdej .side-news-letter-contents .text-box p {
  border-bottom: 1px dotted rgb(170, 170, 170);
  padding: 14px 0;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 24px;
}
.child-top-right-wrapper.cdej .side-news-letter-contents .text-box p:first-child {
  border-top: 1px dotted rgb(170, 170, 170);
}
.child-top-right-wrapper.cdej .portal-side-link3 {
  margin-bottom: 25px;
}

.child-page-top-main-title.blue.pick-up > .wp-block-group__inner-container {
  width: calc(100% - 80px);
  max-width: 1098px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .child-page-top-main-title.blue.pick-up > .wp-block-group__inner-container {
    width: calc(100% - 40px);
  }
}

.cdej-pick-up-section {
  margin-top: 52px;
}
@media screen and (max-width: 1023px) {
  .cdej-pick-up-section {
    margin-top: 57px;
  }
}
.cdej-pick-up-section > .wp-block-group__inner-container {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1360px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .cdej-pick-up-section > .wp-block-group__inner-container {
    width: 100%;
  }
}
.cdej-pick-up-section .child-page-top-main-title.blue::after {
  border-radius: 6px 6px 0 0;
}
.cdej-pick-up-section .bg-white {
  background-color: rgb(255, 255, 255);
  padding: 60px 30px;
}
@media screen and (max-width: 1023px) {
  .cdej-pick-up-section .bg-white {
    padding: 17px 20px 29px;
  }
}

.conference-pick-up-list {
  max-width: 1098px;
  margin: 0 auto 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px 5%;
}
@media screen and (max-width: 1023px) {
  .conference-pick-up-list {
    gap: 40px;
    margin-bottom: 45px;
  }
}
.conference-pick-up-list li {
  width: 47.5%;
}
@media screen and (max-width: 1023px) {
  .conference-pick-up-list li {
    width: 100%;
  }
}
.conference-pick-up-list .main-title {
  margin-bottom: 18px;
  padding: 10px 15px;
  line-height: 25.2px;
  font-size: 18px;
  font-weight: 700;
  background-color: rgb(219, 233, 244);
}
@media screen and (max-width: 1023px) {
  .conference-pick-up-list .main-title {
    margin-bottom: 20px;
  }
}
.conference-pick-up-list .pick-up-contents {
  padding: 0 22px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  .conference-pick-up-list .pick-up-contents {
    padding: 0 18px;
    gap: 10px;
  }
}
.conference-pick-up-list .conference-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conference-pick-up-list .conference-detail-box:not(:last-child) {
  margin-bottom: 10px;
}
.conference-pick-up-list .conference-detail-box .title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 12px;
  font-weight: 500;
  background-color: rgb(0, 0, 64);
  color: rgb(255, 255, 255);
  padding: 0 6px;
  line-height: 21.6px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: center;
  width: 60px;
}
.conference-pick-up-list .conference-detail-box .title.web {
  padding: 0 5px;
  letter-spacing: -1px;
}
.conference-pick-up-list .conference-detail-box .contents {
  width: calc(100% - 10px - 60px);
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: -1px;
}
.conference-pick-up-list .conference-detail-box a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.conference-pick-up-list .text-box {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: calc(71% - 15px);
}
@media screen and (max-width: 1023px) {
  .conference-pick-up-list .text-box {
    width: 100%;
  }
}
.conference-pick-up-list .image-box {
  width: 29%;
}
@media screen and (max-width: 1023px) {
  .conference-pick-up-list .image-box {
    width: 45%;
    margin: auto;
  }
}
.conference-pick-up-list .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.m-bottom-box .wp-block-group__inner-container p.cdej-update-first-text {
  margin-bottom: 16px;
}

.cdej-update-inner-box {
  margin-top: 40px;
  border: 1px solid rgb(0, 0, 102);
  padding: 12px 20px 18px;
}
.cdej-update-inner-box p.big-margin {
  margin-bottom: 24px;
}

.cdej-update-wrapper:not(:last-child) {
  margin-bottom: 53px;
}

.cdej-application-red-text {
  color: rgb(199, 2, 2);
  margin-bottom: 21px;
}

.schedule-table-cdej {
  margin-bottom: 18px;
}
.schedule-table-cdej .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
}
.schedule-table-cdej .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0;
  line-height: 37px;
  border: 1px solid rgb(198, 198, 198);
}
.schedule-table-cdej .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 315px;
}
.schedule-table-cdej .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(2) {
  width: 204px;
}
.schedule-table-cdej .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(3) {
  width: 204px;
}
.schedule-table-cdej .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  text-align: center;
  padding: 5px 10px;
  border: 1px solid rgb(198, 198, 198);
}
.schedule-table-cdej .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-child td {
  color: rgb(199, 2, 2);
}
.schedule-table-cdej .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-child td:nth-child(2) {
  padding: 9px 12px;
  letter-spacing: -1px;
  text-align: left;
  line-height: 25.6px;
}

.cancel-inner:not(:last-child) {
  margin-bottom: 36px;
}

.entry-nomber-title.pink {
  color: rgb(202, 76, 121);
}
.entry-nomber-title.pink::before {
  background-color: rgb(202, 76, 121);
}

.cdej-application-seminar-wrapper .box-link {
  margin-bottom: 8px;
}

.cdej-cont-seminar-wrapper:not(:last-child) {
  margin-bottom: 57px;
}

.cdej-cont-seminar-table {
  margin-top: 36px;
}
.cdej-cont-seminar-table .bg-color-title {
  margin-bottom: 0;
  line-height: 21px;
  border: 1px solid rgb(198, 198, 198);
}
.cdej-cont-seminar-table p {
  padding: 6px 7px;
  letter-spacing: -1px;
  line-height: 25.6px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 198, 198);
}

.e-answer-wrapper:not(:last-child) {
  margin-bottom: 52px;
}
.e-answer-wrapper .dot.red::before {
  color: rgb(199, 2, 2);
}
.e-answer-wrapper .dot.red strong {
  color: rgb(199, 2, 2);
}

.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  padding: 0;
  text-align: center;
  line-height: 38px;
  border: 1px solid rgb(198, 198, 198);
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(2), .e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 100px;
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(3) {
  width: 262px;
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(4) {
  width: 261px;
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px 7px;
  line-height: 25.6px;
  border: 1px solid rgb(198, 198, 198);
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(1) td:first-child, .e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(5) td:first-child, .e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(11) td:first-child, .e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(15) td:first-child {
  text-align: center;
  background-color: rgb(237, 210, 218);
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(5) td:nth-child(3) {
  border-bottom: 1px solid transparent;
}
.e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(9) td:nth-child(2), .e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(18) td:nth-child(2), .e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(20) td:nth-child(2), .e-answer-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(22) td:nth-child(2) {
  border-bottom: 1px solid transparent;
}

.about-credits-wrapepr:not(:first-of-type) {
  margin-top: 56px;
}

.about-credits-table {
  margin-top: 13px;
}
.about-credits-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  margin-bottom: 12px;
  color: rgb(0, 0, 64);
}
.about-credits-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 5px 8px;
  border: 1px solid rgb(198, 198, 198);
}
.about-credits-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  font-weight: 700;
  background-color: rgb(219, 233, 244);
}
@media screen and (max-width: 1023px) {
  .about-credits-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(2) {
    width: 100px;
    text-align: center;
  }
}
.about-credits-table figcaption {
  letter-spacing: -1px;
  line-height: 25.6px;
}

.howto-credits-wrapper:not(:first-of-type) {
  margin-top: 56px;
}

.howto-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  margin-top: 15px;
  min-width: 723px;
}
.howto-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px;
  line-height: 25.6px;
  border: 1px solid rgb(198, 198, 198);
}
.howto-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td strong {
  font-weight: 700;
}
.howto-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.howto-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-align: center;
  width: 80px;
}
.howto-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(2) {
  background-color: rgb(219, 233, 244);
  width: 160px;
}
.howto-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(4) {
  width: 163px;
}
.howto-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(4) strong {
  color: rgb(199, 2, 2);
}

.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  margin-top: 17px;
  min-width: 723px;
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-align: center;
  border: 1px solid rgb(198, 198, 198);
  line-height: 26px;
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 80px;
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(2) {
  width: 200px;
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(3) {
  width: 40px;
  border-right: rgb(0, 0, 102);
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(4) {
  border-left: rgb(0, 0, 102);
  padding-right: 40px;
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 6.5px;
  line-height: 25.6px;
  border: 1px solid rgb(198, 198, 198);
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(3), .howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  text-align: center;
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:last-child {
  letter-spacing: -1px;
}
.howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(1) td:first-child, .howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(4) td:first-child, .howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(8) td:first-child, .howto-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(10) td:first-child {
  text-align: center;
  background-color: rgb(219, 233, 244);
}

.portal-entry-number-wrapper.kana .portal-entry-number-box:not(:last-child) {
  margin-bottom: 20px;
}
.portal-entry-number-wrapper.kana .portal-entry-number-box .wp-block-image {
  margin-bottom: 10px;
}

.attendance-first-text {
  line-height: 26.5px;
  margin-bottom: 25px;
}

.attendance-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
}
.attendance-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px;
  border: 1px solid rgb(198, 198, 198);
}
.attendance-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  width: 80px;
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .attendance-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
    width: 40px;
  }
}

.attendance-wrapper {
  margin-top: 58px;
}
.attendance-wrapper .wp-block-image {
  margin-top: 25px;
}
.attendance-wrapper .wp-block-image img {
  display: block;
  width: 100%;
}

.presentation-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
}
.presentation-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px;
  border: 1px solid rgb(198, 198, 198);
}
.presentation-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  width: 80px;
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-align: center;
}

.various-certifications-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  line-height: 25.6px;
  min-width: 690px;
}
.various-certifications-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  border: 1px solid rgb(198, 198, 198);
  font-weight: 700;
  text-align: center;
  background-color: rgb(219, 233, 244);
}
.various-certifications-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 80px;
}
.various-certifications-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(2) {
  width: 100px;
}
.various-certifications-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:last-child {
  width: 200px;
}
.various-certifications-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  border: 1px solid rgb(198, 198, 198);
  padding: 6.5px 7px;
}
.various-certifications-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:first-child td:first-child {
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 700;
}

.various-certifications-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  line-height: 25.6px;
  min-width: 690px;
}
.various-certifications-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px 10px;
  border: 1px solid rgb(198, 198, 198);
}
.various-certifications-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  width: 100px;
}
.various-certifications-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(2) {
  width: 223px;
}
.various-certifications-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:first-child td, .various-certifications-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:nth-child(2) td {
  font-weight: 700;
  text-align: center;
  background-color: rgb(219, 233, 244);
}

.various-certifications-after-text {
  margin-top: 20px;
}

.paper-table {
  margin-bottom: 14px;
}
.paper-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  line-height: 25.6px;
  min-width: 500px;
}
.paper-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  border: 1px solid rgb(198, 198, 198);
  font-weight: 700;
  text-align: center;
  background-color: rgb(219, 233, 244);
}
.paper-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .paper-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
    width: 100px;
  }
}
.paper-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px;
  border: 1px solid rgb(198, 198, 198);
}

.training-list-link-box {
  margin-bottom: 30px;
}
.training-list-link-box > .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  gap: 23px;
  -ms-grid-columns: 1fr 23px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .training-list-link-box > .wp-block-group__inner-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.training-list-link-box > .wp-block-group__inner-container .box-link {
  margin: 0;
  line-height: 30.6px;
  letter-spacing: -1px;
  padding: 12px 45px 13px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.training-list-pdf-link {
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(34, 129, 203);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.training-list-pdf-link::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/red-pdf.svg");
}

.training-list-link-box.training-group01 {
  margin: 35px 0 0;
}
.training-list-link-box.training-group01 > .wp-block-group__inner-container {
  gap: 20px 22px;
}
.training-list-link-box.training-group01 .box-link {
  padding: 17px 20px;
}

.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  line-height: 25.6px;
  min-width: 723px;
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  padding: 7px 0;
  border: 1px solid rgb(198, 198, 198);
  text-align: center;
  background-color: rgb(219, 233, 244);
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 100px;
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(2), .training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(4), .training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(5) {
  width: 80px;
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(6) {
  width: 121px;
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 6.5px 10px;
  border: 1px solid rgb(198, 198, 198);
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  background-color: rgb(0, 0, 102);
  text-align: center;
  color: rgb(255, 255, 255);
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(4), .training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(5) {
  text-align: center;
}
.training-list-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table .vk_inline-font-size {
  color: rgb(199, 2, 2);
  border-bottom: 1px solid rgb(199, 2, 2);
}

.training-list-after-footnote-box {
  margin-top: 23px;
}
.training-list-after-footnote-box.p-bottom-box p:not(:last-child):not(.no-bottom) {
  margin-bottom: 27px;
}
.training-list-after-footnote-box.p-bottom-box .vk_inline-font-size {
  border-bottom: 1px solid rgb(0, 0, 64);
}
.training-list-after-footnote-box.p-bottom-box .red-text strong {
  color: rgb(0, 0, 64);
}
.training-list-after-footnote-box.p-bottom-box .red-text .vk_inline-font-size {
  border-bottom: 1px solid rgb(199, 2, 2);
}
.training-list-after-footnote-box.p-bottom-box .red-text.dot::before {
  color: rgb(0, 0, 64);
}

.pharmacist-footnote-box {
  margin-top: 14px;
  margin-bottom: 20px;
}
.pharmacist-footnote-box .bg-color-title {
  margin-bottom: 0;
}
.pharmacist-footnote-box .wp-block-list {
  background-color: rgb(255, 255, 255);
  padding: 15px 25px;
}
.pharmacist-footnote-box .wp-block-list li {
  line-height: 26px;
}
.pharmacist-footnote-box .wp-block-list li::before {
  margin-right: 5px;
  content: "・";
}

.clinical-laboratory-conference-table {
  margin-top: 30px;
}
.clinical-laboratory-conference-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  line-height: 25.6px;
  min-width: 722px;
}
.clinical-laboratory-conference-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 6.5px 10px;
  border: 1px solid rgb(198, 198, 198);
}
.clinical-laboratory-conference-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-child(3), .clinical-laboratory-conference-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  width: 60px;
  text-align: right;
  background-color: rgb(219, 233, 244);
}

.training-group02-first-title {
  margin-bottom: 40px;
}

.training-list-link-box.j-info {
  margin-top: 20px;
  margin-bottom: 58px;
}
.training-list-link-box.j-info .box-link {
  padding: 20px;
}

.schedule-white-box-wrapper.j-info .schedule-white-box-inner:not(:last-child) {
  margin-bottom: 24px;
}

.j-info-text {
  margin-bottom: 12px;
}

.experience-course-first-text {
  margin-bottom: 22px;
  line-height: 25.6px;
  letter-spacing: -1.1px;
}

.experience-course-after-text {
  margin-top: 25px;
  margin-bottom: 51px;
}

.experience-course-box {
  border-radius: 6px 6px 0 0;
  padding: 17px 0 60px;
  border-top: 6px solid rgb(11, 78, 192);
  background-color: rgb(255, 255, 255);
}
.experience-course-box:not(:last-child) {
  margin-bottom: 40px;
}

.experience-course-title-box {
  border-bottom: 1px solid rgb(246, 244, 242);
  padding-bottom: 15px;
  padding: 0 20px 15px;
  margin-bottom: 25px;
  color: rgb(11, 78, 192);
}
.experience-course-title-box .title {
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.experience-course-title-box .person {
  letter-spacing: -0.5px;
  line-height: 25.6px;
  padding-right: 50px;
}
.experience-course-title-box .person strong {
  font-weight: 700;
}
.experience-course-title-box .person a {
  color: rgb(11, 78, 192);
  border-bottom: 1px solid rgb(11, 78, 192);
}

.experience-course-content-box {
  padding: 0 20px;
}
.experience-course-content-box .experience-course-contents-inner:not(:last-child) {
  margin-bottom: 5px;
}
.experience-course-content-box .experience-course-contents-inner > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.experience-course-content-box .experience-course-contents-inner > .wp-block-group__inner-container .inner-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 0 6px;
  width: 62px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  background-color: rgb(11, 78, 192);
  color: rgb(255, 255, 255);
}
.experience-course-content-box .experience-course-contents-inner > .wp-block-group__inner-container .inner-contents {
  line-height: 25.6px;
  letter-spacing: -1px;
  width: calc(100% - 62px - 10px);
}

.portal-entry-number-wrapper.j-course .p-bottom-box p {
  letter-spacing: -1.5px;
}

.update-procedure-flow-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
}
@media screen and (max-width: 1023px) {
  .update-procedure-flow-wrapper > .wp-block-group__inner-container {
    gap: 18px;
  }
}
.update-procedure-flow-wrapper > .wp-block-group__inner-container > p {
  line-height: 25.6px;
  letter-spacing: -1px;
  width: 47%;
}
@media screen and (max-width: 1023px) {
  .update-procedure-flow-wrapper > .wp-block-group__inner-container > p {
    width: 100%;
  }
}
.update-procedure-flow-wrapper .update-procedure-deta-wrapper {
  margin-bottom: 60px;
  margin-top: 8px;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgb(202, 76, 121);
  max-width: 340px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .update-procedure-flow-wrapper .update-procedure-deta-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.update-procedure-flow-wrapper .update-procedure-deta-wrapper .update-procedure-deta-text {
  background-color: rgb(255, 255, 255);
  padding: 0 20px 17px;
}
.update-procedure-flow-wrapper .update-procedure-deta-wrapper .update-procedure-deta-text p {
  position: relative;
  padding: 13px 0 10px;
}
.update-procedure-flow-wrapper .update-procedure-deta-wrapper .update-procedure-deta-text p:first-child {
  padding: 9px 0;
}
@media screen and (max-width: 1023px) {
  .update-procedure-flow-wrapper .update-procedure-deta-wrapper .update-procedure-deta-text p:first-child {
    padding: 13px 0;
  }
}
.update-procedure-flow-wrapper .update-procedure-deta-wrapper .update-procedure-deta-text p:not(:last-child) {
  border-bottom: 1px solid rgb(202, 76, 121);
}
.update-procedure-flow-wrapper .update-procedure-deta-wrapper .update-procedure-deta-text p:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 53%) rotate(45deg);
          transform: translate(-50%, 53%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(202, 76, 121);
  border-right: 1px solid rgb(202, 76, 121);
  z-index: 2;
}
.update-procedure-flow-wrapper .update-procedure-deta-wrapper .update-procedure-deta-text p:last-child {
  padding: 13px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  background-color: rgb(202, 76, 121);
}
.update-procedure-flow-wrapper .bg-color-title {
  margin-bottom: 0;
  line-height: 34px;
}

.update-procedure-target-main-wrapper {
  text-align: center;
  margin-bottom: 56px;
}
.update-procedure-target-main-wrapper.pink .update-procedure-target-box {
  background-color: rgb(250, 237, 242);
}
.update-procedure-target-main-wrapper.pink .update-procedure-target {
  background-color: rgb(202, 76, 121);
}
.update-procedure-target-main-wrapper.pink .update-procedure-contents-inner::after {
  background-image: url("../../images/icon/pink-arrow-bottom.png");
}
.update-procedure-target-main-wrapper.blue .update-procedure-target-box {
  background-color: rgb(233, 242, 250);
}
.update-procedure-target-main-wrapper.blue .update-procedure-target-box .update-procedure-target + p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
}
.update-procedure-target-main-wrapper.blue .update-procedure-contents {
  padding-bottom: 30px;
}
.update-procedure-target-main-wrapper.blue .update-procedure-contents-inner {
  border-color: rgb(34, 129, 203);
}
.update-procedure-target-main-wrapper.blue .update-procedure-contents-inner::after {
  background-image: url("../../images/icon/blue-arrow-bottom.png");
}
.update-procedure-target-main-wrapper.blue .bg-color-title {
  background-color: rgb(34, 129, 203);
}
.update-procedure-target-main-wrapper.blue .inner-box {
  background-color: rgb(233, 242, 250);
}
.update-procedure-target-main-wrapper.blue .inner-box:last-child {
  margin-bottom: 0px;
}
.update-procedure-target-main-wrapper.blue .update-procedure-target {
  background-color: rgb(34, 129, 203);
}

.update-procedure-target-box {
  padding: 30px 10px 20px;
}
@media screen and (max-width: 1023px) {
  .update-procedure-target-box {
    padding: 23px 10px 8px;
  }
}
.update-procedure-target-box .update-procedure-target {
  font-size: 18px;
  padding: 3px 0 2px;
  width: 100px;
  margin: 0 auto 12px;
  border-radius: 100px;
  line-height: 28.8px;
  color: rgb(255, 255, 255);
}

.update-procedure-contents {
  padding: 30px 30px 49px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .update-procedure-contents {
    padding: 20px 20px;
  }
}
.update-procedure-contents .update-procedure-contents-inner {
  position: relative;
  max-width: 600px;
  padding-bottom: 13px;
  margin: auto;
  border-radius: 10px;
  border: 1px solid rgb(202, 76, 121);
  line-height: 25.6px;
}
.update-procedure-contents .update-procedure-contents-inner:not(:last-child) {
  margin-bottom: 39px;
}
@media screen and (max-width: 1023px) {
  .update-procedure-contents .update-procedure-contents-inner:not(:last-child) {
    margin-bottom: 38px;
  }
}
.update-procedure-contents .update-procedure-contents-inner:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 48/28;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.update-procedure-contents .update-procedure-contents-inner p:not(.bg-color-title) {
  padding: 0 15px;
}
.update-procedure-contents .update-procedure-contents-inner a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.update-procedure-contents .bg-color-title {
  padding: 14px;
  font-size: 18px;
  margin-bottom: 11px;
  border-radius: 10px 10px 0 0;
}
.update-procedure-contents .inner-box {
  margin: 5px 20px 0;
  padding: 2px 5px;
  line-height: 24.6px;
  background-color: rgb(250, 237, 242);
}
@media screen and (max-width: 1023px) {
  .update-procedure-contents .inner-box {
    padding: 13px 9px 4px;
  }
  .update-procedure-contents .inner-box p:not(.update-procedure-target) {
    padding-left: 0;
    width: 100%;
    line-height: 22px;
  }
}
.update-procedure-contents .inner-box:first-of-type {
  margin-top: 15px;
}
.update-procedure-contents .inner-box:last-child {
  margin-bottom: 11px;
}
.update-procedure-contents .inner-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .update-procedure-contents .inner-box > .wp-block-group__inner-container {
    gap: 2px;
  }
}
.update-procedure-contents .inner-box p.update-procedure-target {
  width: 100px;
  padding: 2px;
  border-radius: 100px;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .update-procedure-contents .inner-box p.update-procedure-target {
    padding: 3px;
  }
}
.update-procedure-contents .inner-box.no-box {
  background-color: rgb(236, 236, 236);
}
.update-procedure-contents .inner-box.no-box .update-procedure-target {
  background-color: rgb(118, 114, 110);
}

.update-procedure-wrapper {
  margin-bottom: 52px;
}

.update-procedure-number-white-box {
  margin-bottom: 17px;
  background-color: rgb(255, 255, 255);
  padding: 22px 26px;
  margin-top: 13px;
}

.update-procedure-wrapper-application-inner:not(:last-child) {
  margin-bottom: 30px;
}

.extension-first-text {
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.extension-wrapper:nth-child(2) {
  margin-bottom: 80px;
}
.extension-wrapper:nth-child(3) {
  margin-bottom: 64px;
}
.extension-wrapper .inner-box:not(:last-child) {
  margin-bottom: 57px;
}

.extension-procedure-white-box {
  margin-top: 30px;
  background-color: rgb(255, 255, 255);
  padding: 27px 20px;
}
.extension-procedure-white-box .bg-color-title {
  margin-bottom: 8px;
}
.extension-procedure-white-box .inner-box:not(:last-child) {
  margin-bottom: 20px;
}

.extension-procedure-wrapper {
  margin-top: 57px;
}
.extension-procedure-wrapper .training-list-pdf-link {
  margin-top: 27px;
}
.extension-procedure-wrapper .training-list-pdf-link a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.extension-procedure-wrapper .inner-box {
  margin-top: 30px;
}

.extension-procedure-acdn-wrapper:not(:last-child) {
  margin-bottom: 13px;
}

.extension-procedure-btn {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 19px 25px;
  color: rgb(0, 0, 64);
  background-color: rgb(219, 233, 244);
}
@media screen and (max-width: 1023px) {
  .extension-procedure-btn {
    padding: 12px 20px;
  }
}
.extension-procedure-btn p {
  font-weight: 700;
}
.extension-procedure-btn::before, .extension-procedure-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/blue-minus.svg");
}
.extension-procedure-btn::before {
  opacity: 0;
}
.extension-procedure-btn::after {
  background-image: url("../../images/icon/blue-plus.svg");
}
.extension-procedure-btn.acdn_open::after {
  opacity: 0;
}
.extension-procedure-btn.acdn_open::before {
  opacity: 1;
}

.extension-procedure-contents {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgb(255, 255, 255);
}
.extension-procedure-contents > .wp-block-group__inner-container {
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.extension-procedure-contents > .wp-block-group__inner-container .title {
  width: 120px;
}
.extension-procedure-contents > .wp-block-group__inner-container p:not(.title) {
  width: calc(100% - 120px);
}

.info-application-first-box {
  margin-bottom: 50px;
}

.important-news-wrapper.workshop .important-news-title {
  width: 100%;
  line-height: 38px;
}
.important-news-wrapper.workshop .important-news-list {
  width: 100%;
}

.workshop-2-14-inner {
  margin-top: 51px;
}

.standards-credits-table1 {
  margin-bottom: 40px;
  margin-top: 33px;
}
.standards-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
}
.standards-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 6.5px 10px;
  letter-spacing: -1px;
  line-height: 25.6px;
  border: 1px solid rgb(198, 198, 198);
}
.standards-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.standards-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  width: 60px;
  font-weight: 700;
  text-align: center;
  background-color: rgb(243, 220, 209);
}
@media screen and (max-width: 1023px) {
  .standards-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
    width: 30px;
  }
}
.standards-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:last-child {
  width: 60px;
}
@media screen and (max-width: 1023px) {
  .standards-credits-table1 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:last-child {
    width: 40px;
    padding: 3px;
    text-align: center;
    font-size: 14px;
  }
}
.standards-credits-table1 + .footnote-inner {
  margin-bottom: 31px;
}

.standards-credits-wrapper {
  margin-top: 55px;
}

.standards-credits-table2 {
  margin-top: 33px;
}
.standards-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
}
.standards-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  padding: 0;
  line-height: 37px;
  text-align: center;
  border: 1px solid rgb(198, 198, 198);
  font-weight: 700;
  background-color: rgb(243, 220, 209);
}
.standards-credits-table2 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 4.5px 10px;
  text-align: center;
  border: 1px solid rgb(198, 198, 198);
}

.flow-application-image {
  margin-bottom: 60px;
}

.portal-entry-number-box.orange .inner-box .bg-color-title {
  margin-bottom: 10px;
}
.portal-entry-number-box.orange .inner-box:not(:last-child) {
  margin-bottom: 14px;
}

.cancel-page-wrapper {
  margin-top: 56px;
}

.web-hybrid-first-wrapper {
  margin-bottom: 51px;
}
.web-hybrid-first-wrapper .inner-box {
  margin-top: 32px;
}

.web-hybrid-table {
  margin-top: 29px;
  margin-bottom: 20px;
}
.web-hybrid-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  min-width: 723px;
}
.web-hybrid-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  padding: 0;
  line-height: 37px;
  text-align: center;
  border: 1px solid rgb(198, 198, 198);
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 102);
}
.web-hybrid-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 120px;
  border: none;
  background-color: transparent;
}
.web-hybrid-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px 10px;
  border: 1px solid rgb(198, 198, 198);
  line-height: 25.6px;
  letter-spacing: -1px;
}
.web-hybrid-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td strong {
  font-weight: 700;
}
.web-hybrid-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  background-color: rgb(243, 220, 209);
  font-weight: 700;
}

.download-documents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  min-width: 723px;
  color: rgb(0, 0, 64);
}
.download-documents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  padding: 0;
  line-height: 37px;
  text-align: center;
  border: 1px solid rgb(198, 198, 198);
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 102);
}
.download-documents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 120px;
}
.download-documents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:nth-child(2) {
  width: 160px;
}
.download-documents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px 10px;
  border: 1px solid rgb(198, 198, 198);
  line-height: 25.6px;
  letter-spacing: -1px;
}
.download-documents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  background-color: rgb(243, 220, 209);
  font-weight: 700;
}
.download-documents-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}

.document-inner:not(:first-of-type) {
  margin-top: 57px;
}

.document-table {
  margin-top: 28px;
}
.document-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  min-width: 640px;
}
.document-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  padding: 0;
  line-height: 37px;
  text-align: center;
  border: 1px solid rgb(198, 198, 198);
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 102);
}
.document-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 250px;
}
.document-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px 10px;
  border: 1px solid rgb(198, 198, 198);
  line-height: 25.6px;
  letter-spacing: -1px;
  background-color: rgb(222, 222, 222);
  font-weight: 700;
}
.document-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:last-child {
  background-color: rgb(255, 255, 255);
  font-weight: 400;
}
.document-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table a {
  color: rgb(34, 129, 203);
  border-bottom: 1px solid rgb(34, 129, 203);
}
.document-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table a[href$=".pdf"] {
  position: relative;
  margin-left: 40px;
}
.document-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table a[href$=".pdf"]::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/icon/red-pdf.svg");
  background-size: contain;
}

.child-page-title.policy {
  margin-bottom: 20px;
}

.policy-first-text {
  margin-bottom: 50px;
}

.policy-wrapper:not(:last-child) {
  margin-bottom: 51px;
}
.policy-wrapper .side-line-title {
  margin-bottom: 22px;
}

.site-policy-first-text {
  margin-bottom: 53px;
}

.site-policy-wrapper:not(:first-of-type) {
  margin-top: 51px;
}
.site-policy-wrapper .side-line-title {
  margin-bottom: 23px;
}
.site-policy-wrapper .os-inner:not(:last-child) {
  margin-bottom: 27px;
}

.handling-first-text {
  margin-bottom: 50px;
}

.handling-wrapper:not(:first-of-type) {
  margin-top: 50px;
}
.handling-wrapper .side-line-title {
  margin-bottom: 22px;
}
.handling-wrapper .bg-color-title {
  margin-top: 23px;
}

.transaction-act-wrapper:not(:first-of-type) {
  margin-top: 31px;
}

.sitemap-all-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px 5%;
}
.sitemap-all-wrapper .sitemap-inner {
  width: 47.5%;
}
.sitemap-all-wrapper .main-list {
  padding-left: 15px;
}
.sitemap-all-wrapper .main-list .wp-block-group__inner-container > p:not(:last-child) {
  margin-bottom: 15px;
}
.sitemap-all-wrapper .main-list a {
  text-decoration: underline;
  color: rgb(34, 129, 203);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.sitemap-all-wrapper .main-list a::before {
  content: "";
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/gray-arrow.svg");
}
.sitemap-all-wrapper .main-list a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.sitemap-all-wrapper .child-list {
  margin-bottom: 16px;
  margin-left: 33px;
}
.sitemap-all-wrapper .child-list p:not(.no-link) {
  margin-left: 17px;
}
.sitemap-all-wrapper .grandchild-list {
  margin-left: 28px;
  letter-spacing: -1px;
}
.sitemap-all-wrapper .letter {
  letter-spacing: -1px;
}

.sitemap-main-link {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 9px 20px;
  font-weight: 700;
  line-height: 28.8px;
  border: 1px solid rgb(221, 221, 221);
}
.sitemap-main-link::after {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/gray-arrow.svg");
}
.sitemap-main-link:not(:last-child) {
  margin-bottom: 15px;
}
.sitemap-main-link.blue {
  border-left: 4px solid rgb(0, 0, 102);
}
.sitemap-main-link.bg-blue {
  border-left: 4px solid rgb(34, 129, 203);
}
.sitemap-main-link.pink {
  border-left: 4px solid rgb(202, 76, 121);
}
.sitemap-main-link.gray {
  border-left: 4px solid rgb(128, 128, 128);
}
.sitemap-main-link.orange {
  border-left: 4px solid rgb(202, 114, 76);
}
.sitemap-main-link.green {
  border-left: 4px solid rgb(9, 137, 114);
}

.organazation .header::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/480;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/organazation-mv.jpg");
}
@media screen and (max-width: 1023px) {
  .organazation .header::after {
    display: none;
  }
}
.organazation .entry-title {
  display: none;
}
@media screen and (max-width: 1023px) {
  .organazation .entry-title {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .organazation main#content {
    padding-top: 0;
    overflow: hidden;
  }
  .organazation main#content::before {
    content: "";
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 390/596;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 40px;
    background-image: url("../../images/organazation-mv-sp.jpg");
  }
}

.organazation-text-box {
  line-height: 32px;
  letter-spacing: -1px;
}
.organazation-text-box p:not(:last-child) {
  margin-bottom: 16px;
}
.organazation-text-box p:not(:last-child).long {
  margin-bottom: 65px;
}

.greeting-image {
  display: block;
  margin: 0 auto 12px;
  max-width: 200px;
  width: 100%;
}

.greeting-name {
  margin-bottom: 22px;
}
.greeting-name strong {
  font-weight: 700;
  font-size: 24px;
  margin-left: 6px;
}
.greeting-name .positon {
  margin-top: 5px;
  font-size: 12px;
}

.greeting-day {
  margin-top: 20px;
}

.history-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  line-height: 25.6px;
  min-width: 640px;
}
.history-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  width: 100px;
  background-color: rgb(0, 0, 64);
  color: rgb(255, 255, 255);
  font-weight: 700;
  padding: 6.8px 10px;
  text-align: center;
  border: 1px solid rgb(198, 198, 198);
}
.history-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:last-child {
  text-align: left;
  font-weight: 400;
  color: rgb(0, 0, 64);
  width: calc(100% - 100px - 100px);
  background-color: rgb(255, 255, 255);
  letter-spacing: -1px;
}
.history-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-last-child(2) {
  color: rgb(0, 0, 64);
  text-align: left;
  background-color: rgb(211, 228, 242);
}

.detail-page-wrapper:not(:first-of-type) {
  margin-top: 54px;
}
.detail-page-wrapper .p-bottom-box .number {
  margin-bottom: 27px;
}
.detail-page-wrapper .detail-organization-image {
  width: 83%;
  margin: 30px auto 0;
}
@media screen and (max-width: 1023px) {
  .detail-page-wrapper .detail-organization-image {
    width: 100%;
  }
}
.detail-page-wrapper .detail-organization-image img {
  display: block;
  width: 100%;
}

.teaching-guidebook-wrapper {
  margin-bottom: 60px;
}
.teaching-guidebook-wrapper > .wp-block-group__inner-container {
  gap: 5.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .teaching-guidebook-wrapper > .wp-block-group__inner-container {
    gap: 40px;
  }
}
.teaching-guidebook-wrapper .wp-block-image {
  width: 27.5%;
}
@media screen and (max-width: 1023px) {
  .teaching-guidebook-wrapper .wp-block-image {
    width: 200px;
    margin: auto;
  }
}
.teaching-guidebook-wrapper .wp-block-image img {
  display: block;
  width: 100%;
}
.teaching-guidebook-wrapper .p-bottom-box {
  width: 67%;
}
@media screen and (max-width: 1023px) {
  .teaching-guidebook-wrapper .p-bottom-box {
    width: 100%;
  }
}

.teaching-guidebook-detail-box:not(:first-child) {
  margin-top: 51px;
}
.teaching-guidebook-detail-box .dot + .dot {
  margin-top: 27px;
}

.supporting-member-wrapper:not(:first-of-type) {
  margin-top: 54px;
}
.supporting-member-wrapper p:not(:last-child) {
  margin-bottom: 27px;
}
.supporting-member-wrapper .margin-left {
  margin-left: 26px;
}
@media screen and (max-width: 1023px) {
  .supporting-member-wrapper .margin-left {
    margin-left: 0;
  }
}

.supporting-member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px 20px;
}
.supporting-member-list li {
  line-height: 26px;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1023px) {
  .supporting-member-list.company li {
    width: 100%;
  }
}

.supporting-member-list-other {
  margin-top: 5px;
}

.about-office-wrapper:not(:first-of-type) {
  margin-top: 55px;
}
.about-office-wrapper .google-map {
  margin-bottom: 41px;
  display: block;
  width: 100%;
  aspect-ratio: 723/300;
}
@media screen and (max-width: 1023px) {
  .about-office-wrapper .google-map {
    aspect-ratio: 350/300;
  }
}
.about-office-wrapper .map-image {
  display: block;
  max-width: 600px;
  margin: 0 auto 25px;
}

.header.news-letter #breadcrumbs .current {
  pointer-events: none;
}
.header.news-letter .sp-top-link {
  background-color: rgb(202, 76, 121);
  color: rgb(255, 255, 255);
}

.entry-title.news-letter {
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(#1B80BF), to(#F090BE));
  background: linear-gradient(90deg, #1B80BF 0%, #F090BE 100%);
}
@media screen and (max-width: 1023px) {
  .entry-title.news-letter {
    display: block;
  }
}

.home:not(.blog) .news-letter .image-title img,
.news-letter .image-title img {
  aspect-ratio: 1440/140;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .home:not(.blog) .news-letter .image-title img,
  .news-letter .image-title img {
    aspect-ratio: 390/180;
    margin-bottom: 40px;
  }
}
.home:not(.blog) .news-letter#container,
.news-letter#container {
  margin: auto;
  padding: 60px 0 120px;
  max-width: 1098px;
  gap: 10px;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .home:not(.blog) .news-letter#container,
  .news-letter#container {
    width: 100%;
    padding-top: 0;
    display: contents;
  }
}
.home:not(.blog) .news-letter main#content,
.news-letter main#content {
  width: 100%;
  max-width: 723px;
}
@media screen and (max-width: 1023px) {
  .home:not(.blog) .news-letter main#content,
  .news-letter main#content {
    padding: 0 20px 120px;
    margin: auto;
  }
}
.home:not(.blog) .news-letter #sidebar li.current a,
.news-letter #sidebar li.current a {
  background: -webkit-gradient(linear, left top, right top, from(#1B80BF), to(#F090BE));
  background: linear-gradient(90deg, #1B80BF 0%, #F090BE 100%);
}
@media screen and (max-width: 1023px) {
  .home:not(.blog) .news-letter #sidebar li.current a,
  .news-letter #sidebar li.current a {
    background: -webkit-gradient(linear, left top, right top, from(rgba(27, 128, 191, 0.2)), to(rgba(240, 144, 190, 0.2)));
    background: linear-gradient(90deg, rgba(27, 128, 191, 0.2) 0%, rgba(240, 144, 190, 0.2) 100%);
    color: rgb(0, 0, 64);
  }
}
.home:not(.blog) .news-letter .image-title img,
.news-letter .image-title img {
  aspect-ratio: 1440/140;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .home:not(.blog) .news-letter .image-title img,
  .news-letter .image-title img {
    aspect-ratio: 390/180;
    margin-bottom: 40px;
  }
}

.page-news-letter-wrapper {
  margin-bottom: 60px;
  background-color: rgb(255, 255, 255);
  padding: 30px 40px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .page-news-letter-wrapper {
    padding: 36px 20px 40px;
    gap: 29px;
  }
}
.page-news-letter-wrapper .image-box {
  width: 33%;
}
@media screen and (max-width: 1023px) {
  .page-news-letter-wrapper .image-box {
    width: 100%;
    max-width: 210px;
    margin: auto;
  }
}
.page-news-letter-wrapper .image-box img {
  display: block;
  width: 100%;
  height: auto;
}
.page-news-letter-wrapper .link-box {
  width: calc(67% - 40px);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-news-letter-wrapper .link-box {
    width: 100%;
  }
}
.page-news-letter-wrapper .new-day {
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: 700;
}

.news-letter-link {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#1B80BF), to(#F090BE));
  background: linear-gradient(90deg, #1B80BF 0%, #F090BE 100%);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 20px;
  padding: 15px 10px;
  border-radius: 6px;
}
@media screen and (max-width: 1023px) {
  .news-letter-link {
    padding: 17px 10px;
  }
}
.news-letter-link:not(:last-child) {
  margin-bottom: 20px;
}
.news-letter-link:hover {
  opacity: 0.8;
}
.news-letter-link span {
  display: inline-block;
  width: 186px;
  text-align: left;
  letter-spacing: -1.5px;
}
.news-letter-link::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.news-letter-link.pdf::before {
  background-image: url("../../images/icon/letter-pdf.svg");
}
.news-letter-link.book::before {
  background-image: url("../../images/icon/letter-book.svg");
}

.news-letter-digital-book-inner:not(:last-child) {
  margin-bottom: 34px;
}
.news-letter-digital-book-inner .title {
  margin-bottom: 25px;
  padding: 6px 11px;
  background: -webkit-gradient(linear, left top, right top, from(#1B80BF), to(#F090BE));
  background: linear-gradient(90deg, #1B80BF 0%, #F090BE 100%);
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.news-letter-digital-book-inner .news-letter-url-wrapper a {
  line-height: 25.6px;
  letter-spacing: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.news-letter-digital-book-inner .news-letter-url-wrapper a:not(:last-child) {
  margin-bottom: 10px;
}
.news-letter-digital-book-inner .news-letter-url-wrapper a span {
  text-decoration: underline;
  color: rgb(0, 94, 168);
  width: calc(100% - 16px - 10px);
}
.news-letter-digital-book-inner .news-letter-url-wrapper a::before {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
  background-image: url("../../images/icon/gray-arrow.svg");
}
.news-letter-digital-book-inner .news-letter-url-wrapper a:hover::before {
  -webkit-transform: translate(5px, 6px);
          transform: translate(5px, 6px);
}

.page-inner-link-wrapper.back-number {
  border-bottom: transparent;
  margin-bottom: 0;
}

.back-number-search-wrapper {
  margin-bottom: 30px;
  background-color: rgb(34, 129, 203);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 31px 30px;
}
.back-number-search-wrapper p {
  font-size: 18px;
  font-weight: 500;
}
.back-number-search-wrapper .input-wrapper {
  position: relative;
  max-width: 280px;
  width: 100%;
}
.back-number-search-wrapper .input-wrapper input {
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 5px;
  border-radius: 100px;
  background-color: rgb(241, 241, 241);
}
.back-number-search-wrapper .input-wrapper button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  display: block;
  width: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.back-number-list-wrapepr {
  padding-top: 30px;
  border-top: 1px solid rgb(204, 204, 204);
}

.news-letter-digital-book-inner.back-number:not(:last-child) {
  margin-bottom: 8px;
}
.news-letter-digital-book-inner.back-number .title {
  margin-bottom: 10px;
  background: rgb(34, 129, 203);
}
.news-letter-digital-book-inner.back-number .news-letter-url-wrapper a {
  display: block;
  padding: 10px;
  background-color: rgb(255, 255, 255);
}
.news-letter-digital-book-inner.back-number .news-letter-url-wrapper a::before {
  width: 30px;
  margin-right: 9px;
  -webkit-transform: translate(0);
          transform: translate(0);
  vertical-align: middle;
  background-image: url("../../images/icon/red-pdf.svg");
}
.news-letter-digital-book-inner.back-number .news-letter-url-wrapper a span {
  vertical-align: middle;
}

.back-number-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 723px;
  padding: 24px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.back-number-search-wrapper .back-number-search-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 663px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 10px 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.back-number-search-wrapper .back-number-search-blocks .back-number-search-block .back-number-search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.back-number-list-wrapepr {
  padding-top: 30px;
  border-top: 1px solid rgb(204, 204, 204);
}
.back-number-list-wrapepr .back-number-list-inner .title {
  margin-bottom: 10px;
  padding: 6px 11px;
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner a {
  min-width: 210px;
  margin: 10px;
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner a::before {
  display: inline-block;
  width: 30px;
  margin-right: 9px;
  content: "";
  aspect-ratio: 1/1;
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner .back-number-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px;
}

.back-number-search-wrapper {
  border-radius: 6px;
}
.back-number-search-wrapper .back-number-search-blocks .back-number-search-button {
  border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(34, 129, 203);
  background: rgb(255, 255, 255);
}
.back-number-search-wrapper .back-number-search-blocks .back-number-search-button:hover {
  border-color: rgb(255, 255, 255);
  background: rgb(34, 129, 203);
}
.back-number-search-wrapper .back-number-search-blocks .back-number-search-button.current {
  border-color: rgb(255, 255, 255);
  background: rgb(34, 129, 203);
}

.back-number-list-wrapepr .back-number-list-inner .title {
  background: rgb(34, 129, 203);
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper {
  margin-bottom: 8px;
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner {
  background: rgb(255, 255, 255);
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner:not(:last-child) {
  margin-bottom: 10px;
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner a::before {
  -webkit-transform: translate(0);
          transform: translate(0);
  vertical-align: middle;
  background-size: contain;
  background-image: url("../../images/icon/red-pdf.svg");
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner .back-number-term {
  border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(34, 129, 203);
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner .back-number-term.hit {
  background-color: rgb(34, 129, 203);
}

.back-number-search-wrapper .back-number-search-blocks .back-number-search-block .back-number-search-button a {
  color: rgb(34, 129, 203);
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 100% */
}
.back-number-search-wrapper .back-number-search-blocks .back-number-search-block .back-number-search-button.current a {
  color: rgb(255, 255, 255);
}
.back-number-search-wrapper .back-number-search-blocks .back-number-search-block .back-number-search-button:hover a {
  color: rgb(255, 255, 255);
}

.back-number-list-wrapepr .back-number-list-inner .title {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner .back-number-term {
  color: rgb(34, 129, 203);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin: 10px 6px;
}
.back-number-list-wrapepr .back-number-list-inner .back-number-url-wrapper .back-number-url-inner .back-number-term.hit {
  color: rgb(255, 255, 255);
}

.help-e-learning-wrapper:not(:first-of-type) {
  margin-top: 53px;
}
.help-e-learning-wrapper:nth-of-type(3) {
  margin-top: 70px;
}
.help-e-learning-wrapper:nth-of-type(3) p:not(:last-child).number {
  margin-bottom: 0;
}
.help-e-learning-wrapper p:not(:last-child).number {
  margin-bottom: 27px;
}

.receive-email-wrapper:not(:first-of-type) {
  margin-top: 44px;
}

.receive-email-table {
  margin-bottom: 17px;
}
.receive-email-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  min-width: 650px;
}
.receive-email-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  background-color: rgb(0, 0, 64);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 198, 198);
}
.receive-email-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th:first-child {
  width: 300px;
}
.receive-email-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  line-height: 22px;
  font-weight: 500;
  border: 1px solid rgb(198, 198, 198);
}

.howto-mypage-wrapper:not(:first-of-type) {
  margin-top: 52px;
}
.howto-mypage-wrapper .side-line-title {
  margin-bottom: 20px;
}

.entry-nomber-title.bg-blue {
  color: rgb(34, 129, 203);
}
.entry-nomber-title.bg-blue::before {
  background-color: rgb(34, 129, 203);
}
.entry-nomber-title.bg-blue:last-child {
  margin-bottom: 0;
}

.page-faq-main-wrapper .bg-color-title {
  margin-bottom: 30px;
}
.page-faq-main-wrapper.bg-blue .q-box {
  cursor: pointer;
  color: rgb(34, 129, 203);
}
.page-faq-main-wrapper.bg-blue .q-box::before {
  background-color: rgb(34, 129, 203);
  border-color: rgb(34, 129, 203);
}
.page-faq-main-wrapper.bg-blue .a-box::before {
  color: rgb(34, 129, 203);
  border-color: rgb(34, 129, 203);
}
.page-faq-main-wrapper .page-faq-wrapper:not(:last-child) {
  margin-bottom: 56px;
}

.update-guide-wrapper:not(:first-of-type) {
  margin-top: 56px;
}
.update-guide-wrapper .inner-box:not(:last-child) {
  margin-bottom: 53px;
}

.update-guide-table {
  margin-bottom: 24px;
}
.update-guide-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  color: rgb(0, 0, 64);
  min-width: 600px;
}
.update-guide-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 7px 10px;
  border: 1px solid rgb(198, 198, 198);
  line-height: 25.6px;
}
.update-guide-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-last-child(2) {
  font-weight: 700;
  width: 160px;
  background-color: rgb(191, 212, 229);
}
.update-guide-table .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:nth-last-child(3) {
  width: 120px;
  font-weight: 700;
  background-color: rgb(34, 129, 203);
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.update-guide-link-wrapper {
  margin-top: 50px;
  border-top: 1px solid rgb(204, 204, 204);
  padding-top: 30px;
}
.update-guide-link-wrapper p:not(:last-child) {
  margin-bottom: 7px;
}
.update-guide-link-wrapper a {
  border-bottom: none;
  letter-spacing: -1px;
  text-decoration: underline;
  color: rgb(34, 129, 203);
}
.update-guide-link-wrapper a::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 20px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/icon/gray-arrow.svg");
}

.update-op01-first-text {
  margin-bottom: 22px;
}

.update-op01-inner {
  margin-top: 10px;
}
.update-op01-inner p:not(:last-child) {
  margin-bottom: 25px;
}

.scroll-image-box {
  overflow: scroll;
}
.scroll-image-box:not(:last-child) {
  margin-bottom: 15px;
}
.scroll-image-box img {
  min-width: 680px;
}

div.update-op01-table {
  overflow: scroll;
}
div.update-op01-table > .wp-block-group__inner-container {
  margin-bottom: 16px;
  min-width: 700px;
}

.update-op01-table-td > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.update-op01-table-td > .wp-block-group__inner-container > .wp-block-image {
  display: block;
  width: 164px;
  padding: 10px 20px;
  border: 1px solid rgb(198, 198, 198);
}
.update-op01-table-td > .wp-block-group__inner-container > .wp-block-image img {
  display: block;
  width: 100%;
}
.update-op01-table-td > .wp-block-group__inner-container strong {
  font-weight: 700;
}
.update-op01-table-td > .wp-block-group__inner-container > .wp-block-group {
  padding: 5px 10px;
  border: 1px solid rgb(198, 198, 198);
  width: calc(100% - 164px);
  line-height: 25.6px;
  letter-spacing: -1px;
}
.update-op01-table-td > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.update-op02-wrapper {
  counter-reset: number 0;
}
.update-op02-wrapper:not(:first-of-type) {
  margin-top: 50px;
}
.update-op02-wrapper.no-number .entry-nomber-title::before {
  display: none;
}

@media screen and (max-width: 1023px) {
  .page-id-62 #accordion-toggle,
  .page-id-60 #accordion-toggle {
    pointer-events: none;
  }
  .page-id-62 #accordion-toggle::after, .page-id-62 #accordion-toggle::before,
  .page-id-60 #accordion-toggle::after,
  .page-id-60 #accordion-toggle::before {
    display: none;
  }
}

.howto-portal-wrapper:not(:first-child) {
  margin-top: 52px;
}

.howto-portal-main-wrapper {
  margin-bottom: 52px;
}

@media screen and (max-width: 1023px) {
  .parent-qa .sp-top-link {
    display: none;
  }
}
.parent-qa h1.entry-title {
  background-color: rgb(34, 173, 203);
}
@media screen and (max-width: 1023px) {
  .parent-qa #sidebar ul.xoxo li:first-child {
    display: block;
  }
  .parent-qa #sidebar ul.xoxo li:first-child.pc {
    display: none;
  }
}
.parent-qa #sidebar ul.xoxo li:first-child a::before {
  display: none;
}
.parent-qa #sidebar ul.xoxo li a {
  position: relative;
  border-bottom: transparent;
  padding: 13px 45px 13px 30px;
  line-height: 25.6px;
  background: none;
  letter-spacing: -1px;
}
@media screen and (max-width: 1023px) {
  .parent-qa #sidebar ul.xoxo li a {
    padding: 20px 50px 22px 39px;
  }
}
.parent-qa #sidebar ul.xoxo li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/bottom-link.svg");
}
@media screen and (max-width: 1023px) {
  .parent-qa #sidebar ul.xoxo li a::after {
    right: 19px;
    background-image: url("../../images/icon/gray-arrow.svg");
  }
}
.parent-qa #sidebar ul.xoxo li a:hover {
  opacity: 1;
}
.parent-qa #sidebar ul.xoxo li a:hover::after {
  -webkit-transform: translateY(calc(-50% + 5px));
          transform: translateY(calc(-50% + 5px));
}
.parent-qa #sidebar ul.xoxo li.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.parent-qa #sidebar ul.xoxo li.pc > ul {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.parent-qa #sidebar ul.xoxo li.pc .fqa-page-list {
  display: none;
}
.parent-qa #sidebar ul.xoxo li.pc ul.current {
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.parent-qa #sidebar ul.xoxo li.pc ul.current .fqa-page-list {
  display: block;
}
.parent-qa #sidebar ul.xoxo li.pc .faq-side-link {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.parent-qa #sidebar ul.xoxo li.pc .faq-side-link a {
  position: relative;
  background-color: rgb(34, 173, 203);
  color: rgb(255, 255, 255);
  padding: 20px 40px 20px 10px;
  display: block;
}
.parent-qa #sidebar ul.xoxo li.pc .faq-side-link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/icon/white-arrow.svg");
}
.parent-qa #sidebar ul.xoxo li.pc .faq-side-link:hover a::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
.parent-qa .faq-btn {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 40px 20px 10px;
}
@media screen and (max-width: 1023px) {
  .parent-qa .faq-btn {
    padding: 27px 50px 31px 20px;
  }
}
.parent-qa .faq-btn:hover, .parent-qa .faq-btn.current {
  background-color: rgb(34, 173, 203);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .parent-qa .faq-btn:hover, .parent-qa .faq-btn.current {
    background-color: rgb(205, 231, 236);
    color: rgb(0, 0, 64);
  }
}
.parent-qa .faq-btn:hover::before, .parent-qa .faq-btn.current::before {
  background-image: url("../../images/icon/plus-icon.svg");
}
@media screen and (max-width: 1023px) {
  .parent-qa .faq-btn:hover::before, .parent-qa .faq-btn.current::before {
    background-image: url("../../images/icon/gray-plus-icon.svg");
  }
}
.parent-qa .faq-btn:not(.current) {
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
}
.parent-qa .faq-btn::before, .parent-qa .faq-btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .parent-qa .faq-btn::before, .parent-qa .faq-btn::after {
    right: 19px;
  }
}
.parent-qa .faq-btn::before {
  z-index: 2;
  background-image: url("../../images/icon/gray-plus-icon.svg");
}
.parent-qa .faq-btn::after {
  background-image: url("../../images/icon/minus-icon.svg");
}
@media screen and (max-width: 1023px) {
  .parent-qa .faq-btn::after {
    background-image: url("../../images/icon/gray-plus-icon.svg");
  }
}
.parent-qa .faq-btn.acdn_open::before {
  opacity: 0;
}
.parent-qa .fqa-page-list {
  border-bottom: 1px solid rgb(221, 221, 221);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page-faq-main-wrapper.faq-blue .side-line-title {
  margin-bottom: 30px;
}
.page-faq-main-wrapper.faq-blue .q-box {
  color: rgb(34, 173, 203);
}
.page-faq-main-wrapper.faq-blue .q-box::before {
  background-color: rgb(34, 173, 203);
  border-color: rgb(34, 173, 203);
}
.page-faq-main-wrapper.faq-blue .a-box::before {
  border-color: rgb(34, 173, 203);
  color: rgb(34, 173, 203);
}

.faq-search {
  margin-top: 40px;
  padding: 22px 20px 31px;
  text-align: center;
  background-color: rgb(34, 173, 203);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .faq-search {
    margin: 30px 20px 0;
    padding: 23px 22px 36px;
    font-size: 19.2px;
  }
}
.faq-search p {
  margin-bottom: 7px;
}
@media screen and (max-width: 1023px) {
  .faq-search p {
    margin-bottom: 10px;
  }
}
.faq-search .input-wrapper {
  position: relative;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .faq-search .input-wrapper {
    max-width: 100%;
  }
}
.faq-search .input-wrapper input {
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 5px;
  border-radius: 100px;
  background-color: rgb(241, 241, 241);
}
@media screen and (max-width: 1023px) {
  .faq-search .input-wrapper input {
    padding: 15px 8px;
  }
}
.faq-search .input-wrapper button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  display: block;
  width: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*# sourceMappingURL=main.css.map */