*,
*::before,
*::after{
/* outline: 1px solid red; */
}

/*
===================================================
        var
===================================================
*/
:root {
  --text-color: #1c1c1c;
  --red: #d8241e;
  --yellow: #ffff04;
  --orange: #fcd62b;
  --orange2: #e37b20;
  --blue: #284b8e;
  --green: #146134;
  --purple: #672368;
  --navy: #162532;
  --gray: #e5e9eb;
  --gra1: linear-gradient(#e37b20 0%, #d8241e 100%);
  --gra2: linear-gradient(#e4e043 0%, #e37b20 100%);
  --tra-ease: all 0.5s ease 0s;
}
/*
===================================================
	Reset
===================================================
*/
*{
  margin: 0px;
  padding: 0px;
}
dl, ol, ul ,p,h1,h2,h3,h4,h5,h6{
  margin-top: 0;
  margin-bottom: 0rem;
}
li{
 list-style: none;
}
a{
  text-decoration: none;
  color: var(--text-color);
}
a:hover{
  text-decoration: none;
}
address{
  font-style:normal;
}
html,body{
  width: 100%;
  overflow-x: hidden;
}
/*
===================================================
	Base Setting
===================================================
*/
body {
  -webkit-text-size-adjust: 100%;
	line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.065em;
	color: #1c1c1c;	
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", arial,
    sans-serif;
  overflow-x: hidden;
  width: 100%;
  word-break: break-all;
  overflow-wrap: break-word;
}
h1, h3, h4, h5, h6{
  line-height: 1.5;
  font-weight: normal;
}
h2{
  line-height: 1.25;
  font-weight: normal;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tb-visible,
.sp-visible {
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.maxWidth{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.maxWidth2{
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.maxWidth3{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.maxWidthFHD {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.clearfix{
 overflow: hidden;
}
.mouseHover {
  transition: var(--tra-ease);
}
.mouseHover:hover {
  opacity: 0.5;
}
.dNone {
  display: none;
}
.dBlock {
  display: block;
}
.dIb {
  display: inline-block;
}
.flex {
  display: flex;
  justify-content: center;
}
.flex.fs {
  justify-content: flex-start;
}
.flex.fe {
  justify-content: flex-end;
}
.flex.sa {
  justify-content: space-around;
}
.flex.sb {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex .aiCenter {
  align-items: center;
}
.flex .asCenter {
  align-self: center;
}
.w10,
.w20,
.w25,
.w30,
.w33,
.w40,
.w45,
.w50,
.w60,
.w70,
.w80,
.w90,
.w100 {
  box-sizing: border-box;
}
.w10 {
  width: 10% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w33 {
  width: 33% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w70 {
  width: 70% !important;
}
.w80 {
  width: 80% !important;
}
.w90 {
  width: 90% !important;
}
.w100 {
  width: 100% !important;
}
.wAuto {
  width: auto;
}
.wFit {
  width: fit-content;
}
.fLeft{
 float: left;
}
.fRight{
 float: right;
}
.tLeft{
 text-align: left;
}
.tRight{
 text-align: right;
}
.tCenter{
 text-align: center;
}
.tJustify{
  text-align: justify;
  word-break: break-all;
}
.vTop{
 vertical-align: top;
}
.vMiddle{
 vertical-align: middle;
}
.vBottom{
 vertical-align: bottom;
}
.br20{
  border-radius: 20px;
}
.mb1em{
 margin-bottom: 1em;
}
.mb2em{
 margin-bottom: 2em;
}
.mb3em{
 margin-bottom: 3em;
}
.mb5{
 margin-bottom: 5px;
}
.mb50{
 margin-bottom: 50px;
}
.mb100{
 margin-bottom: 100px;
}
.mt_5em{
 margin-top: .5em;
}
.mt1em{
 margin-top: 1em;
}
.mt2em{
 margin-top: 2em;
}
.mt3em{
 margin-top: 3em;
}
.mt5{
  margin-top: 5px;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt50{
  margin-top: 50px;
}
.mt100{
  margin-top: 100px;
}
.mr1em{
  margin-right: 1em;
}
.mr2em{
  margin-right: 2em;
}
.mr3em{
  margin-right: 3em;
}
.ml1em{
  margin-left: 1em;
}
.ml2em{
  margin-left: 2em;
}
.ml3em{
  margin-left: 3em;
}
.mxAuto{
  margin-left: auto;
  margin-right: auto;
}
.pb1em{
 padding-bottom: 1em;
}
.pb2em{
 padding-bottom: 2em;
}
.pb3em{
 padding-bottom: 3em;
}
.pb50{
 padding-bottom: 50px;
}
.pb80{
 padding-bottom: 80px;
}
.pb100{
 padding-bottom: 100px;
}
.pt1em{
 padding-top: 1em;
}
.pt2em{
 padding-top: 2em;
}
.pt3em{
  padding-top: 3em;
}
.pt50{
  padding-top: 50px;
}
.pt75{
  padding-top: 75px;
}
.pt80{
  padding-top: 80px;
}
.pt100{
  padding-top: 100px;
}
.pr1em {
  padding-right: 1em;
}
.pr2em {
  padding-right: 2em;
}
.pr3em {
  padding-right: 3em;
}
.pl1em {
  padding-left: 1em;
}
.pl2em {
  padding-left: 2em;
}
.pl3em {
  padding-left: 3em;
}
.font-_875{
  font-size: .875rem;
}
.font-1{
  font-size: 1rem;
}
.font-1_05{
  font-size: 1.05rem;
}
.font-1_125{
  font-size: 1.125rem;
}
.font-1_25{
  font-size: 1.25rem;
}
.font-1_5{
  font-size: 1.5rem;
}
.font-2{
  font-size: 2rem;
}
.lh-1 {
  line-height: 1;
}
.lh-1_25 {
  line-height: 1.25;
}
.lh-1_5 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
.b{
  font-weight: bold;
}
.red,
.red a{
  color: var(--red);
}
.orange,
.orange a{
  color: var(--orange);
}
.orange2,
.orange2 a{
  color: var(--orange2);
}
.yellow,
.yellow a{
  color:  var(--yellow);
}
.green,
.green a{
  color: var(--green);
}
.blue,
.blue a{
  color: var(--blue);
}
.purple,
.purple a{
  color: var(--purple);
}
.black,
.black a{
  color: #000;
}
.white,
.white a{
  color: #fff;
}
.bgWhite {
  background: #fff;
}
.bgYellow{
  background: var(--yellow);
}
.bgOrange{
  background: var(--orange);
}
.bgOrange2{
  background: var(--orange2);
}
.bgNavy{
  background: var(--navy);
}
.bgGray{
  background: var(--gray);
}
.bgBlack{
  background: #000;
}
.bgLine{
  background: url(../img/bg_line.png);
}
.underline{
  border-bottom: solid 1px var(--text-color);
}
.indent{
  text-indent: -.5em;
  padding-left: .5em;
}

/*
===================================================
 tb
===================================================
*/
@media screen and (max-width: 1100px) {
  .tb-visible {
    visibility: visible;
    width: auto;
    height: auto;
  }
  .tb-hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
  .tb-dBlock {
    display: block;
  }
  .tb-dIb {
    display: inline-block;
  }
  .tb-dNone {
    display: none;
  }
  .tb-fLeft {
    float: left;
  }
  .tb-fRight {
    float: right;
  }
  .tb-tLeft {
    text-align: left;
  }
  .tb-tRight {
    text-align: right;
  }
  .tb-tCenter {
    text-align: center;
  }
  .tb-vTop {
    vertical-align: top;
  }
  .tb-vMiddle {
    vertical-align: middle;
  }
  .tb-vBottom {
    vertical-align: bottom;
  }
  .tb-mb0 {
    margin-bottom: 0px;
  }
  .tb-mb1em {
    margin-bottom: 1em;
  }
  .tb-mb2em {
    margin-bottom: 2em;
  }
  .tb-mb3em {
    margin-bottom: 3em;
  }
  .tb-mb10 {
    margin-bottom: 10px;
  }
  .tb-mb25 {
    margin-bottom: 25px;
  }
  .tb-mb50 {
    margin-bottom: 50px;
  }
  .tb-mt0 {
    margin-top: 0px;
  }
  .tb-mt1em {
    margin-top: 1em;
  }
  .tb-mt2em {
    margin-top: 2em;
  }
  .tb-mt3em {
    margin-top: 3em;
  }
  .tb-mt10 {
    margin-top: 10px;
  }
  .tb-mt25 {
    margin-top: 25px;
  }
  .tb-mt40 {
    margin-top: 40px;
  }
  .tb-mt50 {
    margin-top: 50px;
  }
  .tb-mr0 {
    margin-right: 0px;
  }
  .tb-mr10 {
    margin-right: 10px;
  }
  .tb-ml0 {
    margin-left: 0px;
  }
  .tb-ml10 {
    margin-left: 10px;
  }
  .tb-pb0 {
    padding-bottom: 0px;
  }
  .tb-pb1em {
    padding-bottom: 1em;
  }
  .tb-pb2em {
    padding-bottom: 2em;
  }
  .tb-pb3em {
    padding-bottom: 3em;
  }
  .tb-pb25 {
    padding-bottom: 25px;
  }
  .tb-pb50 {
    padding-bottom: 50px;
  }
  .tb-pt0 {
    padding-top: 0px;
  }
  .tb-pt1em {
    padding-top: 1em;
  }
  .tb-pt2em {
    padding-top: 2em;
  }
  .tb-pt3em {
    padding-top: 3em;
  }
  .tb-pt10 {
    padding-top: 10px;
  }
  .tb-pt25 {
    padding-top: 25px;
  }
  .tb-pt50 {
    padding-top: 50px;
  }
  .tb-pr0 {
    padding-right: 0px;
  }
  .tb-pl0 {
    padding-left: 0px;
  }
  .tb-w10,
  .tb-w20,
  .tb-w25,
  .tb-w30,
  .tb-w33,
  .tb-w40,
  .tb-w50,
  .tb-w60,
  .tb-w70,
  .tb-w80,
  .tb-w90,
  .tb-w100 {
    box-sizing: border-box;
  }
  .tb-w10 {
    width: 10% !important;
  }
  .tb-w20 {
    width: 20% !important;
  }
  .tb-w30 {
    width: 30% !important;
  }
  .tb-w40 {
    width: 40% !important;
  }
  .tb-w50 {
    width: 50% !important;
  }
  .tb-w60 {
    width: 60% !important;
  }
  .tb-w70 {
    width: 70% !important;
  }
  .tb-w80 {
    width: 80% !important;
  }
  .tb-w90 {
    width: 90% !important;
  }
  .tb-w100 {
    width: 100% !important;
  }
  .tb-p0 {
    padding: 0px;
  }
  .tb-p10 {
    padding: 10px;
  }
  .tb-p20 {
    padding: 20px;
  }
  .tb-wAuto {
    width: auto;
  }
}
/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 680px) {
  .sp-visible{
    visibility: visible;
    width: auto;
    height: auto;
  }
  .sp-hidden{
    display: none;
  }
  .sp-dNone{
    display: none;
  }
  .sp-dBlock{
    display: block;
  }
  .sp-dIb{
    display: inline-block;
  }
  .sp-w10,
  .sp-w20,
  .sp-w25,
  .sp-w30,
  .sp-w33,
  .sp-w40,
  .sp-w50,
  .sp-w60,
  .sp-w70,
  .sp-w80,
  .sp-w90,
  .sp-w100 {
    box-sizing: border-box;
  }
  .sp-w10 {
    width: 10% !important;
  }
  .sp-w20 {
    width: 20% !important;
  }
  .sp-w30 {
    width: 30% !important;
  }
  .sp-w40 {
    width: 40% !important;
  }
  .sp-w50 {
    width: 50% !important;
  }
  .sp-w60 {
    width: 60% !important;
  }
  .sp-w70 {
    width: 70% !important;
  }
  .sp-w80 {
    width: 80% !important;
  }
  .sp-w90 {
    width: 90% !important;
  }
  .sp-w100 {
    width: 100% !important;
  }
  .sp-fLeft{
    float: left;
  }
  .sp-fRight{
    float: right;
  }
  .sp-tLeft{
    text-align: left;
  }
  .sp-tRight{
    text-align: right;
  }
  .sp-tCenter{
    text-align: center;
  }
  .sp-vTop{
    vertical-align: top;
  }
  .sp-vMiddle{
    vertical-align: middle;
  }
  .sp-vBottom{
    vertical-align: bottom;
  }
  .br20{
    border-radius: 10px;
  }
  .sp-mb0{
    margin-bottom: 0;
  }
  .sp-mb1em{
    margin-bottom: 1em;
  }
  .sp-mb2em{
    margin-bottom: 2em;
  }
  .sp-mb3em{
    margin-bottom: 3em;
  }
  .sp-mr0{
    margin-right: 0;
  }
  .sp-ml0{
    margin-left: 0;
  }
  .sp-mt0{
    margin-top: 0;
  }
  .sp-mt1em{
    margin-top: 1em;
  }
  .sp-mt2em{
    margin-top: 2em;
  }
  .sp-mt3em{
    margin-top: 3em;
  }
  .sp-mt5{
    margin-top: 5px;
  }
  .sp-mt10{
    margin-top: 10px;
  }
  .sp-mt20{
    margin-top: 20px;
  }
  .sp-mt25{
    margin-top: 25px;
  }
  .sp-mt40{
    margin-top: 40px;
  }
  .sp-pb1em{
    padding-bottom: 1em;
  }
  .sp-pb2em{
    padding-bottom: 2em;
  }
  .sp-pb3em{
    padding-bottom: 3em;
  }
  .sp-pb25{
    padding-bottom: 25px;
  }
  .sp-pb40{
    padding-bottom: 40px;
  }
  .sp-pb50{
    padding-bottom: 50px;
  }
  .sp-pb60{
    padding-bottom: 60px;
  }
  .sp-pb70{
    padding-bottom: 70px;
  }
  .sp-pt1em{
    padding-top: 1em;
  }
  .sp-pt2em{
    padding-top: 2em;
  }
  .sp-pt3em{
    padding-top: 3em;
  }
  .sp-pt40{
    padding-top: 40px;
  }
  .sp-pt50{
    padding-top: 50px;
  }
  .sp-pt60{
    padding-top: 60px;
  }
  .font-1_25{
    font-size: 1.125rem;
  }
  .font-1_5{
    font-size: 1.25rem;
  }
  .font-2{
    font-size: 1.5rem;
  }
  .sp-font-_875{
    font-size: .875rem;
  }
  .sp-font-1{
    font-size: 1rem;
  }
  .sp-font-1_125{
    font-size: 1.125rem;
  }
  .sp-font-1_25{
    font-size: 1.25rem;
  }
  .sp-font-1_5{
    font-size: 1.5rem;
  }
  .sp-lh-1{
    line-height: 1;
  }
  .sp-lh-1_25{
    line-height: 1.25;
  }
  .sp-lh-1_5{
    line-height: 1.5;
  }
  .sp-lh-2{
    line-height: 2;
  }
}