@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.menu-toggle, .menu-toggle span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-toggle {
  position: fixed;
  top: clamp(19px, 0.3636363636px + 4.9696969697vw, 60px);
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 120;
  background: #000000;
  border: none;
}
.menu-toggle p {
  margin-top: 33px;
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 1.5rem;
}
.menu-toggle span {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 4px;
  background-color: #fff;
  z-index: 120;
}
.menu-toggle span:nth-of-type(1) {
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.menu-toggle span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-toggle span:nth-of-type(3) {
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.menu-toggle.active {
  opacity: 1;
  border: none;
}
.menu-toggle.active p {
  color: #fff;
}
.menu-toggle.active span {
  background-color: #fff;
}
.menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  top: 54%;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  inset: 0;
  overflow-y: auto;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .nav_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(2.4rem, 2.88vw, 3.2rem);
  line-height: 1.3;
  font-weight: 400;
  z-index: 10;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
#nav .nav_title .en_title {
  display: block;
  font-size: clamp(2rem, 2.36vw, 2.6rem);
  font-weight: normal;
}
#nav .nav-list {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 2em;
}
#nav .nav-list li {
  text-align: center;
  list-style-type: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.6s ease;
  transition: transform 0.8s ease, opacity 0.6s ease, -webkit-transform 0.8s ease;
  will-change: transform, animation, position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  margin-bottom: 10px;
}
#nav .nav-list li a {
  display: inline-block;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
#nav .nav-list li a:hover {
  color: #ccc;
}

#nav.active {
  right: 0;
  opacity: 0.98;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav.active li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

button:focus:not(.focus-visible) {
  outline: none;
}

/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
html {
  font-size: 62.5%;
}

body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-break: normal;
  line-break: normal;
  line-height: 1.8;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

.container, .container-s, .container-xs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .container-s {
    width: 700px;
  }
  .container-xs {
    width: 680px;
  }
}
@media (min-width: 987px) {
  .container, .inner-container {
    width: 930px;
  }
  .container-s {
    width: 930px;
  }
  .container-xs {
    width: 880px;
  }
}
@media (min-width: 1220px) {
  .container, .inner-container {
    width: 1140px;
  }
  .container-s {
    width: 1000px;
  }
}
/*
@media (min-width: 1460px) {
  .container{
    width: 1380px;
  }
}
*/
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

.xlg-br {
  display: none;
}
@media (min-width: 1500px) {
  .xlg-br {
    display: block;
  }
}

@media (min-width: 1500px) {
  .br-xlg {
    display: none;
  }
}

/*margin 0 auto */
.block-center {
  display: block;
  margin: 0 auto;
}

/*center*/
.center {
  text-align: center;
}

.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #e50012;
  color: #fff;
}
::selection {
  background: #e50012;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #000000;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background: #e50012;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
}
.pagetop a:before, .pagetop a:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 1px;
  height: 40px;
  background: #fff;
}
.pagetop a:before {
  left: 34%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.pagetop a:after {
  left: 66%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/*　////////////////////////////////
YouTube動画スタイル
//////////////////////////////////　*/
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　////////////////////////////////
背景色
//////////////////////////////////　*/
.bg-gray {
  background: #f2f2f0;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .bg-gray {
    padding: 80px 0;
  }
}

/*　////////////////////////////////
table
//////////////////////////////////　*/
.table-styleA, .table-styleB {
  border-bottom: 1px solid #000000;
}
.table-styleA dl, .table-styleA dt, .table-styleA dd, .table-styleB dl, .table-styleB dt, .table-styleB dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl dt, .table-styleA dl dd, .table-styleB dl dt, .table-styleB dl dd {
  border-top: 1px solid #000000;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleA dl dd, .table-styleB dl dt, .table-styleB dl dd {
    font-size: 1.6rem;
  }
}
.table-styleA dl dt, .table-styleB dl dt {
  width: 100%;
  float: none;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleB dl dt {
    text-align: left;
    width: 230px;
    float: left;
    padding: 20px 0 0 20px;
  }
}
.table-styleA dl dd, .table-styleB dl dd {
  margin-left: 0;
  padding: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd, .table-styleB dl dd {
    margin-left: 230px;
    padding: 20px 0 20px 20px;
  }
}
.table-styleA dl dd:after, .table-styleB dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before, .table-styleA dl:before, .table-styleB dl:before,
.clearfix:after,
.table-styleA dl:after,
.table-styleB dl:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .table-styleA dl:after, .table-styleB dl:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.clearfix, .table-styleA dl, .table-styleB dl {
  zoom: 1;
}
.clearfix:after, .table-styleA dl:after, .table-styleB dl:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////
背景画像指定
//////////////////////////////////　*/
/*　////////////////////////////////
end　背景画像指定
//////////////////////////////////　*/
body {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.72vw, 1.8rem);
  color: #000000;
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body ul {
  margin: 0;
}
body ul li {
  list-style-type: none;
}
body p {
  text-align: justify;
}
body a span:hover,
body a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

.all-wrapper {
  overflow: hidden;
  /*　////////////////////////////////
  header
  //////////////////////////////////　*/
}
.all-wrapper header.header .header-wrap {
  position: relative;
}
.all-wrapper header.header .header-wrap .top-main-bg {
  width: 100%;
  height: 100%;
  min-height: clamp(560px, 269.0909090909px + 77.5757575758vw, 1200px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.all-wrapper header.header .header-wrap .top-main-bg .slick-list,
.all-wrapper header.header .header-wrap .top-main-bg .slick-track,
.all-wrapper header.header .header-wrap .top-main-bg .slick-slide {
  height: 100%;
}
.all-wrapper header.header .header-wrap .top-main-bg .slick-slide > div {
  height: 100%;
}
.all-wrapper header.header .header-wrap .top-main-bg .top-main-slide {
  width: 100%;
  height: 100%;
}
.all-wrapper header.header .header-wrap .top-main-bg .top-main-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.all-wrapper header.header .header-wrap .top-main-bg .top-main-slide .slide02 {
  -o-object-position: left;
     object-position: left;
}
.all-wrapper header.header .header-wrap .top-main-contents {
  width: 100%;
  height: 100%;
  min-height: clamp(560px, 269.0909090909px + 77.5757575758vw, 1200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
.all-wrapper header.header .header-wrap .top-main-contents .ashiba-logo {
  width: clamp(72px, 27.4545454545px + 11.8787878788vw, 170px);
  height: auto;
  margin-bottom: clamp(40px, 21.8181818182px + 4.8484848485vw, 80px);
}
.all-wrapper header.header .header-wrap .top-main-contents .top-main-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px) clamp(15px, 5.9090909091px + 2.4242424242vw, 35px);
  background: #000000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(1.9rem, 8.0243902439px + 2.9268292683vw, 4.9rem);
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: clamp(40px, 21.8181818182px + 4.8484848485vw, 80px);
}
.all-wrapper header.header .header-wrap .top-main-contents .top-main-en {
  color: #e50012;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: clamp(40px, 21.8181818182px + 4.8484848485vw, 80px);
  line-height: 1;
  text-align: center;
}
.all-wrapper header.header .header-wrap .top-main-contents .top-main-en .txt-s {
  font-size: clamp(0.9rem, 4.6097560976px + 1.1707317073vw, 2.1rem);
  margin-bottom: clamp(5px, 2.7272727273px + 0.6060606061vw, 10px);
  text-align: center;
}
.all-wrapper header.header .header-wrap .top-main-contents .top-main-en .txt-m {
  font-size: clamp(2rem, 9.0243902439px + 2.9268292683vw, 5rem);
}
.all-wrapper header.header .header-wrap .shibuki {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.all-wrapper header.header .header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.all-wrapper header.header .header-top-inner {
  background: rgba(229, 0, 18, 0.69);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(30px, 11.8181818182px + 4.8484848485vw, 70px) clamp(30px, 34.5454545455px + -1.2121212121vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 15px 3%;
}
.all-wrapper header.header .header-top-inner .head-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
.all-wrapper header.header .header-top-inner .head-logo:hover span {
  opacity: 1;
}
.all-wrapper header.header .header-top-inner .head-logo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(65px, 44.5454545455px + 5.4545454545vw, 110px);
  height: auto;
}
.all-wrapper header.header .header-top-inner .head-logo .logo-txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(1.5rem, 13.1707317073px + 0.487804878vw, 2rem);
  text-shadow: 0px 0px 5px rgba(35, 24, 21, 0.8);
}
.all-wrapper header.header .header-top-inner .head-logo .logo-txt span {
  font-size: clamp(2.3rem, 20.4390243902px + 0.6829268293vw, 3rem);
  margin-left: clamp(5px, 2.7272727273px + 0.6060606061vw, 10px);
  letter-spacing: 0.25em;
}
.all-wrapper header.header .header-band {
  width: 100%;
  height: clamp(15px, 3.6363636364px + 3.0303030303vw, 40px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/img/common/webp/band01_sp.webp");
  -webkit-box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.95);
          box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.95);
}
@media (min-width: 768px) {
  .all-wrapper header.header .header-band {
    background-image: url("/img/common/webp/band01.webp");
  }
}
.all-wrapper header.header .main-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-wrapper header.header .main-nav .nav-list li {
  margin-left: 3vw;
}
.all-wrapper header.header .main-nav .nav-list li a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.7rem;
  text-shadow: 0px 0px 5px rgba(35, 24, 21, 0.8);
}
.all-wrapper header.header .top-main-bottom {
  background: #008ABA;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgb(0, 138, 186)), to(rgb(0, 70, 121)));
  background: linear-gradient(0deg, rgb(0, 138, 186) 70%, rgb(0, 70, 121) 100%);
  width: 100%;
  height: clamp(110px, 16.8181818182px + 24.8484848485vw, 315px);
}
.all-wrapper header.header .pc-nav {
  display: none;
}
.all-wrapper header.header .sp-nav {
  display: block;
}
.all-wrapper header.header .header-band-bottom {
  width: 100%;
  height: clamp(15px, 3.6363636364px + 3.0303030303vw, 40px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/img/common/webp/band02_sp.webp");
  -webkit-box-shadow: 0px 3px 5px 0px rgba(130, 130, 130, 0.95);
          box-shadow: 0px 3px 5px 0px rgba(130, 130, 130, 0.95);
}
@media (min-width: 768px) {
  .all-wrapper header.header .header-band-bottom {
    background-image: url("/img/common/webp/band02.webp");
  }
}
.all-wrapper header.header .recruit-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-wrapper header.header .recruit-menu:hover .recruit-btn, .all-wrapper header.header .recruit-menu:hover .entry-btn {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  opacity: 1;
}
.all-wrapper header.header .recruit-menu:hover .recruit-btn::before, .all-wrapper header.header .recruit-menu:hover .entry-btn::before {
  height: 6px;
}
.all-wrapper header.header .recruit-menu:hover .recruit-btn::after, .all-wrapper header.header .recruit-menu:hover .entry-btn::after {
  width: 6px;
}
.all-wrapper header.header .recruit-menu .recruit-btn, .all-wrapper header.header .recruit-menu .entry-btn {
  width: 95px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper header.header .recruit-menu .recruit-btn::before, .all-wrapper header.header .recruit-menu .recruit-btn::after, .all-wrapper header.header .recruit-menu .entry-btn::before, .all-wrapper header.header .recruit-menu .entry-btn::after {
  position: absolute;
  content: "";
  background: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper header.header .recruit-menu .recruit-btn::before, .all-wrapper header.header .recruit-menu .entry-btn::before {
  width: 100%;
  height: 12px;
  top: calc(100% - 1px);
  left: 0;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.all-wrapper header.header .recruit-menu .recruit-btn::after, .all-wrapper header.header .recruit-menu .entry-btn::after {
  width: 12px;
  height: 100%;
  left: calc(100% - 1px);
  top: 0;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.all-wrapper header.header .recruit-menu .recruit-btn {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
  background: #000000;
  position: relative;
  z-index: 2;
}
.all-wrapper header.header .recruit-menu .entry-btn {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  background: #008aba;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
.all-wrapper header.header .recruit-menu .entry-btn::before, .all-wrapper header.header .recruit-menu .entry-btn::after {
  background: #004679;
}
.all-wrapper header.header {
  /*
  .recruit-menu{
  	display: flex;
  	.recruit-btn, .entry-btn{
  		width: 95px;
  		height: 53px;
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		transition: all .2s ease-in-out;
  		&::before, &::after{
  			position: absolute;
  			content: "";
  			background: $black;
  			transition: all .2s ease-in-out;
  		}
  		&::before{
  			width: 100%;
  			height: 12px;
  			top: calc(100% - 1px);
  			left: 0;
  			transform: skewX(45deg);
  			transform-origin: left top;
  		}
  		&::after{
  			width: 12px;
  			height: 100%;
  			left: calc(100% - 1px);
  			top: 0;
  			transform: skewY(45deg);
  			transform-origin: left top;
  		}
  		&:hover{
  			transform: translate(6px, 6px);
  			opacity: 1;
  			&::before{
  				height: 6px;
  			}
  			&::after{
  				width: 6px;
  			}
  		}
  	}
  	.recruit-btn{
  		color: #fff;
  		@include font-min;
  		font-size: 1.6rem;
  		background: $black;
  		position: relative;
  		z-index: 2;
  	}
  	.entry-btn{
  		color: #fff;
  		@include font-osw;
  		font-size: 2.2rem;
  		background: $blue;
  		letter-spacing: 0.05em;
  		position: relative;
  		z-index: 2;
  		&::before, &::after{
  			background: $blue2;
  		}
  	}
  }
  */
}
@media (min-width: 987px) {
  .all-wrapper header.header .header-top-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .all-wrapper header.header .main-nav .recruit-menu {
    margin-left: 3vw;
  }
  .all-wrapper header.header .pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .all-wrapper header.header .sp-nav {
    display: none;
  }
}
.all-wrapper {
  /*　////////////////////////////////
  footer
  //////////////////////////////////　*/
}
.all-wrapper footer.footer .footer-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/img/common/webp/footer_bg.webp");
  position: relative;
}
.all-wrapper footer.footer .footer-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e50012;
  mix-blend-mode: multiply;
}
.all-wrapper footer.footer .footer-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(50px, 27.2727272727px + 6.0606060606vw, 100px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(85, 1, 8)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(85, 1, 8) 100%);
  mix-blend-mode: multiply;
}
.all-wrapper footer.footer .footer-band {
  width: 100%;
  height: clamp(15px, 3.6363636364px + 3.0303030303vw, 40px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/img/common/webp/band02_sp.webp");
}
@media (min-width: 768px) {
  .all-wrapper footer.footer .footer-band {
    background-image: url("/img/common/webp/band02.webp");
  }
}
.all-wrapper footer.footer .footer-contents {
  text-align: center;
  color: #fff;
  padding: clamp(60px, 37.2727272727px + 6.0606060606vw, 110px) 15px;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-wrapper footer.footer .footer-title {
  margin-bottom: clamp(30px, 20.9090909091px + 2.4242424242vw, 50px);
}
.all-wrapper footer.footer .footer-title .footer-logo {
  width: clamp(75px, 52.2727272727px + 6.0606060606vw, 125px);
}
.all-wrapper footer.footer .footer-title .footer-c-name {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(3rem, 14.6341463415px + 4.0975609756vw, 7.2rem);
  line-height: 1;
  margin: 0.3em 0 0.5em;
  text-shadow: 0px 0px 5px rgba(35, 24, 21, 0.8);
}
.all-wrapper footer.footer .footer-title .footer-en-name {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.5rem, 10.9756097561px + 1.0731707317vw, 2.6rem);
  line-height: 1;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(35, 24, 21, 0.8);
}
.all-wrapper footer.footer .footer-txt {
  font-size: clamp(1.8rem, 16.5365853659px + 0.3902439024vw, 2.2rem);
  margin-bottom: clamp(15px, 11.8181818182px + 0.8484848485vw, 22px);
  text-shadow: 0px 0px 7px rgba(35, 24, 21, 0.9);
  text-align: center;
}
.all-wrapper footer.footer .location {
  font-size: clamp(1.5rem, 14.2682926829px + 0.1951219512vw, 1.7rem);
  margin-bottom: clamp(22px, 18.3636363636px + 0.9696969697vw, 30px);
  text-shadow: 0px 0px 7px rgba(35, 24, 21, 0.9);
  text-align: center;
}
.all-wrapper footer.footer .footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-wrapper footer.footer .footer-tel .tel-icon {
  width: clamp(40px, 33.1818181818px + 1.8181818182vw, 55px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.all-wrapper footer.footer .footer-tel .tel-number {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(3.7rem, 24.1951219512px + 3.4146341463vw, 7.2rem);
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 7px rgba(35, 24, 21, 0.9);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .all-wrapper footer.footer .footer-tel .tel-number {
    pointer-events: none;
  }
}
.all-wrapper footer.footer .footer-menu {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 3vw;
  margin-top: clamp(60px, 46.3636363636px + 3.6363636364vw, 90px);
}
.all-wrapper footer.footer .footer-menu li a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.7rem;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 7px rgba(35, 24, 21, 0.9);
}
@media (min-width: 768px) {
  .all-wrapper footer.footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .all-wrapper section {
    margin-bottom: 100px;
  }
}
.all-wrapper .section-s {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .all-wrapper .section-s {
    margin-bottom: 80px;
  }
}
.all-wrapper .section-no-margin {
  margin-bottom: 0px;
}
.all-wrapper .pa_section {
  margin-bottom: 40px;
}
.all-wrapper .pa_section:last-child {
  margin-bottom: 80px;
}
@media (min-width: 987px) {
  .all-wrapper .pa_section {
    margin-bottom: 0px;
  }
  .all-wrapper .pa_section:last-child {
    margin-bottom: 80px;
  }
  .all-wrapper .pa_box {
    padding-top: 63px;
  }
}
.all-wrapper .sentence {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.66vw, 1.7rem);
}
.all-wrapper .txt_center {
  text-align: center;
  text-wrap: balance;
}
.all-wrapper .f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-wrapper .widget-title {
  margin: 0;
  max-width: initial;
}
.all-wrapper .midashi {
  font-size: clamp(2rem, 2.42vw, 2.7rem);
  font-weight: 500;
  border-left: 10px solid #e50012;
  padding-left: 10px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.all-wrapper .midashi2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e50012;
  margin-bottom: 10px;
}
.all-wrapper .g-map {
  text-align: center;
  margin-top: 15px;
}
.all-wrapper .g-map a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
}
.all-wrapper .kome {
  color: #c23939;
}
.all-wrapper .hissu {
  color: #ed1c24;
  margin-left: 10px;
}
.all-wrapper .attend {
  color: #ed1c24;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.all-wrapper .red_txt {
  color: #ff0d36;
}
.all-wrapper .ast {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper .ast::before {
  content: "※";
}
.all-wrapper .comma {
  margin-right: -0.5em;
}
.all-wrapper {
  /*----- マージン -----*/
}
.all-wrapper .mb_xxs {
  margin-bottom: 10px;
}
.all-wrapper .mb_xs {
  margin-bottom: 12px;
}
.all-wrapper .mb_s {
  margin-bottom: 20px;
}
.all-wrapper .mb_m {
  margin-bottom: 25px;
}
.all-wrapper .mb_l {
  margin-bottom: 35px;
}
.all-wrapper .mb_xl {
  margin-bottom: 40px;
}
.all-wrapper .mb_xxl {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .all-wrapper .mb_xs {
    margin-bottom: 20px;
  }
  .all-wrapper .mb_s {
    margin-bottom: 30px;
  }
  .all-wrapper .mb_m {
    margin-bottom: 40px;
  }
  .all-wrapper .mb_l {
    margin-bottom: 50px;
  }
  .all-wrapper .mb_xl {
    margin-bottom: 60px;
  }
  .all-wrapper .mb_xxl {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .all-wrapper .sm-mt {
    margin-top: 30px;
  }
}
@media (max-width: 987px) {
  .all-wrapper .md-mt {
    margin-top: 30px;
  }
}
.all-wrapper {
  /*----- ボタンスタイル -----*/
}
.all-wrapper {
  /*----- 見出しスタイル -----*/
}
.all-wrapper .h-style-a {
  font-size: clamp(2.2rem, 17.243902439px + 1.2682926829vw, 3.5rem);
  font-weight: 500;
  margin-bottom: clamp(30px, 25.4545454545px + 1.2121212121vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all-wrapper .h-style-a::before {
  content: "";
  width: clamp(83px, 61.6363636364px + 5.696969697vw, 130px);
  height: clamp(83px, 61.6363636364px + 5.696969697vw, 130px);
  background-image: url("/img/common/logo2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
.all-wrapper .normal-title {
  text-align: center;
  font-weight: 500;
  font-size: clamp(2.4rem, 20.3414634146px + 0.9756097561vw, 3.4rem);
  margin-bottom: clamp(25px, 20.4545454545px + 1.2121212121vw, 35px);
}
.all-wrapper {
  /*-------- テーブルスタイル ----------*/
}
.all-wrapper .table-style .t-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-wrapper .table-style .t-wrap:first-child {
  border-top: 1px solid #e50012;
}
.all-wrapper .table-style .t-wrap dt, .all-wrapper .table-style .t-wrap dd {
  width: 100%;
  border-bottom: 1px solid #e50012;
  border-left: 1px solid #e50012;
  border-right: 1px solid #e50012;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
}
.all-wrapper .table-style .t-wrap dt {
  background: #000000;
  font-weight: 600;
}
@media (min-width: 768px) {
  .all-wrapper .table-style .t-wrap dt {
    width: 26%;
    border-right: none;
  }
  .all-wrapper .table-style .t-wrap dd {
    width: 74%;
  }
}
.all-wrapper {
  /*-------- リストスタイル ----------*/
}
.all-wrapper .list-style li {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper .list-style li::before {
  content: "・";
}
.all-wrapper .square_list li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.all-wrapper .square_list li::before {
  content: "■";
  margin-right: 0.2em;
}
.all-wrapper {
  /*-------- ブートスラップ関連 ----------*/
}
.all-wrapper .row-eq-height {
  /*row 高さ揃える*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-wrapper .row-reverse {
  /*左右入れ替え*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .all-wrapper .col-mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .all-wrapper .col-mb-l {
    margin-bottom: 45px;
  }
}

/* .all-wrapper */