@charset "UTF-8";
/* ========================================================
	base.css => 共通基本CSS
======================================================== */
/* reset
============================================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
  font-family: inherit;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

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

abbr, acronym {
  border: 0;
}

select, input, textarea {
  font-size: 100%;
}

header, footer, nav, section, article, figure, aside {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* text-align
============================================================================================================ */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tac_tal {
  text-align: center;
}

.tal_tac {
  text-align: left;
}

.tac_tar {
  text-align: center;
}

.tar_tal {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .tac_tal {
    text-align: left;
  }
  .tal_tac {
    text-align: center;
  }
  .tac_tar {
    text-align: right;
  }
  .tar_tal {
    text-align: left;
  }
}
/* margin
============================================================================================================ */
.m00 {
  margin: 0 !important;
}

.mb {
  margin-bottom: 1.5em !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt {
  margin-top: 1.5em !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

/* padding
============================================================================================================ */
.p00 {
  padding: 0 !important;
}

.pb {
  padding-bottom: 1.3em !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/* font size
============================================================================================================ */
.fz10 {
  font-size: 10px;
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
  font-size: 2rem;
}

.fz_s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.fz_m {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.fz_l {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.fz_ll {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .fz_s {
    font-size: 1.1rem;
  }
  .fz_m {
    font-size: 1.3rem;
  }
  .fz_l {
    font-size: 1.5rem;
  }
  .fz_ll {
    font-size: 1.8rem;
  }
}
/* font weight
============================================================================================================ */
.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal !important;
}

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap'); */
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
/* ========================================================
変数
======================================================== */
/* ========================================================
mixin
======================================================== */
/*margin
------------------------------------------------------------------------------------------------------------------*/
/*content
------------------------------------------------------------------------------------------------------------------*/
/*font-weight
------------------------------------------------------------------------------------------------------------------*/
/*formパーツ　input
------------------------------------------------------------------------------------------------------------------*/
/*#ehader 字下げ用
------------------------------------------------------------------------------------------------------------------*/
/*moduleスライドパーツ
------------------------------------------------------------------------------------------------------------------*/
/*module 画像のみスライドパーツ 960用
------------------------------------------------------------------------------------------------------------------*/
/*module 画像のみスライドパーツ 480用
------------------------------------------------------------------------------------------------------------------*/
/*list あしらい付き見出し用共通設定
------------------------------------------------------------------------------------------------------------------*/
/*title_set
------------------------------------------------------------------------------------------------------------------*/
/*midashi　全般　あしらいset　案2用
------------------------------------------------------------------------------------------------------------------*/
/* 背景が灰色 */
/* 全体を線で囲う */
/* 左に縦線 */
/* 下線　丸い点線 */
/* 下線　横長点線 */
/*midashi　全般　あしらいset 案1用
------------------------------------------------------------------------------------------------------------------*/
/* 2色重なってる横棒デザイン　変数で長さ位置調整 */
/* 左に2色の縦線 */
/* 横幅いっぱいに下線　1本 */
/* 左に縦線 */
/* 背景色を引いた見出し */
/* 左に横棒 */
/*cms_midashi　文字サイズと基本スタイル
------------------------------------------------------------------------------------------------------------------*/
/*cms_midashi_pict アイコン付見出しセット
------------------------------------------------------------------------------------------------------------------*/
/*midashi_set　文字サイズと基本スタイル
------------------------------------------------------------------------------------------------------------------*/
/*title_set モノクロアイコン用
------------------------------------------------------------------------------------------------------------------*/
/* @mixin tile_ico($bg_img: url(../images/parts/ico_call_02.svg), $size: 1.5em, $posi_top: 0.2em, $posi_left: 0) {
	background: $bg_img no-repeat;
	background-size: $size;
	background-position: top $posi_top left $posi_left;
} */
/*title_set ピンアイコン用
------------------------------------------------------------------------------------------------------------------*/
/*title_set ピンアイコン用 同時だし用 アイコンあり
------------------------------------------------------------------------------------------------------------------*/
/*title_set ピンアイコン用 同時だし用 アイコンなし
------------------------------------------------------------------------------------------------------------------*/
/*page_menu_list 階層1段目　デザイン
------------------------------------------------------------------------------------------------------------------*/
/*page_menu_list 階層2段目　デザイン
------------------------------------------------------------------------------------------------------------------*/
/*
------------------------------------------------------------------------------------------------------------------*/
/*top用　色反転パーツ
------------------------------------------------------------------------------------------------------------------*/
/* bootstrap　cssリセット start*/
a:hover {
  color: var(--base-color1);
}

dt {
  font-weight: normal;
}

*,
::after,
::before {
  box-sizing: content-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: inherit;
  line-height: 1.5;
}

/* bootstrap　フォームパーツテキスト調整用 */
.bt_form_style * {
  font-size: 1.6rem !important;
}

/* bootstrap　cssリセット end*/
html,
body {
  width: 100%;
  overflow-x: hidden;
}

img {
  -webkit-touch-callout: none !important; /* iphone ipadリンク長押しのポップアップを無効化 */
  -webkit-user-select: none !important; /* iphone ipad テキスト長押しの選択ボックスを無効化 */
}

main {
  word-wrap: break-word;
}

/*文字サイズ
----------------------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
}
html.normal {
  font-size: 62.5%;
  font-feature-settings: "palt";
}
html.middole {
  font-size: 70%;
}
html.large {
  font-size: 80%;
}

@media screen and (max-width: 1370px) {
  html {
    font-size: 0.8vw;
  }
  html.normal {
    font-size: 0.8vw;
  }
  html.middole {
    font-size: 1vw;
  }
  html.large {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 0.9vw;
  }
  html.normal {
    font-size: 0.9vw;
  }
  html.middole {
    font-size: 1.1vw;
  }
  html.large {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 1.5vw;
  }
  html.normal {
    font-size: 1.5vw;
  }
  html.middole {
    font-size: 1.8vw;
  }
  html.large {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 2.6vw;
  }
  html.normal {
    font-size: 2.6vw;
  }
  html.middole {
    font-size: 2.8vw;
  }
  html.large {
    font-size: 3vw;
  }
}
/*body
----------------------------------------------------------------------------------------------------------------*/
@media print {
  body {
    zoom: 75%;
  }
}
/*カラーチェンジ
--------------------------------------------------------*/
body {
  background: var(--base-color0);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--base-color4);
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body.mincho,
.txt-mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

body.gothic,
.txt-gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.7;
}

a {
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
  color: var(--base-color4);
  margin-bottom: 0 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}

a:focus-visible,
a:focus-visible > div,
select:focus-visible,
.lits_num.image-link:focus-visible,
.btn_basic button:focus-visible,
.comment_scroll:focus-visible {
  outline: 2px solid var(--black-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--white-white-black) !important;
  border-radius: 3px;
}

a:focus-visible > .logo_flex {
  outline: 2px solid var(--white-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--black-white-black) !important;
  border-radius: 3px;
}

.btn_basic button:focus-visible {
  border-radius: 3rem;
}

.slick-dots button:focus-visible {
  outline: 2px solid var(--black-black-white) !important;
  box-shadow: 0px 0px 0px 3px var(--white-white-black) !important;
  border-radius: 2px;
}

label {
  cursor: pointer;
}

.select-btn {
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 0.3rem;
  padding: 2px 6px;
  background: #f0f0f0;
  cursor: pointer;
}

input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
  box-sizing: border-box;
}

button {
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

iframe {
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  iframe {
    max-width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 1200px), print {
  a.tel_link[href^="tel:"] {
    pointer-events: none;
  }
}
/*線の削除
-------------------------------------------------------------------*/
/*青い線の削除*/
.slick-slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}
.slick-slide:focus {
  outline: none !important;
}
.slick-slide *:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}

/* pc / tab / sp
============================================================================================================ */
.sp {
  display: none;
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.pc_tab,
.pc_tab_68 {
  display: block;
}

.tab_sp,
.sp_68 {
  display: none;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .tab_sp {
    display: block !important;
  }
}
@media screen and (max-width: 680px) {
  .pc_tab_68 {
    display: none;
  }
  .sp_68 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc_tab {
    display: none !important;
  }
  .tab_sp {
    display: block !important;
  }
}
/* sp
============================================================================================================ */
@media screen and (max-width: 960px) {
  *[data-label] img {
    display: none;
  }
  *[data-label]:before {
    content: attr(data-label);
  }
  *[data-label-r]:after {
    content: attr(data-label-r);
  }
}
/* w
============================================================================================================ */
.w80 {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.w {
  position: relative;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.w11 {
  position: relative;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.w12 {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

/* ヘッダー
============================================================================================================ */
#header {
  font-size: 1.4rem;
  position: fixed;
  width: 100%;
  z-index: 500;
  box-sizing: border-box;
  background: var(--base-color0);
  /*  &.header_bg {
    .head {
      background: url(../images/parts/motif_bg.jpg) repeat-x;
      background-size: 8px;
      background-position: center;
    }
  } */
  /*    &.header_bg_gra {
    .head {
      background: var(--gra-color3);
      background-size: contain;
    }
  } */
}
#header .head {
  background: var(--base-color0);
  padding-left: 2vw;
  /*   padding-top: 0.5rem;
  padding-bottom: 0.5rem; */
  height: 7rem;
  display: flex;
  justify-content: space-between;
  padding-right: 9vw;
  align-items: center;
  width: calc(100% - 9vw);
  z-index: 999;
}
#header.header_bg .head {
  background: var(--base-color3) !important;
}
#header.header_bg .head .logo a {
  color: var(--base-color0);
}
#header.header_bg .head .logo a .logo_text {
  color: var(--white-black-white);
}
#header .logo {
  width: 55%;
  /*    border: solid 1px red;*/
}
#header .logo_flex {
  font-size: 3.2rem;
  position: relative;
  display: flex;
}
#header .logo .img {
  margin-right: 1%;
  max-width: 2em;
  line-height: 1.2;
}
#header .logo .img img {
  width: 100%;
  height: 1.5em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
#header .logo_text {
  width: calc(100% - 2em);
  word-break: break-all;
  font-weight: bold;
  line-height: 1.3;
  /*     margin-top: 1rem; */
}
#header .logo_text_img {
  margin-top: 0 !important;
}
#header .logo_text_img img {
  width: 100%;
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit: contain; object-position: left;";
}

/* @media screen and (min-width: 2100px), print {
  #header .head {
    max-width: 2100px;
    margin: auto;
  }
} */
@media screen and (min-width: 1856px), print {
  #header .head .logo .img img {
    height: 40px;
  }
  #header .head .logo_text_img img {
    height: 5rem;
  }
}
@media screen and (max-width: 960px) {
  #header {
    height: 5.5rem;
  }
  #header .head {
    padding-right: 9vw;
    width: calc(100% - 9vw);
    height: 5.5rem;
  }
}
@media screen and (max-width: 680px) {
  #header {
    height: 5rem;
  }
  #header .head {
    height: 5rem;
    padding: 0 0;
    padding-left: 2vw;
    width: 100%;
  }
  #header.header_bg .head {
    background: url(../images/parts/motif_bg.jpg) repeat-x;
    background-size: 6px;
    background-position: center;
  }
}
/* logo
----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1855px) {
  #header .logo_flex {
    font-size: 1.5vw;
    align-items: center;
  }
  #header .logo_flex > * {
    line-height: 1.2;
  }
  #header .logo .img {
    width: 3em;
    line-height: 1;
  }
  #header .logo_text_img img {
    height: 4vw;
  }
}
@media screen and (max-width: 1370px) {
  #header .logo_flex {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 680px) {
  #header .logo_flex {
    margin-top: 0.1em;
  }
  #header .logo {
    width: 86%;
    /*    border: solid 1px red;*/
  }
  #header .logo .img img {
    height: 3rem;
  }
  #header .logo_text_img {
    margin-top: 0;
  }
  #header .logo_text_img img {
    height: 5rem;
  }
}
@media screen and (max-width: 680px) {
  #header .logo_flex {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #header .logo_flex {
    margin-top: 0rem;
    font-size: 1.5rem;
  }
  #header .logo .img {
    min-width: 10%;
  }
  #header .logo .img img {
    height: 1.8rem;
  }
  #header .logo_text_img img {
    height: 5.6rem;
  }
}
/* 文字数サイズ出し分け */
#header .logo_text.f_large {
  font-size: 2.5vw;
}
@media screen and (max-width: 680px) {
  #header .logo_text.f_large {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  #header .logo_text.f_large {
    font-size: 4vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 680px) {
  #header .logo_text.f_medium {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 480px) {
  #header .logo_text.f_medium {
    font-size: 5.7vw;
  }
}
#header .logo_text.f_small {
  font-size: 1.8vw;
}
@media screen and (max-width: 680px) {
  #header .logo_text.f_small {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  #header .logo_text.f_small {
    font-size: 3.5vw;
  }
}

/* Google Translate 
----------------------------------------------------------------------------------------------------------------*/
.google_translate {
  margin-right: 1em;
}
.google_translate > * {
  padding: 0 0.5em;
  display: block;
  background: var(--base-color1);
  color: var(--white-white-black) !important;
  border: 1px solid var(--base-color1);
}
.google_translate:hover > * {
  /* background: var(--base-color3); */
  color: var(--white-white-black) !important;
}

.hamburger_area .google_translate {
  margin-right: auto;
  margin-bottom: 1em;
}
.hamburger_area .google_translate > * {
  display: inline-block;
  background: none;
  color: var(--white-black-white) !important;
  border: 1px solid var(--white-black-white) !important;
}

/* ふりがな 
----------------------------------------------------------------------------------------------------------------*/
.head_kana,
.head_voice {
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.kana_title {
  margin-right: 0.5em;
}
.kana_list {
  align-items: center;
  display: flex;
}
.kana_list li {
  text-align: center;
}
.kana_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8em;
  padding: 0em 0.5em 0.2em 0.5em;
  background: var(--base-color1);
  color: var(--base-color0);
}

.head_voice .kana_list li a {
  padding: 0em 0.2em 0.2em 0.2em;
  aspect-ratio: 1/1;
}
.head_voice .kana_list li a img {
  filter: brightness(0) invert(1);
  height: 1.5em;
}

@media (orientation: landscape) and (1371px <= width) {
  .furigana_area {
    display: flex !important;
  }
}
/* 各ふりがな  ヘッダー内
 ---------------------------------------*/
.furigana_area {
  padding-right: 1vw;
  height: 4rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: var(--base-color3);
  color: var(--white-black-white);
  border-bottom: 1px solid var(--color-gray3);
}
.furigana_area a:focus-visible {
  outline: 2px solid var(--white-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-white) !important;
  outline-offset: -2px;
  border-radius: 3px;
}
.furigana_area .pc_emb {
  /*   top:0;
  right:10px;
  position: absolute;
  z-index: 1001;
  width: 300px!important;
  height: 380px !important; */
}
.furigana_area .embedvoice {
  top: 50px;
  right: 10px;
  position: absolute;
  z-index: 1000;
}
.furigana_area .embedvoice iframe {
  width: 300px !important;
  height: 400px !important;
}

.tab_jamp_area {
  position: absolute;
  top: 0.2em;
  left: 2vw;
  z-index: 9999;
}
.tab_jamp_area a {
  opacity: 0;
  height: 0;
  width: 0;
  border: solid 1px var(--white-black-white);
  background: var(--white-black-white);
  text-align: center;
  font-size: 1.4rem;
  width: 10em;
  display: block;
  font-weight: bold;
  color: var(--black-white-black);
}
.tab_jamp_area a.tab_active {
  opacity: 1;
  width: auto;
  height: auto;
}
.tab_jamp_area a.tab_active:focus-visible {
  outline: 2px solid var(--black-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--white-black-white) !important;
  outline-offset: -2px;
  border-radius: 3px;
}
.tab_jamp_area a:not(.tab_active) {
  pointer-events: none; /* クリック無効化 */
  cursor: not-allowed;
}

.tab_jamp_area2 {
  position: absolute;
  top: 0.2em;
  left: 2vw;
}
.tab_jamp_area2 a {
  opacity: 0;
  height: 0;
  width: 0;
  border: solid 1px var(--white-black-white);
  background: var(--white-black-white);
  text-align: center;
  font-size: 1.4rem;
  width: 10em;
  display: block;
  font-weight: bold;
  color: var(--black-white-black);
}
.tab_jamp_area2 a.tab_active {
  opacity: 1;
  width: auto;
  height: auto;
}
.tab_jamp_area2 *:focus-visible {
  outline: 2px solid var(--black-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--white-black-white) !important;
  outline-offset: -2px;
  border-radius: 3px;
}

@media screen and (max-width: 960px) {
  html.large .furigana_area {
    font-size: 0.7em;
  }
}
/* c_scheme fz_change
----------------------------------------------------------------------------------------------------------------*/
.c_scheme,
.fz_change {
  background: var(--base-color1);
  border-radius: 5rem;
  padding: 5px 1.5rem 5px 5px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-left: 1rem;
}
[lang]:not([lang=ja]) .c_scheme,
[lang]:not([lang=ja]) .fz_change {
  align-items: stretch;
  padding-left: 2em;
  padding-right: 2em;
}
[lang]:not([lang=ja]) .c_scheme > *,
[lang]:not([lang=ja]) .fz_change > * {
  min-height: 3.8em;
}
[lang]:not([lang=ja]) .c_scheme > p,
[lang]:not([lang=ja]) .fz_change > p {
  align-items: flex-start;
}
.c_scheme ul,
.fz_change ul {
  box-sizing: border-box;
  display: flex;
}
[lang]:not([lang=ja]) .c_scheme ul,
[lang]:not([lang=ja]) .fz_change ul {
  align-items: stretch;
  margin-left: 1.5rem;
}
.c_scheme ul > li,
.fz_change ul > li {
  box-sizing: border-box;
  width: 4em;
}
[lang]:not([lang=ja]) .c_scheme ul > li,
[lang]:not([lang=ja]) .fz_change ul > li {
  display: flex;
  width: auto;
  font-size: 1.2rem;
}
[lang]:not([lang=ja]) .c_scheme ul > li span,
[lang]:not([lang=ja]) .fz_change ul > li span {
  align-items: center;
  justify-content: center;
}
.c_scheme ul > li > *,
.fz_change ul > li > * {
  border-radius: 5px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_scheme ul > li > *:hover,
.fz_change ul > li > *:hover {
  cursor: pointer;
}
.c_scheme ul > li + li,
.fz_change ul > li + li {
  margin-left: 5px;
}
.c_scheme > p,
.fz_change > p {
  text-align: right;
  width: 3.5em;
  margin-right: 2%;
  color: var(--base-color0);
  writing-mode: vertical-rl;
  position: relative;
  padding-left: 1em;
}
[lang]:not([lang=ja]) .c_scheme > p,
[lang]:not([lang=ja]) .fz_change > p {
  display: flex;
  align-items: center;
  width: 4rem !important;
  writing-mode: horizontal-tb;
  font-size: 1.2rem;
  padding-left: 1.4em;
}
.c_scheme > p:before,
.fz_change > p:before {
  position: absolute;
  content: "";
  border: 4px solid transparent;
  border-left: 8px solid var(--base-color0);
  top: 50%;
  box-sizing: border-box;
  width: 4px;
  height: 6px;
  left: 0.4em;
  transform: translate(0%, -50%);
}

html.large [lang]:not([lang=ja]) .c_scheme p, html.large [lang]:not([lang=ja]) .fz_change p {
  font-size: 0.4rem;
}
html.large [lang]:not([lang=ja]) .c_scheme span, html.large [lang]:not([lang=ja]) .fz_change span {
  font-size: 0.4rem;
  width: 5rem;
}

/* 色 */
/* .c_scheme ul li > *{
  border: solid 1px var(--base-color0);
} */
.c_scheme ul > li:nth-child(1) > * {
  color: var(--white-white-black);
  border: solid 1px var(--white-white-black);
}
.c_scheme ul > li:nth-child(1) > *:focus-visible {
  outline: 2px solid var(--white-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-white) !important;
  outline-offset: -2px;
}

.c_scheme ul > li:nth-child(2) > * {
  background: var(--white-white-white);
  color: var(--black-black-black);
  border: 1px solid var(--white-black-black);
}
.c_scheme ul > li:nth-child(2) > *:focus-visible {
  outline: 2px solid var(--black-black-black) !important;
  box-shadow: 0px 0px 0px 1px var(--white-white-white) !important;
  outline-offset: -2px;
}

.c_scheme ul > li:nth-child(3) > * {
  border: solid 1px var(--black-white-black);
  background: var(--black-black-black);
  color: var(--white-white-white);
}
.c_scheme ul > li:nth-child(3) > *:focus-visible {
  outline: 2px solid var(--white-white-white) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-black) !important;
  outline-offset: -2px;
}

/*色　is-active*/
.c_scheme ul > li:nth-child(3) > *.is-active {
  border: solid 1px var(--white-black-black);
  background: var(--black-black-black);
  color: var(--white-black-black);
}

/* 文字 */
.fz_change ul li > * {
  border: solid 1px var(--base-color0);
}

.fz_change ul > li:nth-child(1) > * {
  color: var(--white-white-black);
  border: solid 1px var(--white-white-black);
}

.fz_change ul > li:nth-child(2) > *, .fz_change ul > li:nth-child(3) > * {
  background: var(--white-black-black);
  color: var(--black-white-white);
}

/*文字　is-active*/
.fz_change ul > li > *.is-active {
  border: solid 1px var(--white-white-black);
  color: var(--black-black-white);
  background: var(--white-white-black);
}
.fz_change ul > li > *.is-active:focus-visible {
  outline: 2px solid var(--black-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--white-white-black) !important;
  outline-offset: -2px;
}

.fz_change ul > li * {
  /*  &.is-active {
    background: var(--normal-white-white);
    color: var(--white-black-white);
  } */
}
.fz_change ul > li *.is-active-plus {
  background: var(--normal-black-white);
  color: var(--white-white-black);
}
.fz_change ul > li *.is-active-plus:focus-visible {
  outline: 2px solid var(--white-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-white) !important;
  outline-offset: -2px;
}

/*各設定  head
----------------------------------------------------*/
.head .c_scheme {
  justify-content: flex-end;
}
[lang]:not([lang=ja]) .head .c_scheme {
  padding-left: 2em;
  padding-right: 2em;
}
.head .fz_change {
  justify-content: flex-end;
  margin-left: 2%;
}

@media screen and (max-width: 1855px) {
  .head .c_scheme,
  .head .fz_change {
    font-size: 1.1rem;
    padding-left: 1em;
  }
  [lang]:not([lang=ja]) .head .c_scheme {
    padding-left: 2em;
    padding-right: 2em;
  }
  [lang]:not([lang=ja]) .head .change_list li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1370px) {
  .head .c_scheme,
  .head .fz_change {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .head .c_scheme,
  .head .fz_change {
    display: none;
  }
}
/*各設定  hamburger_area
----------------------------------------------------*/
.hamburger_area {
  /*  .c_scheme ul li li:nth-child(2) > *,
  .fz_change ul li li:nth-child(2) > * {
    border: 1px solid var(--color-gray3);

    &.is-active {
      border-top: 1px solid var(--color-gray3);
      border-bottom: 1px solid var(--color-gray3);
      border-right: 1px solid var(--color-gray3);
      border-left: 1px solid var(--color-gray3);
    }
  }


  } */
}
.hamburger_area .c_scheme,
.hamburger_area .fz_change {
  max-width: 23rem;
  /*    max-width: 222px;*/
  margin: auto;
}
[lang]:not([lang=ja]) .hamburger_area .c_scheme,
[lang]:not([lang=ja]) .hamburger_area .fz_change {
  margin-left: 1rem;
  padding-left: 0;
  max-width: none;
}
.hamburger_area .c_scheme {
  margin: 2rem 0 1rem 3rem;
}
.hamburger_area .fz_change {
  margin: 1rem 0 1rem 3rem;
}
.hamburger_area .c_scheme_list > *,
.hamburger_area .change_list > * {
  width: 6.5rem;
}
.hamburger_area .c_scheme > p,
.hamburger_area .fz_change > p {
  padding: 0 1rem !important;
  color: var(--white-black-white);
}
.hamburger_area .c_scheme > p:before,
.hamburger_area .fz_change > p:before {
  left: -0.1rem !important;
}
.hamburger_area .c_scheme ul > li:nth-child(1) > * {
  color: var(--white-black-white);
  border: solid 1px var(--white-black-white);
}
.hamburger_area .c_scheme ul > li:nth-child(1) > *:focus-visible {
  outline: 2px solid var(--white-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--black-white-black) !important;
  outline-offset: -2px;
}
.hamburger_area .c_scheme ul > li:nth-child(1) > * .c_scheme ul > li:nth-child(1) > * {
  color: var(--white-white-black);
  border: solid 1px var(--white-white-black);
}
.hamburger_area .c_scheme ul > li:nth-child(2) > * {
  background: var(--white-white-white);
  color: var(--black-black-black);
  border: solid 1px var(--white-black-white);
}
.hamburger_area .c_scheme ul > li:nth-child(3) > * {
  border: solid 1px var(--black-white-white);
}
.hamburger_area .c_scheme ul > li:nth-child(3) > *:focus-visible {
  outline: 2px solid var(--white-white-white) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-black) !important;
  outline-offset: -2px;
}
.hamburger_area .fz_change ul > li > *.is-active {
  border: solid 1px var(--white-black-white);
}
.hamburger_area .fz_change ul > li > *.is-active-plus {
  border: solid 1px var(--white-black-white);
}
.hamburger_area .fz_change ul > li > *.is-active-plus:focus-visible {
  background: var(--normal-black-white);
}
.hamburger_area .KanaboWeb {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin-left: 2rem !important;
}
.hamburger_area .KanaboWeb .kana_conversion .kana_title {
  margin-right: 0.2rem !important;
}
[lang]:not([lang=ja]) .hamburger_area .KanaboWeb .kana_conversion .kana_title {
  margin-right: 1.7rem;
}
.hamburger_area .KanaboWeb + .voice_conversion {
  margin-left: 1rem;
}
.hamburger_area .KanaboWeb + .voice_conversion .conversion_list {
  margin-bottom: 2rem;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 7.3rem;
}
[lang]:not([lang=ja]) .hamburger_area .KanaboWeb + .voice_conversion .conversion_list {
  margin-left: 8.5rem;
}
.hamburger_area .KanaboWeb + .voice_conversion .conversion_list li {
  margin: 0;
}
.hamburger_area .KanaboWeb + .voice_conversion .conversion_list li a {
  border-radius: 5px;
}
.hamburger_area .KanaboWeb .conversion_list li {
  margin: 0;
}
.hamburger_area .KanaboWeb .conversion_list li a {
  border-radius: 5px;
}
.hamburger_area .KanaboWeb a:focus-visible,
.hamburger_area .KanaboWeb .voice_conversion a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
.hamburger_area .KanaboWeb .kana_conversion .kana_title {
  width: 5.9rem;
}
.hamburger_area .KanaboWeb .conversion_list li {
  margin: 0 0.1rem;
}

@media screen and (max-width: 1370px) {
  .hamburger_area .c_scheme,
  .hamburger_area .fz_change {
    max-width: 25rem;
  }
  [lang]:not([lang=ja]) .hamburger_area .c_scheme,
  [lang]:not([lang=ja]) .hamburger_area .fz_change {
    max-width: none;
  }
}
@media screen and (max-width: 780px) {
  .hamburger_area .c_scheme,
  .hamburger_area .fz_change {
    max-width: 23rem;
  }
}
@media screen and (max-width: 680px) {
  .hamburger_area .c_scheme,
  .hamburger_area .fz_change {
    max-width: 23rem;
  }
}
@media screen and (max-width: 480px) {
  .hamburger_area .c_scheme,
  .hamburger_area .fz_change {
    max-width: 23rem;
  }
}
[lang]:not([lang=ja]) .c_scheme ul > li:nth-child(1) > * {
  overflow-wrap: break-word !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0.5rem;
  width: 4rem;
}

[lang]:not([lang=ja]) .c_scheme ul > li:nth-child(2) > *,
[lang]:not([lang=ja]) .c_scheme ul > li:nth-child(3) > * {
  overflow-wrap: break-word !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0.5rem;
  width: 7rem;
}

/*各設定  furigana_area
----------------------------------------------------*/
.furigana_area .c_scheme,
.furigana_area .fz_change {
  margin-top: 0;
  justify-content: flex-end;
  width: 25rem;
  font-size: 1.3rem;
}
.furigana_area .c_scheme ul > li,
.furigana_area .fz_change ul > li {
  width: 5em;
}

@media screen and (max-width: 1370px) {
  html.large .furigana_area {
    font-size: 0.8em;
  }
  html.large .furigana_area .c_scheme,
  html.large .furigana_area .fz_change {
    font-size: 0.9em !important;
    width: 21em;
  }
}
@media screen and (max-width: 1370px) {
  .head_voice,
  .furigana_area {
    display: none !important;
  }
}
/*search_area
----------------------------------------------------------------------------------------------------------------*/
.search_area form {
  position: relative;
}
.search_area form input[type=text] {
  border-radius: 0;
  font-size: 1.6rem;
  padding: 5px 3.5rem 5px 10px;
  background: var(--base-color0) url("../images/ico_search.svg") no-repeat;
  background-size: 1.8rem;
  background-position: top 50% right 1rem;
  width: 100%;
  position: relative;
  border-radius: 5rem;
  border: 2px var(--base-color1) solid;
}
.search_area form ::-moz-placeholder {
  color: #aaaaaa;
}
.search_area form ::placeholder {
  color: #aaaaaa;
}
.search_area form button {
  position: absolute;
  width: 37px;
  height: 35px;
  cursor: pointer;
  z-index: 5;
  top: 0;
  right: 0;
}
.search_area form button:focus-visible {
  outline: 2px solid var(--black-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--white-white-black) !important;
  border-radius: 3px;
}

/*各設定 head
----------------------------------------------------*/
.head .search_area {
  margin-left: 1.5%;
  /*   margin-top: 3px; */
  width: 19%;
}

@media screen and (max-width: 1445px) {
  .head .search_area input[type=text] {
    font-size: calc(1.6rem - 0.3vw);
  }
}
@media screen and (max-width: 960px) {
  .head .search_area {
    width: 30%;
  }
}
@media screen and (max-width: 680px) {
  .head .search_area {
    display: none;
  }
}
/*各設定  hamburger_area
----------------------------------------------------*/
.hamburger_area .search_area {
  margin: auto 10rem auto 3rem;
  max-width: 100%;
  position: relative;
  padding: 3rem 0 3rem 0;
}
.hamburger_area nav > div > div {
  position: relative;
}
.hamburger_area .search_area:before {
  content: "";
  background: var(--white-black-white);
  width: 300%;
  position: absolute;
  bottom: 0;
  left: -50%;
  height: 1px;
}

@media screen and (max-width: 680px) {
  .hamburger_area .search_area {
    padding: 2rem 0 2rem 0;
  }
}
/* globalnavi PC  nav______
----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 681px), print {
  .pc_header_area {
    background: var(--normal-white-black);
    /*  max-width: 1000px;*/
    margin: auto;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
    z-index: 500;
    /*   &:before {
      content: "";
      background: var(--normal-gray-dgray);
      width: 200vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: -50vw;
    } */
  }
  .pc_header_area nav .global {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pc_header_area nav .global a:hover {
    color: var(--white-black-white);
  }
  .pc_header_area nav .global a:focus-visible {
    outline: 2px solid var(--black-black-white) !important;
    box-shadow: 0px 0px 0px 1px var(--white-white-black) !important;
    outline-offset: -2px;
    border-radius: 3px;
  }
  .pc_header_area nav .global > li {
    position: relative;
  }
  .pc_header_area nav .global > li > a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 1.5vw;
    height: 6rem;
    font-size: 1.7rem;
    position: relative;
    color: var(--white-black-white);
  }
  .pc_header_area nav .global > li > a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 0px;
    background: var(--bg-color2);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .pc_header_area nav .global > li > a:focus-visible {
    outline: 2px solid var(--white-black-white) !important;
    box-shadow: 0px 0px 0px 1px var(--black-white-black) !important;
    outline-offset: -2px;
    border-radius: 3px;
  }
  .pc_header_area nav .global > li.header_top {
    position: relative;
    /*   &:after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 0px;
      background: var(--bg-color2);
      border-radius: 20px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    } */
  }
  .pc_header_area nav .global > li.header_top:hover:after {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    height: 5px;
  }
  .pc_header_area nav .global > li.header_top a {
    padding: 0 1vw 0 1.5vw;
    filter: brightness(0) invert(1);
    background: url("../images/home.svg") no-repeat;
    background-size: 1.5rem;
    background-position: top 50% left 0;
  }
  .pc_header_area nav .global > li.header_top a:after {
    content: normal !important;
  }
  .pc_header_arear nav .global > li > a:hover {
    opacity: 0.9;
  }
  .pc_header_area nav .global > li:hover > a:after {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    height: 5px;
  }
  .pc_header_area nav .global > li:hover > ul {
    overflow: visible;
    opacity: 1;
    height: auto;
    top: 6rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .pc_header_area nav .global > li.hover > a:after {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    height: 5px;
  }
  .pc_header_area nav .global > li.hover > ul {
    overflow: visible;
    opacity: 1;
    height: auto;
    top: 6rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .pc_header_area nav .global > li > ul {
    /*第2階層
    ---------------------------------------*/
    position: absolute;
    width: 100%;
    transition: all 0.15s ease;
    top: 4rem;
    opacity: 0;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    /* 開発 */
    /*      overflow: visible;
    opacity: 1;
    height: auto;
    top: 0; */
  }
  .pc_header_area nav .global > li > ul > li {
    position: relative;
    z-index: 100;
  }
  .pc_header_area nav .global > li > ul > li > a {
    white-space: nowrap;
  }
  .pc_header_area nav .global > li ul > li > ul {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.15s ease;
    /* 開発 */
    /*  overflow: visible;
    opacity: 1;
    height: auto;
    top: 0; */
  }
  .pc_header_area nav .global > li ul > li > ul > li {
    position: relative;
  }
  .pc_header_area nav .global > li ul > li > ul > li > ul {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.15s ease;
  }
  .pc_header_area nav .global > li ul > li > ul > li > ul > li {
    position: relative;
  }
  .pc_header_area nav .global > li ul > li > ul > li > ul > li > ul {
    display: none;
  }
  .pc_header_area nav .global li > ul > li:hover > ul {
    overflow: visible;
    opacity: 1;
    height: auto;
    top: 0;
  }
  .pc_header_area nav .global li > ul > li.hover > ul {
    overflow: visible;
    opacity: 1;
    height: auto;
    top: 0;
  }
  .pc_header_area nav .global ul li a {
    /*aタグデザイン
    ---------------------------------------*/
    border-top: 1px solid #c9c9c9;
    background: var(--base-color0);
    padding: 0.5em 1em;
    height: auto;
    /*      min-width: fit-content;*/
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .pc_header_area nav .global ul li a:hover, .pc_header_area nav .global ul li a:focus-visible {
    background: var(--bg-color3);
    color: var(--black-black-white);
  }
}
@media screen and (max-width: 780px) {
  .pc_header_area {
    display: none !important;
    height: 0 !important;
    z-index: -3;
    position: relative;
    overflow: hidden;
    opacity: 0;
  }
}
/* globalnavi SP （ＰC時も表示）  nav______  hamburger_area
----------------------------------------------------------------------------------------------------------------*/
/*閉じるエリア*/
.hamburger_close {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
  display: none;
}

.hamburger_area {
  position: absolute;
  z-index: 1000;
}
.hamburger_area nav {
  position: fixed;
  height: 100%;
  top: 0px;
  right: 0;
  width: 0%;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  /*        display: none;
    overflow: hidden;
      opacity: 0;*/
  transition: all 0.3s ease;
}
.hamburger_area nav .global {
  display: block;
  margin-right: 0;
  font-size: 1.4rem;
  position: relative;
}
.hamburger_area nav .global * :focus-visible {
  outline: 2px solid var(--white-black-white) !important;
  box-shadow: 0px 0px 0px 2px var(--black-white-black) !important;
  outline-offset: -1px;
}

#header.open .hamburger_area nav {
  width: 30em;
  overflow: visible;
  opacity: 1;
}

.hamburger_area nav > div {
  height: 100%;
  margin: auto 0 auto auto;
  background: var(--normal-gray-dgray);
  overflow-y: scroll;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}
.hamburger_area nav > div::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
.hamburger_area nav > div > div {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}
.hamburger_area nav > div > div::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
.hamburger_area nav .global > li {
  /*リストデザイン
  -------------------------------------------------------*/
  position: relative;
  border-bottom: 1px solid var(--white-black-white);
  /*第二階層
  　　　　　-------------------------------------------------------*/
}
.hamburger_area nav .global > li a {
  display: block;
  padding: 0.6em 2em;
  height: auto;
  position: relative;
  color: var(--white-black-white);
}
.hamburger_area nav .global > li.nav_ico_kye > a {
  background: none !important;
}
.hamburger_area nav .global > li.nav_ico_kye > a:before {
  top: 0.8em !important;
}
.hamburger_area nav .global > li.header_top a {
  /*home*/
  filter: brightness(0) invert(1);
  background: url("../images/home.svg") no-repeat;
  background-size: 2rem;
  /*    padding: 1.2em 2em 1.2rem 5.4rem; */
  padding: 0.6em 2em 0.6em 5.4rem;
  background-position: top 50% left 2em;
}
.hamburger_area nav .global > li > ul {
  /*  a {
           padding-left: 5rem;
           background: url("../images/menu_arrow.svg") no-repeat;
           background-position: top 50% left 4rem;
           background-size: 0.8rem;
         }
  */
}
.hamburger_area nav .global > li > ul a {
  padding-left: 4rem;
  background: url("../images/menu_arrow.svg") no-repeat;
  background-position: top 50% left 3rem;
  background-size: 0.8rem;
}
.hamburger_area nav .global > li > ul .nav_ico_kye a {
  background: none !important;
}
.hamburger_area nav .global > li > ul ul a {
  padding-left: 4em;
  background-position: top 50% left 3em;
}
.hamburger_area nav .global > li > ul ul ul a {
  padding-left: 5em;
  background-position: top 50% left 4em;
}
.hamburger_area nav .global > li > ul ul ul ul a {
  padding-left: 6em;
  background-position: top 50% left 5em;
}
.hamburger_area nav .global > li > ul ul ul ul ul a {
  padding-left: 7em;
  background-position: top 50% left 6em;
}
.hamburger_area nav .global > li > ul ul ul ul ul ul a {
  padding-left: 8em;
  background-position: top 50% left 7em;
}
.hamburger_area nav .global > li > ul ul ul ul ul ul ul a {
  padding-left: 9em;
  background-position: top 50% left 8em;
}
.hamburger_area nav .global > li > ul ul ul ul ul ul ul ul a {
  padding-left: 10em;
  background-position: top 50% left 9em;
}
.hamburger_area nav .global ul li {
  position: relative;
  border-top: 1px solid var(--white-black-white);
}
.hamburger_area nav .nav_down {
  position: absolute;
  right: 8px;
  /* top: 32px; */
  top: 2.2em;
  width: 30px;
  height: 30px;
  margin-top: -26px;
  z-index: 10;
  cursor: pointer;
  background: var(--white-black-white);
  border-radius: 5rem;
}
.hamburger_area nav .nav_down:focus-visible {
  outline: 2px solid var(--black-white-black) !important;
  box-shadow: 0px 0px 0px 2px var(--white-black-white) !important;
  outline-offset: -2px;
}
.hamburger_area nav .global .has_snav > .nav_down:after {
  /* plus icon */
  content: "";
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 7.55px;
  top: 50%;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background: var(--normal-white-black);
  transition: all 0.2s;
  z-index: 9;
}
.hamburger_area nav .global .has_snav > .nav_down:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 14px;
  top: 50%;
  width: 2px;
  height: 15px;
  background: var(--normal-white-black);
  margin-top: -7px;
  transition: all 0.2s;
}
.hamburger_area nav .global > li > ul li .nav_down:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 7px;
  top: 14px;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  background: var(--base-color0);
  transition: all 0.2s;
  z-index: 9;
}
.hamburger_area nav .global > li > ul > li .nav_down:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 17px;
  top: 50%;
  width: 2px;
  height: 18px;
  background: var(--base-color0);
  margin-top: -7px;
  transition: all 0.2s;
}
.hamburger_area nav .global > li.has_snav > .nav_down.open:before,
.hamburger_area nav .global > li > ul > li.has_snav .nav_down.open:before {
  transform: translateY(0) rotate(90deg);
  opacity: 0;
}
.hamburger_area nav .conversion_list * :focus-visible {
  outline: 2px solid var(--white-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--black-white-black) !important;
  outline-offset: -2px;
}
.hamburger_area nav .conversion_list > li a {
  color: var(--white-black-white);
  border: 1px solid var(--white-black-white);
}

@media screen and (max-width: 1200px) {
  .hamburger_area nav .nav_down {
    top: 2.35em;
  }
}
@media screen and (max-width: 1024px) {
  #header.open .hamburger_area nav {
    width: 55%;
  }
}
@media screen and (max-width: 680px) {
  #header.open .hamburger_area nav {
    width: 100%;
  }
  .hamburger_area nav .nav_down {
    top: 2.3em;
  }
}
#gt-nvframe + script + span + #header .nav_area .hamburger_area nav {
  top: 57px !important;
}

/* nav ハンバーガー
----------------------------------------------------------------------------------------------------------------*/
#header .nav_btn {
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 5rem;
  z-index: 1001;
  background: var(--base-color1);
  cursor: pointer;
  border-radius: 300px;
}
#header .nav_btn span {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  z-index: 1001;
}
#header .nav_btn:focus-visible {
  outline: 2px solid var(--white-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-white) !important;
  outline-offset: -2px;
}
#header .nav_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 2px;
  width: 2.5rem;
  margin-top: -1px;
  background: var(--base-color0);
  transition: all 0.2s;
}
#header .nav_btn span:before, #header .nav_btn span:after {
  content: "";
  position: absolute;
  /*  left: 1.2rem;
  right: 1.2rem; */
  left: 50%;
  top: 50%;
  width: 2.5rem;
  height: 2px;
  margin-top: -1px;
  background: var(--base-color0);
  transition: all 0.2s;
}
#header .nav_btn span:before {
  transform: translate(-50%, 0%) translateY(-0.5em);
}
#header .nav_btn span:after {
  transform: translate(-50%, 0%) translateY(0.5em);
}
#header.jis-tool-bar .nav_btn {
  top: 1rem !important;
}
#header.open .nav_btn {
  display: none;
  background: transparent;
}
#header.open .nav_btn:before {
  opacity: 0;
}
#header.open .nav_btn span:before {
  transform: translateY(0) rotate(45deg);
}
#header.open .nav_btn span:after {
  transform: translateY(0) rotate(-45deg);
}

@media screen and (min-width: 3957px), print {
  #header .nav_btn {
    right: 20vw;
    top: 1rem;
  }
}
/* @media screen and (max-width: 1856px) {
  #header {
    .nav_btn {
      top: 0.7em;
      span {
        width: 3em;
        height: 3em;
      }
    }
  }global
} */
/* @media screen and (max-width: 1360px) {
  #header .nav_btn {
    top: 1vw;
  }
} */
/* @media screen and (max-width: 1145px) {
  #header .nav_btn {
    top: 1.5rem;
  }
} */
/* tab sp */
/* ふりがな対応 */
@media screen and (min-width: 1370px), print {
  #header.up .nav_btn {
    top: 5rem;
    transition: all 0.4s ease;
  }
  #header.up #header .head {
    transition: all 0.4s ease;
    padding-bottom: 0em;
  }
  #header.down .nav_btn {
    transition: all 0.4s ease;
    top: 5rem;
  }
  #header.down #header .head {
    transition: all 0.4s ease;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1370px) {
  #header .nav_btn {
    top: 1rem;
  }
  #header.up .nav_btn {
    top: 1rem;
  }
}
@media screen and (max-width: 960px) {
  #header {
    height: 5.5rem;
  }
  #header .nav_btn {
    top: 0.75rem;
  }
  #header .nav_btn:before {
    width: 2rem;
  }
  #header .nav_btn span {
    width: 4rem;
    height: 4rem;
  }
  #header .nav_btn span:before, #header .nav_btn span:after {
    width: 2rem;
  }
  #header #header.up .nav_btn {
    top: 0.75rem;
  }
  #header.jis-tool-bar .nav_btn {
    top: 0.75rem !important;
  }
}
@media screen and (max-width: 680px) {
  #header {
    height: 5rem;
  }
  #header .nav_btn {
    right: 0.7rem;
    top: 0.75rem;
  }
  #header .nav_btn:before {
    width: 2rem;
  }
  #header .nav_btn span {
    width: 3.5rem;
    height: 3.5rem;
  }
  #header .nav_btn span:before, #header .nav_btn span:after {
    width: 2rem;
  }
  #header.jis-tool-bar .nav_btn {
    top: 0.7rem !important;
  }
}
@media screen and (max-width: 480px) {
  #header {
    height: 5rem;
  }
  #header .nav_btn {
    right: 0.7rem;
    top: 1rem;
  }
  #header .nav_btn:before {
    width: 1.5rem;
  }
  #header .nav_btn span {
    width: 3rem;
    height: 3rem;
  }
  #header .nav_btn span:before, #header .nav_btn span:after {
    width: 1.5rem;
  }
}
/*ハンバーガー　open用　×
-------------------------------------------------------*/
.btn_close {
  cursor: pointer;
  /* display:none;*/
  position: absolute;
  right: 0.5em;
  top: 1.3em;
  z-index: -1;
  width: 60px;
  height: 60px;
}
.btn_close_bottom {
  display: block;
  right: 0.5em;
  width: 60px;
  height: 60px;
}
.btn_close:focus-visible {
  outline: 2px solid var(--white-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--black-white-black) !important;
  outline-offset: -2px;
  border-radius: 3px;
}

#header.open .btn_close {
  display: block;
  z-index: 1001;
}
#header.open .btn_close:before, #header.open .btn_close:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: var(--white-black-white);
  transition: all 0.2s;
}
#header.open .btn_close:before {
  transform: translateY(0) rotate(45deg);
}
#header.open .btn_close:after {
  transform: translateY(0) rotate(-45deg);
}
#header.open .btn_close_bottom {
  display: block;
}
#header.open .btn_close_bottom:before, #header.open .btn_close_bottom:after {
  content: "";
  left: 15px;
  right: 15px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: var(--white-black-white);
  transition: all 0.2s;
}
#header.open .btn_close_bottom:before {
  transform: translateY(0) rotate(45deg);
}
#header.open .btn_close_bottom:after {
  transform: translateY(0) rotate(-45deg);
}
#header.fixed {
  box-shadow: var(--shadow);
}

@media screen and (max-width: 960px) {
  .btn_close {
    top: 1rem;
  }
}
/* fixed 
------------------------------------------------------------- */
/* 印刷用 */
@media print {
  #header {
    position: relative !important;
  }
  #header.fixed {
    position: relative !important;
  }
}
/* @media screen and (min-width: 961px) {
#header.fixed {
  position: relative;
  .head {
    position: fixed;
  }
  .nav_btn {
    position: fixed;
  }
}
}
 */
/* footer
============================================================================================================ */
#footer {
  background: var(--normal-gray-dgray);
  color: var(--white-black-white);
  font-size: 1.6rem;
  padding: 45px 0 0 0;
  z-index: 50;
  position: relative;
}

/*foot_nav*/
.foot_area a {
  color: var(--white-black-white);
}
.foot_area a:focus-visible {
  outline: 2px solid var(--white-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--black-white-black) !important;
  border-radius: 3px;
}

.foot_logo a {
  display: inline-block;
  width: 100%;
  font-size: 2.5rem;
}
.foot_logo a:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000;
}

.foot_area {
  min-height: 9em;
  position: relative;
  max-width: 1516px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /*順序逆*/
}

@media screen and (max-width: 1516px) {
  .foot_area {
    max-width: 90%;
  }
}
@media screen and (max-width: 680px) {
  .foot_area {
    min-height: auto;
    display: block;
  }
  .foot_logo a {
    font-size: 2.2rem;
  }
}
/*foot_nav_box
---------------------------------------------------------*/
.foot_nav_box {
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 680px) {
  .foot_nav_box {
    width: auto;
    text-align: left;
  }
}
/*foot_nav
---------------------------------------------------------*/
.foot_nav {
  padding-bottom: 3rem;
}
.foot_nav > li a {
  background: url("../images/menu_arrow.svg") no-repeat;
  background-size: 0.8rem;
  background-position: top 50% left 0;
  padding-left: 1.3rem;
}

/*statistics_cont*/
.statistics_cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: right;
}

.statistics_cont_list {
  display: flex;
}

.statistics_cont_title {
  position: relative;
  margin-right: 1%;
}
.statistics_cont_title:before {
  content: "";
  width: 1px;
  height: 90%;
  top: 0.2rem;
  position: absolute;
  right: -1rem;
  background: var(--white-black-white);
}

.statistics_cont_list > * {
  padding: 0 10px;
}

@media screen and (max-width: 680px) {
  .statistics_cont {
    width: auto;
    position: static;
    bottom: auto;
    display: block;
    margin-top: 3rem;
    text-align: left;
  }
  .statistics_cont_title {
    margin-right: auto;
  }
  .statistics_cont_title:before {
    content: none;
  }
  .statistics_cont_list {
    display: block;
  }
  .statistics_cont_list > * {
    padding: 0 0;
  }
}
/* sns_area foot-sns-02.php
-----------------------------------------------------------------------------------------------------------------------------------*/
.sns_area {
  background: #f4f4f4;
  padding: 4rem 0;
  border-top: 1px solid #d8d8d8;
}
.sns_area .sns_list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns_area .sns_list > li {
  text-align: center;
}
.sns_area .sns_list > li + li {
  margin-left: 5%;
}
.sns_area .sns_list > li a {
  /* display: block;*/
}
.sns_area .sns_list > li a img {
  width: 100%;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1000px) {
  .sns_area .sns_list {
    max-width: 90%;
  }
}
@media screen and (max-width: 680px) {
  .sns_area {
    margin-top: 5rem;
    padding: 2rem 0;
  }
  .sns_area .sns_list > li + li {
    margin-left: 8%;
  }
}
/* sns_box foot-sns.php
-----------------------------------------------------------------------------------------------------------------------------------*/
.sns_box .sns_list {
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.sns_box .sns_list > li {
  margin-left: 3%;
  text-align: center;
}
.sns_box .sns_list > li a {
  background: var(--base-color3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  width: 4rem;
  height: 4rem;
}
.sns_box .sns_list > li a img {
  width: 100%;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 680px) {
  .sns_box .sns_list {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
  .sns_box .sns_list > li {
    margin-left: 0;
    margin-bottom: 2%;
    margin-right: 5%;
  }
}
/* copyright
------------------------------------------------------------- */
.copyright {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  padding: 10px 0;
  text-align: center;
  background: var(--base-color3);
  color: var(--white-black-white) !important;
}

@media screen and (max-width: 960px) {
  .copyright {
    margin-top: 30px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
/* .page_top
------------------------------------------------------------- */
.page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  border: 1px solid var(--white-black-black);
  z-index: 10;
}
.page_top a {
  display: block;
  background: var(--base-color1);
  width: 75px;
  height: 75px;
  position: relative;
}
.page_top a:hover {
  opacity: 0.8;
}
.page_top a:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  right: 0;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--base-color0);
  border-right: 2px solid var(--base-color0);
  transform: rotate(-45deg);
}
.page_top a:focus-visible {
  outline: 2px solid var(--white-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-white) !important;
  outline-offset: -2px;
  border-radius: 3px;
}

@media screen and (max-width: 1660px) {
  .page_top a {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 680px) {
  .page_top a {
    width: 50px;
    height: 48px;
  }
}
/*cookie
--------------------------------------*/
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 1.6em;
  width: 100%;
  padding: 1.5em 45px 1.5em 10px;
  background-color: var(--cookie-black);
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  box-sizing: border-box;
  z-index: 999;
}

#cookie p {
  color: var(--base-color0);
}

#cookie .btn {
  font-size: 1.6rem;
  color: var(--white-black-white);
  display: inline-block;
  text-decoration: none !important;
  padding: 0.5em 0;
  border: 1px solid var(--normal-gray-dgray);
  background: var(--normal-gray-dgray);
  min-width: 100px;
  margin-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

#cookie .btn:hover, .btn:focus-visible {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

#cookie .btn:focus-visible {
  outline: 2px solid var(--white-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--black-white-black) !important;
  outline-offset: -2px;
  border-radius: 3px;
}

#cookie a {
  color: #fff;
  text-decoration: underline;
}

#cookie a:hover {
  color: #fff;
  text-decoration: none;
}

#cookie .close {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  transition: 0.3s;
}

#cookie .close:hover, .close:focus-visible {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  transition: 0.3s;
}

#cookie .close:focus-visible {
  outline: 2px solid var(--white-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-white) !important;
  outline-offset: -2px;
  border-radius: 3px;
}

#cookie .close::before {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 1px;
  content: "";
  background-color: var(--base-color0);
  transform: rotate(45deg);
  display: block;
}

#cookie .close::after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 1px;
  content: "";
  background-color: var(--base-color0);
  transform: rotate(-45deg);
  display: block;
}

@media screen and (max-width: 769px) {
  #cookie {
    font-size: 1.4em;
    display: block;
  }
  #cookie .btn {
    margin: 15px 0 0 0;
  }
}
/*topic_path
--------------------------------------*/
.topic_path_list {
  max-width: 1200px;
  margin: 1rem auto;
}

.topic_path li {
  display: inline-block;
}
.topic_path li a {
  color: var(--color-gray4);
}
.topic_path li a:after {
  content: ">";
  margin-left: 5px;
  color: var(--color-gray4);
}

@media screen and (min-width: 961px), print {
  .topic_path {
    font-size: 1.3rem;
    padding: 7px 0;
    position: relative;
    z-index: 1;
  }
}
/* 下層用 */
@media screen and (max-width: 1600px) {
  .column2_ab .topic_path {
    padding: 7px 15px;
  }
}
/* 下層用end */
@media screen and (max-width: 1200px) {
  .topic_path {
    padding: 7px 15px;
  }
}
/*topic_path sp */
@media screen and (max-width: 960px) {
  /*追従あり*/
  .topic_path {
    border-bottom: 1px solid #cccccc;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    height: 20px;
    overflow: hidden;
    font-size: 1.2rem;
    -webkit-overflow-scrolling: touch;
    /* margin-bottom: 4rem;*/
  }
  .topic_path_list {
    margin: auto auto auto auto;
  }
  .topic_path ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
    transform: translateZ(0);
  }
  .topic_path ul li:last-child {
    margin-right: 20px;
  }
}
/* コンテナ
============================================================================================================ */
#container {
  position: relative;
  font-size: 1.6rem;
  /*    padding-top: 100px;*/
}

@media screen and (max-width: 960px) {
  #container {
    font-size: 1.4rem;
    padding-top: 6rem;
  }
}
.f_16 {
  font-size: 1.6rem;
}

.f_14 {
  font-size: 1.4rem;
}

/* section
============================================================================================================ */
@media screen and (max-width: 1250px) {
  .sp_section {
    max-width: 95%;
    margin: auto;
  }
  .sp_section_s {
    max-width: 90%;
    margin: auto;
  }
  .freebox_line.document_top {
    max-width: 90% !important;
    margin: auto;
  }
}
.section_ll + .section_ll {
  margin-top: 9rem;
}

.section_l + .section_l {
  margin-top: 6rem;
}

.section_m + .section_m {
  margin-top: 5rem;
}

.section_s + .section_s {
  margin-top: 3rem;
}

@media screen and (max-width: 680px) {
  .section_reset {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section_ll + .section_ll {
    margin-top: 8rem;
  }
  .section_l + .section_l {
    margin-top: 5rem;
  }
  .section_m + .section_m {
    margin-top: 3rem;
  }
  .section_s + .section_s {
    margin-top: 2.5rem;
  }
}
/* padding
============================================================================================================ */
.pdpdb_ll_2_ll_2 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.pdt_ll_2 {
  padding-top: 15rem;
}

.pdb_ll_2 {
  padding-bottom: 15rem;
}

.pd_ll {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.pdt_ll {
  padding-top: 12rem;
}

.pdb_ll {
  padding-bottom: 12rem;
}

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

.pdt_l {
  padding-top: 8rem;
}

.pdb_l {
  padding-bottom: 8rem;
}

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

.pdt_m {
  padding-top: 6rem;
}

.pdb_m {
  padding-bottom: 6rem;
}

.pd_s {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pdt_s {
  padding-top: 2.5rem;
}

.pdb_s {
  padding-bottom: 2.5rem;
}

.pd_ss {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pdt_ss {
  padding-top: 1.5rem;
}

.pdb_ss {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 480px) {
  .pd_ll_2 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .pdt_ll_2 {
    padding-top: 12rem;
  }
  .pdb_ll_2 {
    padding-bottom: 12rem;
  }
  .pd_ll {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pdt_ll {
    padding-top: 8rem;
  }
  .pdb_ll {
    padding-bottom: 8rem;
  }
  .pd_l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pdt_l {
    padding-top: 4rem;
  }
  .pdb_l {
    padding-bottom: 4rem;
  }
  .pd_m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pdt_m {
    padding-top: 2rem;
  }
  .pdb_m {
    padding-bottom: 2rem;
  }
  .pd_s {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pdt_s {
    padding-top: 2.5rem;
  }
  .pdb_s {
    padding-bottom: 2.5rem;
  }
}
/* btn______
============================================================================================================ */
.btn_basic > * {
  cursor: pointer;
  font-size: 1.7rem;
  display: inline-flex;
  border: solid 1px var(--base-color1);
  padding: 0.9rem 2em;
  color: var(--fontsub-color-f0);
  transition: 0.3s;
  box-sizing: border-box;
  background: var(--base-color1);
  min-width: 15em;
  justify-content: center;
  border-radius: 3rem;
}
.btn_basic > *:hover, .btn_basic > *:focus-visible {
  border: solid 1px var(--base-color1);
  background: var(--base-color0);
  color: var(--base-color1);
  opacity: 1 !important;
}
.btn_basic > *:focus-visible {
  outline: 2px solid var(--black-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--white-white-black) !important;
  outline-offset: -2px;
  border-radius: 3rem;
}

@media screen and (max-width: 680px) {
  .btn_basic > * {
    font-size: 1.5rem;
  }
}
/*btn_normal*/
.btn_normal > * {
  display: inline-flex;
  border: solid 1px #c1c1c1;
  padding: 0.9rem 2em;
  color: var(--color-gray);
  background: var(--base-color0);
  transition: 0.3s;
  box-sizing: border-box;
  min-width: 15em;
  justify-content: center;
  cursor: pointer;
  border-radius: 3rem;
}

/*arrow
-------------------------------------*/
.btn_arrow > * {
  position: relative;
  padding-right: 5rem;
}
.btn_arrow > *:after {
  content: "";
  top: 50%;
  right: 1.8rem;
  transform: translate(0%, -50%) rotate(45deg);
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  border-top: 1px solid var(--base-color1);
  border-right: 1px solid var(--base-color1);
}
.btn_arrow > *:before {
  content: "";
  background: var(--base-color0);
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 1rem;
  transform: translate(0%, -50%);
}

/*btn_flex_center*/
.btn_flex_center {
  display: flex;
  text-align: center;
  justify-content: center;
}
.btn_flex_center > * + * {
  margin-left: 3%;
}

@media screen and (max-width: 680px) {
  .btn_flex_center {
    display: block;
  }
  .btn_flex_center > * + * {
    margin-left: auto;
    margin-top: 5%;
  }
}
/*btn btn_back*/
.btn_back > * {
  border: solid 1px var(--color-gray4);
  color: var(--fontsub-color);
  background: var(--color-gray4);
}
.btn_back > *:hover, .btn_back > *:focus-visible {
  border: solid 1px var(--color-gray4);
  background: var(--base-color4);
  color: var(--base-color0);
}

.btn_back.close-btn-m > *:focus-visible {
  outline: 2px solid var(--white-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-white) !important;
  outline-offset: -2px;
  border-radius: 3rem;
}

/* more */
.more_btn a {
  display: inline-block;
  color: var(--fontsub-color);
  border-radius: 5rem;
  border: solid var(--fontsub-color) 2px;
  /* padding: 0.5em 3em; */
  padding: 0.5em 1em 0.5em 2.5em;
  background: url(../images/parts/ico_all_ff.svg) no-repeat;
  background-position: top 50% left 1em;
  background-size: 1.3rem;
}
.more_btn a:hover {
  color: var(--base-color4);
  background: var(--base-color0) url(../images/parts/ico_all.svg) no-repeat;
  background-position: top 50% left 1em;
  background-size: 1.3rem;
}
.more_btn a:focus-visible {
  outline: 2px solid var(--black-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--white-white-black) !important;
  outline-offset: -2px;
}

.more_black a {
  color: var(--base-color4);
  border: solid var(--base-color4) 2px;
  background: url(../images/parts/ico_all.svg) no-repeat;
  background-position: top 50% left 1em;
  background-size: 1.3rem;
}
.more_black a:hover {
  color: var(--base-color0) !important;
  background: var(--base-color4) url(../images/parts/ico_all_ff.svg) no-repeat !important;
  background-position: top 50% left 1em !important;
  background-size: 1.3rem !important;
}
.more_black a:focus-visible {
  outline: 2px solid var(--white-white-black) !important;
  box-shadow: 0px 0px 0px 1px var(--black-black-white) !important;
  outline-offset: -2px;
}

.dark .more_black a:focus-visible {
  outline: 2px solid var(--black-black-white) !important;
  box-shadow: 0px 0px 0px 1px var(--white-white-black) !important;
  outline-offset: -2px;
}

/* title
============================================================================================================ */
.title_ll {
  font-size: 3.4rem;
}

.title_l {
  font-size: 3rem;
}

.title_ml {
  font-size: 2.4rem;
}

.title_m {
  font-size: 2.2rem;
}

.title_ms {
  font-size: 2rem;
}

.title_s {
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .title_mg_ll {
    font-size: 2.4rem;
  }
  .title_l {
    font-size: 2.4rem;
  }
  .title_ml {
    font-size: 2.2rem;
  }
  .title_m {
    font-size: 2rem;
  }
  .title_ms {
    font-size: 1.8rem;
  }
  .title_s {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .title_ll {
    font-size: 2rem;
  }
  .title_l {
    font-size: 1.8rem;
  }
  .title_ml {
    font-size: 1.6rem;
  }
  .title_m {
    font-size: 1.5rem;
  }
  .title_ms {
    font-size: 1.4rem;
  }
  .title_s {
    font-size: 1.3rem;
  }
}
/* title_mg
============================================================================================================ */
.dark .title_mg_ll,
.dark .title_mg_l,
.dark .title_mg_ml,
.dark .title_mg_m,
.dark .title_mg_ms,
.dark .title_mg_s,
.dark .empty-message {
  color: #fff;
}

.title_mg_ll {
  font-size: 3.4rem;
  margin-bottom: 1em;
}

.title_mg_l {
  font-size: 3rem;
  margin-bottom: 1em;
}

.title_mg_ml {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.title_mg_m {
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.title_mg_ms {
  font-size: 2rem;
  margin-bottom: 1em;
}

.title_mg_s {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .title_mg_ll {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
  .title_mg_l {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
  .title_mg_ml {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .title_mg_m {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .title_mg_ms {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .title_mg_s {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  .title_mg_ll {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .title_mg_l {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .title_mg_ml {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .title_mg_m {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  .title_mg_ms {
    font-size: 1.3rem;
    margin-bottom: 1em;
  }
  .title_mg_s {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
}
/*schedule_month_title*/
.schedule_month_title {
  font-size: 1.75em;
}
.schedule_month_title span {
  margin-left: 0.5rem;
}

@media screen and (max-width: 480px) {
  .schedule_month_title {
    font-size: 2rem;
  }
  .schedule_month_title span {
    font-size: 2rem;
  }
}
/*diagonal_title_area 斜め*/
.diagonal_title_area {
  display: flex;
  justify-content: center;
  /*   transform: skewX(20deg); */
  font-weight: bold;
}
.diagonal_title_area span {
  padding: 0 2em;
  /*     transform: skewX(-20deg); */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
}
.diagonal_title_area > * {
  background: var(--base-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.diagonal_title_area > *:nth-child(1) {
  border-radius: 1rem 0 0 1rem;
  font-size: 1.4rem;
  color: var(--base-color0);
  line-height: 1.2;
}
.diagonal_title_area > *:nth-child(2) {
  border-radius: 0 1rem 1rem 0;
  background: var(--base-color0);
  font-size: 2.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  .diagonal_title_area > *:nth-child(1) {
    font-size: 1.1rem;
  }
  .diagonal_title_area > *:nth-child(2) {
    font-size: 1.4rem;
  }
  .diagonal_title_area span {
    min-height: 4rem;
  }
}
/* midashi
============================================================================================================ */
.midashi_under_line {
  position: relative;
  display: block;
  margin-bottom: 2em;
  font-size: 2.3rem;
  font-weight: bold;
}
.midashi_under_line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  height: 1px;
  width: 100%;
  background: #cccccc;
}

@media screen and (max-width: 480px) {
  .midashi_under_line {
    font-size: 1.5rem;
  }
}
/*midashi_02 クラスごと
------------------------------------------------------------------------------------*/
.midashi_02,
.midashi_02_mg00,
.midashi_02_mt00 {
  position: relative;
  background: var(--bg-color_g1);
  border-radius: 0.5em;
  padding: 0.5em 0.5em 0.5em 1em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3rem;
}
.midashi_02:before,
.midashi_02_mg00:before,
.midashi_02_mt00:before {
  content: "";
  position: absolute;
  height: 0.2em;
  width: 0.8em;
  left: -0.4em;
  background: var(--base-color1);
  border-radius: 1em;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 680px) {
  .midashi_02,
  .midashi_02_mg00,
  .midashi_02_mt00 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.7rem;
  }
}

.midashi_02_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_02_mt00 {
  margin-top: 0 !important;
}

/*midashi_02_tac
------------------------------------------*/
.midashi_02_tac,
.midashi_02_tac_mg00,
.midashi_02_tac_mt00 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  position: relative;
  background: var(--bg-color_g1);
  border-radius: 0.5em;
  padding: 0.5em 0.5em 0.5em 1em;
}
.midashi_02_tac:before,
.midashi_02_tac_mg00:before,
.midashi_02_tac_mt00:before {
  content: "";
  position: absolute;
  height: 0.2em;
  width: 0.8em;
  left: -0.4em;
  background: var(--base-color1);
  border-radius: 1em;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 680px) {
  .midashi_02_tac,
  .midashi_02_tac_mg00,
  .midashi_02_tac_mt00 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.7rem;
  }
}

.midashi_02_tac_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_02_tac_mt00 {
  margin-top: 0 !important;
}

/*midashi_03
------------------------------------------*/
.midashi_03,
.midashi_03_mg00,
.midashi_03_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.6rem;
  border: solid 1px var(--base-color1);
  border-radius: 0.5em;
  padding: 0.5em;
}
@media screen and (max-width: 680px) {
  .midashi_03,
  .midashi_03_mg00,
  .midashi_03_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.6rem;
  }
}

.midashi_03_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_03_mt00 {
  margin-top: 0 !important;
}

/*midashi_04
------------------------------------------*/
.midashi_04,
.midashi_04_mg00,
.midashi_04_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.4rem;
  line-height: 1.2;
  position: relative;
  line-height: 1.2;
  padding-left: 0.8em;
}
.midashi_04:after,
.midashi_04_mg00:after,
.midashi_04_mt00:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--base-color1);
  border-radius: 10px;
}
@media screen and (max-width: 680px) {
  .midashi_04,
  .midashi_04_mg00,
  .midashi_04_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_04_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_04_mt00 {
  margin-top: 0 !important;
}

/*midashi_04_2
------------------------------------------*/
.midashi_04_2,
.midashi_04_2_mg00,
.midashi_04_2_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-left: 0.5em;
  border-left: 4px solid var(--base-color1);
  z-index: 0;
  position: relative;
}
.midashi_04_2:before,
.midashi_04_2_mg00:before,
.midashi_04_2_mt00:before {
  content: "";
  background: var(--base-color2);
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 2px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 680px) {
  .midashi_04_2,
  .midashi_04_2_mg00,
  .midashi_04_2_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_04_2_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_04_2_mt00 {
  margin-top: 0 !important;
}

/*midashi_05
------------------------------------------*/
.midashi_05,
.midashi_05_mg00,
.midashi_05_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.9rem;
  padding: 0.8em 1em;
  background: var(--bg-color2);
  font-weight: bold;
  color: var(--base-color4);
  display: block;
  border-radius: 0.5em;
}
@media screen and (max-width: 680px) {
  .midashi_05,
  .midashi_05_mg00,
  .midashi_05_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_05_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_05_mt00 {
  margin-top: 0 !important;
}

/*midashi_06
------------------------------------------*/
.midashi_06,
.midashi_06_mg00,
.midashi_06_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.9rem;
  padding-bottom: 0.2em;
  border-bottom: 2px dashed var(--base-color1);
}
@media screen and (max-width: 680px) {
  .midashi_06,
  .midashi_06_mg00,
  .midashi_06_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_06_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_06_mt00 {
  margin-top: 0 !important;
}

/*midashi_07
------------------------------------------*/
.midashi_07,
.midashi_07_mg00,
.midashi_07_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.3rem;
  border: solid 1px var(--base-color1);
  border-radius: 0.5em;
  padding: 0.5em;
}
@media screen and (max-width: 680px) {
  .midashi_07,
  .midashi_07_mg00,
  .midashi_07_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_07_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_07_mt00 {
  margin-top: 0 !important;
}

/*midashi_08
------------------------------------------*/
.midashi_08,
.midashi_08_mg00,
.midashi_08_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  background: var(--grd-color1);
  font-weight: bold;
  color: var(--fontsub-color);
  display: block;
  border-radius: 0.5em;
}
@media screen and (max-width: 680px) {
  .midashi_08,
  .midashi_08_mg00,
  .midashi_08_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_08_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_08_mt00 {
  margin-top: 0 !important;
}

/*midashi_02　範囲指定
------------------------------------------------------------------------------------*/
.midashi_area {
  /*   >*:first-child{
    margin-top: auto!important;
  } */
}
.midashi_area h2 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3rem;
  position: relative;
  background: var(--bg-color_g1);
  border-radius: 0.5em;
  padding: 0.5em 0.5em 0.5em 1em;
}
.midashi_area h2:before {
  content: "";
  position: absolute;
  height: 0.2em;
  width: 0.8em;
  left: -0.4em;
  background: var(--base-color1);
  border-radius: 1em;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 680px) {
  .midashi_area h2 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.7rem;
  }
}
.midashi_area .tac h2 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  position: relative;
  background: var(--bg-color_g1);
  border-radius: 0.5em;
  padding: 0.5em 0.5em 0.5em 1em;
}
.midashi_area .tac h2:before {
  content: "";
  position: absolute;
  height: 0.2em;
  width: 0.8em;
  left: -0.4em;
  background: var(--base-color1);
  border-radius: 1em;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 680px) {
  .midashi_area .tac h2 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.7rem;
  }
}
.midashi_area h3 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.6rem;
  border: solid 1px var(--base-color1);
  border-radius: 0.5em;
  padding: 0.5em;
}
@media screen and (max-width: 680px) {
  .midashi_area h3 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.6rem;
  }
}
.midashi_area h4 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-left: 0.5em;
  border-left: 4px solid var(--base-color1);
  z-index: 0;
  position: relative;
}
.midashi_area h4:before {
  content: "";
  background: var(--base-color2);
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 2px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 680px) {
  .midashi_area h4 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}
.midashi_area h5 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.9rem;
  padding: 0.8em 1em;
  background: var(--bg-color2);
  font-weight: bold;
  color: var(--base-color4);
  display: block;
  border-radius: 0.5em;
}
@media screen and (max-width: 680px) {
  .midashi_area h5 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}
.midashi_area h6 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.9rem;
  padding-bottom: 0.2em;
  border-bottom: 2px dashed var(--base-color1);
}
@media screen and (max-width: 680px) {
  .midashi_area h6 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}
.midashi_area h7 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.3rem;
  border: solid 1px var(--base-color1);
  border-radius: 0.5em;
  padding: 0.5em;
}
@media screen and (max-width: 680px) {
  .midashi_area h7 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}
.midashi_area h8 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  background: var(--base-color1_bg);
  font-weight: bold;
  color: var(--fontsub-color);
  display: block;
  border-radius: 0.5em;
}
@media screen and (max-width: 680px) {
  .midashi_area h8 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

/*midashi モノクロアイコン付
------------------------------------------------------------------------------------*/
.title_ico {
  padding-left: 2em;
  display: inline-block;
}
.title_ico.ico_call_02 {
  /*メガホン1*/
  position: relative;
}
.title_ico.ico_call_02:after {
  content: "";
  position: absolute;
  background: url(../images/parts/ico_call_02.svg) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  top: 0.2em;
  left: 0;
}
.title_ico.ico_pen {
  /*学校日記*/
  position: relative;
}
.title_ico.ico_pen:after {
  content: "";
  position: absolute;
  background: url(../images/parts/ico_pen.svg) no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  top: 0.2em;
  left: 0;
}
.title_ico.ico_bell_02 {
  /*お知らせ*/
  position: relative;
}
.title_ico.ico_bell_02:after {
  content: "";
  position: absolute;
  background: url(../images/parts/ico_bell_02.svg) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  top: 0.2em;
  left: 0;
}
.title_ico.ico_reader {
  /*その他*/
  position: relative;
}
.title_ico.ico_reader:after {
  content: "";
  position: absolute;
  background: url(../images/parts/ico_reader.svg) no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.5em;
  top: 0.2em;
  left: 0;
}
.title_ico.ico_info {
  /*メガホン2*/
  position: relative;
}
.title_ico.ico_info:after {
  content: "";
  position: absolute;
  background: url(../images/parts/ico_info.svg) no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.5em;
  top: 0.2em;
  left: 0;
}
.title_ico.ico_calender_02 {
  /*予定表*/
  position: relative;
}
.title_ico.ico_calender_02:after {
  content: "";
  position: absolute;
  background: url(../images/parts/ico_calender_02.svg) no-repeat;
  background-size: contain;
  width: 1.3em;
  height: 1.3em;
  top: 0.2em;
  left: 0;
}
.title_ico.ico_handout {
  /*配布文書*/
  position: relative;
}
.title_ico.ico_handout:after {
  content: "";
  position: absolute;
  background: url(../images/parts/ico_handout.svg) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  top: 0.2em;
  left: 0;
}
.title_ico.ico_movie_02 {
  /*動画*/
  position: relative;
}
.title_ico.ico_movie_02:after {
  content: "";
  position: absolute;
  background: url(../images/parts/ico_movie_02.svg) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  top: 0.2em;
  left: 0;
}

/* table
============================================================================================================ */
table.basic {
  width: 100%;
  border: 1px solid #d9d9d9;
  line-height: 1.6;
  table-layout: fixed;
}
table.basic th,
table.basic td {
  padding: 0.6em 1em;
  border: 1px solid #d9d9d9;
  word-wrap: break-word;
}
table.basic th {
  background: #f2f2f2;
}
table.basic.th_center th {
  text-align: center;
  font-weight: bold;
}
table.basic.td_cetner td {
  text-align: center;
}
table.basic.td_right td {
  text-align: right;
}
table.border_none td,
table.border_none th {
  padding-bottom: 20px;
}
table.basic.border_c th,
table.basic.border_c td {
  border: 1px solid #231815 !important;
}
table .w10 {
  width: 10%;
}
table .w15 {
  width: 15%;
}
table .w20 {
  width: 20%;
}
table .w25 {
  width: 25%;
}
table .w30 {
  width: 30%;
}
table .w35 {
  width: 35%;
}
table .w40 {
  width: 40%;
}
table .w45 {
  width: 45%;
}
table .w50 {
  width: 50%;
}

@media screen and (max-width: 960px) {
  table.basic {
    border-width: 2px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  table.basic th,
  table.basic td {
    padding: 0.5em;
  }
  table.basic th {
    width: 10%;
  }
  table.basic td {
    width: 20%;
  }
  table.form th {
    display: block;
    border-right: none;
    padding: 10px;
  }
  table.form td {
    display: block;
    border-right: none;
    padding: 10px;
    background: none !important;
  }
}
/* li list
============================================================================================================ */
ul.square li {
  position: relative;
  padding-left: 1em;
}
ul.square li:before {
  content: "■";
  position: absolute;
  left: 0;
  color: #000;
}
ul.circle li {
  position: relative;
  padding-left: 1em;
}
ul.circle li:before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
}
ul.asterisk li {
  position: relative;
  padding-left: 1em;
}
ul.asterisk li:before {
  content: "＊";
  position: absolute;
  left: 0;
  color: #000;
}
ul.disc li {
  position: relative;
  padding-left: 1em;
}
ul.disc li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: #000;
}
ul.notes li {
  position: relative;
  padding-left: 1em;
}
ul.notes li:before {
  content: "※";
  position: absolute;
  left: 0;
  color: #000;
}

ol.decimal {
  list-style-type: decimal;
}
ol.decimal li {
  margin-left: 2em;
}
ol.parentheses li {
  position: relative;
  padding-left: 2em;
}
ol.parentheses li .num {
  position: absolute;
  left: 0;
}

/* img
============================================================================================================ */
.ofi {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.ofi.cont {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* bg___
============================================================================================================ */
.bg_color1 {
  background: var(--bg-color1);
}

.bg_color2 {
  background: var(--bg-color2);
}

.bg_base_color1 {
  background: var(--base-color1_bg);
}

.bg_yellow {
  background: var(--bg-color_y3);
}

.bg_gray {
  background: var(--bg-color_g1);
}

.bg_gray2 {
  background: var(--bg-color_g2);
}

/* col___
============================================================================================================ */
.color1 {
  color: var(--base-color1);
}

.color2 {
  color: var(--base-color2);
}

.color3 {
  color: var(--base-color3);
}

.color4 {
  color: var(--base-color4);
}

.color5 {
  color: var(--base-color5);
}

.col_gray {
  color: var(--color-gray);
}

.col_normal_gray_gray {
  color: var(--dark-gray-gray);
}

/* 色の反転
============================================================================================================ */
.c_reversal {
  filter: brightness(0) invert(1);
}

/* fbox
============================================================================================================ */
.fbox {
  display: flex;
}

@media screen and (max-width: 960px) {
  .fbox.f_pc {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .fbox.f_pc_tab {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .fbox.f_sp {
    display: block;
  }
}
.ff_re {
  flex-flow: row-reverse wrap;
}

.jc_sp {
  justify-content: space-between;
}

.jc_center {
  justify-content: center;
}

.it_cener {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

/*分割比*/
/*fbox_col2
----------------------------------------------*/
.fbox_col2 {
  justify-content: space-between;
}
.fbox_col2 > * {
  width: 48%;
}
.fbox_col2 > * + * {
  margin-left: 4%;
}
.fbox_col2 + .fbox_col2 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_col2.f_pc > * {
    width: auto;
  }
  .fbox_col2.f_pc > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 680px) {
  .fbox_col2.f_pc_tab > * {
    width: auto;
  }
  .fbox_col2.f_pc_tab > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .fbox_col2.f_sp > * {
    width: auto;
  }
  .fbox_col2.f_sp > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
/*wrap*/
.wrap.fbox_col2 {
  justify-content: flex-start;
}
.wrap.fbox_col2 > * + * {
  margin-left: 0;
}
.wrap.fbox_col2 + .fbox_col2 {
  margin-top: 0;
}
.wrap.fbox_col2 > * {
  margin-right: 4%;
  margin-bottom: 4%;
}
.wrap.fbox_col2 > *:nth-child(2n) {
  margin-right: auto;
}

@media screen and (max-width: 680px) {
  .wrap.fbox_col2.f_pc_tab > * {
    margin-right: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .wrap.fbox_col2.f_sp > * {
    margin-right: auto;
    margin-top: 10%;
  }
}
/*fbox_col3
----------------------------------------------*/
.fbox_col3 {
  justify-content: space-between;
}
.fbox_col3 > * {
  width: 32%;
}
.fbox_col3 > * + * {
  margin-left: 2%;
}
.fbox_col3.ff_re > * + * {
  margin-left: auto;
  margin-right: 2%;
}
.fbox_col3 + .fbox_col3 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_col3.f_pc > * {
    width: auto;
  }
  .fbox_col3.f_pc > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
  .fbox_col3.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) {
  .fbox_col3.f_pc_tab > * {
    width: auto;
  }
  .fbox_col3.f_pc_tab > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .fbox_col3.f_sp > * {
    width: auto;
  }
  .fbox_col3.f_sp > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
/*wrap*/
.wrap.fbox_col3 {
  justify-content: flex-start;
}
.wrap.fbox_col3 > * + * {
  margin-left: 0;
}
.wrap.fbox_col3 + .fbox_col3 {
  margin-top: 0;
}
.wrap.fbox_col3 > * {
  margin-right: 4%;
  margin-bottom: 4%;
}
.wrap.fbox_col3 > *:nth-child(3n) {
  margin-right: auto;
}

@media screen and (max-width: 680px) {
  .wrap.fbox_col3.f_pc_tab > * {
    margin-right: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .wrap.fbox_col3.f_sp > * {
    margin-right: auto;
    margin-top: 10%;
  }
}
/*fbox_4_6
----------------------------------------------*/
.fbox_4_6 > *:nth-child(1) {
  width: 37%;
}
.fbox_4_6 > *:nth-child(2) {
  width: 58%;
}
.fbox_4_6 > * + * {
  margin-left: 5%;
}
.fbox_4_6.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_4_6 + .fbox_4_6 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_4_6.f_pc > *:nth-child(1), .fbox_4_6.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_4_6 > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
  .fbox_4_6.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*fbox_6_4
----------------------------------------------*/
.fbox_6_4 > *:nth-child(1) {
  width: 58%;
}
.fbox_6_4 > *:nth-child(2) {
  width: 37%;
}
.fbox_6_4 > * + * {
  margin-left: 5%;
}
.fbox_6_4.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_6_4 + .fbox_6_4 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_6_4.f_pc > *:nth-child(1), .fbox_6_4.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_6_4 > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
  .fbox_6_4.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*fbox_7_3
----------------------------------------------*/
.fbox_7_3 > *:nth-child(1) {
  width: 65%;
}
.fbox_7_3 > *:nth-child(2) {
  width: 30%;
}
.fbox_7_3 > * + * {
  margin-left: 5%;
}
.fbox_7_3.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_7_3 + .fbox_7_3 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_7_3.f_pc > *:nth-child(1), .fbox_7_3.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_7_3 > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
  .fbox_7_3.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
.custom-calendar {
  color: #000;
}

button.prevMonthBtn:focus,
button.nextMonthBtn:focus {
  border: #000 1px solid;
}

.modaal-fullscreen .protect-image-wrap {
  width: auto;
}
.modaal-fullscreen .protect-img {
  pointer-events: none !important; /* モーダル内の画像のマウスイベントを無効化 */
}/*# sourceMappingURL=style.css.map */