@charset "utf-8";

body {
    background: url(/system_panel/uploads/images/in_body_bg.jpg)repeat;
    background-position: top center;
    background-size: auto;
}

.inTit01 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44em;
}

.inBtn01 {
    max-width: 280px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 40px;
    padding: 5px;
    outline: 1.5px solid #2D2422 !important;
    outline-offset: 5px;
    background-color: #2D2422;
    color: #F7F0DF;
    transition: all .5s;
    cursor: pointer;
}

.inBtn01:focus {
    outline: 1.5px solid #CC361F !important;
    color: #F7F0DF;
}

.inBtn01:hover {
    background-color: #CC361F;
    outline: 1.5px solid #CC361F !important;
    color: #F7F0DF;
}

.inBtn01.pdf {
    outline: 1.5px solid #CC361F !important;
    background-color: #CC361F;
}

.inBtn01.pdf:focus {
    outline: 1.5px solid #2D2422 !important;
}

.inBtn01.pdf:hover {
    background-color: #2D2422;
    outline: 1.5px solid #2D2422 !important;
}

/*----下層用header----*/

.inHeader .headerWr {
    padding: 19px 2.6% 15px;
}

.inHeader .hLogoPc {
    filter: unset;
    max-width: 120px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 20px 0 0;
}

.inHeader .hTelSetBox {
    color: #2D2422;
}

.inHeader .hTelIconWhite {
    display: none;
}

.inHeader .hTelIconBlcak {
    display: block;
}

.inHeader .hamText {
    color: #2D2422;
}

.inHeader .spNavBtnBarItem {
    background-color: #2D2422;
}

.inHeader {
    position: relative;
}

/*--------------------*/

.inAboutTextListBox {
    font-size: 16px;
    font-weight: 900;
    line-height: 2.5em;
}

.inAboutSub {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.inAboutTit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.308em;
}

.inAboutTit>span {
    font-size: 25px;
    line-height: 1.063em;
}

.inLeadFlexTit {
    font-size: 35px;
    font-weight: bold;
}

.inLeadFlexTit02 {
    font-size: 25px;
    font-weight: bold;
}

.inLeadFlexTit02>span {
    font-size: 35px;
}

.inLeadFlexSubTit {
    font-size: 20px !important;
}

.inTitSetBox01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.inTitSetBox01::before,
.inTitSetBox01::after {
  background-color: #cc361f; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 5px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.inTitSetBox01::before {
  transform: rotate(60deg); /* 傾ける */
}
.inTitSetBox01::after {
  transform: rotate(-60deg); /* 傾ける */
}

.hormoneGridBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    display: grid;
}

.drinkTextBr>br {
    display: block;
}

.inFlexNumber {
	font-size: 45px !important;
}

.inFlexTit {
	font-size: 25px !important;
}

.inFlexSubTit {
    font-family: "Kaisei Tokumin", serif;
    font-size: 18px;
    font-weight: 500;
}
  
/*-----------------------------------------------------------
採用情報
-----------------------------------------------------------*/

.pointGrid04 {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.entryLink:after {
	content:"";
  	position:absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	margin: auto;
  	background: rgba(45,36,34,.5);
  	z-index: 1;
  	transition: all .3s;
}

.entryLink:hover::after {
  	background: rgba(45,36,34,.3);
  	transition: all .3s;
}

.conceptSubSetBox {
    gap: 15px;
}

.conceptSubSetBox::before,.conceptSubSetBox::after {
  width: 2px;
  height: 37px;
  content: "";
  background-color: #212529;
}

.conceptSubSetBox::before {
  transform: rotate(-30deg);
}

.conceptSubSetBox::after {
  transform: rotate(30deg);
}

.inSubSetBox {
    gap: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.inSubSetBox::before,.inSubSetBox::after {
  width: 2px;
  height: 37px;
  content: "";
  background-color: #212529;
  display: block;
}

.inSubSetBox::before {
  transform: rotate(-30deg);
}

.inSubSetBox::after {
  transform: rotate(30deg);
}

.inSubTit01 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.44em;
}

.inSubTit01>span {
    font-size: 45px;
}

.hormoneGridItemListSubTit02 {
    font-size: 18px !important;
}

.inRecruitTit {
    font-size: 20px !important;
}

.inRecruitTit>span {
    font-size: 30px !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inTit01 {
    font-size: 25px;
}

.inLeadFlexTit {
    font-size: 50px;
}

.inLeadFlexTit02 {
    font-size: 40px;
}

.inLeadFlexTit02>span {
    font-size: 50px;
}

.inLeadFlexSubTit {
    font-size: 35px !important;
}

.inAboutTit {
    font-size: 30px;
}

.inAboutTit>span {
    font-size: 40px;
}

.inAboutSub {
    font-size: 25px;
}

.hormoneGridItemListSubTit02 {
    font-size: 25px !important;
}

.inRecruitTit {
    font-size: 30px !important;
}

.inRecruitTit>span {
    font-size: 40px !important;
}

.pointGrid04 {
    grid-template-columns: repeat(2, 1fr);
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inAboutTit {
    font-size: 35px;
}

.inAboutTit>span {
    font-size: 45px;
}
  
.inTit01 {
    font-size: 30px;
}

.hormoneGridBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
  
.drinkTextBr>br {
    display: none;
}

.inFlexNumber {
	font-size: 60px !important;
}
  
.inFlexTit {
	font-size: 20px !important;
}
  
.inFlexSubTit {
    font-size: 25px;
}

.inLeadFlexTit {
    font-size: 30px;
}

.inLeadFlexTit02 {
    font-size: 25px;
}

.inLeadFlexTit02>span {
    font-size: 30px;
}

.inLeadFlexSubTit {
    font-size: 20px !important;
}

.hormoneGridItemListSubTit02 {
    font-size: 20px !important;
}

.inRecruitTit {
    font-size: 20px !important;
}

.inRecruitTit>span {
    font-size: 30px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inAboutTextListBox {
    font-size: 18px;
    line-height: 2.955em;
}

.inLeadFlexTit {
    font-size: 40px;
}

.inLeadFlexTit02 {
    font-size: 30px;
}

.inLeadFlexTit02>span {
    font-size: 40px;
}

.inLeadFlexSubTit {
    font-size: 25px !important;
}

.inFlexNumber {
	font-size: 80px !important;
}
  
.inFlexTit {
	font-size: 25px !important;
}
  
.inFlexSubTit {
    font-size: 30px;
}
  
/*-----------------------------------------------------------
採用情報
-----------------------------------------------------------*/
  
.pointGrid04 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.inRecruitTit {
    font-size: 30px !important;
}

.inRecruitTit>span {
    font-size: 40px !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inAboutSub {
    font-size: 30px;
}

.inAboutTit {
    font-size: 40px;
}

.inAboutTit>span {
    font-size: 55px;
}
  
.inTit01 {
    font-size: 40px;
}

.inLeadFlexTit {
    font-size: 45px;
}

.inLeadFlexTit02 {
    font-size: 35px;
}

.inLeadFlexTit02>span {
    font-size: 45px;
}

.inLeadFlexSubTit {
    font-size: 30px !important;
}
  
.inFlexNumber {
	font-size: 100px !important;
}
  
.inFlexTit {
	font-size: 40px !important;
}

.hormoneGridItemListSubTit02 {
    font-size: 25px !important;
}

.inFlexSubTit {
    font-size: 40px;
}


.inRecruitTit {
    font-size: 30px !important;
}

.inRecruitTit>span {
    font-size: 50px !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inAboutSub {
    font-size: 30px;
}

.inAboutTit {
    font-size: 65px;
}

.inAboutTit>span {
    font-size: 80px;
}

.inAboutTextListBox {
    font-size: 22px;
}

.inLeadFlexTit {
    font-size: 75px;
}

.inLeadFlexTit02 {
    font-size: 65px;
}

.inLeadFlexTit02>span {
    font-size: 75px;
}

.inLeadFlexSubTit {
    font-size: 40px !important;
}

.inTit01 {
    font-size: 65px;
}

.hormoneGridItemListSubTit02 {
    font-size: 30px !important;
}

.inRecruitTit {
    font-size: 40px !important;
}

.inRecruitTit>span {
    font-size: 60px !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1700px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */