/*-----------modern-normalize.css---------*/
*,
::before,
::after {
	box-sizing: border-box;
}
html {
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji'; /* 1 */
	line-height: 1.15; /* 2 */
	-webkit-text-size-adjust: 100%; /* 3 */
	tab-size: 4; /* 4 */
}

body {
	margin: 0;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-color: currentcolor;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}


::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}


::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}


summary {
	display: list-item;
}

/* ------------base.css---------- */

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

/* フォントのにじみ防止 & 文字を綺麗に */
html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* ページの基本 */
body {
  margin: 0;
  min-height: 100vh;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; */
  
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background: #fff;
}
/* 画像・動画ははみ出さない */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* フォーム系の見た目を揃える */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* ボタンの余計なスタイル消す */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* リンク */
a {
  color: inherit;
  text-decoration: none;
}

/* リスト */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 見出し・段落の余白リセット */
h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
}

/* テーブル */
table {
  border-collapse: collapse;
  border-spacing: 0;
}




/* ------------style.css------------ */

:root{
  --header-h: 100px;
  --font-jost: "Jost", sans-serif;
  --font-base: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --cmn_opacity: opacity .5s, visibility .5s;  
  --cmn_opacity_wbkt: opacity .5s, visibility .5s;
  --cmn_ease: all 0.5s 0.1s ease;
  --font_color: #222;
  --ember-color:#E50014;
  
}
.jost-font{
  font-family: var(--font-jost);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
}


.--sp{
  display: none;
}
.--pc{
  display: block;
}
.container{
  width: 1200px;
  margin: 0 auto;

}
.sub-container{
  width: 980px;
  margin: 0 auto;

}
.sub-wrap{
  padding:100px 0;
}
.sub-white{
  padding:40px;
  background:#fff;
  border-radius: 8px;

}

/* TITLE */
.cmn-title .en{
  font-family: var(--font-jost);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
      display: inline-block;
}
.title-grade .en{
  background: linear-gradient(90deg,#E84015 0%,#E84015 26%,#001A43 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.title-white {
  color: #FFF;
}


.cmn-title .jp{
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  display: block;
}
.title-grade .en{
  background: linear-gradient(90deg,#E84015 0%,#E84015 26%,#001A43 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.sub-page-title{
  margin: 30px 0 60px;
}

.breadcrumb {
    width: 90%;
    max-width: 1200px;
    margin: 10px auto 0;
    font-size: 13px;
    text-align: right;
    /* color: #B4B4B4; */
}
.breadcrumb span {
  margin: 0 2px;
}



/* header */
.gHeader_top{
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  padding: 0 0 0;
}
.top_sponcer{
  margin-left: 30px;
  margin: 0 30px 0 auto;
}
.gHeader_navi{
  background-color: var(--ember-color);
}
.gHeader_container{
  display: flex;
  align-items: center;
  padding: 0 40px;

}
.gHeader_logo img{
  width: 110px;
}
.gHeader_teamName{
  color: #FFF;
  font-size: 22px;
  width: 85px;
  text-align: center;
  line-height: 1.1;
  margin-left: 20px;

}

.gHeader_teamName span {
    background-color: #FFF;
    color: var(--ember-color);
    font-size: 15px;
    display: block;
    margin-top: 4px;
}
.navi_wrap{
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;


}
.main_navi{
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.main_navi{
  width: 950px;
  display: flex;
  justify-content: space-around;
}
.main_navi li a {
  color: #FFF;
  display: block;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction:column;
  justify-content:center;
  position:relative;
  /* display:inline-block; */
  padding: 9px 0 0;
  transition:transform .35s cubic-bezier(.8,.5,.2,1.4),color .25s;
  
}
#site-nav a:hover{
  transform:translateY(-4px);
}
.main_navi li a span{
  font-size: 13px;
  font-weight: bold;
}
.main_navi li a span:first-child{
  font-family: var(--font-jost);
  font-weight: 700;
  font-size: 20px;
}

/* 下線 */
.main_navi li a::after{
  /* position:absolute; */
  bottom:-6px;
  left:0;
  content:"";
  margin-top: 5px;
  width:100%;
  height:2px;
  background: #ffffff;
  border-radius:1px;
  transform:scale(0,1);
  transform-origin:center top;
  transition:transform .45s cubic-bezier(.8,.5,.2,1.4);
}

/* hover */
.main_navi li a:hover::after{
  transform:scale(1,1);
}




.gHeader_sns{
  display: flex;
}
.gHeader_sns a{
  margin-left: 20px;
}
.gHeader_sns img{
  width: 30px;

}
.gHeader_sns a:hover{
  opacity: .75;

}
.gHeader_container,.gHeader_sns a,.gHeader_teamName,.gHeader_navi{
  transition:  var(--cmn_ease);

}
.navi_wrap{
  transition:  var(--cmn_opacity);

}


/*=============================
 MENU btn--trigger
=============================*/

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger p{
  font-family: var(--font-jost);
  font-weight: 400;
  position: absolute;
  line-height: 1;
  width: 100%;
  text-align: center;
}
/*=============================
#btn01 pc用
=============================*/
#btn01{
  display: block;
  background-color: #F7F7F7;
  width: 67px;
  height: 60px;
  position: relative;
  cursor: pointer;
  margin: 0 0 0 auto;
}
#btn01 p {
    color: var(--font_color);
    font-size: 11px;
    bottom: 10px;
}

#btn01 span {
  position: absolute;
  left: 20px;
  height: 2px;
  background-color: #222;
  border-radius: 4px;
}

#btn01 span:nth-of-type(1) {
  top: 17px;
  width: 26px;
}
#btn01 span:nth-of-type(2) {
  top: 28px;
  width: 20px;
}
#btn01 span:nth-of-type(3) {
  top: 23px;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#btn01.active span:nth-of-type(2) {
  -webkit-transform: translateY(-33px) rotate(-45deg);
  transform: translateY(-33px) rotate(-45deg);
  top: 58px;
  width: 26px;
}



/*=============================
#btn02 sp用
=============================*/
#btn02{
  display: none;
  position: relative;
  width: 34px;
  height: 41px;
  cursor: pointer;
  margin: 0 0 0 auto;
}
#btn02 span ,#slide-closebtn span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

#btn02 span:nth-of-type(1) {
  top: 0;
}
#btn02 span:nth-of-type(2) {
  top: 11px;
}
#btn02 span:nth-of-type(3) {
  top: 23px;
}
#btn02 p,#slide-closebtn p{
  color: #FFF;
  font-size: 12px;
  bottom: -2px;
  line-height: 1;
}
#slide-closebtn{
  position: relative;
  width: 34px;
  height: 41px;
  cursor: pointer;
  margin: 0 10px 0 auto;
  top: 25px;
}
#slide-closebtn span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(38deg);
}
#slide-closebtn span:nth-of-type(2) {
  opacity: 0;
}
#slide-closebtn span:nth-of-type(3) {
  -webkit-transform: translateY(-30px) rotate(-45deg);
  transform: translateY(-30px) rotate(-38deg);
  top: 40px;
} 
/* #btn02.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
#btn02.active span:nth-of-type(2) {
  opacity: 0;
}
#btn02.active span:nth-of-type(3) {
  -webkit-transform: translateY(-30px) rotate(-45deg);
  transform: translateY(-30px) rotate(-45deg);
  top: 40px;
} */
/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* スライドメニュー */
.slide-menu.overlay-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background: var(--ember-color);
  border-radius: 50px 0 0 50px;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
}

.slide-menu.overlay-menu.active {
  right: 0;
}

.menu-list {
  width: 255px;
  margin: 80px auto 0;
}
.menu-list li {
  border-bottom: 1px solid #FFF;
}
.menu-list li a {
  padding: 16px 0;
  color: #FFF;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction:column;
  justify-content:center;
  /* transition: background-color 0.3s ease; */
}
.menu-list li a span{
  font-size: 14px;
  font-weight: normal;
}
.menu-list li a span:first-child{
  font-family: var(--font-jost);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
}

.slide-sns{
  display: flex;
  width: 255px;
  margin: 15px auto 0;
  flex-flow: wrap;
  justify-content: center;
}
.slide-sns p{
    color: #FFF;
    font-family: var(--font-jost);
    font-weight: bold;
    font-size: 28px;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
}
.slide-sns a{margin: 0px 13px;}
.slide-sns img{
  width: 30px;

}


/* グレー背景メニュー */
.hscroll-nav{
  position: relative;
  display: none;
}

.hscroll-nav__viewport{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  background: #F2F2F2;
  
}
.hscroll-nav__viewport::-webkit-scrollbar{ display:none; }

.hscroll-nav__list{
  list-style:none;
  margin:0;
  display:flex;
  gap: 0;
  align-items:stretch;
  white-space: nowrap;
  padding: 0px 20px; /*矢印ぶん余白*/
}

.hscroll-nav__list a{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width: 70px; /* 1タブの幅 */
  padding: 8px 10px;
  text-decoration:none;
  color: var(--font_color);
  font-weight:600;
  text-align:center;
  letter-spacing: 0;
  background: #F2F2F2;
}
.hscroll-nav__list span:first-child{
  font-family: var(--font-jost);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.hscroll-nav__list span:last-child{
  font-weight:400;
  font-size:10px;
}

.hscroll-nav__btn{
  position:absolute;
  top:0;
  bottom:0;
  width: 20px;
  border:0;
  background-color: #D9D9D9;
  cursor:pointer;
  font-size: 28px;
  display:grid;
  place-items: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;

}
.hscroll-nav__btn--prev{ left:0px;z-index: 5;}
.hscroll-nav__btn--next{right:0;}

.hscroll-nav__btn--prev{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0h24Z'/%3E%3Cpath fill='%23333333' d='M7.94 13.06a1.5 1.5 0 0 1 0-2.12l5.656-5.658a1.5 1.5 0 1 1 2.121 2.122L11.122 12l4.596 4.596a1.5 1.5 0 1 1-2.12 2.122L7.938 13.06Z'/%3E%3C/g%3E%3C/svg%3E");
}
.hscroll-nav__btn--next{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0h24Z'/%3E%3Cpath fill='%23333333' d='M16.06 10.94a1.5 1.5 0 0 1 0 2.12l-5.656 5.658a1.5 1.5 0 1 1-2.121-2.122L12.879 12 8.283 7.404a1.5 1.5 0 0 1 2.12-2.122l5.658 5.657Z'/%3E%3C/g%3E%3C/svg%3E");
}


/* 端まで行ったら矢印を薄く（JSで制御するので見た目用） */
.hscroll-nav__btn[disabled]{opacity: .5;cursor:default;}




/* 一覧ボタン */
.dtl-btn{
  display:inline-flex;
  align-items:center;
  gap:20px;
  line-height:1;
  text-decoration:none;
}
.dtl-btn span:first-child{
  background: linear-gradient(#001a43, #001a43) 0 100% / 0 1px no-repeat;
  transition: .3s cubic-bezier(0.25, 0.5, 0.5, 1);
  display: inline-block;
  padding: 5px 0;
}
.dtl-btn:hover span:first-child{
  background-size: 100% 1px;
  text-decoration: none;
}
.dtl-btn-arrow{overflow: hidden;position: relative;z-index: 1;width: 48px;height: 48px;display: inline-block;border: 1px solid #A6A6A6;border-radius: 50%;text-align: center;line-height: 49px;}
.dtl-btn-arrow::before{
  content:"";
  display: block;
  width: 12px;
  height: 14px;
  background-repeat:no-repeat;
  background-size:contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90392 13L14.7998 7.02167M14.7998 7.02167L8.90392 1M14.7998 7.02167L0.999806 7.02167' stroke='%23E50014' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -35%);
  transition: transform .25s ease, background-image .25s ease;
}
.dtl-btn-arrow::after {
  background:  var(--ember-color);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  border-radius: 50%;
}
.dtl-btn:hover .dtl-btn-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90392 13L14.7998 7.02167M14.7998 7.02167L8.90392 1M14.7998 7.02167L0.999806 7.02167' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.dtl-btn:hover .dtl-btn-arrow{
  border-color:var(--ember-color);
}
.dtl-btn:hover .dtl-btn-arrow::after {
  transform: scale(1, 1);
}


/* kirakira */
.bg-kirakira{
    background-image: url(../img/common/bg-kirakira.webp);
    background-size: cover;
    background-attachment: fixed; 
    background-position: center center;
    background-color: #FFF;

}



@media only screen and (min-width: 1286px) {

}

@media only screen and (max-width: 1380px) {
   .main_navi {
    width: 850px;
  }
}
@media only screen and (max-width: 1285px) {
    .gHeader_container {
        padding: 0 10px;
    }
    .gHeader_sns a{
      margin-left: 10px;
    }
    .gHeader_teamName{
      margin-left: 10px;

    }
   

}
@media only screen and (max-width: 1200px) {
  .container,.sub-container{
    width: 86%;
    margin: 0 auto;

  }
  .sub-white{
    padding:20px;
  }
  .sub-wrap {
      padding: 50px 0;
  }
  .main_navi {
    width: 750px;
  }
  .main_navi li a span{
    font-size: 12px;
  }
  .main_navi li a span:first-child{
    font-size: 18px;
  } 


}
@media only screen and (max-width: 1090px) {
    .navi_wrap {
        display: none;
    }
    .btn-trigger {
      display: block !important;
    }
      .gHeader_top {
        height: 40px;
    }

      .top_sponcer{
      margin-left: 10px;
      margin: 0 10px 0 auto;
    }
    .top_sponcer img{
      width: 60px;
    }


    /* 赤ライン */
    .gHeader_container{
      height: 62px;
      padding: 10px;
    }
    .gHeader_logo img{
      width: 60px;
    }
    .gHeader_teamName{
      font-size: 12px;
      width: 53px;
      line-height: 1.1;
    }

    .gHeader_teamName span {
        font-size: 10px;
    }    
    /* グレーライン */
    .hscroll-nav{
      display: block;
    }
    .hscroll-nav__list li{
      width: calc(100% / 7);
    }

    /* TITLE */
    .sub-page-title{
      margin: 5px 0 30px;
    }




}

@media (max-width: 1024px) {
  /* PCとタブレット境界 */


}

@media (max-width: 768px) {

  /* タブレットとスマホ */
    .gHeader_container{height: 62px;}

    .cmn-title{margin-bottom: 25px; text-align: center;}
    .sub-page-title  .cmn-title{margin-bottom: 0px;}

    .cmn-title .en{  font-size: 36px;}
    .cmn-title .jp{
      font-size: 16px;
      line-height: 1em;
    }
    .bg-kirakira {
      background-attachment: scroll;
    }

}
@media (max-width: 730px) {
  .hscroll-nav__list li{
    width: auto;
  }
  #slide-closebtn {
  top: 20px;
  }
  .menu-list{
    margin: 32px auto 0;
  }
  .menu-list li a {
    padding: 12px 0;
  }
  .menu-list li a span{
    font-size: 14px;
  }
  .menu-list li a span:first-child{
    font-size: 22px;
  }
  .slide-sns {
    margin: 10px auto 0;
  }
  .slide-sns p {
    font-size: 20px;
    margin: 0 0 5px;
  }

}
@media (max-width: 640px){
  .--pc{
    display: none;
  }
  .--sp{
    display: block;
  }
}
@media (max-width: 480px) {
  /* スマホ */
  .container,.sub-container{
    width: 86%;
    margin: 0 auto;
  }
  .sub-white{
    padding:20px 10px;
  }
  .sub-wrap {
      padding: 25px 0;
  }
    .sub-page-title {
        margin: 15px 0 20px;
    }

}





.site-footer{
  background:#001A43;
  color:#fff;
  /* font-size:14px; */
}

.footer-inner{
  /* max-width:1200px; */
  /* margin:auto; */
  padding: 60px 0;
  display:flex;
  justify-content:space-between;
  gap: 130px;
}

.footer-left{
  max-width:260px;
}

.footer-logo img{
  width:133px;
  margin-bottom:20px;
}

.footer-address p{
  margin:4px 0;
  letter-spacing: 0.1em;
  /* opacity:.9; */
}
.footer-address p:last-child{
  font-size: 14px;
}
.footer-right{
  flex:1;
}

.footer-nav{
  border-bottom: 1px solid #747474;
  display: flex;
  margin-bottom:30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-nav ul {
  width: 490px;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav ul li{
  width: 160px;
  margin-bottom: 20px;
}
.footer-nav ul li a{
  color:#fff;
  font-family: var(--font-jost);
  text-decoration:none;
  font-weight:600;
  letter-spacing:.05em;
  font-size: 18px;
  transition:  var(--cmn_opacity);
}
.footer-nav ul li a:hover{
  opacity: 0.75;
}
.f-contact-btn{
  width: 180px;
  height: 48px;
  border: 1px solid #747474;
  border-radius: 40px;
  text-align: center;
  line-height: 47px;
  overflow: hidden;position: relative;z-index: 1;
}
.f-contact-btn::after {
  background:  #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  border-radius: 40px;
}
.f-contact-btn:hover {
  color: #001A43;
}
.f-contact-btn:hover::after {
  transform: scale(1, 1);
}


.footer-righ-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-follow{
  display:flex;
  align-items:center;
  gap:20px;
}

.footer-follow span {
    font-weight: 600;
    font-family: var(--font-jost);
    letter-spacing: 0.05em;
}



.sns-icons{
  display:flex;
  gap: 10px;
}

.sns-icons a{
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:  var(--cmn_opacity);
}
.sns-icons a:hover{
  opacity: 0.75;
}

.sns-icons img{
  width:18px;
}

.footer-pagetop .pagetop .dtl-btn-arrow::before{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90392 13L14.7998 7.02167M14.7998 7.02167L8.90392 1M14.7998 7.02167L0.999806 7.02167' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 38%;
  left: 43%;
  transform: rotate(-90deg);
}
.footer-pagetop .dtl-btn-arrow::after {
  background: #FFF;

}
.footer-pagetop .dtl-btn:hover .dtl-btn-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90392 13L14.7998 7.02167M14.7998 7.02167L8.90392 1M14.7998 7.02167L0.999806 7.02167' stroke='%23001A43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
/* .dtl-btn:hover{text-decoration: underline;} */
.footer-pagetop .dtl-btn:hover .dtl-btn-arrow{
  border-color:#FFF;

}
.footer-pagetop .dtl-btn span:first-child{
  background: linear-gradient(#ffffff, #ffffff) 0 100% / 0 1px no-repeat;
}
.footer-pagetop .dtl-btn:hover span:first-child{
  background-size: 100% 1px;
}


.footer-bottom{
  display:flex;
  /* flex-flow: column-reverse; */
  justify-content:space-between;
  padding: 20px 0px;
  font-size:12px;
}

.footer-links a{
  font-size: 14px;
  text-decoration:none;
  margin-left:20px;
  transition:  var(--cmn_opacity);
}
.footer-links a:hover{
  opacity:.75;
  text-decoration: underline;

}
.f-sp-contact{ display: none;}
.footer-address.sp{display: none;}
.footer-address.pc{display: block;}

@media (max-width: 1024px) {
  /* PCとタブレット境界 */
  .f-contact-btn{
    display: none;
  }
  .footer-nav ul li {
    width: 120px;
    margin-bottom: 20px;
  }
  .f-sp-contact{
    display: block;
  }


}
@media (max-width: 1023px) {
  .footer-inner{
    padding: 30px 0;
    display:flex;
    flex-flow: column;
    justify-content:space-between;
    gap: 0;
  }

  .footer-left{
    max-width: 100%;
    text-align: center;
  }
  .footer-logo img{
    width:133px;
    margin:0 auto 20px;
  }
  .footer-nav{
    margin-bottom:20px;
  }
  .footer-nav ul {
    width: 100%;
  }
  .footer-nav ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .footer-righ-bottom{
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-links{
    text-align: center;
  }
  .footer-links a{
    margin:0 10px;
  }
  .footer-bottom{
    flex-flow: column-reverse;
    justify-content: center;
  }
  .copyright{text-align: center; margin-top: 10px;}
  .footer-pagetop{ display: none;}
  .footer-address.sp{display: block; text-align: center;}
  .footer-address.pc{display: none;}


}