

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?no5bsx');
  src:  url('../fonts/icomoon.eot?no5bsx#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?no5bsx') format('truetype'),
    url('../fonts/icomoon.woff?no5bsx') format('woff'),
    url('../fonts/icomoon.svg?no5bsx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caution:before {
  content: "\e900";
}
.icon-books:before {
  content: "\e920";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-location:before {
  content: "\e906";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-right2:before {
  content: "\ea3c";
  margin-right: 6px;
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e919";
}

.icon-blog:before {
  content: "\e918";
}

.icon-arrow05:before {
  content: "\e917";
}

.icon-arrow04:before {
  content: "\e916";
}

.icon-no_1:before {
  content: "\e911";
  color: #b99576;
}

.icon-no_4:before {
  content: "\e912";
  color: #b99576;
}

.icon-no_5:before {
  content: "\e913";
  color: #b99576;
}

.icon-no_3:before {
  content: "\e914";
  color: #b99576;
}

.icon-no_2:before {
  content: "\e915";
  color: #b99576;
}

.icon-arrow02:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-access:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-lang:before {
  content: "\e904";
}

.icon-document:before {
  content: "\e905";
}

.icon-inst:before {
  content: "\e906";
}

.icon-youtube:before {
  content: "\e907";
}

.icon-fb:before {
  content: "\e908";
}

.icon-txt:before {
  content: "\e909";
}

.icon-excell:before {
  content: "\e90a";
}

.icon-pdf:before {
  content: "\e90b";
}

.icon-word:before {
  content: "\e90c";
}

.icon-blank:before {
  content: "\e90d";
}

.icon-arrow01:before {
  content: "\e90e";
}

.icon-arrow03:before {
  content: "\e90f";
}

.icon-attention:before {
  content: "\ea08";
}




.modal_search {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: calc(100vh - 48px);
  top: 48px;
  left: 0;
  background: #f7f7f7;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .modal_search {
    top: 96px;
    height: calc(100vh - 96px);
  }
}

.modal_search.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1001;
}

.modal_search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.modal_search_box .search_head {
  padding-bottom: 70px;
  border-bottom: 1px solid #b5b9bc;
}

.modal_search_box .search_head .search_title {
  padding-top: 10px;
}

.modal_search_box .search_bottom {
  padding-top: 70px;
}

.modal_search_box .search_bottom .search_title {
  padding-top: 6px;
}

.modal_search_box .search_flex {
  display: flex;
}

.modal_search_box .search_title {
  width: 236px;
  flex-shrink: 0;
  font-size: 1.0rem;
  font-weight: bold;
}

.modal_search_box .search_content {
  width: 100%;
}

.modal_search_box .pc_search {
  display: block;
  position: relative;
}

.modal_search_box .pc_search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b5b9bc;
  background: #fff;
  padding: 10px 110px 10px 10px;
  width: 100%;
  font-size: 1.0rem;
  border-radius: 0;
}

.modal_search_box .pc_search__btn {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 25px;
  background: #376092;
  border: 1px solid #b5b9bc;
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
}

.modal_search_box .pc_search__btn .i_search:before {
  position: relative;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  content: "\e903";
  margin-right: 8px;
  top: 2px;
}

.modal_search_box .pc_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.modal_search_box .pc_tags .tag a {
  display: block;
  background: #fff;
  line-height: 1;
  padding: 10px 10px;
  color: #313131;
  text-decoration: none;
  font-size: 1.0rem;
}

.modal_search_box .pc_tags .tag a:hover {
  background: #313131;
  color: #fff;
}

.modal_search_box__inner {
  width: 954px;
  padding: 0 40px;
  max-width: 100%;
}

.is_fixed {
  overflow: hidden;
}

.modal_menu {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: calc(100vh - 48px);
  top: 48px;
  left: 0;
  background: #f7f7f7;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .modal_menu {
    top: 96px;
    height: calc(100vh - 96px);
  }
}

.modal_menu.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5); /* 50%透過の黒 */
}

.modal_menu .menu_pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .modal_menu .menu_pc {
    display: block;
  }
}

.modal_menu .menu_sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .modal_menu .menu_sp {
    display: none;
  }
}

.modal_menu_box,
.menu_pc,
.menu_sp,
.modal_menu_box__inner {
  height: 100%;
}

.modal_menu_box__inner {
  display: flex;
}

.modal_menu_box__inner .menu_main {
  width: 100%;
}

.modal_menu_box__inner .menu_main .menu_main_box {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal_menu_box__inner .menu_main .menu_main_box.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.modal_menu_box__inner .menu_main .menu_main_box_scroll {
  padding: 50px 65px;
  height: 100%;
  overflow-y: auto;
}

.modal_menu_box__inner .menu_main .menu_main_box_scroll::-webkit-scrollbar {
  width: 5px;
}

.modal_menu_box__inner .menu_main .menu_main_box_scroll::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.modal_menu_box__inner .menu_main .menu_main_box_scroll::-webkit-scrollbar-thumb {
  background: #c09bcc;
  box-shadow: none;
}

.modal_menu_box__inner .menu_main .main_nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -31px;
  margin-right: -31px;
}

.modal_menu_box__inner .menu_main .main_nav a {
  position: relative;
  display: block;
  color: #222222;
  text-decoration: none;
}

.modal_menu_box__inner .menu_main .main_nav > li {
  padding: 0 31px;
  width: 100%;
}

@media print, screen and (min-width: 920px) {
  .modal_menu_box__inner .menu_main .main_nav > li {
    width: 50%;
  }
}

@media print, screen and (min-width: 1280px) {
  .modal_menu_box__inner .menu_main .main_nav > li {
    width: 33.333333%;
  }
}

.modal_menu_box__inner .menu_main .main_nav > li > a {
  font-size: 1.0rem;
  padding: 14px 25px 14px 0;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  border-bottom: 1px solid #b5b9bc;
}

.modal_menu_box__inner .menu_main .main_nav > li > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 1.0rem;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .modal_menu_box__inner .menu_main .main_nav > li > a:after {
    font-size: 1.0rem;
  }
}

@media print, screen and (min-width: 768px) {
  .modal_menu_box__inner .menu_main .main_nav > li > a:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .modal_menu_box__inner .menu_main .main_nav > li > a:hover:after {
    color: #db6b68;
    right: -5px;
  }
}

.modal_menu_box__inner .menu_main .main_nav .child {
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal_menu_box__inner .menu_main .main_nav .child li a {
  font-size: 1.0rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 4px 30px 4px 0;
}

.modal_menu_box__inner .menu_main .main_nav .child li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -2px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.2rem;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .modal_menu_box__inner .menu_main .main_nav .child li a:after {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .modal_menu_box__inner .menu_main .main_nav .child li a:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .modal_menu_box__inner .menu_main .main_nav .child li a:hover:after {
    color: #db6b68;
    right: -5px;
  }
}

.modal_menu_box__inner .menu_side {
  width: 345px;
  padding: 56px 49px;
  flex-shrink: 0;
  background: #376092;
  color: #fff;
  overflow-y: scroll;
}

@media print, screen and (min-width: 1280px) {
  .modal_menu_box__inner .menu_side {
    width: 504px;
  }
}

.modal_menu_box__inner .menu_side::-webkit-scrollbar {
  width: 5px;
}

.modal_menu_box__inner .menu_side::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.modal_menu_box__inner .menu_side::-webkit-scrollbar-thumb {
  background: #c09bcc;
  box-shadow: none;
}

.modal_menu_box__inner .side_main_nav li {
  margin-bottom: 14px;
}

.modal_menu_box__inner .side_main_nav li a,
.modal_menu_box__inner .side_main_nav li span {
  display: inline-block;
  color: #d7d7e0;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  padding: 6px 0;
  letter-spacing: 0.1em;
}

.modal_menu_box__inner .side_main_nav li.active a,
.modal_menu_box__inner .side_main_nav li.active span {
  color: #fff;
}

.modal_menu_box__inner .side_etc_area {
  border-top: 1px dashed #cfd4ed;
  margin-top: 60px;
  padding-top: 30px;
}

.modal_menu_box__inner .side_etc_area .etc_nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.modal_menu_box__inner .side_etc_area .etc_nav li {
  width: 50%;
  padding: 0 5px;
}

.modal_menu_box__inner .side_etc_area .etc_nav li a {
  display: block;
  color: #d7d7e0;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 6px 0;
  letter-spacing: 0.1em;
}

.modal_menu_box__inner .side_etc_area .etc_nav li a:hover {
  color: #fff;
}

.sp_menu_box {
  height: 100%;
  background: #376092;
  overflow-y: auto;
  padding: 20px;
}

.sp_menu_box::-webkit-scrollbar {
  width: 5px;
}

.sp_menu_box::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.sp_menu_box::-webkit-scrollbar-thumb {
  background: #c09bcc;
  box-shadow: none;
}

.sp_menu_box a {
  color: #fff;
  text-decoration: none;
}

.sp_menu_icon_list {
  display: flex;
}

.sp_menu_icon_list > li {
  display: flex;
  align-items: center;
  width: 33.333333%;
  border-left: 1px solid #d7d7e0;
}

.sp_menu_icon_list > li:first-child {
  border-left: 0;
}

.sp_menu_icon_list > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 0 10px;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
  color: #222222;
  line-height: 1.2;
}

.sp_menu_icon_list > li[class*="i_"] i:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;

}

.sp_menu_icon_list > li.i_access i:before {
  content: "\e947";
}

.sp_menu_icon_list > li.i_exam i:before {
  content: "\e906";
}

.sp_menu_icon_list > li.i_document i:before {
  content: "\e922";

}

.sp_menu_icon_list > li.i_lang i:before {
  content: "\e920";
}

.sp_menu_icon_list > li span {
  display: block;
  margin-top: 3px;
}

.sp_menu_title {
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3px;
}

.sp_menu_search {
  margin-top: 20px;
}

.sp_menu_search .sp_search {
  display: block;
  position: relative;
}

.sp_menu_search .sp_search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b5b9bc;
  background: #fff;
  padding: 10px 80px 10px 10px;
  width: 100%;
  border-radius: 0;
}

.sp_menu_search .sp_search__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 10px;
  background: #f7f7f7;
  border: 1px solid #b5b9bc;
  font-size: 1.0rem;
  font-weight: bold;
  color: #313131;
}

.sp_menu_search .sp_search__btn .i_search:before {
  position: relative;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  content: "\e903";
  top: 2px;
  margin-right: 6px;
}

.sp_menu_tags {
  margin-top: 20px;
}

.sp_menu_tags .sp_tags_wrap {
  overflow: hidden;
  overflow-x: auto;
  margin-right: -20px;
}

.sp_menu_tags .sp_tags {
  white-space: nowrap;
}

.sp_menu_tags .sp_tags .tag {
  display: inline-block;
  background: #f7f7f7;
  line-height: 1;
  padding: 8px 8px;
  color: #313131;
  text-decoration: none;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .sp_menu_tags .sp_tags .tag {
    padding: 10px 8px;
    font-size: 1.0rem;
  }
}

.sp_menu_tags .sp_tags .tag a {
  color: #313131;
}

.sp_main_menu {
  margin: 20px -20px 0;
}

.sp_main_menu__item .main_title {
  display: flex;
  position: relative;
  border-bottom: 1px solid #fff;
}

.sp_main_menu__item .main_title a,
.sp_main_menu__item .main_title > div {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.sp_main_menu__item .main_title .toggle {
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 59px;
  cursor: pointer;
}

.sp_main_menu__item .main_title .toggle:before, .sp_main_menu__item .main_title .toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.sp_main_menu__item .main_title .toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.sp_main_menu__item .main_title .toggle.active:after {
  transform: translate(-50%, -50%) rotate(0);
}

.sp_main_menu__item .main_nav {
  display: none;
  background: #f7f7f7;
}

.sp_main_menu__item .main_nav a {
  color: #222222;
}

.sp_main_menu__item .main_nav > li {
  padding: 0 20px;
}

.sp_main_menu__item .main_nav > li > a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 14px 20px 14px 0;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  border-bottom: 1px solid #b5b9bc;
}

.sp_main_menu__item .main_nav > li > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c";
  font-size: 1.0rem;
}

.sp_main_menu__item .main_nav .child {
  padding-top: 8px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b5b9bc;
}

.sp_main_menu__item .main_nav .child li a {
  display: block;
  position: relative;
  font-size: 1.0rem;
  padding: 6px 10px 6px 0;
}

.sp_main_menu__item .main_nav .child li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -2px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .sp_main_menu__item .main_nav .child li a:after {
    font-size: 1.2rem;
  }
}

.sp_etc_area {
  padding-top: 20px;
  padding-bottom: 40px;
}

.sp_etc_area .sp_etc_nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.sp_etc_area .sp_etc_nav li {
  width: 50%;
  padding: 0 5px;
}

.sp_etc_area .sp_etc_nav li a {
  display: block;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 8px 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .header {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.header.active {
  background: #376092;
}

@media print, screen and (min-width: 768px) {
  .header.active {
    background: #fff;
  }
}

@media print, screen and (max-width: 767px) {
  .header.active .header_logo svg path {
    fill: #fff;
  }
}

.header_inner {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 0 0 10px;
}

@media print, screen and (min-width: 768px) {
  .header_inner {
    padding: 0 0 0 25px;
    height: 96px;
  }
}

.header_logo {
  width: 180px;
  padding-right: 30px;
}

@media print, screen and (min-width: 768px) {
  .header_logo {
    width: 252px;
  }
}

.header_logo a {
  display: block;
  font-size: 0;
}

.header_logo svg {
  max-width: 100%;
}

.header_menu {
  display: flex;
  margin-left: auto;
  height: 48px;
}

@media print, screen and (min-width: 768px) {
  .header_menu {
    height: 96px;
  }
}

.header_menu .menu_list {
  height: 100%;
  display: none;
  border-right: 1px solid #d7d7e0;
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_list {
    display: flex;
  }
}

.header_menu .menu_list > li {
  display: flex;
  align-items: center;
  width: 119px;
  border-left: 1px solid #d7d7e0;
}

.header_menu .menu_list > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #313131;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_list > li a:hover {
    color: #376092;
  }
}

.header_menu .menu_list > li[class*="i_"] i:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
}

.header_menu .menu_list > li.i_access i:before {
  content: "\e947";
}

.header_menu .menu_list > li.i_exam i:before {
  content: "\e906";
}

.header_menu .menu_list > li.i_document i:before {
  content: "\e922";
}

.header_menu .menu_list > li.i_lang i:before {
  content: "\e920";
}

.header_menu .menu_list > li.i_search a.active .on {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.header_menu .menu_list > li.i_search .passive i:before {
  content: "\e903";
}

.header_menu .menu_list > li.i_search .on {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #376092;
  color: #fff;
  transition: 0.3s ease;
}

.header_menu .menu_list > li.i_search .on i {
  position: relative;
  display: block;
  width: 40px;
  height: 11px;
  margin: 8px 0;
}

.header_menu .menu_list > li.i_search .on i:before, .header_menu .menu_list > li.i_search .on i:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: transform 0.3s ease;
}

.header_menu .menu_list > li.i_search .on i:before {
  top: 0;
  transform-origin: left top;
  transform: rotate(13deg);
}

.header_menu .menu_list > li.i_search .on i:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: rotate(-13deg);
}

.header_menu .menu_list > li.i_search i {
  display: block;
  text-align: center;
}

.header_menu .menu_list > li span {
  display: block;
  margin-top: 3px;
}

.header_menu .menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  height: 100%;
  width: 60px;
  background: #376092;
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn {
    width: 120px;
  }
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn:hover .menu_btn__inner .line:before {
    transform: translateY(2px);
  }
  .header_menu .menu_btn:hover .menu_btn__inner .line:after {
    transform: translateY(-2px);
  }
}

.header_menu .menu_btn.active {
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn.active {
    height: 100%;
  }
}

.header_menu .menu_btn.active .menu_btn__inner .line:before {
  transform: rotate(12deg);
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn.active .menu_btn__inner .line:before {
    transform: rotate(13deg);
  }
}

.header_menu .menu_btn.active .menu_btn__inner .line:after {
  transform: rotate(-12deg);
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn.active .menu_btn__inner .line:after {
    transform: rotate(-13deg);
  }
}

.header_menu .menu_btn.active .menu_btn__inner .name {
  margin-left: -4px;
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn.active .menu_btn__inner .name {
    margin-left: -4px;
  }
}

.header_menu .menu_btn.search_active {
  background-color: #fff;
  color: #376092;
}

.header_menu .menu_btn.search_active .menu_btn__inner .line:before, .header_menu .menu_btn.search_active .menu_btn__inner .line:after {
  background-color: #376092;
}

.header_menu .menu_btn__inner {
  position: relative;
  width: 35px;
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn__inner {
    width: 63px;
  }
}

.header_menu .menu_btn__inner .line {
  display: block;
  position: relative;
  height: 10px;
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn__inner .line {
    height: 16px;
  }
}

.header_menu .menu_btn__inner .line:before, .header_menu .menu_btn__inner .line:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: transform 0.3s ease;
}

.header_menu .menu_btn__inner .line:before {
  top: 0;
  transform-origin: left top;
}

.header_menu .menu_btn__inner .line:after {
  bottom: 0;
  transform-origin: left bottom;
}

.header_menu .menu_btn__inner .name {
  display: block;
  text-align: center;
  font-size: 1.0rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 8px;
  margin-left: -1px;
  line-height: 1;
  letter-spacing: 0.1rem;
}

@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn__inner .name {
    font-size: 1.0rem;
    margin-top: 14px;
    margin-left: 0;
    letter-spacing: 0.3rem;
  }
}

.footer {
  border-top: 1px solid #fff;
  background: #f7f7f7;
  padding: 70px 0;
}

@media print, screen and (min-width: 920px) {
  .footer {
    padding: 85px 0;
  }
}

.footer_inner {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .footer_inner {
    width: calc(100% - 80px);
  }
}

@media print, screen and (min-width: 920px) {
  .footer_inner {
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_info,
  .footer_menu {
    width: 50%;
  }
}

.footer_info .ad {
  margin-top: 50px;
}

@media print, screen and (min-width: 920px) {
  .footer_info .ad {
    margin-top: 70px;
  }
}

.footer_info .ad .ad__item {
  margin-top: 35px;
}

@media print, screen and (min-width: 920px) {
  .footer_info .ad .ad__item {
    margin-top: 50px;
  }
}

.footer_info .ad .ad__item .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 768px) {
  .footer_info .ad .ad__item .title {
    font-size: 1.0rem;
  }
}

.footer_info .ad .ad__item .text {
  font-size: 1.0rem;
  margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
  .footer_info .ad .ad__item .text {
    font-size: 1.0rem;
  }
}

.footer_menu {
  position: relative;
  margin-top: 50px;
}

@media print, screen and (min-width: 920px) {
  .footer_menu {
    margin-top: 50px;
  }
}

.footer_menu .main {
  display: flex;
  justify-content: space-between;
}

.footer_menu .main__item {
  width: 48%;
}

@media print, screen and (min-width: 920px) {
  .footer_menu .main__item {
    border-left: 1px solid #d7d7e0;
  }
}

.footer_menu .main ul li a,
.footer_menu .sub ul li a {
  display: block;
  padding: 5px 0 5px 0;
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #313131;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .footer_menu .main ul li a,
  .footer_menu .sub ul li a {
    font-size: 1.0rem;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_menu .main ul li a,
  .footer_menu .sub ul li a {
    padding: 4px 0 4px 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_menu .main ul li a:hover,
  .footer_menu .sub ul li a:hover {
    opacity: 0.6;
  }
}

.footer_menu .sub {
  padding-top: 20px;
}

@media print, screen and (min-width: 920px) {
  .footer_menu .sub {
    padding-top: 30px;
    border-left: 1px solid #d7d7e0;
  }
}

.footer_menu .etc {
  padding-top: 35px;
}

@media print, screen and (min-width: 920px) {
  .footer_menu .etc {
    padding-top: 62px;
    padding-left: 31px;
    padding-right: 75px;
  }
}

.footer_menu .etc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media print, screen and (min-width: 920px) {
  .footer_menu .etc ul {
    justify-content: flex-start;
    margin-left: -22px;
    margin-right: -22px;
  }
}

.footer_menu .etc ul li a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #313131;
  text-decoration: none;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .footer_menu .etc ul li a {
    font-size: 1.0rem;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_menu .etc ul li a {
    padding: 0 22px;
  }
}

.footer_menu .etc ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #d7d7e0;
}

@media print, screen and (min-width: 768px) {
  .footer_menu .etc ul li a:hover {
    opacity: 0.6;
  }
}

.footer_menu .etc ul li:last-child a:before {
  content: none;
}

.footer_menu .juaa_logo {
  width: 66px;
  margin: 30px auto 0;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .footer_menu .juaa_logo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

.footer_menu .juaa_logo:hover {
  opacity: 0.6;
}

.footer_copy {
  text-align: center;
  width: 100%;
  margin-top: 44px;
}

@media print, screen and (min-width: 920px) {
  .footer_copy {
    margin-top: 70px;
  }
}

.footer_copy small {
  font-size: 1rem;
  color: #b5b9bc;
}

@media print, screen and (min-width: 768px) {
  .footer_copy small {
    font-size: 1.0rem;
  }
}

.page_top {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 11;
  background: #376092;
  border-radius: 100px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .page_top {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}

.page_top:after {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 1px;
}

@media print, screen and (min-width: 920px) {
  .page_top:after {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
}

.page_top.view {
  opacity: 1;
  visibility: visible;
}

.page_top.view:hover {
  opacity: 0.7;
}

.fcs_news {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .fcs_news {
    margin-bottom: 80px;
  }
}

.fcs_news .title_topics {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .fcs_news .title_topics {
    margin-bottom: 40px;
  }
}

.title_topics {
  position: relative;
  border-bottom: 1px solid #222222;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media print, screen and (min-width: 920px) {
  .title_topics {
    margin-bottom: 40px;
  }
}

.title_topics .title {
  font-weight: 600;
  font-size: 2.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #313131;
  padding: 0 0 5px 0;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .title_topics .title {
    font-size: 3.5rem;
  }
}

.title_topics .title::before, .title_topics .title::after {
  content: none;
}

.title_topics .more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  padding-right: 25px;
  transform: translateY(-50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.0rem;
  text-decoration: none;
  color: #222222;
}

@media print, screen and (min-width: 768px) {
  .title_topics .more {
    font-size: 1.0rem;
  }
}

.title_topics .more:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  font-size: 1.0rem;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .title_topics .more:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .title_topics .more:hover:after {
    color: #db6b68;
    right: -5px;
  }
}

.btn_base {
  display: block;
  position: relative;
  padding: 13px 40px 13px 20px;
  font-size: 1.0rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #222222;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d7d7e0;
  border-radius: 100px;
}

@media print, screen and (min-width: 768px) {
  .btn_base {
    padding: 18px 50px 18px 30px;
    font-size: 1.4rem;
    border-radius: 100px;
  }
}

.btn_base:after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #313131;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea42";
  font-size: 0.8rem;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .btn_base:after {
    font-size: 2rem;
    right: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .btn_base:hover {
    color: rgba(34, 34, 34, 0.6);
  }
}

@media print, screen and (min-width: 768px) {
  .btn_base:hover:after {
    right: 15px;
    color: #db6b68;
  }
}

@media print, screen and (min-width: 920px) {
  .btn_base:hover:after {
    right: 23px;
  }
}

.dropdown {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222222;
  border: 1px solid #b5b9bc;
  transition: all 0.5s ease;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .dropdown {
    padding: 8px 40px 8px 20px;
    font-size: 1.0rem;
  }
}

.dropdown:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

@media print, screen and (min-width: 768px) {
  .dropdown:after {
    margin-top: -4px;
  }
}

.dropdown.select {
  cursor: pointer;
  display: block;
  padding: 10px;
  background-color: #fff;
}

.dropdown.active {
  background-color: #fff;
}

.dropdown.active:after {
  margin-top: -2px;
  right: 16px;
  transform: rotate(-135deg);
}

.dropdown.active, .dropdown:hover {
  background-color: #fff;
}

.dropdown_menu {
  display: none;
  overflow-y: scroll;
  max-height: 50svh;
  position: absolute;
  background-color: #f7f7f7;
  width: calc(100% + 2px);
  top: calc(100% + 1px);
  left: -1px;
  padding: 20px;
  color: #9a9a9a;
  border: 1px solid #d7d7e0;
  border-top: 0;
  list-style: none;
  z-index: 5;
}

.dropdown_menu li {
  position: relative;
  display: block;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  font-size: 1.0rem;
  line-height: 1;
}

@media print, screen and (min-width: 920px) {
  .dropdown_menu li {
    margin-bottom: 20px;
  }
}

.dropdown_menu li:last-of-type {
  margin-bottom: 0;
}

.dropdown_menu li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #db6b68;
  border-radius: 100vh;
  margin-right: 7px;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
  pointer-events: none;
}

.dropdown_menu li:hover, .dropdown_menu li.active {
  color: #222222;
  color: #222222;
  padding-left: 15px;
}

.dropdown_menu li:hover:before, .dropdown_menu li.active:before {
  opacity: 1;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

@media print, screen and (min-width: 920px) {
  .news_list {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.news_list_item {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .news_list_item {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 920px) {
  .news_list_item {
    width: 33%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
  }
}

.news_list_item a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #222222;
  border: 1px solid #d7d7e0;
}

@media print, screen and (min-width: 768px) {
  .news_list_item a:hover .bg img {
    transform: scale(1.05);
  }
  .news_list_item a:hover .info {
    opacity: 0.6;
  }
}

.news_list_item .bg {
  position: relative;
  height: 22vw;
  overflow: hidden;
}

@media print, screen and (min-width: 920px) {
  .news_list_item .bg {
    height: 19vw;
  }
}

@media print, screen and (min-width: 1180px) {
  .news_list_item .bg {
    height: 170px;
  }
}

.news_list_item .bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 3px;
  width: 100%;
  background-color: #db6b68;
}

.news_list_item .bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news_list_item .info {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  column-gap: 10px;
  transition: 0.3s ease;
}

.news_list_item .info.type_dept {
  padding: 15px 0;
}

.news_list_item .info .date_cat {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.news_list_item .info .date {
  display: flex;
  align-items: center;
  color: #313131;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}

@media print, screen and (min-width: 920px) {
  .news_list_item .info .date {
    font-size: 0.8rem;
  }
}

.news_list_item .info .category {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #db6b68;
  color: #ffffff;
  border-radius: 100px;
  font-size: 0.8rem;
  padding: 2px 8px 2px 8px;
  margin-bottom: 3px;
}

@media print, screen and (min-width: 920px) {
  .news_list_item .info .category {
    font-size: 0.8rem;
    padding: 4px 8px 2px 8px;
  }
}

.news_list_item .info .title {
  width: 100%;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 1.0rem;
  font-weight: normal;
}

@media print, screen and (min-width: 920px) {
  .news_list_item .info .title {
    font-size: 1.0rem;
  }
}

.news_list_item .info .tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -6px;
  margin-right: -6px;
  padding-top: 7px;
}

.news_list_item .info .tags .tag {
  padding: 0 6px;
  font-size: 1.2rem;
  margin-top: 3px;
  color: #9a9a9a;
}

@media print, screen and (min-width: 920px) {
  .news_list_item.column4 {
    width: 25%;
  }
}

.type_own_colm .news_list {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.type_own_colm .news_list_item {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 920px) {
  .type_own_colm .news_list_item {
    margin-bottom: 50px;
  }
}

.type_own_colm .news_list_item a {
  display: flex;
  border: 0;
}

.type_own_colm .news_list_item .bg {
  width: 30%;
  flex-shrink: 0;
}

@media print, screen and (min-width: 920px) {
  .type_own_colm .news_list_item .bg {
    height: 15vw;
  }
}

@media print, screen and (min-width: 1280px) {
  .type_own_colm .news_list_item .bg {
    height: 170px;
  }
}

.type_own_colm .news_list_item .bg:after {
  content: none;
}

.type_own_colm .news_list_item .info {
  flex-direction: column;
  justify-content: center;
  padding: 0;
  padding-left: 15px;
}

@media print, screen and (min-width: 920px) {
  .type_own_colm .news_list_item .info {
    padding-left: 36px;
    width: calc(100% - 30%);
  }
}

@media print, screen and (min-width: 920px) {
  .type_own_colm .news_list_item .info .category {
    font-size: 1.2rem;
  }
}

.type_own_colm .news_list_item .info .tags {
  padding-top: 0;
  width: auto;
  margin-bottom: 3px;
}

.type_own_colm .news_list_item .info .tags .tag {
  margin-top: 0;
}

.type_own_colm .news_list_item .title {
  font-family: "Noto Serif JP";
}

@media print, screen and (min-width: 920px) {
  .type_own_colm .news_list_item .title {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}