@charset "UTF-8";
/*=================================================================================*/
/** 768px未満 スマホサイズ画面 ＜これが基本＞ **/
/*=============================
	サブ共通
=============================*/
:root {
  --notoJp: "Noto Sans JP", sans-serif;
  --roboto: "Roboto", sans-serif;
  --border-color: #CCCCCC;
}

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

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

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

.contents {
  padding-block: 107px 0;
}

header.is-black .logo_white {
  display: none;
}
header.is-black .logo_black {
  display: block;
}
header.is-black .headerBtn {
  border-color: #808080;
  color: #4D4D4D;
}
header.is-black .headerBtn:hover {
  color: #4D4D4D;
}
header.is-black .openbtn2 span {
  background-color: #808080;
}
header.is-black .toggle_btn__text {
  color: #808080;
  transition: color 0.2s ease;
}
header.is-black .openbtn2.activemenu .toggle_btn__text {
  color: #fff;
}

.logo_black {
  display: none;
}

/*パンクズパーツ*/
.sub03 #sub03 {
  position: relative;
  border-top: 1px solid #CCCCCC;
  padding-top: 0.8em;
}
.sub03 #sub03::before, .sub03 #sub03::after {
  content: "";
  position: absolute;
  top: -1px;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2);
  height: 1px;
  background: #CCCCCC;
}
.sub03 #sub03::after {
  right: unset;
  left: calc((100% - 100vw) / 2);
}
.sub03 #sub03.no-border {
  border-top: none;
  padding-top: 1.5em;
}
.sub03 #sub03.no-border::before, .sub03 #sub03.no-border::after {
  display: none;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.7em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.breadcrumbs__item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-family: var(--notoJp);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #808080;
}

.breadcrumbs__link {
  display: block;
  text-decoration: none;
  color: #808080;
}
.breadcrumbs__link:hover {
  color: #808080;
}

.breadcrumbs__separator {
  display: inline-block;
  width: 4.55px;
  height: 4.55px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(45deg);
}

/*リンクパーツ*/
.linkParts, .linkParts--iconBlack, .linkParts--noBorder {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #666666;
}
.linkParts::before, .linkParts--iconBlack::before, .linkParts--noBorder::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 27px;
  width: 16px;
  height: 1px;
  background: #FFFFFF;
}
.linkParts::after, .linkParts--iconBlack::after, .linkParts--noBorder::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 27px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
}
.linkParts--noBorder {
  border-bottom: none;
  padding-bottom: 0;
}
.linkParts--noBorder::before, .linkParts--noBorder::after {
  right: 0;
}
.linkParts--iconBlack::before {
  background: #4D4D4D;
}
.linkParts--iconBlack::after {
  border-top-color: #4D4D4D;
  border-right-color: #4D4D4D;
}

.linkSingleParts, .linkSingleParts--reverse {
  display: block;
  text-decoration: none;
  position: relative;
}
.linkSingleParts::before, .linkSingleParts--reverse::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 14px;
  height: 1px;
  background: #4D4D4D;
}
.linkSingleParts::after, .linkSingleParts--reverse::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
  transform: rotate(45deg);
}
.linkSingleParts--reverse {
  display: flex;
  justify-content: flex-end;
}
.linkSingleParts--reverse::before {
  right: unset;
  left: 0;
}
.linkSingleParts--reverse::after {
  right: unset;
  left: 0;
  transform: rotate(-135deg);
}

/*カテゴリーパーツ*/
.cateItem {
  text-decoration: none;
  border: 1px solid #E6E6E6;
  padding-inline: 20px;
  padding-block: 3px;
  border-radius: 15.5px;
}

/*** アコーディオン ***/
.accordion, .accordion--faq {
  width: 100%;
}
.accordion--faq .accordion_item:first-child .accordion_header {
  padding-top: 0;
}
.accordion--faq .accordion_header {
  padding-block: 40px 35px;
}
.accordion--faq .accordion_headIcon {
  color: #CCCCCC;
  transform: translateY(-0.2em);
}
.accordion--faq .accordion_bodyBox {
  padding-inline: 40px 0;
  padding-block: 0 61px;
}

.accordion_item {
  position: relative;
}
.accordion_item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2);
  height: 1px;
  background: #E6E6E6;
}
.accordion_item.is-active .accordion_iconBox::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion_item.is-active .accordion_body {
  grid-template-rows: 1fr;
}

.accordion_header {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding-block: 28px 25px;
}

.accordion_headIcon {
  display: block;
  font-size: 17px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #4D4D4D;
}

.accordion_title {
  margin-left: 20px;
}

.accordion_iconBox {
  display: inline-block;
  max-width: 15px;
  min-width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #CCCCCC;
  margin-left: 20px;
  margin-top: 5px;
}
.accordion_iconBox::before, .accordion_iconBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  width: 5.4px;
  height: 1px;
  background: #CCCCCC;
  transition: transform 0.3s ease;
}
.accordion_iconBox::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_body {
  display: grid;
  grid-template-rows: 0fr;
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.3s ease-in-out;
}

.accordion_bodyInner {
  overflow: hidden;
}

.accordion_bodyBox {
  padding-inline: 2em 0;
  padding-block: 0 27px;
}
.accordion_bodyBox > p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #808080;
  margin-top: 16px;
}
.accordion_bodyBox > p:nth-child(1) {
  margin-top: 0;
}
.accordion_bodyBox > p > img {
  width: 100%;
  margin-top: 16px;
}

.tel-link {
  text-decoration: none;
  cursor: pointer;
}

/* タイトルパーツ */
.headingLine {
  line-height: 1.96;
  @media screen and (min-width: 769px) {
    line-height: 2.46;
  }
}
.headingLine > span {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  @media screen and (min-width: 769px) {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.headingLine__mvTexts__line {
  display: none;
  @media screen and (min-width: 769px) {
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #FFFFFF;
    margin-inline: 11px 13px;
  }
}
.headingLine__mvTexts__font {
  font-size: 23px;
  white-space: nowrap;
  /*
  @media screen and (min-width: 769px) {
    font-size: 23px;
  }
  */
}

/*フォームセクション*/
.sub15 #sub15 {
  max-width: 100%;
  width: 100%;
}

.sub15__cols {
  display: grid;
  grid-template-columns: 1fr;
}
.sub15__item:last-child {
  padding-top: 5em;
}

.sub15__head span {
  display: block;
}

.sub15__body {
  max-width: 470px;
  width: 80%;
  margin-inline: auto;
}

.sub15__link {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 23px;
  border-bottom: 1px solid #808080;
}
.sub15__link:hover {
  text-decoration: none;
}

.sub15__linkText {
  display: inline-block;
  position: relative;
}
.sub15__linkText::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -37px;
  width: 14px;
  height: 1px;
  background: #4D4D4D;
}
.sub15__linkText::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -37px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
  transform: rotate(45deg);
}



.sub16__body {
  max-width: 470px;
  width: 80%;
  margin-inline: auto;
}

.sub16__link {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid #808080;
  border-radius: 50px;
  padding: 20px 0;
}
.sub16__link:hover {
  text-decoration: none;
}

.sub16__linkText {
  display: inline-block;
  position: relative;
}
.sub16__linkText::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -37px;
  width: 14px;
  height: 1px;
  background: #4D4D4D;
}
.sub16__linkText::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -37px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
  transform: rotate(45deg);
}



/* フォーム用スタイル */
.form {
  max-width: 902px;
  width: 100%;
}

.form__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
.form__item.radio .form__label {
  margin-top: 0;
}
.form__item .radio02 {
  align-items: flex-start;
}

.form__label {
  display: flex;
  gap: 0.5em;
  margin-top: 0;
}
.form__label > span {
  background: #C1272D;
  border-radius: 11px;
  text-align: center;
  display: inline-block;
  max-height: 22px;
  max-width: 58px;
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  padding-top: 2px;
}

.form__note {
  display: block;
  padding-left: 10px;
}

.form__zipWrap {
  display: flex;
  align-items: center;
  gap: 1em;
}
.form__zipWrap > span {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #404040;
  white-space: nowrap;
}
.form__zipWrap > input {
  max-width: 266px;
}

input[type=text],
input[type=email],
textarea {
  border: 3px solid #F2F2F2;
  border-radius: 18.7px;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #404040;
  padding: 18px 10px;
}

textarea {
  min-height: 200px;
}

.form__radioGroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em 48px;
}

.form__radioItem {
  display: flex;
  align-items: center;
  gap: 1em;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 3px solid #F2F2F2;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
input[type=radio]:checked {
  border: 3px solid #cccccc;
  background: radial-gradient(circle, #cccccc 50%, transparent 10%);
}

.form__datetimeWrap {
  display: flex;
  flex-direction: column;
  gap: 1em 66px;
}

.form__dateGroup, .form__timeGroup {
  display: flex;
  align-items: center;
  gap: 2em;
}

.form__dateGroup .form__input {
  background: url(../img/common/icon_arrow_gray02.svg) no-repeat right 22px center;
  background-size: 9px;
  max-width: 222px;
  min-width: 222px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/common/icon_arrow_gray02.svg) no-repeat right 22px center;
  background-size: 9px;
  max-width: 222px;
  min-width: 222px;
  border: 3px solid #F2F2F2;
  border-radius: 18.7px;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #404040;
  padding: 18px 10px;
}

.form__btn {
  display: flex;
  justify-content: center;
}
.form__btn .linkParts--noBorder::before, .form__btn .linkParts--noBorder::after {
  right: 2em;
}
.form__btn .linkParts::before, .form__btn .linkParts--iconBlack::before, .form__btn .linkParts--noBorder::before {
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.form__btn .linkParts::after, .form__btn .linkParts--iconBlack::after, .form__btn .linkParts--noBorder::after {
  top: 46%;
  transition: all 0.3s ease-in-out;
}

.form__submitBtn {
  cursor: pointer;
  max-width: 442px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 38.6px;
  background: transparent;
  padding-inline: 2em;
  padding-block: 26px;
}

.form__submitInner {
  display: flex;
  align-items: center;
  gap: 1em;
}

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

svg {
  height: auto;
  max-height: 100%;
}

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

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

.navi {
  padding: 8px 0.8em;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.navi {
  background: rgba(0, 0, 0, 0);
}

.black .navi {
  background: rgba(0, 0, 0, 0.8);
}

.navi > ul > li:nth-child(1) { /*1600 245*/
  max-width: 250px;
  width: 45%;
  margin: 0 1%;
}

.navi > ul > li:nth-child(2) { /*1600 1015*/
  width: 42%;
  max-width: 185px;
  margin: 0.3em 0;
}

.navi > ul > li:nth-child(3) { /*1600 430*/
  max-width: 430px;
  width: 30%;
}

/*============
nav
=============*/
.nav_s {
  display: block;
  position: fixed;
  top: 0;
  right: -90%;
  width: 90%;
  bottom: 0;
  background: #000000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

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

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

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

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

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

.nav_s .inner > ul > li > a:hover {
  color: #A28E80;
}

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

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

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn2 {
  box-sizing: border-box;
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  width: 60px;
  height: 38px;
  padding-top: 18px;
  cursor: pointer;
}

/*ボタン内側*/
.openbtn2 span {
  display: inline-block;
  transition: all 0.2s; /*アニメーションの設定*/
  width: 8.7px;
  height: 8.7px;
  border-radius: 10px;
  position: absolute;
  top: 8.6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform-origin: center;
  background-color: #fff;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn2.activemenu span:nth-of-type(1) {
  width: 30%;
  height: 2px;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

.openbtn2.activemenu span:nth-of-type(2) {
  width: 30%;
  height: 2px;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  background-color: #FFFFFF;
}

.toggle_btn__text {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}

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

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

/*==========================
	ヘッダー
=========================***/
.navi {
  position: relative;
  width: 100%;
}

.navi > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.navi > ul > li {
  /*padding:0 1em;*/
  box-sizing: border-box;
}

.navi > ul > li:nth-child(1) {
  max-width: 112.3px;
  width: 20%;
  margin: 0 1%;
}

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

.headerBtn {
  box-sizing: border-box;
  display: block;
  border: 1px solid #fff;
  border-radius: 18.9px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: #FFFFFF;
  text-align: center;
  padding: 6px 10px;
}

.contactBtn {
  max-width: 176px;
  min-width: 176px;
  width: 100%;
}

.infoBtn {
  max-width: 159px;
  min-width: 159px;
  width: 100%;
  margin-left: 32px;
}

.navi > ul > li a:hover {
  color: #FFFFFF;
}

.navi > ul > li a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.navi a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.navi a:hover {
  color: #FFFFFF;
}

.hmb_block a {
  display: block;
}

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

.hmb_block .inner {
  width: 100%;
  padding: 0.5em 0 1em;
}

.hmb_block .inner li {
  padding: 0.5em 0;
}

.hmb_block .hmb_block_title .hmb_h3 {
  display: block;
  padding: 0 3em 0 0;
  position: relative;
}

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

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

.head00 {
  width: 100%;
  margin: -1px auto 0;
  /*background:#000000;*/
  /*box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);*/
  position: relative;
  z-index: 2;
  transition: all 0.45s ease;
}

.navi_cont > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}

.navi_cont > ul > li:nth-child(1) {
  width: 62%;
  padding: 0.1em 1% 0 0;
  max-width: 1000px;
}

.navi_cont > ul > li:nth-child(2) {
  width: 31%;
  padding: 0.1em 1% 0 0;
  max-width: 50px;
}

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

.navi_cont_btn > ul > li {
  box-sizing: border-box;
}

.foot_logo {
  width: 80%;
  margin: 0;
}

.foot_icon > ul {
  justify-content: flex-start;
}

.nav_s .foot03_01 > ul {
  justify-content: center;
}

.nav_s__logoBox {
  width: 50%;
}

.child {
  display: none;
}

/*===============================
  下固定バナー
===============================*/
.kote_bg {
  width: 100%;
  position: fixed;
  z-index: 5;
  bottom: 0;
  display: none;
}

.kote_block_bg img {
  width: 100%;
  height: 100%;
}

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

.kote_s > ul > li {
  width: 80%;
  max-width: 430px;
  margin: 0 auto 0.5em;
}

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

/*==========================
	フッター
=========================***/
.footer__fixedBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6em;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding-inline: 2%;
  padding-block: 2.5em 1.3em;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
.footer__fixedBtn.is-active {
  opacity: 1;
  visibility: visible;
}
.fixedBtn {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: #FFFFFF;
  padding-block: 6px 8px;
  padding-inline: 19px;
}
.fixedBtn::after {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  margin-top: 2px;
  background: url("../img/common/icon_arrow_white.svg") no-repeat 0 0 / contain;
}
.fixedBtn:hover {
  color: #FFFFFF;
}

.footer__logo {
  text-decoration: none;
  display: block;
  max-width: 122.3px;
  width: 100%;
  margin: 0 auto;
}
.footer__logo:hover img {
  opacity: 1;
}

.footer__nav > ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21px 0;
}

.footer__nav > ul > li {
  position: relative;
}
.footer__nav > ul > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12.53px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
.footer__nav > ul > li.no-after::after {
  display: none;
}
.footer__nav > ul > li:last-child::after {
  display: none;
}

.footer__nav > ul > li > a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0.15em;
  color: #fff;
  padding-inline: 18px;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width: 768px){
  .contents {
    padding-block: 195px 0;
  }
  .sub03 #sub03::before, .sub03 #sub03::after {
    right: calc((100% - 100vw) / 2 * 0.82);
    width: calc((100vw - 100%) / 2 * 0.82);
  }
  .sub03 #sub03::after {
    left: calc((100% - 100vw) / 2 * 0.82);
  }
  .linkParts:hover, .linkParts--iconBlack:hover, .linkParts--noBorder:hover {
    text-decoration: none;
  }
  .linkParts:hover::before, .linkParts--iconBlack:hover::before, .linkParts--noBorder:hover::before {
    right: 20px;
    width: 23px;
  }
  .linkParts:hover::after, .linkParts--iconBlack:hover::after, .linkParts--noBorder:hover::after {
    right: 20px;
  }
  .linkParts::before, .linkParts--iconBlack::before, .linkParts--noBorder::before {
    top: 16px;
    transition: all 0.3s ease-in-out;
  }
  .linkParts::after, .linkParts--iconBlack::after, .linkParts--noBorder::after {
    top: 13px;
    transition: all 0.3s ease-in-out;
  }
  .linkParts--noBorder:hover::before, .linkParts--noBorder:hover::after {
    right: -7px;
  }
  .linkSingleParts:hover::before, .linkSingleParts--reverse:hover::before {
    right: -7px;
    width: 21px;
  }
  .linkSingleParts:hover::after, .linkSingleParts--reverse:hover::after {
    right: -7px;
  }
  .linkSingleParts::before, .linkSingleParts--reverse::before {
    top: 16px;
    transition: all 0.3s ease-in-out;
  }
  .linkSingleParts::after, .linkSingleParts--reverse::after {
    top: 13px;
    transition: all 0.3s ease-in-out;
  }
  .linkSingleParts--reverse:hover::before {
    left: -7px;
    width: 21px;
  }
  .linkSingleParts--reverse:hover::after {
    left: -7px;
  }
  .cateItem {
    padding-inline: 25px;
  }
  .accordion--faq .accordion_bodyBox {
    padding-inline: 49px 0;
  }
  .accordion_header {
    padding-block: 40px 41px;
  }
  .accordion_title {
    margin-left: 25px;
  }
  .accordion_bodyBox {
    padding-inline: 49px 0;
    padding-block: 0 29px;
  }
  .accordion_bodyBox > p {
    font-size: 13px;
  }
  .tel-link {
    pointer-events: none;
  }
  .sub15__cols {
    grid-template-columns: 1fr 1fr;
  }
  .sub15__item:first-child {
    border-bottom: none;
    border-right: 1px solid #CCC;
    padding-block: 1em;
  }
  .sub15__item:last-child {
    padding-block: 1em;
  }

  .sub15__body,
  .sub16__body {
    width: 80%;
  }
  .sub15__link:hover .sub15__linkText::before,
  .sub16__link:hover .sub16__linkText::before {
    right: -44px;
    width: 21px;
  }
  .sub15__link:hover .sub15__linkText::after,
  .sub16__link:hover .sub16__linkText::after {
    right: -44px;
  }
  .sub15__linkText::before,
  .sub16__linkText::before {
    top: 15px;
    right: -39px;
    transition: all 0.3s ease-in-out;
  }
  .sub15__linkText::after,
  .sub16__linkText::after {
    top: 12px;
    right: -39px;
    transition: all 0.3s ease-in-out;
  }

  .form__item {
    grid-template-columns: 205px 1fr;
    gap: 0;
  }
  .form__item.radio .form__label {
    margin-top: 0.5em;
  }
  .form__label {
    margin-top: 1.3em;
  }
  textarea {
    min-height: 319px;
  }
  .form__radioGroup {
    flex-direction: row;
    align-items: center;
  }
  .form__datetimeWrap {
    flex-direction: column;
  }
  .form__btn .linkParts--noBorder::before, .form__btn .linkParts--noBorder::after {
    right: 51px;
  }
  .form__submitBtn {
    padding-inline: 74px 51px;
  }
  .form__submitBtn:hover.linkParts--noBorder::before, .form__submitBtn:hover.linkParts--noBorder::after {
    right: 44px;
  }
  .form__submitInner {
    gap: 1.5em;
  }
  .navi {
    padding: 27px 0.7em 27px 1.4em;
  }
  .openbtn2:hover span {
    transform: scale(1.3);
  }
  .kote_bg {
    display: block;
  }
  .footer__fixedBtn{
    gap: 1.5em;
  }
  .fixedBtn {
    gap: 1em;
    font-size: 12px;
    padding-block: 1em;
    padding-inline: 3.5em 2.5em;
  }
  .footer__nav > ul > li > a {
    padding-inline: 24px;
  }
  /*==================
    電話番号タップ
  ==================*/
  a.telLink0 {
    display: inline-block;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  .disp_p {
    display: block;
  } /*PC時・タブレット時表示*/
  .disp_s {
    display: none;
  } /*スマホ時だけ表示*/
  /***  ヘッダー  ***/
  .head00 {
    box-shadow: none;
    background: none;
  }
  .nav_s {
    right: -65%;
    width: 65%;
  }
  .nav_s > .inner {
    padding: 5em 4em 4em;
    box-sizing: border-box;
  }
  /*===============================
    下固定バナー
  ===============================*/
  .cv_block > ul > li {
    width: 40%;
    margin: 0 1%;
  }
  /***  ページTOP  ***/
  #page_tops {
    bottom: 1em;
    right: 1em;
  }
}
@media (min-width: 990px){
  .form__datetimeWrap {
    flex-direction: row;
  }
}
@media (min-width: 1200px){
  .disp_pt {
    display: block;
  } /*PC時だけ表示*/
  .disp_st {
    display: none;
  } /*スマホ時とタブレット時表示*/
  .nav_s {
    right: -30%;
    width: 30%;
  }
  /*header*/
  .navi > ul > li:nth-child(1) { /*1200 139*/
    max-width: 121px;
    width: 20%;
    margin: 0 1%;
  }
  .navi > ul > li:nth-child(2) { /*1600 1015*/
    max-width: 1050px;
    width: 74%;
    margin: 0;
  }
  .navi_cont > ul > li:nth-child(1) {
    width: 61%;
    padding: 0.1em 1.7% 0 0;
    max-width: 1000px;
  }
  .navi_cont > ul > li:nth-child(2) {
    width: 10%;
    padding: 0.1em 2% 0 0;
    max-width: 70px;
  }
  /***  ページTOP  ***/
  #page_tops {
    width: auto;
  }
}