@charset "utf-8";/* 2024.08.22 */

:root {
  --text: #000;
  --main: #ff5c00;
  --white: #fff;
  --black: #000;
  --red: #EE220C;
  --light: #F2F2F2;
  --dark: #707070;
  --grad01: linear-gradient(to right, #ff9f00 0%,#ff7300 50%,#ff5400 100%);
}

*, ::after, ::before {box-sizing: border-box;vertical-align: middle;}

html {font-size: 62.5%;overflow-x: hidden;}
body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-style: normal;
  margin: 0;
  padding: 0;
  overflow-x: hidden;}

h1, h2, h3, h4, h5, h6 {font-weight: 700;text-align: center;margin: 0;padding: 0;}
img { max-width: 100%; height: auto; flex-shrink: 0; -webkit-backface-visibility: hidden;}
a {text-decoration: none; background-color: transparent;}
a:hover {text-decoration:none;}
a:visited {transition: 0;}
@media (min-width: 576px) {
  a {transition: 0.2s ease-out;}
}
li {list-style: none;}
table {border-collapse: collapse;}
p {margin: 0;}
/* モバイル以外　tel無視 */
@media (min-width: 768px){a[href^="tel:"] { pointer-events: none;}}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

/* pcのみ・spのみ・タブレットtab以上 改行 */
@media (max-width: 576px){
  .pc_only { display:none!important; }
  .tab_only { display:none!important; }
  .sp_only { display:block!important; }}
@media (min-width: 577px){
  .pc_only { display:block!important; }
  .tab_only { display:block!important; }
  .sp_only { display:none!important; }}
@media (min-width: 768px) {
  .pc_only { display:block!important; }
  .sp_only { display:none!important; }}
@media (min-width: 820px) {
  .tab_only { display:none!important; }
}

/* footer　常に最下部に固定 */
body {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;}
footer { margin-top: auto;}

ul {padding-left: 0;}
ol {list-style-type: none!important;}

.palt {font-feature-settings: "palt";}
.clear {clear: both;}
.hoverFade {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.hoverFade:hover {
  text-decoration: none;
  opacity: 0.7;
}
.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.underline {text-decoration: underline;}
.nowrap {white-space: nowrap;}
.text_right {text-align: right;}
.a_disable {
  pointer-events: none;
}

/* ==========================
　　Pagenation
========================== */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0d0f50;
  border-color: transparent;
  cursor: default;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #373d8c;
  background-color: #fff;
  border: 1px solid #373d8c;
  margin-left: -1px;
}


/* == breadcrumb ========= */
.breadcrumb ol {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb ol,
.breadcrumb a,
.breadcrumb .active {
  color: #949494;
  text-decoration: none;
}
.breadcrumb li {
  display: inline;
}
/*.breadcrumb li:not(:last-child) a,
.breadcrumb a:hover {
  text-decoration: underline;
}*/
.breadcrumb li + li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 1rem;
}
.breadcrumb .fas {
  vertical-align: middle;
  line-height: 0;}


/* 調整 */
.mb-1 { margin-bottom: 1rem!important;}
.mb-2 { margin-bottom: 2rem!important;}
.mb-3 { margin-bottom: 3rem!important;}
.mb-4 { margin-bottom: 4rem!important;}
.mb-5 { margin-bottom: 5rem!important;}
.mb-6 { margin-bottom: 6rem!important;}
.mb-7 { margin-bottom: 7rem!important;}
.mb-8 { margin-bottom: 8rem!important;}
.mb-9 { margin-bottom: 9rem!important;}
.mb-10 { margin-bottom: 10rem!important;}
.mb-15 { margin-bottom: 15rem!important;}
.pb-1 { padding-bottom: 1rem!important;}
.pb-2 { padding-bottom: 2rem!important;}
.pb-3 { padding-bottom: 3rem!important;}
.pb-4 { padding-bottom: 4rem!important;}
.pb-5 { padding-bottom: 5rem!important;}
.pb-6 { padding-bottom: 6rem!important;}
.pb-7 { padding-bottom: 7rem!important;}
.pb-8 { padding-bottom: 8rem!important;}
.pb-9 { padding-bottom: 9rem!important;}
.pb-10 { padding-bottom: 10rem!important;}
.m-0 { margin: 0;}
.m-0a { margin: 0 auto;}
.p-0 { padding: 0;}

.bob-0 { border-bottom: none;}	/* アンダーライン消去 */



/*jquery.inview------------------*/
[class*="in_view"] {
  opacity: 0;
  animation-delay: .1s;
  animation-duration: .8s;
}
