@charset "utf-8";
:root {
  /* カラーパレット */
  --color-primary: #000;
  --color-secondary: #fff;
  --color-accent: #ff0000;
  --color-main: #e96300;

  /* フォントサイズ */
  --font-size-base: 16px;
  --font-size-small: 14px;
  --font-size-large: 18px;

  /* スペーシング */
  --spacing-unit: 8px;
  --spacing-small: calc(var(--spacing-unit) * 1);
  --spacing-medium: calc(var(--spacing-unit) * 2);
  --spacing-large: calc(var(--spacing-unit) * 3);

  /* ブレークポイント */
  --breakpoint-mobile: 767px;
  --breakpoint-tablet: 1024px;
  --breakpoint-desktop: 1280px;
}

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'garamond';
  src: url(garamond.woff) format("woff");
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
  position: relative;
  font-family: 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
  font-weight: 400;
  color: #111;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  margin: auto;
}

a {
  -webkit-transition: .4s;
  transition: .4s;
}

a:link,
a:visited {
  color: #e96300;
  text-decoration: none;
}

a:hover,
a:active {
  color: #8b3e08;
  text-decoration: none;
}

.clear-type {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*PCで表示させないセレクタ*/
#sp_header,
.tel-btn_sp {
  display: none;
}

.pc_hidden {
  display: none;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.header__inner {
  position: relative;
  display: flex;
  width: clamp(200px, 95%, 1100px);
  gap: 5%;
  margin: 0 auto;
  padding: 70px 0 0;
  height: 164px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.is_scroll .header__inner {
  /*
  padding: 5px 15px 0;
  height: 60px;
*/
}

.h__line_txt{
  position: absolute;
  top: 1em;
  left: 0;
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 9px;
  color: #717071;
}
.h__id {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.h__id img {
  width: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.is_scroll .h_txtline {
  /*
  font-size: 9px;
  margin-bottom: 5px;
*/
}

.h_nav_pc {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.h_nav_pc li {
  position: relative;
}

.h_nav_pc li a {
  position: relative;
  display: block;
  font-size: 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
  color: #343435;
}

.is_scroll .h_nav_pc li a {
  /*
  line-height: 60px;
  height: 60px;
*/
}



/* #gnavi */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
nav
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.gnavi_wrap {
  flex: 1;
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.header__nav {
  text-align: center;
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 50px;
}

.header__nav__item {
  width: calc(100% / 7);
}

.sp-menu {
  display: none;
}

@media screen and (min-width:768px) and (max-width:880px) {}

.header__nav__item a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  color: #343435;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.is_scroll .header__nav__item a {
  /*
  height: 36px;
  line-height: 36px;
*/
}

.header__nav__item a.is-uc {
  opacity: 0.4;
}

.header__nav__item a:hover {
  color: #e96300;
}

.header__nav__item.on a {
  color: #e96300;
}

.header__nav__item a:hover img,
.header__nav__item.on a img {
  filter: invert(44%) sepia(89%) saturate(434%) hue-rotate(339deg) brightness(96%) contrast(95%);
}

.header__nav__item a.is-uc {
  pointer-events: none;
}

.header__nav__item a.is-uc:hover {
  cursor: default;
}

.header__nav__item a.is-uc:hover::before {
  opacity: 0;
}

.header__nav__item a.is-uc:hover::after {
  width: 0;
}



/*----------------------------------------------------------------------------------------------
	COMMON
----------------------------------------------------------------------------------------------*/
.row:after,
.col:after {
  content: "";
  display: block;
  clear: both;
}

.col {
  display: block;
  float: left;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.mt-1em {
  margin-top: 1em;
}

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

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.ctb {
  text-align: center;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

a.hover img {
  -webkit-transition: .4s;
  transition: .4s;
}

a.hover:hover img {
  opacity: 0.7;
}

#nav-dock {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 45px;
  right: 15px;
}

#nav-dock a {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/btn_pagetop.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}

#nav-dock a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #nav-dock {
    display: none !important;
  }
}

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

.full_w_img img,
img.full_w_img {
  width: 100%;
  height: auto;
}

.serif {
  font-family: 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.fs_s {
  font-size: .8em;
}

#nav-top {
  width: 150px;
  height: 44px;
  position: fixed;
  bottom: 120px;
  right: 50px;
}

.uline_red {
  color: #C8161D;
  text-decoration: underline;
}

.text-s {
  font-size: 12px !important;
}

.text-ss {
  font-size: 10px !important;
}

.fx {
  display: flex;
}

.ls_s {
  letter-spacing: -.05em;
}

.ls_ss {
  letter-spacing: -.08em;
}

.ls_p {
  letter-spacing: .05em;
}

.ls_pp {
  letter-spacing: .08em;
}

/* ===================================================================
//animation
=================================================================== */
.pageHddAnim {
  opacity: 0 !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.pageHddAnim.is_view {
  opacity: 1 !important;
}

.fadeAnim {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnim.is_view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeAnimB {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimB.is_view {
  opacity: 1;
}

.fadeAnimC {
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimC.is_hide {
  opacity: 0;
}

.fadeAnimRightIn {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimRightIn.is_view {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeAnimLeftIn {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimLeftIn.is_view {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeAnimBlurIn {
  opacity: 0;
  filter: blur(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimBlurIn.is_view {
  opacity: 1;
  filter: blur(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay01 {
  -webkit-transition-delay: .1s !important;
  transition-delay: .1s !important;
}

.delay02 {
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.delay03 {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}

.delay04 {
  -webkit-transition-delay: .4s !important;
  transition-delay: .4s !important;
}

.delay05 {
  -webkit-transition-delay: .5s !important;
  transition-delay: .5s !important;
}

.delay06 {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.delay07 {
  -webkit-transition-delay: .7s !important;
  transition-delay: .7s !important;
}

.delay08 {
  -webkit-transition-delay: .8s !important;
  transition-delay: .8s !important;
}

.delay09 {
  -webkit-transition-delay: .9s !important;
  transition-delay: .9s !important;
}

.delay015 {
  -webkit-transition-delay: .15s !important;
  transition-delay: .15s !important;
}

.delay025 {
  -webkit-transition-delay: .25s !important;
  transition-delay: .25s !important;
}

.delay035 {
  -webkit-transition-delay: .35s !important;
  transition-delay: .35s !important;
}

.delay075 {
  -webkit-transition-delay: .75s !important;
  transition-delay: .75s !important;
}

.delay1 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.delay15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.animImg {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg * {
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
}

.animImg.is_view::before {
  -webkit-animation: animImgMask 1s ease;
  -moz-animation: animImgMask 1s ease;
  animation: animImgMask 1s ease;
}

@-webkit-keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

@-moz-keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

@keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

.animImg img {
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg.is_view img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**********
//fadeText
**********/
.fadeText>span {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.fadeText>span.is_view {
  opacity: 1;
}

.fadeText>span:nth-child(3n+1) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.fadeText>span:nth-child(2n) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

/* ===================================================================
//下層ページタイトルsection
=================================================================== */



/* ===================================================================
//btns
=================================================================== */
.btns {
  display: block;
  background: #000;
  font-size: 15px;
  text-align: center;
  color: #fff !important;
  padding: 15px;
  width: 100%;
  max-width: 170px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover.btns {
  opacity: 0.7;
}

.btns i {
  margin-right: 5px;
}

.btns.noMobile {
  display: inline-block !important;
}

.mobile .btns.noMobile {
  display: none !important;
}

.fx_horizontal {
  display: flex;
  justify-content: center;
}

.u-mt40 {
  margin-top: 40px;
}

.p-notes {
  font-size: 10px;
  text-align: justify;
  margin-top: .5em;
}

/* 光らせるためのstyle */
.shine {
  position: relative;
  overflow: hidden;
  display: block;
}

/* 光の疑似要素 */
.shine::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #afbec5;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -180%;
  opacity: 0.5;
  position: absolute;
}

/* 光の動き */
@keyframes shine {
  0% {
    left: -180%;
    opacity: 0;
  }

  70% {
    left: -180%;
    opacity: 0.5;
  }

  71% {
    left: -180%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}



/* ----------------------------------------------------------------------------------------------
	sp base
----------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  html {
    -webkit-text-size-adjust: none;
  }

  body {
    min-width: 320px;
    font-feature-settings: "palt";
    font-size: 14px;
  }

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

  /*スマホで表示させないセレクタ*/
  .h_nav_pc,
  .h_nav02_pc,
  #gnavi_wrap {
    display: none;
  }

  .pc_hidden {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  .pc_hidden.u-inline-block {
    display: inline-block;
  }

  img.pc_hidden {
    display: inline-block;
  }

  .hidden-md {
    display: none;
  }

  .visible-md {
    display: block;
  }

  /* ----------------------------------------------------------------------------------------------
   sp_header ※スマホのみ表示のセレクタ
---------------------------------------------------------------------------------------------- */
  #header {
    position: fixed;
  }

  .header__inner {
    position: relative;
    margin: 0 auto;
    padding: 15px 0 0 10px;
    height: initial;
  }

  .is_scroll .header__inner {
    padding: 15px 0 0 10px;
  }

  .h__id img,
  .is_scroll .h__id img {
    height: 42px;
    width: auto;
  }

  .is_scroll .h__id {
    clip-path: polygon(0 0, 23.7% 0, 23.7% 100%, 0% 100%);
  }

  .h__line_txt {
    display: none;
  }

  .gnavi_wrap {
    display: none;
  }

  .h_nav_pc {
    display: none;
  }

  .menu-btn {
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    background: #e96300;
    border-radius: 100px;
  }

  .sp-menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99990;
	font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  }

  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .sp-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    background: #595757;
  }

  .bar {
    position: absolute;
    top: 26px;
    left: 14px;
    display: block;
    width: 32px;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }

  .bar.middle {
    top: 30px;
    opacity: 1;
  }

  .bar.bottom {
    top: 35px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .open .menu-btn .bar.top {
    background: #fff;
    width: 30px;
    left: 17px;
    top: 24px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  .open .menu-btn .bar.middle {
    opacity: 0;
  }

  .open .menu-btn .bar.bottom {
    background: #fff;
    width: 30px;
    top: 36px;
    left: 17px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  .sp-menu ul {
    vertical-align: middle;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    border-top: 1px solid #8b8b8b;
    margin: 30px 5% 0;
    flex-direction: column;
  }

  .sp-menu li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #8b8b8b;
    display: flex;
  }

  .sp-menu li:nth-child(even) {
    border-right: none;
  }

  .sp-menu li a {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 9px 2%;
    align-items: flex-start;
  }

  .sp-menu li a::after {
    content: '';
    position: absolute;
    top: calc(50% - .7em);
    right: .5em;
    width: 1.4em;
    height: 1.4em;
    background: url(../../asset/img/footer_icon_arrow_maru.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .sp-menu li a span {
    font-size: 80%;
    letter-spacing: -.02em;
  }

  .sp-menu li:nth-child(2) a {
    font-size: 14px;
    letter-spacing: -1px;
  }

  .sp-menu li a.is-uc {
    pointer-events: none;
  }

  .sp-menu li a:hover {
    color: #999;
  }

  .sp-menu_cta {
	  width: 90%;
	  margin-inline: auto;
	  background: #e65514;
	  color: #fff;
	  text-align: center;
	  padding: 5px 0 20px;
	  display: flex;
	  flex-direction: column;
	  font-size: 12px;
	  margin-top: 20px;
	 }

	.tel {
	  margin-top: 8px;
	}
	.tel_txt02 {
	  margin-top: 12px;
	}
  .sp_img {
    width: 100%;
    height: auto;
  }

  .sp_img95 {
    width: 95%;
    height: auto;
  }

  .sp_img90 {
    width: 90%;
    height: auto;
  }

  .sp_img80 {
    width: 80%;
    height: auto;
  }

  .box_w960 {
    margin-left: 15px;
    margin-right: 15px;
  }
}


/*----------------------------------------------------------------------------------------------
	footer area
----------------------------------------------------------------------------------------------*/
.f_bnr_set {
  margin-bottom: 20px;
}

.footer {
  width: 100%;
  text-align: center;
  position: relative;
  background: #9a9a9b;
  color: #fff;
  padding: 46px 0 0;
  margin-top: 100px;
}

.copy {
  display: block;
  background: #e96300;
  padding: 10px 10px;
  font-size: 10px;
  color: #ffffff;
  margin-top: 40px;
}

.footer__logo {
  text-align: center;
}

/* f_bottom_navi */
.footerLinks {
  width: clamp(200px, 90%, 780px);
  margin-inline: auto;
  margin-top: 60px;
  padding-top: 30px;
  background-image: url(../img/f_navi_bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.footerLinks__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
  text-align: left;
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 13px;
}

.footerLinks__list__item {
  width: calc((100% - 8%) / 3);
}

.footerLinks__list__item a {
  color: #fff;
  display: block;
  position: relative;
  padding: 0 0 0 1.0em;
}
.footerLinks__list__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/footer_icon_arrow.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.footerLinks__list__item a:hover {
  transform: translateX(0.8em);
  color: #e96300;
}


.page_banner_set {
  width: clamp(200px, 90%, 1020px);
  margin-inline: auto;
  margin-top: 100px;
  display: flex;
  gap: 1.6%;
}
.page_banner_set.pc_hidden {
	display: none;
}
.banner_item a {
  display: block;
}
.banner_item a:hover {
  opacity: 0.7;
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .footer__logo {
    width: 70%;
    text-align: center;
    margin-inline: auto;
    margin-top: 40px;
  }
  .copy {
    display: block;
    background: #595757;
    padding: 10px 10px;
    font-size: 10px;
    color: #ffffff;
    margin-top: 50px;
  }

  .footer__tel_sp {
    width: 90%;
    background: #e65514;
    color: #fff;
    margin: -100px auto 0;
    padding: 35px 8% 25px;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  }
  .footer__tel_sp .tel_ttl {
    font-size: 38px;
    font-weight: 700;
    text-align: justify;
    line-height: 1;
  }
  .footer__tel_sp .tel_txt01 {
    font-size: 12px;
    text-align: justify;
    margin-top: 1em;

  }
  .footer__tel_sp .tel_txt02 {
    font-size: 12px;
    text-align: justify;
    margin-top: .8em;
  }
  .footer__tel_sp .tel {
    margin-top: 15px;
  }
  .footer__tel_sp .tel_contact {
    margin-top: 15px;
  }
  .footer__tel_sp img {
    width: 100%;
    height: auto;
  }


  /* f_bottom_navi */
  .footerLinks {
    width: clamp(200px, 90%, 780px);
    margin-inline: auto;
    margin-top: 30px;
    padding-top: 0;
    background-image: none;
  }

  .footerLinks__list {
    display: flex;
    flex-wrap: wrap;
    gap:0;
    font-size: 15px;
    border-top: 1px solid #d1d1d1;
  }

  .footerLinks__list__item {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
  }

  .footerLinks__list__item a {
    color: #fffafa;
    display: block;
    position: relative;
    padding: .8em .5em;
    font-weight: 600;
  }
  .footerLinks__list__item a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: initial;
    right: 5px;
    width: 1.6em;
    height: 1.6em;
    background: url(../img/footer_icon_arrow_maru.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
  }
  .footerLinks__list__item a:hover {
    transform: translateX(0.8em);
    color: #e96300;
  }


  .page_banner_set.pc_hidden {
    width: clamp(200px, 90%, 1020px);
    margin-inline: auto;
    margin-top: 40px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .banner_item {
    width: calc((100% - 10px) / 2);
  }

  .page_banner_set.sp_hidden {
    display: none;
  }
}

.is-uc {
  pointer-events: none;
  opacity: .5;
}