@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;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
/* btn

----------------------------------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.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;
}

/*文字サイズ
----------------------------------------------------------------------------------------------------------------*/
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%;
}

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

@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: 1.2vw;
  }
  html.normal {
    font-size: 1.2vw;
  }
  html.middole {
    font-size: 1.5vw;
  }
  html.large {
    font-size: 1.7vw;
  }
}
@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.8vw;
  }
  html.normal {
    font-size: 2.8vw;
  }
  html.middole {
    font-size: 3vw;
  }
  html.large {
    font-size: 3.2vw;
  }
}
/*body
----------------------------------------------------------------------------------------------------------------*/
@media print {
  body {
    zoom: 75%;
  }
}
main {
  word-wrap: break-word;
}

/*カラーチェンジ
--------------------------------------------------------*/
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", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-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 > .logo_flex,
a:focus-visible > div,
select:focus-visible,
.lits_num.image-link:focus-visible,
.module_btn_close:focus-visible,
.btn_basic 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;
}

label {
  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;
  }
}
/* 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;
}

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

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

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

/* ヘッダー
============================================================================================================ */
#header {
  font-size: 1.4rem;
  position: fixed;
  width: 100%;
  z-index: 500;
  background: var(--base-color0);
  box-sizing: border-box;
}
#header .caution {
  color: var(--base-color0);
  font-size: 1.3rem;
  width: 100%;
  height: 30px;
  background-color: var(--base-color1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .head {
  padding-left: 2vw;
  display: flex;
  justify-content: space-between;
  padding-right: 5vw;
  align-items: center;
  background: var(--base-color0);
  z-index: 1001;
  padding-bottom: 0.6em;
  min-height: 60px;
  box-sizing: border-box;
}
#header.header_bg .head {
  background: var(--gra-color3);
}
#header.header_bg_dod .head {
  background-size: 8px;
  background-position: center;
}
#header .logo {
  width: 55%;
}
#header .logo a {
  color: var(--base-color4);
}
#header .logo_flex {
  font-size: 3.2rem;
  margin-top: 1.3rem;
  position: relative;
  display: flex;
}
#header .logo_text {
  width: calc(100% - 2em);
  word-break: break-all;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 1700px) {
  #header .head {
    padding-right: 70px;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 960px) {
  #header .head {
    padding-bottom: 0;
  }
  #header .caution {
    font-size: 1.2rem;
  }
}
/* logo
----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1855px) {
  #header .logo_flex {
    font-size: 1.5vw;
    align-items: center;
  }
  #header .logo_flex > * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1360px) {
  #header .logo_flex {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  #header .logo_flex {
    margin-top: 0.1em;
    /*   margin-top: 1rem; */
  }
  #header .logo {
    width: 85%;
  }
  #header .logo_text img {
    height: 2.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 {
    width: 80%;
  }
}
.global > li {
  /*リストデザイン
  -------------------------------------------------------*/
  position: relative;
  border-bottom: 1px solid var(--base-color1);
  /*第二階層
  　　　　　-------------------------------------------------------*/
}
.global > li a {
  display: block;
  padding: 0.6em 2em;
  height: auto;
  position: relative;
  color: var(--base-color0);
}
.global > li.nav_ico_kye > a {
  background: none !important;
}
.global > li.nav_ico_kye > a:before {
  top: 0.8em !important;
}
.global > li.header_top a {
  /*home*/
  filter: brightness(0) invert(1);
  padding: 1.2em 2em 1.2rem 5.4rem;
  background-position: top 50% left 2em;
}
.global > li > ul {
  /*第三階層
  -------------------------------------------------------*/
}
.global > li > ul a {
  padding-left: 5rem;
}
.global > li > ul .nav_ico_kye a {
  background: none !important;
}
.global > li > ul ul a {
  padding-left: 8rem;
}
.global ul li {
  position: relative;
  border-top: 1px solid var(--base-color0);
}

.nav_down {
  position: absolute;
  right: 0;
  top: 25px;
  width: 80px;
  height: 4rem;
  margin-top: -26px;
  z-index: 10;
  cursor: pointer;
}

.global .has_snav > .nav_down:after {
  /* plus icon */
  content: "";
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 9px;
  top: 52%;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  background: var(--base-color0);
  transition: all 0.2s;
  z-index: 9;
}
.global .has_snav > .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;
}
.global > li > ul li .nav_down:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 9px;
  top: 52%;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  background: var(--base-color0);
  transition: all 0.2s;
  z-index: 9;
}
.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;
}
.global > li.has_snav > .nav_down.open:before,
.global > li > ul > li.has_snav .nav_down.open:before {
  transform: translateY(0) rotate(90deg);
}

/*各設定  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(--base-color0);
  width: 300%;
  position: absolute;
  bottom: 0;
  left: -50%;
  height: 1px;
}

@media screen and (max-width: 960px) {
  .hamburger_area .search_area {
    padding: 2rem 0 2rem 0;
  }
}
/* globalnavi PC  nav______
----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 961px), print {
  .pc_header_area {
    /*  max-width: 1000px;*/
    margin: auto;
    position: relative;
    z-index: 500;
    padding-top: 0.5rem;
  }
  .pc_header_area nav .global {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pc_header_area nav .global a:hover {
    color: var(--black-black-white);
  }
  .pc_header_area nav .global > li {
    position: relative;
  }
  .pc_header_area nav .global > li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    background: #cccccc;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
  .pc_header_area nav .global > li:first-child:before {
    content: none;
  }
  .pc_header_area nav .global > li:last-child:after {
    content: "";
    right: 0;
    position: absolute;
    width: 1px;
    height: 60%;
    background: #cccccc;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .pc_header_area nav .global > li > a {
    display: flex;
    align-items: center;
    padding: 0 1.5vw;
    height: 60px;
    font-size: 1.7rem;
    position: relative;
  }
  .pc_header_area nav .global > li > a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 0px;
    background: var(--base-color1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .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: 60px;
    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: 40px;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .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 ul {
    /*第3階層
    　　　---------------------------------------*/
    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: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 {
    background: var(--bg-color1);
    color: var(--black-black-white);
  }
}
@media screen and (max-width: 960px) {
  .pc_header_area {
    display: none;
  }
}
/* globalnavi SP （PC時も表示）  nav______
----------------------------------------------------------------------------------------------------------------*/
/*閉じるエリア*/
.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;
}

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

.hamburger_area nav > div {
  height: 100%;
  margin: auto 0 auto auto;
  background: var(--base-color1);
  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(--base-color0);
  /*第二階層
  　　　　　-------------------------------------------------------*/
}
.hamburger_area nav .global > li a {
  display: block;
  padding: 0.6em 2em;
  height: auto;
  position: relative;
  color: var(--base-color0);
}
.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 {
  min-height: 60px;
}
.hamburger_area nav .global > li.header_top a {
  /*home*/
  filter: brightness(0) invert(1);
  padding: 1.5em 2em 0 2em;
}
.hamburger_area nav .global > li > ul a {
  padding-left: 5rem;
}
.hamburger_area nav .global > li > ul .nav_ico_kye a {
  background: none !important;
}
.hamburger_area nav .global ul li {
  position: relative;
  border-top: 1px solid var(--base-color0);
}
.hamburger_area nav .nav_down {
  position: absolute;
  right: 0;
  top: 25px;
  width: 80px;
  height: 4rem;
  margin-top: -26px;
  z-index: 10;
  cursor: pointer;
}
.hamburger_area nav .global .has_snav > .nav_down:after {
  /* plus icon */
  content: "";
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 9px;
  top: 52%;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  background: var(--base-color0);
  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: 17px;
  top: 50%;
  width: 2px;
  height: 18px;
  background: var(--base-color0);
  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: 9px;
  top: 52%;
  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);
}

@media screen and (max-width: 960px) {
  #header.open .hamburger_area nav {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #header.open .hamburger_area nav {
    width: 100%;
  }
}
/* nav ハンバーガー
----------------------------------------------------------------------------------------------------------------*/
#header .nav_btn {
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1001;
  background: var(--base-color1);
  cursor: pointer;
}
#header .nav_btn span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 1001;
}
#header .nav_btn:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  height: 2px;
  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: 15px;
  right: 15px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: var(--base-color0);
  transition: all 0.2s;
}
#header .nav_btn span:before {
  transform: translateY(-8px);
}
#header .nav_btn span:after {
  transform: translateY(8px);
}
#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;
  }
}
/* open */
@media screen and (max-width: 960px) {
  #header .nav_btn {
    right: 0.7rem;
    top: calc(1.2rem + 30px);
  }
  #header .nav_btn span {
    width: 43px;
    height: 43px;
  }
  #header .nav_btn:before {
    left: 12px;
    right: 12px;
  }
  #header .nav_btn span:before, #header .nav_btn span:after {
    left: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 960px) {
  #header .nav_btn {
    top: calc(0.8rem + 30px);
  }
}
@media screen and (max-width: 480px) {
  #header .nav_btn {
    top: calc(1rem + 30px);
  }
}
/*ハンバーガー　open用　×
-------------------------------------------------------*/
.btn_close {
  cursor: pointer;
  /* display:none;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  /* background: var(--base-color1);*/
  /* background: green;*/
  width: 60px;
  height: 60px;
}

#header {
  box-shadow: var(--shadow);
}
#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(--base-color0);
  /* background: red;*/
  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.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;
      z-index: 888;
      padding-left: 2vw;
      padding-right: 5vw;
      width: calc(100% - 7vw);
      margin-right: 0 !important;
    }
    .nav_btn {
      position: fixed;
    }
  }
}
@media screen and (max-width: 1700px) {
  #header.fixed {
    .head {
      padding-right: 6vw;
      width: calc(100% - 8vw);
    }
  }
} */
/* footer
============================================================================================================ */
#footer {
  background: var(--normal-gray-dgray);
  color: var(--base-color0);
  font-size: 1.6rem;
  padding: 45px 0 0 0;
}

/*foot_nav*/
.foot_area a {
  color: var(--base-color0);
}

.foot_logo a {
  display: inline-block;
  width: 100%;
  font-size: 2.5rem;
}
.foot_logo 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_area {
  position: relative;
  max-width: 1516px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /*順序逆*/
  flex-direction: row-reverse;
}

@media screen and (max-width: 1516px) {
  .foot_area {
    max-width: 90%;
  }
}
@media screen and (max-width: 680px) {
  .foot_area {
    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
---------------------------------------------------------*/
/*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(--base-color0);
}

.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;
  }
  .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 {
  display: block;
}
.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;
  background: var(--base-color3);
  text-align: center;
}

@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;
  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: 960px) {
  .page_top a {
    width: 50px;
    height: 48px;
  }
}
#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: 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-bottom: 100px;
  min-height: 51vh;
  /*    padding-top: 100px;*/
}

#container a {
  text-decoration: underline;
}

#container a:hover {
  text-decoration: none;
}

@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;
  }
}
.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.5rem;
  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: 10em;
  justify-content: center;
  text-decoration: none !important;
}
.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: 3px;
}
.btn_basic > * + * {
  margin-left: 30px;
}

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

/*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-gray);
  color: var(--fontsub-color);
  background: var(--color-gray);
}
.btn_back > *:hover, .btn_back > *:focus-visible {
  border: solid 1px var(--color-gray);
  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: 3px;
}

/* 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
============================================================================================================ */
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;";
}/*# sourceMappingURL=style.css.map */