@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*---背景画像Body--*/
body {
    background-size: contain;
    background-repeat-y: repeat;
    background-position: center;
    background-image: url(/system_panel/uploads/images/body_bg.jpg);
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
	font-family: "Yu Mincho", "YuMincho", serif,"游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #fff;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.karla {
  font-family: 'Karla', sans-serif;
}

.shippori {
  font-family: 'Shippori Mincho', serif;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

.paddingWr01 {
    width: 100%;
    padding: 0 15px;
}

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

.purchaseRow01:nth-child(n+2) {
    margin-top:60px;
}


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

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

/*-- 共通パーツ --------------------------------------------------------------*/

.tit01 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
}

.tit02 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.583em;
}

.subTit01 {
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
    margin: 0 0 2px;
}

.titDeco04 {
    position: relative;
    display: inline-block;
}

.titDeco03 {
    position: relative;
    display: inline-block;
}

.titDeco02 {
    position: relative;
    display: inline-block;
}

.titDeco01 {
    position: relative;
    display: inline-block;
}

.titDeco01:before {
    content: "";
    transform: rotate(45deg);
    height: 90px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    right: -5px;
}

.titDeco02:before {
    content: "";
    transform: rotate(45deg);
    height: 90px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    right: -5px;
}

.titDeco03:before {
    content: "";
    transform: rotate(45deg);
    height: 90px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    right: -5px;
}

.titDeco04:before {
    content: "";
    transform: rotate(45deg);
    height: 90px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    right: -5px;
}


.comBtn01 {
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    color: #fff;
    position: relative;
    padding: 13px;
    border: 1px solid #fff;
    transition: all .5s;
}

.comBtn01:hover {
    background: #fff;
    color: #333;
    transition: all .5s;
}

.text01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.188em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorYellow01 {
    color: #E3CD5F;
}

.topBrControl01 {
    text-align: left;
}

.topBrControl01>p>br {
    display: none;
}

/*-- inCover -----------------------------------------------------------------*/



/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/


/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/
.topCoverTitBox {
    max-width: 300px;
    width: 96%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 20%;
    margin: auto;
    filter: drop-shadow(2px 4px 6px black);
}

.topCoverText {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.875em;
    padding: 0 0 0 6px;
    margin: 20px 0 0;
}

.topCoverLogo {
    max-width: 250px !important;
}


.topCoverNavBox {
    position: absolute;
    margin: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
    left: 30px;
    top: 85px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 200px;
    width: 100%;
}

.topCoverNavLink>p {
    margin: 0;
}

.topCoverNavLink {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.4em;
    transition: all .5s;
}

.topCoverNavLink:hover {
    color: #E3CD5F;
    transition: all .5s;
}

/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/



/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.fSnsSetLink {
    transition: all .5s;
}

.fSnsSetLink:hover {
    opacity: .7;
    transition: all .5s;
}

.fNavMainLink02:before {
    content: "";
    background: url(/system_panel/uploads/images/f_nav_arrow.svg)no-repeat;
    position: absolute;
    background-size: 100%;
    width: 10px;
    height: 15px;
    left: 0;
}

.fBoxListWr01 {
    flex-direction: column;
    align-items: center !important;
}

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

/*---topMain----------------------------------------------*/

.topCompanyColImgBox>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.topTit01 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.594em;
}

.topColBox06:before {
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}

.titMainDecoTit {
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.18em;
    margin-top: 34px;
    font-weight: 400;
}

.titMainDecoTit02 {
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.18em;
    font-weight: 400;
}

.titMainDecoTitBox {
    position: absolute;
    margin: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.titMainDecoTit>span {
    text-combine-upright: all;
}

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

/*----*/

/*----kasou------------------------------------------------*/

.inWr01 {
    width: 100%;
    padding: 100px 0;
}

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

.privacyBox {
    border: 1px solid #fff;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
}

.privKakoText {
    min-width: 1rem;
}

.privKakoText {
    margin: 0 10px 0 0;
}

.privacyDdKako01 {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

.privacyDt {
	border-left: 5px solid #fff!important;
	border-bottom: 1px solid #fff;
	padding: 0 0 3px 10px;
	font-weight: 700;
	font-size: 16px;
	margin: 31px 0 0 0;
	letter-spacing: 0.15em;
}

.privacyDd {
	font-size: 14px;
	padding: 0 0 0 16px;
	margin: 23px 0 0 0;
	letter-spacing: 0.05em;
	line-height: 1.66em;
}

.privacyBox {
	height: 400px;
}

/*----*/

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

.companyTableListChange .companyTableList01 {
    display: block !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) {

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

.topBrControl01>p>br {
    display: block;
}
  
.topCoverTitBox {
    max-width: 450px;
    width: 100%;
    left: 30px;
    right: auto;
    margin: auto;
}

.topCoverText {
    font-size: 28px;
    margin: 25px 0 0;
}

.topCoverLogo {
    max-width: 350px !important;
}
  
.topTit01 {
    font-size: 22px;
}
  
.companyTableListChange .companyTableList01 {
    display: flex !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

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

.titMainDecoTit {
    font-size: 34px;
}

.titMainDecoTit02 {
    font-size: 30px;
}

.topCoverNavBox {
    display: flex;
}

.topCoverText {
    font-size: 16px;
    margin: 12px 0 0;
}
    
.topCoverTitBox {
    max-width: 250px;
    bottom: 10px;
    filter: none;
}

.topCoverLogo {
    max-width: 150px !important;
}
  
.companyTableListChange .companyTableList01 {
    display: block !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.text01 {
    font-size: 16px;
}
    
.topCoverTitBox {
    max-width: 350px;
    bottom: 35px;
}

.topCoverText {
    font-size: 20px;
    margin: 20px 0 0;
}

.topCoverLogo {
    max-width: 405px !important;
}
  
.topTit01 {
    font-size: 32px;
}

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

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

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


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

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

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

.menuLunchBox {
    gap: 60px;
}
  
.tit01 {
    font-size: 25px;
}
  
.tit02 {
    font-size: 30px;
}

.topMenuCol2Box {
    grid-template-columns: repeat(2, 1fr);
}


    
/*-- footer -----------------------------------------------------------------*/

.fBoxListWr01 {
    flex-direction: row;
    align-items: flex-start !important;
}

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

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

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

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



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

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

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

.companyTableListChange .companyTableList01 {
    display: flex !important;
}
  
.topCoverNavBox {
    max-width: 251px;
}

.topCoverNavLink {
    font-size: 17px;
}
  
.comBtn01 {
    font-size: 20px;
}
    
.tit01 {
    font-size: 30px;
}
  
.tit02 {
    font-size: 36px;
}
    
.titDeco01:before {
    height: 180px;
    bottom: -55px;
    right: -30px;
}

.titDeco02:before {
    height: 140px;
    bottom: -60px;
    right: 5px;
}

.titDeco03:before {
    height: 200px;
    bottom: -80px;
    right: -5px;
}

.titDeco04:before {
    height: 140px;
    bottom: -55px;
    right: -15px;
}

    

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

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

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

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

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

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


.topCoverTitBox {
    max-width: 490px;
    left: 78px;
    bottom: 95px;
}

.topCoverText {
    font-size: 32px;
    margin: 36px 0 0;
}
    

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

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

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


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

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

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


.topCoverNavBox {
    left: 86px;
    top: 206px;
}
    

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

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

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


.fWeekdayList01__add{
margin-top:8px;
}

.new-btn__add{
    display: flex;
    justify-content: center;
    gap: 40px;
      margin-bottom: 110px;
}
@media screen and ( max-width:1024px ){
.new-btn__add{
    flex-direction: column;
    align-items: center;
      padding: 0 15px;
}
}


.new-btn__add .topConceptBtnMg__add{
    margin: unset;
}