@charset "UTF-8";
/*=================================================================================*/
/** 768px未満 スマホサイズ画面 ＜これが基本＞ **/
/* 共通スタイル */
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --primary-color: #0C3388;
  --secoundary-color: #E2720F;
  --border-color: #DFF2F4;
  --border-color2: #E8E8E8;
  --osw: "Oswald", sans-serif;
  --btn-top: 0;
  --btn-prev-left: 0;
  --btn-next-left: 0;
}

.osw {
  font-family: var(--osw);
}

/* ボタン系 */
.btnRound, .btnRound--blue {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 25.3px;
  background: var(--secoundary-color);
  padding-block: 11px;
  padding-inline: 5px;
}
.btnRound:hover, .btnRound--blue:hover {
  color: #fff;
}
.btnRound--blue {
  background: var(--primary-color);
}

.roundArrowBtn {
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 42px;
  padding-inline: 5px;
  padding-block: 27.75px;
}
.roundArrowBtn::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #FFFFFF;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
}
.roundArrowBtn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 27px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}

.bannerArea {
  padding-top: 11px;
}
.bannerArea #bannerArea {
  max-width: 1200px;
  width: 94%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
  gap: 20px 20px;
}

.bannerArea__item {
  text-decoration: none;
}

/*下層ページ共通*/
/*下層ページmv*/
.mv_k {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  padding-top: 6em;
  /* min-height: 290px; */
}
.mv_k::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1600/282;
  background: url("../img/sub/mv_k_bg.png") no-repeat center/cover;
  bottom: -8px;
  left: 0;
  right: 0;
}
.mv_k #mv_k {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 94%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* padding-block: 0 31px; */
}

.mv_k__heading.case {
  max-width: 667px;
  width: 100%;
}
.mv_k__heading.news {
  max-width: 599px;
  width: 100%;
}
.mv_k__heading.reform {
  max-width: 626px;
  width: auto;
}
.mv_k__category {
  max-width: 626px;
  width: 100%;
}
.mv_k__heading.reform img,
.mv_k__heading.case img,
.mv_k__category img{
  height: 60px;
}

/*パンくず*/
.breadcrumb {
  padding-left: 4px;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1em;
}
.breadcrumb__list > span {
  font-size: 12px;
  color: #808080;
}
.breadcrumb__list > span > a {
  display: inline-block;
  color: #808080;
  text-decoration: none;
}

.breadcrumbs__separator {
  display: inline-block;
  max-width: 4.4px;
  width: 100%;
  aspect-ratio: 4.4/7.7;
  background: url("../img/common/icon_breadcrumb_arrow.svg") no-repeat center/contain;
}

/*==================
  電話番号タップ
==================*/
a.telLink0 {
  display: block;
  width: 100%;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: underline;
  color: #000000;
}

svg {
  max-height: 30px;
}

img[src$=".svg"] {
  width: 100%;
}

.disp_p {
  display: none;
} /*PC時だけ表示*/
.disp_s {
  display: block;
} /*スマホ時だけ表示*/
.disp_pt {
  display: none;
} /*PC時とタブレット時表示*/
.disp_st {
  display: block;
} /*スマホ時とタブレット時表示*/
.disp_pt_head {
  display: none;
} /*PC時とタブレット時表示*/
.disp_st_head {
  display: block;
} /*スマホ時とタブレット時表示*/
#disp_fix {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000;
  width: 100%;
}

/*==========================
	ヘッダー
=========================***/
.head_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.head_block {
  background: #0C3388;
  border-radius: 0;
  margin: 0 auto;
  position: relative;
  padding-block: 5px;
  max-width: 1370px;
}

.head_block > ul {
  display: flex; /*フレックボックス宣言*/
  width: 100%; /*親要素は100％*/
  right: 0;
  /*並び方の設定*/
  align-items: center;
  padding-inline: 5% 5%;
}

.head_block > ul > li:nth-child(1) {
  max-width: 87.3px;
  width: 100%;
}

.head_logo > a:hover {
  opacity: 1;
}
.head_logo > a:hover > img {
  opacity: 1;
}

.head_block > ul > li:nth-child(2) {
  display: none;
}

.head_block > ul > li:nth-child(3) {
  margin: 0;
  margin-left: auto;
}

.nav_home {
  max-width: 23px;
  width: 100%;
}

.head02 > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9%;
  width: 100%;
  position: relative;
}

.head02 > ul > li:nth-child(1) {
  order: 2;
  min-width: 28px;
  max-width: 28px;
}

.head02 > ul > li:nth-child(2) {
  order: 1;
  min-width: 28px;
  max-width: 28px;
}

.head02 > ul > li:nth-child(3) {
  order: 3;
  min-width: 28px;
  max-width: 28px;
}

.head02 > ul > li:nth-child(4) {
  order: 4;
}

.head_cont .navi01 {
  padding: 0.45em 0.5em 0.45em 0;
}

.head_cont::after {
  content: unset;
}

/*ヘッダーのドロップダウンナビ*/
.navi_sub01,
.navi_sub02,
.navi_sub03,
.navi_sub04 {
  width: 190px;
  display: none;
  /*opacity: 0;*/
  transition: 0.3s ease-in-out;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 200;
  top: 105%;
  left: 50%;
  box-sizing: border-box;
  /*background:#FFFFFF;*/
}

.navi_sub01 {
  top: 95%;
  left: 50%;
}

.navi01:hover ~ .navi_sub01,
.navi_sub01:hover,
.navi02:hover ~ .navi_sub02,
.navi_sub02:hover,
.navi03:hover ~ .navi_sub03,
.navi_sub03:hover,
.navi04:hover ~ .navi_sub04,
.navi_sub04:hover {
  display: none;
  /*opacity: 1;*/
}

.navi01_01arrow {
  position: relative;
}

.navi02 span {
  display: inline-block;
  position: relative;
  padding: 0 24px 0 0;
}

.navi02 span::after {
  content: "";
  background: url("../img/common/icon_arrow_blue.svg") no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 54%;
  right: 4px;
  transform: translate(-50%, -50%);
}

/*============================
	ナビゲーションの中のＣＳＳ
============================*/
.navi_sub,
.navi_sub_arrow02,
.navi_sub_arrow03 {
  position: relative;
  padding: 0;
  z-index: 2;
  /*background:#FFC47B;*/
  background: linear-gradient(transparent 10px, #FFC47B 0 10px);
  color: #FFFFFF;
}

.navi_sub::after,
.navi_sub_arrow02::after,
.navi_sub_arrow03::after {
  content: "";
  background: url("../img/icon/icon_arrow_FFC47B.svg") no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: calc(100% - 10px);
  left: 44%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  z-index: -1;
}

.navi_sub > ul > li:first-child a {
  padding-top: 1.5em;
}

.navi_sub > ul > li:nth-child(odd) {
  width: 100%;
  margin: 0;
}

.navi_sub > ul > li:nth-child(even) {
  width: 100%;
  margin: 0;
}

.navi_sub > ul > li a {
  display: block;
  font-size: 14.5px;
  padding: 14.5px;
  border-bottom: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  position: relative;
}

.navi_sub > ul > li a:hover {
  color: var(--secoundary-color);
}

.navi_sub > ul > li:last-child a {
  border-bottom: none;
}

.navi_sub > ul > li a::before {
  content: "";
  background: url("../img/common/icon_more_FFFFFF.svg") no-repeat;
  width: 17px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.navi_sub > ul > li a:hover::before {
  content: "";
  background: url("../img/common/icon_more_FFFFFF.svg") no-repeat;
  width: 17px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
}

.navi_sub > ul > li:first-child a::before {
  top: 58%;
}

.navi_sub_more::before {
  background: none !important;
}

/*=======================
	スマホ用メニュー
========================*/
/*============
nav
=============*/
.nav_s {
  display: block;
  position: fixed;
  top: 0;
  right: -90%;
  width: 90%;
  bottom: 0;
  background: #FFFFFF;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open .nav_s {
  top: 0;
  right: 0;
  opacity: 1;
}

.nav_s .nav_s_closs {
  position: absolute;
  top: 15px;
  right: 20px;
  max-width: 35px;
  width: 100%;
  cursor: pointer;
}

.nav_s .inner {
  padding: 6em 1em 2em;
  box-sizing: border-box;
}

.nav_s .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav_s .inner > ul > li {
  position: relative;
  padding: 0.7em 0;
  border-bottom: 1px #D6D6D6 solid;
}

.nav_s .inner ul li a {
  color: #000000;
  display: block;
  text-decoration: none;
  transition-duration: 0.2s;
}

.nav_s .inner ul li a:hover {
  color: #002F7B;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  width: 24.56px;
  height: auto;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 0;
  position: relative;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 31px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: all 0.5s;
}

.child {
  display: none;
}

.hmb_block a {
  display: block;
}

.hmb_block a.toggle {
  cursor: pointer !important;
}

.hmb_block .hmb_block_title h3 {
  font-weight: bold;
}

.hmb_block .hmb_block_title h3:after {
  position: absolute;
  content: "";
  background: url("../img/common/hbg_plus.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}

.hmb_block .hmb_block_title.active h3:after {
  position: absolute;
  content: "";
  background: url("../img/common/hbg_mainasu.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}

.hmb_block .inner {
  width: 90%;
  margin: 0 5% !important;
}

.nav_s {
  right: -94%;
  width: 94%;
}

.nav_s::-webkit-scrollbar {
  display: none;
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

.maru_hover .maru a {
  display: inline-block;
  margin: 0 0 0 0.6em;
  font-weight: bold;
  padding: 0.1em 3em 0.1em 1em;
  position: relative;
  text-decoration: none;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.maru_hover .maru a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background: #002F7B;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.maru_hover .maru a p {
  display: inline-block;
  padding: 0 0.2em;
  background: #FFFFFF;
}

.maru_hover .maru a p {
  display: inline-block;
  padding: 0 0.2em;
  background: #FFFFFF;
}

.maru_hover .anashi {
  margin: 0 0 0 1.6em;
}

.maru_hover .maru a:hover::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 35%;
}

.child {
  display: none;
}

/***  ページTOP  ***/
#page_tops {
  position: fixed;
  display: block;
  width: auto;
  max-width: 15%;
  z-index: 5;
  bottom: 6em;
  right: 0.5em;
}

/*===============================
  下固定バナー
===============================*/
/*新下固定*/
.kote_kant_block {
  position: fixed;
  bottom: 0.5em;
  width: 96%;
  border-top: 6px solid #F15A24;
  max-width: 1200px;
  margin: 0 auto;
  top: auto;
  left: 2%;
  z-index: 200;
}

.kote_kant01_01 {
  background: #FBB03B;
  box-sizing: border-box;
  position: relative;
  z-index: -2;
}

.kote_kant01_01::before {
  content: "";
  background: url("../img/top/mizu_bg.png") repeat;
  position: absolute;
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
  border-radius: 20px;
  z-index: -1;
}

.kote_kant01_01title {
  max-width: 297px;
  width: 100%;
  margin: 0 auto;
  padding: 0.8em 0 0.3em 0;
  box-sizing: border-box;
}

.kote_kant01_02 > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.kote_kant01_02 > ul > li:nth-child(1) {
  width: 90%;
  margin: 0 auto;
}

.kote_close_block {
  position: relative;
}

.kote_kant01_02_pc {
  display: none;
}

#kote_close {
  /*max-width: 40px;*/
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#kote_close img {
  max-width: 30px;
  position: absolute;
  top: 37%;
  right: 0;
  transform: translate(-50%, -50%);
}

.kote_kant01_02 > ul > li > dl {
  display: table;
  width: 100%;
  margin: 0 0 0.5em 0;
  table-layout: fixed;
}

.kote_kant01_02 > ul > li > dl > dt {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  padding: 1em;
  border-radius: 15px 0 0 15px;
  background: #53ACD3;
}

.kote_kant01_02 > ul > li > dl > dd {
  width: 75%;
  display: table-cell;
  padding: 0.5em;
  border-top: #B3B3B3 3px solid;
  border-right: #B3B3B3 3px solid;
  border-bottom: #B3B3B3 3px solid;
  border-radius: 0 15px 15px 0;
  vertical-align: middle;
  background: #FFFFFF;
}

.kote_kant01_02 input,
.kote_kant01_02 input[type=image] {
  width: 80%;
  margin: 0 10% 0.5em;
}

.kote_block {
  width: 90%;
  margin: 0 auto;
}

.kote_s > ul {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  margin: 0 0 0 51%;
}

.kote_s > ul > li {
  width: 48%;
  padding: 0 1% 0.5em;
}

.kote_kant01_02 input.text,
.kote_kant01_02 select.text {
  width: 100%;
  font-size: 100%;
  border: none;
  background: #FFFFFF;
  color: #000000;
  padding: 1em 1em 1em 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.top01_02select_block {
  position: relative;
}

.top01_02select_block::after {
  content: "";
  background: url("../img/common/icon_arrow_B3B3B3.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/*==========================
	フッター
=========================***/
.foot_logo {
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
}

.back_foot {
  background: var(--secoundary-color);
}

.foot_block > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.foot_block > ul > li:nth-child(1) {
  width: 100%;
  margin: 0;
  text-align: center;
}

.foot_block > ul > li:nth-child(2) {
  width: 100%;
  margin: 2em 0 0 0;
}

.foot01_01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.foot01_01 > ul {
  margin: 0 2% 0.5em;
}
.foot01_01 > ul:nth-child(even) {
  width: 39%;
}
.foot01_01 > ul:nth-child(odd) {
  width: 53%;
}

.foot01_01 > ul > li {
  padding: 0.35em 0;
}

.foot01_01 > ul > li a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.foot01_01 > ul > li a:hover {
  color: #F07300;
}


/* BG */
.kumo_bg img{
	width:100%;
}
.main_bg{
  background: #DFF2F7;
}

/*=============================
	サブ共通
=============================*/
.pan a,
.pan p {
  display: inline-block;
  padding: 0 0.5em 0 0.2em;
  color: #666666;
}

.pan {
  color: #666666;
}

.pan p {
  padding: 0 0.5em;
}

/*
.pan>ol>li{
	display: inline-block;
	padding:0.5em 0 0.5em 0.5em;
}
.pan>ol>li::after{
	content: '›';
	padding:0 0 0 0.7em;
}

.pan>ol>li:last-child::after{
	content: '';
	padding:0;
}
.pan>ol>li,
.pan>ol>li a{
	color:#666666;
}


.pan>ol>li{
	display: inline-block;
	padding:0 0.2em;
	position: relative;
}

.pan>ol>li::after{
	content: '›';
}
*/
.foot_cv_block > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.foot_cv_block > ul > li {
  width: 96%;
  margin: 0 2% 0.5em;
}

.foot_cv_block > ul > li:nth-child(1) {
  background: #00C300;
}

.foot_cv_block > ul > li:nth-child(2) {
  background: #002F7B;
  position: relative;
  padding: 0 0 1em 0;
}

.foot_cv_block > ul > li:nth-child(3) {
  background: #F15A24;
  position: relative;
  padding: 0 0 1em 0;
}

.foot_cv_block > ul > li:nth-child(2)::before {
  content: "";
  background: url("../img/top/mizu_bg_50.png") repeat;
  width: 96%;
  height: 92%;
  border-radius: 20px;
  position: absolute;
  top: 4%;
  left: 2%;
  z-index: 1;
}

.foot_cv_block > ul > li:nth-child(3)::before {
  content: "";
  background: url("../img/top/mizu_bg_FDD23E_50.png") repeat;
  width: 96%;
  height: 92%;
  border-radius: 20px;
  position: absolute;
  top: 4%;
  left: 2%;
  z-index: 1;
}

.foot_cv_title {
  width: 64.3%; /*295 460*/
  margin: 0 auto;
}

.foot_cv_tel {
  width: 78%; /*295 460*/
  margin: 0 auto;
}

.foot_cv_mail {
  width: 68%; /*295 460*/
  margin: 0 auto;
}
.title_sub_img img{
  height: 60px;
}
.title_sub_text h3 {
  display: inline-block;
  background: #F15A24;
  color: #FFFFFF;
  padding: 0.3em 2em;
  border-radius: 50px;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
/*=================================================================================*/
/** 960px以上 PCサイズ画面 **/
@media (min-width: 540px){
  .nav_s .nav_s_closs {
    top: 20px;
    right: 35px;
  }
}
@media (min-width: 768px){
  .roundArrowBtn::before {
    right: 44px;
  }
  .roundArrowBtn::after {
    right: 44px;
  }
  .bannerArea #bannerArea {
    grid-template-columns: repeat(3, 1fr);
  }
  .mv_k {
    /* min-height: 386px; */
    padding-top: 11em;
  }
  .mv_k__heading.reform img,
  .mv_k__heading.case img,
  .mv_k__category img{
  height: inherit;
}
  .head_fixed {
    padding-top: 20px;
  }
  .head_block {
    width: 98%;
    border-radius: 40.7px;
  }
  .head_block > ul {
    padding-inline: 4.23% 3.28%;
  }
  .head_block > ul > li:nth-child(1) {
    max-width: 139.6px;
  }
  .head02 > ul {
    gap: 41px;
  }
  .head02 > ul > li:nth-child(1) {
    order: unset;
    max-width: 133px;
    min-width: 133px;
    width: 100%;
  }
  .head02 > ul > li:nth-child(2) {
    order: unset;
    min-width: 174px;
    max-width: 174px;
    width: 100%;
    margin: 10px 0 0 7px;
  }
  .head02 > ul > li:nth-child(3) {
    display: none;
  }
  .head02 > ul > li:nth-child(4) {
    order: unset;
  }
  .head_cont {
    background: #FFFFFF;
    border-radius: 50px;
    color: var(--primary-color);
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }
  .head_cont::after {
    content: "";
    background: url("../img/common/icon_arrow_blue.svg") no-repeat;
    background-size: contain;
    width: 6px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 1.1em;
    transform: translate(-50%, -50%);
  }
  .navi01:hover ~ .navi_sub01,
  .navi_sub01:hover,
  .navi02:hover ~ .navi_sub02,
  .navi_sub02:hover,
  .navi03:hover ~ .navi_sub03,
  .navi_sub03:hover,
  .navi04:hover ~ .navi_sub04,
  .navi_sub04:hover {
    display: block;
  }
  .nav_s .nav_s_closs {
    top: 40px;
  }
  #kote_close img {
    top: 50%;
  }
  .foot01_01 > ul:nth-child(even) {
    width: 23%;
  }
  .foot01_01 > ul:nth-child(odd) {
    width: 23%;
  }
  .foot01_01 > ul {
    width: 23%;
    margin: 0 1%;
  }
  .foot01_01 > ul:nth-child(1) {
    width: 28%;
  }
  .foot01_01 > ul:nth-child(2) {
    width: 18%;
  }
  /*==================
    電話番号タップ
  ==================*/
  a.telLink0 {
    display: block;
    width: 100%;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  .disp_p {
    display: block;
  } /*PC時・タブレット時表示*/
  .disp_s {
    display: none;
  } /*スマホ時だけ表示*/
  /*=======================
  	PC版ナビ
  ========================*/
  .nav01_01 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .nav01_01 dl { /*640 69*/
    text-align: center;
    padding-inline: 20px;
  }
  .nav01_01 dl:first-child {
    padding-left: 0;
  }
  .nav01_02 dl:nth-child(1) { /*640 71*/
    width: 11.09375%;
    padding: 0.8em 3.125% 0.8em 0;
  }
  .nav01_02 dl:nth-child(2) { /*640 71*/
    width: 11.09375%;
    padding: 0.8em 3.125%;
  }
  .nav01_02 dl:nth-child(3) { /*640 144*/
    width: 22.5%;
    padding: 0.8em 3.125%;
  }
  .nav01_02 dl:nth-child(4) { /*640 52*/
    width: 8.125%;
    padding: 0.8em 0 0.8em 3.125%;
  }
  .nav01_01 > dl > dt a,
  .nav01_01 > dl > dt span,
  .nav01_02 > dl > dt a,
  .nav01_02 > dl > dt span {
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }
  .nav01_01 > dl > dt a:hover img,
  .nav01_02 > dl > dt a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .nav_s {
    right: -40%;
    width: 40%;
  }
  /***  フッター  ***/
  #foot01 {
    width: 100%;
    padding: 2em 0 5em 0;
  }
  /*===============================
    下固定バナー
  ===============================*/
  /*新下固定*/
  .store_s_block > ul > li:nth-child(1) {
    width: 30%;
  }
  .store_s_block > ul > li:nth-child(2) {
    width: 64%;
    margin: 0 2%;
  }
  .kote_kant01_02_pc {
    display: block;
  }
  .kote_kant_block {
    bottom: 1em;
    width: 45%;
    max-width: 323px;
    margin: 0;
    top: auto;
    left: auto;
    right: 1em;
  }
  #kote_close {
    height: 100px;
  }
  #kote_close img {
    max-width: 35px;
    top: 0;
    right: -1.5em;
  }
  .kote_kant01_02 > ul > li > dl > dt {
    width: 35%;
    padding: 1em;
  }
  .kote_kant01_02 > ul > li > dl > dd {
    width: 65%;
    padding: 0.5em;
  }
  .kote_kant01_02 input,
  .kote_kant01_02 input[type=image] {
    width: 100%;
    margin: 0 0 0.5em;
  }
  /***  ページTOP  ***/
  #page_tops {
    bottom: 0.5em;
    right: 370px;
  }
  .pan > ol > li {
    padding: 0 0.5em;
  }
  .foot_cv_block > ul > li {
    width: 30.666666666%;
    margin: 0 2px;
  }
  .foot_cv_block > ul > li:nth-child(2) {
    padding: 0;
  }
  .foot_cv_block > ul > li:nth-child(3) {
    padding: 0;
  }

  .title_sub_img img{
    height: inherit;
  }
}
@media (min-width: 1200px){
  .foot_logo {
    margin-left: 0;
  }
  .disp_pt {
    display: block;
  } /*PC時だけ表示*/
  .disp_st {
    display: none;
  } /*スマホ時とタブレット時表示*/
  .foot_block > ul > li:nth-child(1) { /*345 1380*/
    width: 25%;
    margin-right: 2.5%;
    text-align: left;
  }
  .foot_block > ul > li:nth-child(2) { /*345 1380*/
    width: 72.5%;
    margin-top: 1em;
  }
  .navi { /*1600 940*/
    font-size: 105%;
  }
}
@media (min-width: 1400px){
  /***  ヘッダー  ***/
  .disp_pt_head {
    display: block;
  } /*PC時だけ表示*/
  .disp_st_head {
    display: none;
  } /*スマホ時とタブレット時表示*/
  #disp_fix {
    width: 80px;
  }
  #head00 {
    width: 100%;
    margin: 0 auto 2em;
    position: relative;
    background: none;
    top: 0;
    padding: 0 0 0.5em 0;
    padding: 0;
    z-index: 500;
  }
  .head_block > ul > li:nth-child(1) { /*1600 269*/
    max-width: 139.6px;
    padding: 0;
    box-sizing: border-box;
    width: 21.666666%; /*1600 380*/
    position: relative;
  }
  .head_block > ul > li:nth-child(2) { /*1600 830*/
    display: block;
    margin-left: 4%;
  }
  .head_block > ul > li:nth-child(3) { /*1600 460*/
    margin: 0;
    margin-left: auto;
  }
  .head_cont {
    background: #FFFFFF;
    border-radius: 50px;
    color: var(--primary-color);
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }
  .toggle_btn {
    margin-left: 0;
    margin-right: 0;
  }

  .nav01_01 {
    font-size: 100%!important;
  }
}
@media (min-width: 1600px){
  .head_block {
    max-width: 100%;
    width: 85.625%;
  }
  /***  ページTOP  ***/
  #page_tops {
    position: fixed;
    display: block;
    width: auto;
    z-index: 50;
  }
}
@media (min-width: 1700px){
  .nav01_01 dl {
    padding-inline: 25px;
  }
}
@media (min-width: 1800px){
  .nav01_01 dl {
    padding-inline: 30px;
  }
}
@media (max-width: 767px){
  .head02 > ul > li:nth-child(1) a:hover,
  .head02 > ul > li:nth-child(2) a:hover,
  .head02 > ul > li:nth-child(3) a:hover {
    opacity: 1;
  }
  .head02 > ul > li:nth-child(1) a:hover > img,
  .head02 > ul > li:nth-child(2) a:hover > img,
  .head02 > ul > li:nth-child(3) a:hover > img {
    opacity: 1;
  }
}