@charset "UTF-8";

/*
	vw基準値
	pc：1400px
	sp：375px
*/
main{
  color: #333;
}
.fYu{font-family: YuMincho, 'Yu Mincho', serif;}
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
	width:100%;
	height:auto;
}
@media only screen and (max-width:767px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1200{
	width:calc(100% - 40px);
  max-width:1200px;
	margin:0 auto;
  padding: 0 1.3%;
}
.wrapper1300{
	width:calc(100% - 40px);
  max-width:1300px;
	margin:0 auto;
}
.wrapper1500{
	width:calc(100% - 40px);
  max-width:1500px;
	margin:0 auto;
}
@media only screen and (max-width:767px){
  .wrapper1200,
  .wrapper1300,
  .wrapper1500{
		width:100%;
		max-width:none;
	}
	.wrapperSp{
		width:92%;
		margin:0 auto;
	}
	.wrapperSp335{
      width:89.334%;
      margin:0 auto;
	}
  .wrapper1200{
    padding: 0;
  }
}


/*-----------------------------------------------
    mvSection
-----------------------------------------------*/
.mvSection .wrapper {
  position: relative;
}
.mvSection .txtBox{
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: rgba(101, 53, 59, .6);
  width: 761px;
  height: 326px;
  padding: 46px 65px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.mvSection .txtBox .txt01{
  font-size: 40px;
  line-height: 64px;
  letter-spacing: 6px;
}
.mvSection .txtBox .txt02{
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  font-size: 23px;
  letter-spacing: 5px;
}
.tablet .wrapper1500,
.tablet .wrapper1300{
  margin: 0 0 0 auto;
}
.tablet .mvSection .txtBox{
  width: auto;
  height: auto;
  padding: 40px 30px;
  left: -4.8vw;
}
.tablet .mvSection .txtBox .txt01{
  font-size: 30px;
  line-height: 44px;
}
.tablet .mvSection .txtBox .txt02{
  margin-top: 15px;
  padding-top: 20px;
  font-size: 20px;
}
@media only screen and (max-width:767px){
  .mvSection{
    margin: 20px auto 10px;
  }
  .mvSection .bgBox{
    width: 85.336%;
    margin: 0 0 0 auto;
    padding-top: 108px;
  }
  .mvSection .txtBox{
    bottom: auto;
    top: 0;
    width: 93.07%;
    height: auto;
    padding: 27px 28px 29px 32px;
  }
  .mvSection .txtBox .txt01{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .mvSection .txtBox .txt02{
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2.5px;
  }
}

/* infoSection */
.infoSection{
  margin-top: 60px;
  text-align: center;
}
.infoSection .infoTit{
  display: inline-block;
  color: #8B585E;
  font-size: var(--40px);
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  line-height: 1.5;
}
.infoSection .infoTxt{
  margin-top: var(--30px);
  font-size: var(--18px);
  text-align: center;
  line-height: 2.1;
}
.tablet .infoSection .infoTit{
  font-size: 30px;
}
@media only screen and (max-width:767px){
  .infoSection{
    margin-top: 10px;
  }
  .infoSection .infoTit{
    font-size: 6.2vw;
  }
  .infoSection .infoTxt{
    margin-top: 7.2vw;
    font-size: 4vw;
    text-align: left;
    line-height: 1.7;
  }
}

/* glossarySection */
.glossarySection{
  margin-top: 90px;
  background-color: #ededed;
  padding: 90px 0 0;
}
.glossarySection .topTxtBox{
  text-align: center;
}
.glossarySection .topTit{
  display: inline-block;
  color: #8B585E;
  font-size: var(--30px);
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  line-height: 1.5;
}
.glossarySection .topTxt{
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.glossarySection .gloList{
  margin-top: 37px;
  padding-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
}
.glossarySection .gloList .item{
  width: 23.75%;
  width: 23.334%;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 2.1%;
}
.glossarySection .gloList .item:nth-child(n+5){
  margin-top: 25px;
}
.glossarySection .gloList .item:nth-child(4n){
  margin-right: 0;
}
.glossarySection .gloList .item .aItem{
  position: relative;
  width: 100%;
  height: 105px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 5px 5px 0 #8a595f;
  border-radius: 10px;
}
.glossarySection .gloList .item .aItem::before,
.glossarySection .gloList .item .aItem::after{
  position: absolute;
  content: '';
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 24px;
  height: 24px;
}
.glossarySection .gloList .item .aItem::before{
  border-radius: 24px;
  background-color: #8a595f;
}
.glossarySection .gloList .item .aItem::after{
  top: 1px;
  right: 42px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.glossarySection .gloList .item .itemTxt{
  font-size: 24px;
  font-weight: bold;
  padding: 4px 35px 0;
}
@media only screen and (max-width:767px){
  .glossarySection{
    margin-top: 45px;
    padding: 45px 0 0;
  }
  .glossarySection .topTit{
    font-size: 5.2vw;
  }
  .glossarySection .topTxt{
    font-size: 12px;
    margin-top: 15px;
  }
  .glossarySection .gloList{
    margin-top: 28px;
    padding-bottom: 50px;
  }
  .glossarySection .gloList .item{
    width: 29.855%;
    border-radius: 8px;
    margin-right: 4.5%!important;
  }
  .glossarySection .gloList .item:nth-child(n+4){
    margin-top: 14px;
  }
  .glossarySection .gloList .item:nth-child(3n){
    margin-right: 0!important
  }
  .glossarySection .gloList .item .aItem{
    height: 46px;
    border-radius: 8px;
  }
  .glossarySection .gloList .item .aItem::before{
    right: 10px;
    width: 19px;
    height: 19px;
    border-radius: 19px;
  }
  .glossarySection .gloList .item .aItem::after{
    right: 15.5px;
    border-width: 6px 4.5px 0 4.5px;
  }
  .glossarySection .gloList .item .itemTxt{
    font-size: 15px;
    padding: 4px 15px 0;
  }
}

/* glossaryInnerSection */
.glossaryInnerSection{
  padding-top: 100px;
  background-color: #fff;
}
.glossaryInnerSection .searchListTop{
  width: 100%;
  margin-bottom: 200px;
}
.glossaryInnerSection .searchListTop .item{
  width: 100%;
}
.glossaryInnerSection .searchTitBox{
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ededed;
  border-bottom: 1px solid #65353b;
  padding: 0 30px;
  transition:opacity 0.2s ease-out;
  cursor: pointer;
}
.glossaryInnerSection .searchTitBox:hover{
  opacity:0.8;
}
.glossaryInnerSection .searchTitBox::before{
  position: absolute;
  content: '';
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  right: 30px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 10px 7px 0 7px;
  border-color: #65353b transparent transparent transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.glossaryInnerSection .searchTitBox.opened::before{
  transform: rotate(180deg);
}
.glossaryInnerSection .searchTitBox .searchTit{
  font-size: 24px;
  font-weight: bold;
  color: #65353b;
  padding-top: 6px;
}
.glossaryInnerSection .item:not(:first-child) .searchTopBox{
  display: none;
}
.glossaryInnerSection .searchTopBox{
  padding-bottom: 75px;
}
.glossaryInnerSection .searchBox{
  margin-top: 50px;
}
.glossaryInnerSection .searchInfoBox + .searchInfoBox{
  margin-top: 55px;
}
.glossaryInnerSection .searchInfoBox .searchInfoTit{
  position: relative;
  padding-left: 12px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 36px;
}
.glossaryInnerSection .searchInfoBox .searchInfoTit::before{
  position: absolute;
  content: '';
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 9px;
  height: 36px;
  background-color: #65353b;
}
.glossaryInnerSection .searchList{
  display: flex;
  flex-wrap: wrap;
}
.glossaryInnerSection .linkItem{
  width: 30%;
  margin-right: 5%;
}
.glossaryInnerSection .linkItem:nth-child(3n){
  margin-right: 0;
}
.glossaryInnerSection .linkItem:nth-child(n+4){
  margin-top: 14px;
}
.glossaryInnerSection .linkItem .aTxt{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  transition: opacity 0.2s ease-out;
  padding-left: 10px;
}
.glossaryInnerSection .linkItem .aTxt:hover{
  text-decoration: underline;
  opacity: 1;
}
.glossaryInnerSection .linkItem .aTxt::before{
  position: absolute;
  content: '･';
  margin: auto;
  display: block;
  top: 0;
  left: -2px;
}
@media only screen and (max-width:767px){
  .glossaryInnerSection{
    padding-top: 50px;
  }
  .glossaryInnerSection .searchListTop{
    margin-bottom: 100px;
  }
  .glossaryInnerSection .searchTitBox{
    width: 100vw;
    height: 50px;
    margin: 0 calc(50% - 50vw) 0;
    padding: 0 20px;
  }
  .glossaryInnerSection .searchTitBox::before{
    right: 20px;
    width:0;
    height:0;
    border-width: 7px 4.5px 0 4.5px;
  }
  .glossaryInnerSection .searchTitBox .searchTit{
    font-size: 16px;
    padding-top: 6px;
  }
  .glossaryInnerSection .searchTopBox{
      width: 100vw;
      margin: 0 calc(50% - 50vw) 0;
      padding-bottom: 25px;
      background: #fff;
  }
  .glossaryInnerSection .searchBox{
    width: 89.334%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .glossaryInnerSection .searchInfoBox + .searchInfoBox{
    margin-top: 25px;
  }
  .glossaryInnerSection .searchInfoBox .searchInfoTit{
    padding-left: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .glossaryInnerSection .searchInfoBox .searchInfoTit::before{
    width: 7px;
    height: 20px;
  }
  .glossaryInnerSection .searchInfoBox .searchInfoTit::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ededed;
  }
  .glossaryInnerSection .searchList{
    margin-bottom: 0;
  }
  .glossaryInnerSection .linkItem{
    width: 100%;
    margin-right: 0;
  }
  .glossaryInnerSection .linkItem + .linkItem{
    margin: 5px 0 0 0 !important;
  }
  .glossaryInnerSection .linkItem .aTxt{
    font-size: 12px;
    line-height: 22px;
    padding-left: 8px;
  }
  .glossaryInnerSection .linkItem .aTxt:hover{
    text-decoration: underline;
  }
  .glossaryInnerSection .linkItem .aTxt::before{
    position: absolute;
    content: '･';
    margin: auto;
    display: block;
    top: 0;
    left: -2px;
  }
}


/*-----------------------------------------------
    deitals
-----------------------------------------------*/
.topSection{
  padding-top: 40px!important;
}
.topSection .heading-area .tagtitle .link {
    font-size: 3rem;
    display: block;
    letter-spacing: 4px;
    font-weight: 500;
}
@media only screen and (max-width:767px){
  .topSection .heading-area .tagtitle .link {
    font-size: 1.8rem;
  }
}


/* contSection */
.contSection{
  margin-top: 50px;
}
.contSection .icon{
  width: 100%;
  margin-bottom: 40px;
}
.contSection .iconTxt{
  min-width: 80px;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 3px;
  background: #8b585e;
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px;
  line-height: 1;
}
.contSection .wordBox{
  display: flex;
  flex-wrap: wrap;
}
.contSection .wordTitBox{
  position: relative;
  width: 82%;
  padding-left: 25px;
  line-height: 36px;
}
.contSection .wordTitBox::before{
  position: absolute;
  content: '';
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 9px;
  height: 36px;
  background-color: #65353b;
}
.contSection .wordTit{
  font-size: 30px;
  font-weight: bold;
}
.contSection .wordMinTit{
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
}
.contSection .snsBox{
  display: flex;
  width: calc(100% - 82%);
}
.contSection .snsBox a{
  width: 50%;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.contSection .snsBox a + a{
  margin-left: 4.63%;
}
.contSection .snsBox .imgTxt{
  margin-left: 10px;
}
.contSection .wordTxtBox {
  margin-top: 30px;
}
.contSection .wordTxtBox .txt{
  font-size: 16px;
  line-height: 34px;
}
.contSection .relateBox{
  background-color: #eeeced;
  margin-top: 55px;
  padding: 70px 80px;
}
.contSection .relateBox .tit{
  font-size: 20px;
}
.contSection .relateBox .linkList{
  margin-top: 20px;
}
.contSection .relateBox .item a{
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;
  display: inline-block;
}
.contSection .relateBox .item a::before{
  position: absolute;
  content: '･';
  margin: auto;
  display: block;
  top: 0;
  left: 0;
}
.contSection .relateBox .item a span{
  text-decoration: underline;
}
.contSection .relateBox .item + .item{
  margin-top: 12px;
}
@media only screen and (max-width:767px){
  .contSection{
    margin-top: 25px;
  }
  .contSection .icon{
    order: 1;
    width: auto;
    margin-bottom: 14px;
  }
  .contSection .iconTxt{
    min-width: 50px;
    font-size: 1.2rem;
    padding: 8px 10px;
    line-height: 1.2;
  }
  .contSection .wordBox{
    justify-content: space-between;
  }
  .contSection .wordTitBox{
    order: 3;
    width: 100;
    padding-left: 0;
    line-height: 1;
  }
  .contSection .wordTitBox::before{
    display: none;
  }
  .contSection .wordTit{
    font-size: 20px;
    line-height: 1.5;
  }
  .contSection .wordMinTit{
    font-size: 12px;
    margin-left: 10px;
  }
  .contSection .snsBox{
    order: 2;
    display: flex;
    width: auto;
  }
  .contSection .snsBox a{
    width: 80px;
    height: 30px;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contSection .snsBox a + a,
  .contSection .snsBox .imgTxt{
    margin-left: 5px;
  }
  .contSection .snsBox .imgIcon{
    width: 18px;
  }
  .contSection .wordTxtBox {
    margin-top: 15px;
  }
  .contSection .wordTxtBox .txt{
    font-size: 14px;
    line-height: 24px;
  }
  .contSection .relateBox{
    margin-top: 20px;
    padding: 30px 20px 40px;
  }
  .contSection .relateBox .tit{
    font-size: 14px;
  }
  .contSection .relateBox .linkList{
    margin-top: 10px;
  }
  .contSection .relateBox .item a{
    font-size: 12px;
    padding-left: 7px;
  }
  .contSection .relateBox .item + .item{
    margin-top: 15px;
  }
}

/* backSection */
.backSection{
  border-top: 1px solid #eeeded;
  margin: 100px auto 150px;
  padding-top: 100px;
}
.backSection .aBack{
  position: relative;
  margin: 0 auto;
  width: 450px;
  height: 60px;
  border-radius: 40px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backSection .aBack:hover{
  opacity: 1;
  background-color: #333333;
  color: #fff;
}
.backSection .aBack::before{
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #182033;
  border-right: 2px solid #182033;
  transform: rotate(-135deg);
}
.backSection .aBack:hover::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (max-width:767px){
  .backSection{
    border-top: 3px solid #eeeded;
    margin: 50px auto 100px;
    padding-top: 50px;
  }
  .backSection .aBack{
    width:89.334%;
  }
  .backSection .aBack:hover{
    opacity: 1;
    background-color: #fff;
    color: #333;
  }
  .backSection .aBack:hover::before{
    border-top: 2px solid #182033;
    border-right: 2px solid #182033;
  }
}