@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #222222;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/hojin/fonts/icomoon.eot?5g2193");
  src: url("/assets/hojin/fonts/icomoon.eot?5g2193#iefix") format("embedded-opentype"), url("/assets/hojin/fonts/icomoon.ttf?5g2193") format("truetype"), url("/assets/hojin/fonts/icomoon.woff?5g2193") format("woff"), url("/assets/hojin/fonts/icomoon.svg?5g2193") 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-arrow06: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: "\e910";
}

.page_inner_l {
  max-width: 1406px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1310px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_s {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_ss {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_ss {
    width: calc(100% - 80px);
  }
}

.en {
  font-family: "Playfair Display", serif;
}

.en02 {
  font-family: "Libre Baskerville", serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.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;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_search_box .search_title {
  width: 236px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  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.6rem;
  border-radius: 0;
}
.modal_search_box .pc_search__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 25px;
  background: #707070;
  border: 1px solid #b5b9bc;
  font-size: 1.4rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
}
.modal_search_box .pc_tags .tag a {
  display: block;
  background: #fff;
  line-height: 1;
  padding: 10px 10px;
  color: #5a5a5a;
  text-decoration: none;
  font-size: 1.5rem;
}
.modal_search_box .pc_tags .tag a:hover {
  background: #5a5a5a;
  color: #fff;
}

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

.is_fixed {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .is_fixed {
    overflow: visible;
  }
}

.modal_menu {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: calc(100% - 48px);
  top: 48px;
  left: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .modal_menu {
    display: none;
  }
}
.modal_menu.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1001;
}
.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%;
}

.sp_menu_box {
  height: 100%;
  overflow-y: auto;
}
.sp_menu_box::-webkit-scrollbar {
  width: 5px;
}
.sp_menu_box::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp_menu_box::-webkit-scrollbar-thumb {
  background: #b5b9bc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp_menu_box a {
  color: #5a5a5a;
  text-decoration: none;
}

.sp_menu_icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0;
  background-color: #EFEFEF;
}
.sp_menu_icon_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-left: 1px solid #d7d7e0;
}
.sp_menu_icon_list > li:first-child {
  border-left: 0;
}
.sp_menu_icon_list > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0 10px;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  background: #fff;
  color: #222222;
}
.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.4rem;
}
.sp_menu_icon_list > li.i_access i:before {
  content: "\e902";
}
.sp_menu_icon_list > li.i_document i:before {
  content: "\e905";
}
.sp_menu_icon_list > li.i_lang i:before {
  content: "\e904";
}
.sp_menu_icon_list > li span {
  display: block;
}

.sp_menu_title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: 3px;
}

.sp_menu_search {
  padding: 40px 20px 20px;
  background-color: #EFEFEF;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 10px;
  background: #707070;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.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: #5a5a5a;
  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.4rem;
  }
}
.sp_menu_tags .sp_tags .tag a {
  color: #5a5a5a;
}

.sp_main_menu_outer {
  background-color: #EFEFEF;
}

.sp_main_menu:last-child .sp_main_menu__item .main_title {
  border-bottom: none;
}

.sp_main_menu__item .main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #B5B9BC;
}
.sp_main_menu__item .main_title.active {
  border-bottom: none;
}
.sp_main_menu__item .main_title a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 360px) {
  .sp_main_menu__item .main_title a {
    font-size: 1.6rem;
  }
}
.sp_main_menu__item .main_title a span {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 360px) {
  .sp_main_menu__item .main_title a span {
    font-size: 1.3rem;
  }
}
.sp_main_menu__item .main_title a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          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: "\e90d";
  font-size: 1.3rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
}
.sp_main_menu__item .main_title .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
      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: #5a5a5a;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp_main_menu__item .main_title .toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.sp_main_menu__item .main_title .toggle.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.sp_main_menu__item .main_nav {
  display: none;
  background: #fff;
  padding: 10px 0;
}
.sp_main_menu__item .main_nav a {
  color: #262224;
}
.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.4rem;
  padding: 8px 0 8px 0;
  line-height: 1.4;
}
.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.4rem;
  padding: 6px 10px 6px 0;
}
.sp_main_menu__item .main_nav .child li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          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: 80px;
}
.sp_etc_area .sp_etc_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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.4rem;
  font-family: "Noto Serif JP", serif;
  padding: 8px 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.active {
  background: #EFEFEF;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 0 0 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .header_inner {
    padding: 0 0 0 25px;
    height: 96px;
  }
}

.header_logo {
  width: 130px;
  padding-right: 17px;
}
@media print, screen and (min-width: 768px) {
  .header_logo {
    width: 252px;
    padding-right: 30px;
  }
}
.header_logo a {
  display: block;
  font-size: 0;
}
.header_logo svg {
  max-width: 100%;
}
.header_logo.en {
  padding-right: 0;
  width: 180px;
}
@media print, screen and (min-width: 768px) {
  .header_logo.en {
    width: 380px;
  }
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  height: 48px;
}
@media print, screen and (min-width: 768px) {
  .header_menu {
    height: 96px;
  }
}
.header_menu .menu_list {
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .header_menu .menu_list {
    border-right: 1px solid #d7d7e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header_menu .menu_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 100%;
  border-left: 1px solid #d7d7e0;
}
@media print, screen and (min-width: 768px) {
  .header_menu .menu_list > li {
    height: auto;
    width: 96px;
  }
}
.header_menu .menu_list > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #5a5a5a;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .header_menu .menu_list > li a:hover {
    opacity: 0.6;
  }
}
.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: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .header_menu .menu_list > li[class*=i_] i:before {
    font-size: 2.4rem;
  }
}
.header_menu .menu_list > li.i_access i:before {
  content: "\e902";
}
.header_menu .menu_list > li.i_document i:before {
  content: "\e905";
}
.header_menu .menu_list > li.i_lang i:before {
  content: "\e904";
}
.header_menu .menu_list > li.i_search {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header_menu .menu_list > li.i_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  color: #5a5a5a;
  -webkit-transition: 0.3s ease;
  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: #5a5a5a;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header_menu .menu_list > li.i_search .on i:before {
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
.header_menu .menu_list > li.i_search .on i:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
.header_menu .menu_list > li.i_search i {
  display: block;
  text-align: center;
}
.header_menu .menu_list > li span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .header_menu .menu_list > li span {
    line-height: inherit;
    margin-top: 3px;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
}
.header_menu .menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5a5a5a;
  text-decoration: none;
  height: 100%;
  width: 60px;
  background: #EFEFEF;
}
@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 {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .header_menu .menu_btn:hover .menu_btn__inner .line:after {
    -webkit-transform: translateY(-2px);
            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 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.header_menu .menu_btn.active .menu_btn__inner .line:after {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.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: #EFEFEF;
}
.header_menu .menu_btn.search_active .menu_btn__inner .line:before, .header_menu .menu_btn.search_active .menu_btn__inner .line:after {
  background-color: #EFEFEF;
}
.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: 1px;
  width: 100%;
  background: #5a5a5a;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header_menu .menu_btn__inner .line:before {
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.header_menu .menu_btn__inner .line:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header_menu .menu_btn__inner .name {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-family: "Libre Baskerville", serif;
  margin-top: 8px;
  margin-left: -1px;
  line-height: 1;
  letter-spacing: 0.09rem;
}
@media print, screen and (min-width: 768px) {
  .header_menu .menu_btn__inner .name {
    font-size: 1.5rem;
    margin-top: 14px;
    margin-left: 0;
    letter-spacing: 0.3rem;
  }
}

.gnav {
  display: none;
  background-color: #EFEFEF;
}
@media print, screen and (min-width: 768px) {
  .gnav {
    display: block;
  }
}
.gnav a {
  color: #222222;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
}
.gnav .gnav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.nav_parent {
  width: 300px;
}
.nav_parent > a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px 0;
  background-color: #EFEFEF;
}
.nav_parent > a:hover {
  background-color: #FAFAFA;
}
.nav_parent > a span {
  display: block;
  padding: 6px 0;
  border-left: 1px solid #b5b9bc;
}
.nav_parent:first-child a span {
  border-left: none;
}

.nav_down {
  display: none;
  position: absolute;
  top: 69px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 70px 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.nav_down dt {
  width: 35%;
}
@media print, screen and (min-width: 1180px) {
  .nav_down dt {
    width: 30%;
  }
}
.nav_down dt a {
  color: #262224;
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .nav_down dt a {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 920px) {
  .nav_down dt a {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 980px) {
  .nav_down dt a {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .nav_down dt a {
    font-size: 2.8rem;
  }
}
.nav_down dt a::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: "\e900";
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 30px;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .nav_down dt a::after {
    margin-top: 3px;
  }
}
@media print, screen and (min-width: 920px) {
  .nav_down dt a::after {
    font-size: 1.7rem;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 980px) {
  .nav_down dt a::after {
    font-size: 1.9rem;
    margin-left: 25px;
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 1180px) {
  .nav_down dt a::after {
    font-size: 2rem;
    margin-left: 30px;
  }
}
.nav_down dt a:hover {
  opacity: 0.7;
}
.nav_down dt a:hover::after {
  margin-left: 35px;
}
.nav_down dd {
  width: 65%;
}
@media print, screen and (min-width: 1180px) {
  .nav_down dd {
    width: 70%;
  }
}
.nav_down dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  row-gap: 15px;
}
.nav_down dd ul li {
  width: 47%;
}
.nav_down dd ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #d7d7e0;
  padding: 0 0 12px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 920px) {
  .nav_down dd ul li a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 980px) {
  .nav_down dd ul li a {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .nav_down dd ul li a {
    font-size: 1.8rem;
  }
}
.nav_down dd ul li a::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";
  font-size: 1.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #EFEFEF;
}
.nav_down dd ul li a:hover {
  opacity: 0.7;
}
.nav_down dd ul li a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

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

.footer_inner {
  padding: 45px 0;
  background-color: #EFEFEF;
}
@media print, screen and (min-width: 768px) {
  .footer_inner {
    padding: 90px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer_container .logo {
  margin: 0 auto 45px;
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .footer_container .logo {
    margin: 0;
    width: 30%;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_container .logo {
    padding-right: 0;
  }
}

.fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .fnav {
    width: 70%;
  }
}
@media print, screen and (min-width: 1180px) {
  .fnav {
    width: 60%;
  }
}
.fnav ul {
  width: 50%;
  padding: 4px 18px;
}
.fnav ul:nth-child(1) {
  border-right: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .fnav ul:nth-child(1) {
    border-right: none;
  }
}
.fnav ul:nth-child(3) {
  border-right: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .fnav ul:nth-child(3) {
    border-right: none;
  }
}
@media print, screen and (min-width: 768px) {
  .fnav ul {
    border-right: none;
    border-left: 1px solid #fff;
    width: 33.3333%;
  }
}
@media print, screen and (min-width: 768px) {
  .fnav ul {
    padding: 8px 22px;
  }
}
.fnav ul li {
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .fnav ul li {
    margin-bottom: 20px;
  }
}
.fnav ul li:last-child {
  margin-bottom: 0;
}
.fnav ul li.l_text {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .fnav ul li.l_text {
    font-size: 1.4rem;
  }
}
.fnav ul li.s_text {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .fnav ul li.s_text {
    font-size: 1.3rem;
  }
}
.fnav ul li a {
  color: #5a5a5a;
  text-decoration: none;
}
.fnav ul li a:hover {
  text-decoration: underline;
}

.copyright {
  color: #b5b9bc;
  font-size: 1rem;
  text-align: center;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    font-size: 1.3rem;
    padding: 23px 0;
  }
}

.footer.en .footer_container .logo {
  width: 80%;
}
@media print, screen and (min-width: 920px) {
  .footer.en .footer_container .logo {
    width: 35%;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer.en .fnav {
    width: 65%;
  }
}
.footer.en .fnav li {
  line-height: 1.4;
  word-break: break-word;
}

.btn_base {
  display: block;
  position: relative;
  padding: 13px 40px 13px 20px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  color: #222222;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d7d7e0;
}
@media print, screen and (min-width: 768px) {
  .btn_base {
    padding: 18px 50px 18px 30px;
    font-size: 2rem;
  }
}
.btn_base:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          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.5rem;
  -webkit-transition: 0.3s ease;
  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: #895f97;
  }
}
@media print, screen and (min-width: 920px) {
  .btn_base:hover:after {
    right: 23px;
  }
}